Searched refs:YES (Results 1 – 15 of 15) sorted by relevance
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-ASCII96 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member99 # The default value is: YES.101 BRIEF_MEMBER_DESC = YES103 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief108 # The default value is: YES.110 REPEAT_BRIEF = YES133 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all[all …]
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will70 BRIEF_MEMBER_DESC = YES72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend77 REPEAT_BRIEF = YES101 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then107 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all114 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full118 FULL_PATH_NAMES = YES120 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag[all …]
143 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()
487 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 …]
25 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()
115 static final int YES = R.string.general_action_yes; field in ConnectedDevicesSliceProvider117 static final int[] YES_NO_ARGS = {YES, NO};
620 YES = YES_1 enumerator686 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 …]
456 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()
145 YES = 1, enumerator
302 preparedModel->executeSynchronously_1_3(request, V1_2::MeasureTiming::YES, {}, {}, cb); in execute()
252 static final int YES = 1; field in StkAppService1401 case YES: in handleCmdResponse()2358 args.putInt(CHOICE, YES); in launchOpenChannelDialog()
277 case MeasureTiming::YES: in operator <<()
168 case MeasureTiming::YES: in validateMeasureTiming()
113 return execution->measureTiming() ? MeasureTiming::YES : MeasureTiming::NO; in measureTiming()