Home
last modified time | relevance | path

Searched refs:YES (Results 1 – 15 of 15) sorted by relevance

/system/media/audio_utils/
DDoxyfile.bak63 # 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 …]
DDoxyfile.orig63 # 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 …]
DDoxyfile63 # 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/
DDoxyfile63 # 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/
DDoxyfile63 # 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/
DTristate.h29 YES, enumerator
/system/core/fastboot/fuzzy_fastboot/
Dextensions.h65 enum TestConfig { NO = 0, NO_WRITES, YES }; enumerator
Dextensions.cpp123 ? Configuration::PartitionInfo::YES in ExtractPartitions()
Dmain.cpp1656 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/
Dsimple_type.xsd21 <xs:enumeration value="YES">
/system/tools/xsdc/tests/resources/simple_type/api/
Dcurrent.txt8 enum_constant @Deprecated public static final simple.type.EnumType YES;
/system/tools/xsdc/tests/
Dmain.cpp51 EXPECT_EQ(simple.getYesOrNo()[0], EnumType::YES); in TEST_F()
/system/libvintf/test/
DLibVintfTest.cpp534 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/
Dfs_mgr.cpp1052 return needs_checkpoint_ == YES; in NeedsCheckpoint()
1058 return needs_checkpoint_ == YES; in NeedsCheckpoint()
1173 enum { UNKNOWN = -1, NO = 0, YES = 1 }; enumerator
/system/libvintf/
DAssembleVintf.cpp217 return std::make_unique<KernelConfig>(std::move(sub), Tristate::YES); in generateCondition()