Searched refs:YES (Results 1 – 14 of 14) sorted by relevance
/system/media/audio_utils/ |
D | Doxyfile | 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 …]
|
/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/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/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 | 1676 if (it.second.test == it.second.YES) { in GenerateXmlTests() 1711 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 | 7 enum_constant @Deprecated public static final simple.type.EnumType YES;
|
/system/tools/xsdc/tests/ |
D | main.cpp | 47 EXPECT_EQ(simple.getYesOrNo(), EnumType::YES); in TEST_F()
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 530 testOne(KernelConfigTypedValue(Tristate::YES), in TEST_F() 597 … {KernelConfig{"CONFIG_FOO", Tristate::YES}, KernelConfig{"CONFIG_BAR", "stringvalue"}}})); in TEST_F() 802 KernelConfig{"CONFIG_64BIT", Tristate::YES}, in TEST_F() 875 newConfigs[1] = KernelConfig{"CONFIG_ANDROID_BINDER_DEVICES", Tristate::YES}; in TEST_F() 1707 EXPECT_EQ(KernelConfigTypedValue(Tristate::YES), cond.begin()->second); in TEST_F()
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 941 if (needs_checkpoint_ != YES) { in Update() 1024 enum { UNKNOWN = -1, NO = 0, YES = 1 }; enumerator
|
/system/libvintf/ |
D | AssembleVintf.cpp | 203 return std::make_unique<KernelConfig>(std::move(sub), Tristate::YES); in generateCondition()
|