Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in63 # 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 …]
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile43 # 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
101 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
107 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
114 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
118 FULL_PATH_NAMES = YES
120 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
[all …]
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile43 # 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
101 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
107 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
114 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
118 FULL_PATH_NAMES = YES
120 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
[all …]
/packages/modules/NeuralNetworks/driver/sample/
DCanonicalPreparedModel.cpp138 if (measure == MeasureTiming::YES) driverStart = Clock::now(); in execute()
162 if (measure == MeasureTiming::YES) deviceStart = Clock::now(); in execute()
164 if (measure == MeasureTiming::YES) deviceEnd = Clock::now(); in execute()
180 if (measure == MeasureTiming::YES) { in execute()
200 if (measure == MeasureTiming::YES) driverStart = Clock::now(); in executeFenced()
233 if (measure == MeasureTiming::YES) driverStartAfterFence = Clock::now(); in executeFenced()
249 if (measure == MeasureTiming::YES) deviceStart = Clock::now(); in executeFenced()
251 if (measure == MeasureTiming::YES) deviceEnd = Clock::now(); in executeFenced()
270 if (measure == MeasureTiming::YES) { in executeFenced()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothActionActivity.java25 import static com.android.tv.settings.accessories.ConnectedDevicesSliceProvider.YES;
89 if (choice == YES) { in onChoice()
97 if (choice == YES) { in onChoice()
103 if (choice == YES) { in onChoice()
109 if (choice == YES) { in onChoice()
DConnectedDevicesSliceProvider.java116 static final int YES = R.string.general_action_yes; field in ConnectedDevicesSliceProvider
118 static final int[] YES_NO_ARGS = {YES, NO};
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriver.cpp476 if (measure == V1_2::MeasureTiming::YES) deviceStart = Clock::now(); in asyncExecute()
479 if (measure == V1_2::MeasureTiming::YES) deviceEnd = Clock::now(); in asyncExecute()
492 if (measure == V1_2::MeasureTiming::YES && executionStatus == V1_3::ErrorStatus::NONE) { in asyncExecute()
516 if (measure == V1_2::MeasureTiming::YES) driverStart = Clock::now(); in executeBase()
580 if (measure == V1_2::MeasureTiming::YES) driverStart = Clock::now(); in executeSynchronouslyBase()
608 if (measure == V1_2::MeasureTiming::YES) deviceStart = Clock::now(); in executeSynchronouslyBase()
611 if (measure == V1_2::MeasureTiming::YES) deviceEnd = Clock::now(); in executeSynchronouslyBase()
623 if (measure == V1_2::MeasureTiming::YES && executionStatus == V1_3::ErrorStatus::NONE) { in executeSynchronouslyBase()
664 if (measure == V1_2::MeasureTiming::YES) driverStart = Clock::now(); in executeFenced()
700 if (measure == V1_2::MeasureTiming::YES) driverStartAfterFence = Clock::now(); in executeFenced()
[all …]
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp621 YES = YES_1 enumerator
687 uint32_t addIntOperand(Dimensioned dimensioned = Dimensioned::YES) { in addIntOperand()
697 uint32_t addFloatOperand(Dimensioned dimensioned = Dimensioned::YES) { in addFloatOperand()
700 uint32_t addQuantOperand(Dimensioned dimensioned = Dimensioned::YES) { in addQuantOperand()
703 uint32_t addBooleanOperand(Dimensioned dimensioned = Dimensioned::YES) { in addBooleanOperand()
706 uint32_t addFloatZeroOperand(Dimensioned dimensioned = Dimensioned::YES) { in addFloatZeroOperand()
719 uint32_t addOperand(WrapperType wrapperType, Dimensioned dimensioned = Dimensioned::YES) { in addOperand()
767 Dimensioned dimensionedOutput = Dimensioned::YES) { in addExplicitOperationXTo1()
778 Dimensioned dimensionedOutput = Dimensioned::YES) { in addOperation2To1V1_0()
788 Dimensioned dimensionedOutput = Dimensioned::YES) { in addOperation2To1V1_1()
[all …]
DTestIntrospectionControl.cpp457 EXPECT_EQ(measure, V1_2::MeasureTiming::YES); in execute_1_2()
496 EXPECT_EQ(measure, V1_2::MeasureTiming::YES); in executeSynchronously()
558 EXPECT_EQ(measure, V1_2::MeasureTiming::YES); in executeFenced()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DDriverFuzzTest.cpp68 NN_TRY(preparedModel->execute(request, MeasureTiming::YES, /*deadline=*/{}, in runTest()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h145 YES = 1, enumerator
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java252 static final int YES = 1; field in StkAppService
1401 case YES: in handleCmdResponse()
2370 args.putInt(CHOICE, YES); in launchOpenChannelDialog()
/packages/modules/NeuralNetworks/common/types/src/
DTypeUtils.cpp353 case MeasureTiming::YES: in operator <<()
DValidation.cpp137 case MeasureTiming::YES: in validateMeasureTiming()
/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp114 return execution->measureTiming() ? MeasureTiming::YES : MeasureTiming::NO; in measureTiming()
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec6907 YES = 1,