Home
last modified time | relevance | path

Searched refs:YES (Results 1 – 15 of 15) 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.cpp143 if (measure == MeasureTiming::YES) driverStart = Clock::now(); in execute()
167 if (measure == MeasureTiming::YES) deviceStart = Clock::now(); in execute()
169 if (measure == MeasureTiming::YES) deviceEnd = Clock::now(); in execute()
185 if (measure == MeasureTiming::YES) { in execute()
203 if (measure == MeasureTiming::YES) driverStart = Clock::now(); in executeFenced()
232 if (measure == MeasureTiming::YES) driverStartAfterFence = Clock::now(); in executeFenced()
248 if (measure == MeasureTiming::YES) deviceStart = Clock::now(); in executeFenced()
250 if (measure == MeasureTiming::YES) deviceEnd = Clock::now(); in executeFenced()
268 if (measure == MeasureTiming::YES) { in executeFenced()
DSampleDriver.cpp487 if (measure == V1_2::MeasureTiming::YES) deviceStart = Clock::now(); in asyncExecute()
490 if (measure == V1_2::MeasureTiming::YES) deviceEnd = Clock::now(); in asyncExecute()
503 if (measure == V1_2::MeasureTiming::YES && executionStatus == V1_3::ErrorStatus::NONE) { in asyncExecute()
527 if (measure == V1_2::MeasureTiming::YES) driverStart = Clock::now(); in executeBase()
591 if (measure == V1_2::MeasureTiming::YES) driverStart = Clock::now(); in executeSynchronouslyBase()
619 if (measure == V1_2::MeasureTiming::YES) deviceStart = Clock::now(); in executeSynchronouslyBase()
622 if (measure == V1_2::MeasureTiming::YES) deviceEnd = Clock::now(); in executeSynchronouslyBase()
634 if (measure == V1_2::MeasureTiming::YES && executionStatus == V1_3::ErrorStatus::NONE) { in executeSynchronouslyBase()
675 if (measure == V1_2::MeasureTiming::YES) driverStart = Clock::now(); in executeFenced()
711 if (measure == V1_2::MeasureTiming::YES) driverStartAfterFence = Clock::now(); in executeFenced()
[all …]
/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.java115 static final int YES = R.string.general_action_yes; field in ConnectedDevicesSliceProvider
117 static final int[] YES_NO_ARGS = {YES, NO};
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp620 YES = YES_1 enumerator
686 uint32_t addIntOperand(Dimensioned dimensioned = Dimensioned::YES) { in addIntOperand()
696 uint32_t addFloatOperand(Dimensioned dimensioned = Dimensioned::YES) { in addFloatOperand()
699 uint32_t addQuantOperand(Dimensioned dimensioned = Dimensioned::YES) { in addQuantOperand()
702 uint32_t addBooleanOperand(Dimensioned dimensioned = Dimensioned::YES) { in addBooleanOperand()
705 uint32_t addFloatZeroOperand(Dimensioned dimensioned = Dimensioned::YES) { in addFloatZeroOperand()
718 uint32_t addOperand(WrapperType wrapperType, Dimensioned dimensioned = Dimensioned::YES) { in addOperand()
766 Dimensioned dimensionedOutput = Dimensioned::YES) { in addExplicitOperationXTo1()
777 Dimensioned dimensionedOutput = Dimensioned::YES) { in addOperation2To1V1_0()
787 Dimensioned dimensionedOutput = Dimensioned::YES) { in addOperation2To1V1_1()
[all …]
DTestIntrospectionControl.cpp456 EXPECT_EQ(measure, V1_2::MeasureTiming::YES); in execute_1_2()
495 EXPECT_EQ(measure, V1_2::MeasureTiming::YES); in executeSynchronously()
557 EXPECT_EQ(measure, V1_2::MeasureTiming::YES); in executeFenced()
/packages/modules/NeuralNetworks/common/include/nnapi/
DTypes.h145 YES = 1, enumerator
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DDriverFuzzTest.cpp302 preparedModel->executeSynchronously_1_3(request, V1_2::MeasureTiming::YES, {}, {}, cb); in execute()
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java252 static final int YES = 1; field in StkAppService
1401 case YES: in handleCmdResponse()
2358 args.putInt(CHOICE, YES); in launchOpenChannelDialog()
/packages/modules/NeuralNetworks/common/
DTypeUtils.cpp277 case MeasureTiming::YES: in operator <<()
DValidation.cpp168 case MeasureTiming::YES: in validateMeasureTiming()
/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp113 return execution->measureTiming() ? MeasureTiming::YES : MeasureTiming::NO; in measureTiming()