/frameworks/av/media/libaaudio/ |
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 …]
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 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 133 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [all …]
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 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 133 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [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 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 133 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all [all …]
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 70 BRIEF_MEMBER_DESC = YES 72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 77 REPEAT_BRIEF = YES 91 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 110 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 128 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter [all …]
|
/frameworks/native/docs/ |
D | Doxyfile | 57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 84 BRIEF_MEMBER_DESC = YES 86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 91 REPEAT_BRIEF = YES 115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 121 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 128 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 134 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 154 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter [all …]
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
D | gsm_amr_typedefs.h | 119 #ifndef YES 120 #define YES 1 macro
|
D | vad2.h | 85 #define YES 1 macro
|
/frameworks/compile/mclinker/include/mcld/ |
D | GeneralOptions.h | 117 m_NoUndefined = (pEnable ? YES : NO); 126 void setMulDefs(bool pEnable = true) { m_MulDefs = (pEnable ? YES : NO); } 137 bool isNoUndefined() const { return (YES == m_NoUndefined); } in isNoUndefined() 141 bool hasExecStack() const { return (YES == m_ExecStack); } in hasExecStack() 151 bool isMulDefs() const { return (YES == m_MulDefs); } in isMulDefs() 335 enum status { YES, NO, Unknown }; enumerator
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | pv_amr_wb_type_defs.h | 156 #ifndef YES 157 #define YES 1 macro
|
/frameworks/compile/mclinker/lib/Core/ |
D | GeneralOptions.cpp | 88 m_NoUndefined = YES; in addZOption() 91 m_ExecStack = YES; in addZOption() 106 m_MulDefs = YES; in addZOption()
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriver.cpp | 477 if (measure == MeasureTiming::YES) deviceStart = now(); in asyncExecute() 479 if (measure == MeasureTiming::YES) deviceEnd = now(); in asyncExecute() 492 if (measure == MeasureTiming::YES && executionStatus == ErrorStatus::NONE) { in asyncExecute() 514 if (measure == MeasureTiming::YES) driverStart = now(); in executeBase() 574 if (measure == MeasureTiming::YES) driverStart = now(); in executeSynchronouslyBase() 602 if (measure == MeasureTiming::YES) deviceStart = now(); in executeSynchronouslyBase() 604 if (measure == MeasureTiming::YES) deviceEnd = now(); in executeSynchronouslyBase() 616 if (measure == MeasureTiming::YES && executionStatus == ErrorStatus::NONE) { in executeSynchronouslyBase() 654 if (measure == MeasureTiming::YES) driverStart = now(); in executeFenced() 690 if (measure == MeasureTiming::YES) driverStartAfterFence = now(); in executeFenced() [all …]
|
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioning.cpp | 627 enum class Dimensioned { NO, YES }; enumerator 648 uint32_t addFloatOperand(Dimensioned dimensioned = Dimensioned::YES) { in addFloatOperand() 651 uint32_t addQuantOperand(Dimensioned dimensioned = Dimensioned::YES) { in addQuantOperand() 654 uint32_t addBooleanOperand(Dimensioned dimensioned = Dimensioned::YES) { in addBooleanOperand() 660 uint32_t addOperand(WrapperType wrapperType, Dimensioned dimensioned = Dimensioned::YES) { in addOperand() 662 if (dimensioned == Dimensioned::YES) { in addOperand() 716 Dimensioned dimensionedOutput = Dimensioned::YES) { in addExplicitOperationXTo1() 727 Dimensioned dimensionedOutput = Dimensioned::YES) { in addOperation2To1V1_0() 737 Dimensioned dimensionedOutput = Dimensioned::YES) { in addOperation2To1V1_1() 747 Dimensioned dimensionedOutput = Dimensioned::YES) { in addOperation2To1V1_2() [all …]
|
D | TestIntrospectionControl.cpp | 450 EXPECT_EQ(measure, MeasureTiming::YES); in execute_1_2() 488 EXPECT_EQ(measure, MeasureTiming::YES); in executeSynchronously() 543 EXPECT_EQ(measure, MeasureTiming::YES); in executeFenced()
|
/frameworks/native/libs/graphicsenv/ |
D | GraphicsEnv.cpp | 429 return (mUseAngle == YES) ? true : false; in shouldUseAngle() 440 mUseAngle = YES; in updateUseAngle() 450 mUseAngle = checkAngleRules(featureSo) ? YES : NO; in updateUseAngle() 465 (mUseAngle == YES) ? "true" : "false"); in setAngleInfo()
|
/frameworks/native/libs/graphicsenv/include/graphicsenv/ |
D | GraphicsEnv.h | 140 enum UseAngle { UNKNOWN, YES, NO }; enumerator
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | DriverFuzzTest.cpp | 302 preparedModel->executeSynchronously_1_3(request, V1_2::MeasureTiming::YES, {}, {}, cb); in execute()
|
/frameworks/native/vulkan/api/templates/ |
D | vk_xml.tmpl | 132 {{Global "VK_DEFINE_HANDLE_TYPE_DEFINED" "YES"}} 139 {{Global "VK_DEFINE_NONDISP_HANDLE_TYPE_DEFINED" "YES"}}
|
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.cpp | 52 return execution->measureTiming() ? MeasureTiming::YES : MeasureTiming::NO; in measureTiming()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 20771 field public static final android.icu.text.Normalizer.QuickCheckResult YES;
|
/frameworks/base/api/ |
D | current.txt | 20771 field public static final android.icu.text.Normalizer.QuickCheckResult YES;
|