Searched refs:YES (Results 1 – 15 of 15) sorted by relevance
/system/media/audio_utils/ |
D | Doxyfile.bak | 63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- 88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member 91 # The default value is: YES. 93 BRIEF_MEMBER_DESC = YES 95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief 100 # The default value is: YES. 102 REPEAT_BRIEF = YES 115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 122 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 130 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path [all …]
|
D | Doxyfile.orig | 63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- 88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member 91 # The default value is: YES. 93 BRIEF_MEMBER_DESC = YES 95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief 100 # The default value is: YES. 102 REPEAT_BRIEF = YES 115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 122 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 130 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path [all …]
|
D | Doxyfile | 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 104 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 107 # The default value is: YES. 109 BRIEF_MEMBER_DESC = YES 111 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 116 # The default value is: YES. 118 REPEAT_BRIEF = YES 131 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 138 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [all …]
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 99 # The default value is: YES. 101 BRIEF_MEMBER_DESC = YES 103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 108 # The default value is: YES. 110 REPEAT_BRIEF = YES 123 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [all …]
|
/system/chre/pal/doc/ |
D | Doxyfile | 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 99 # The default value is: YES. 101 BRIEF_MEMBER_DESC = YES 103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 108 # The default value is: YES. 110 REPEAT_BRIEF = YES 123 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [all …]
|
/system/libvintf/include/vintf/ |
D | Tristate.h | 29 YES, enumerator
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.h | 65 enum TestConfig { NO = 0, NO_WRITES, YES }; enumerator
|
D | extensions.cpp | 123 ? Configuration::PartitionInfo::YES in ExtractPartitions()
|
D | main.cpp | 1656 if (it.second.test == it.second.YES) { in GenerateXmlTests() 1691 part_info->second.test == extension::Configuration::PartitionInfo::YES) { in GenerateXmlTests()
|
/system/tools/xsdc/tests/resources/simple_type/ |
D | simple_type.xsd | 21 <xs:enumeration value="YES">
|
/system/tools/xsdc/tests/resources/simple_type/api/ |
D | current.txt | 8 enum_constant @Deprecated public static final simple.type.EnumType YES;
|
/system/tools/xsdc/tests/ |
D | main.cpp | 51 EXPECT_EQ(simple.getYesOrNo()[0], EnumType::YES); in TEST_F()
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 534 testOne(KernelConfigTypedValue(Tristate::YES), in TEST_F() 601 … {KernelConfig{"CONFIG_FOO", Tristate::YES}, KernelConfig{"CONFIG_BAR", "stringvalue"}}})); in TEST_F() 806 KernelConfig{"CONFIG_64BIT", Tristate::YES}, in TEST_F() 879 newConfigs[1] = KernelConfig{"CONFIG_ANDROID_BINDER_DEVICES", Tristate::YES}; in TEST_F() 1711 EXPECT_EQ(KernelConfigTypedValue(Tristate::YES), cond.begin()->second); in TEST_F()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 1052 return needs_checkpoint_ == YES; in NeedsCheckpoint() 1058 return needs_checkpoint_ == YES; in NeedsCheckpoint() 1173 enum { UNKNOWN = -1, NO = 0, YES = 1 }; enumerator
|
/system/libvintf/ |
D | AssembleVintf.cpp | 217 return std::make_unique<KernelConfig>(std::move(sub), Tristate::YES); in generateCondition()
|