/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationBasicSemaphoreTests.cpp | 494 enum QueuesIndexes { FIRST = 0, SECOND, COUNT }; in basicMultiQueueCase() enumerator 588 if (NO_MATCH_FOUND == queues[FIRST].queueFamilyIndex) in basicMultiQueueCase() 589 queues[FIRST].queueFamilyIndex = queueNdx; in basicMultiQueueCase() 591 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u) in basicMultiQueueCase() 598 if (queues[FIRST].queueFamilyIndex == NO_MATCH_FOUND || queues[SECOND].queueFamilyIndex == NO_MATCH_FOUND) in basicMultiQueueCase() 610 queueInfo.queueCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 2 : 1; in basicMultiQueueCase() 615 if (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) in basicMultiQueueCase() 689 deviceInfo.queueCreateInfoCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 1 : COUNT; in basicMultiQueueCase() 703 if (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) in basicMultiQueueCase() 716 cmdPool[FIRST] in basicMultiQueueCase() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationBasicSemaphoreTests.cpp | 414 enum QueuesIndexes { FIRST = 0, SECOND, COUNT }; in basicMultiQueueCase() enumerator 508 if (NO_MATCH_FOUND == queues[FIRST].queueFamilyIndex) in basicMultiQueueCase() 509 queues[FIRST].queueFamilyIndex = queueNdx; in basicMultiQueueCase() 511 if (queues[FIRST].queueFamilyIndex != queueNdx || queueFamilyProperties[queueNdx].queueCount > 1u) in basicMultiQueueCase() 518 if (queues[FIRST].queueFamilyIndex == NO_MATCH_FOUND || queues[SECOND].queueFamilyIndex == NO_MATCH_FOUND) in basicMultiQueueCase() 530 queueInfo.queueCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 2 : 1; in basicMultiQueueCase() 535 if (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) in basicMultiQueueCase() 609 deviceInfo.queueCreateInfoCount = (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) ? 1 : COUNT; in basicMultiQueueCase() 623 if (queues[FIRST].queueFamilyIndex == queues[SECOND].queueFamilyIndex) in basicMultiQueueCase() 636 cmdPool[FIRST] in basicMultiQueueCase() [all...] |
/third_party/cups-filters/filter/braille/filters/ |
H A D | brftopagedbrf.in | 71 FIRST=${PAGERANGE%%-*} 72 if [ -z "$AFTER" ] || [ "$FIRST" -lt "$AFTER" ] 74 AFTER="$FIRST" 88 FIRST=${PAGERANGE/-*} 90 PAGES="$PAGES$(seq "$FIRST" "$LAST" | tr $'\012' ' ')"
|
/third_party/elfutils/lib/ |
H A D | dynamicsizehash.h | 45 # define FIRST(name) name##_ent *first; macro 48 # define FIRST(name) macro 80 FIRST (name) \ 125 # undef FIRST macro
|
H A D | dynamicsizehash_concurrent.h | 116 # undef FIRST macro
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationData.java | 34 static final int REORDER_RESERVED_BEFORE_LATIN = Collator.ReorderCodes.FIRST + 14; 35 static final int REORDER_RESERVED_AFTER_LATIN = Collator.ReorderCodes.FIRST + 15; 233 return Collator.ReorderCodes.FIRST + i; in getGroupForPrimary() 244 } else if(script < Collator.ReorderCodes.FIRST) { in getScriptIndex() 247 script -= Collator.ReorderCodes.FIRST; in getScriptIndex() 259 if(script >= Collator.ReorderCodes.FIRST) { in getEquivalentScripts() 311 numScripts + REORDER_RESERVED_BEFORE_LATIN - Collator.ReorderCodes.FIRST]; in makeReorderRanges() 316 numScripts + REORDER_RESERVED_AFTER_LATIN - Collator.ReorderCodes.FIRST]; in makeReorderRanges() 335 int reorderCode = reorder[i] - Collator.ReorderCodes.FIRST; in makeReorderRanges() 475 return (script < Collator.ReorderCodes.FIRST) in scriptCodeString() [all...] |
H A D | CollationFastLatin.java | 232 for(int group = Collator.ReorderCodes.FIRST; in getOptions() 233 group < Collator.ReorderCodes.FIRST + CollationData.MAX_NUM_SPECIAL_REORDER_CODES; in getOptions()
|
H A D | CollationFastLatinBuilder.java | 138 lastSpecialPrimaries[i] = data.getLastPrimaryForGroup(Collator.ReorderCodes.FIRST + i); in loadGroups() 678 Collator.ReorderCodes.CURRENCY - Collator.ReorderCodes.FIRST + 1;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationData.java | 36 static final int REORDER_RESERVED_BEFORE_LATIN = Collator.ReorderCodes.FIRST + 14; 37 static final int REORDER_RESERVED_AFTER_LATIN = Collator.ReorderCodes.FIRST + 15; 235 return Collator.ReorderCodes.FIRST + i; in getGroupForPrimary() 246 } else if(script < Collator.ReorderCodes.FIRST) { in getScriptIndex() 249 script -= Collator.ReorderCodes.FIRST; in getScriptIndex() 261 if(script >= Collator.ReorderCodes.FIRST) { in getEquivalentScripts() 313 numScripts + REORDER_RESERVED_BEFORE_LATIN - Collator.ReorderCodes.FIRST]; in makeReorderRanges() 318 numScripts + REORDER_RESERVED_AFTER_LATIN - Collator.ReorderCodes.FIRST]; in makeReorderRanges() 337 int reorderCode = reorder[i] - Collator.ReorderCodes.FIRST; in makeReorderRanges() 477 return (script < Collator.ReorderCodes.FIRST) in scriptCodeString() [all...] |
H A D | CollationFastLatin.java | 236 for(int group = Collator.ReorderCodes.FIRST; in getOptions() 237 group < Collator.ReorderCodes.FIRST + CollationData.MAX_NUM_SPECIAL_REORDER_CODES; in getOptions()
|
H A D | CollationFastLatinBuilder.java | 139 lastSpecialPrimaries[i] = data.getLastPrimaryForGroup(Collator.ReorderCodes.FIRST + i); in loadGroups() 679 Collator.ReorderCodes.CURRENCY - Collator.ReorderCodes.FIRST + 1;
|
/third_party/mesa3d/src/util/indices/ |
H A D | u_indices_gen.py | 28 FIRST, LAST = 'first', 'last' 33 PVS=(FIRST, LAST) 158 if inpv == FIRST: 279 if inpv == FIRST: 296 if inpv == FIRST: 314 if inpv == FIRST: 391 for inpv in (FIRST, LAST): 392 for outpv in (FIRST, LAST):
|
H A D | u_unfilled_gen.py | 28 FIRST, LAST = 'first', 'last'
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_pyparse.py | 151 (NONE, BACKSLASH, FIRST, NEXT, BRACKET) = range(5) 159 TestInfo('"""This is a continued docstring.\n', [0, 1], FIRST), 160 TestInfo("'''This is a continued docstring.\n", [0, 1], FIRST), 161 TestInfo('"""Closing quote does not match."\n', [0, 1], FIRST), 162 TestInfo('"""Bracket in docstring [\n', [0, 1], FIRST), 172 TestInfo('("""Open string in bracket\n', [0, 1], FIRST), 201 (NONE, BACKSLASH, FIRST, NEXT, BRACKET) = range(5) 205 TestInfo('"""This is a continuation docstring.\n', FIRST),
|
/third_party/ffmpeg/libavformat/ |
H A D | sdr2.c | 34 #define FIRST 0xA8 macro 62 avio_seek(s->pb, FIRST, SEEK_SET); in sdr2_read_header() 92 if (pos == FIRST) { in sdr2_read_packet()
|
/third_party/pulseaudio/src/modules/ |
H A D | udev-util.c | 81 FIRST in proplist_sets_unescape() enumerator 117 state = FIRST; in proplist_sets_unescape() 121 case FIRST: { in proplist_sets_unescape() 152 case FIRST: in proplist_sets_unescape()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/utils/ |
H A D | Debug.h | 97 template <typename FIRST, typename... REST> 98 inline std::ostream& Write(std::ostream& out, FIRST&& first, REST&&... rest) { in Write() 99 Write(out, std::forward<FIRST>(first)); in Write()
|
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | enum_set.h | 214 template <typename FIRST, typename... VALUES> 215 static constexpr uint64_t Union(FIRST first, VALUES... values) { in Union()
|
/third_party/python/Lib/tkinter/ |
H A D | constants.py | 98 FIRST='first' variable
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | Collator.java | 272 public final static int FIRST = SPACE; field 672 return Collator.ReorderCodes.FIRST + in getReorderCode() 767 int[] codes = new int[UScript.CODE_LIMIT + Collator.ReorderCodes.LIMIT - Collator.ReorderCodes.FIRST]; in setAttributesFromKeywords()
|
H A D | RuleBasedCollator.java | 736 } else if(Collator.ReorderCodes.FIRST <= group && group <= Collator.ReorderCodes.CURRENCY) { in setMaxVariable() 737 value = group - Collator.ReorderCodes.FIRST; in setMaxVariable() 754 group = Collator.ReorderCodes.FIRST + defaultSettings.getMaxVariable(); in setMaxVariable() 773 return Collator.ReorderCodes.FIRST + settings.readOnly().getMaxVariable(); in getMaxVariable() 850 if(group < Collator.ReorderCodes.FIRST || Collator.ReorderCodes.CURRENCY < group) { in internalSetVariableTop() 859 ownedSettings.setMaxVariable(group - Collator.ReorderCodes.FIRST, in internalSetVariableTop()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Collator.java | 258 public final static int FIRST = SPACE; field 642 return Collator.ReorderCodes.FIRST + in getReorderCode() 737 int[] codes = new int[UScript.CODE_LIMIT + Collator.ReorderCodes.LIMIT - Collator.ReorderCodes.FIRST]; in setAttributesFromKeywords()
|
H A D | RuleBasedCollator.java | 714 } else if(Collator.ReorderCodes.FIRST <= group && group <= Collator.ReorderCodes.CURRENCY) { in setMaxVariable() 715 value = group - Collator.ReorderCodes.FIRST; in setMaxVariable() 732 group = Collator.ReorderCodes.FIRST + defaultSettings.getMaxVariable(); in setMaxVariable() 750 return Collator.ReorderCodes.FIRST + settings.readOnly().getMaxVariable(); in getMaxVariable() 829 if(group < Collator.ReorderCodes.FIRST || Collator.ReorderCodes.CURRENCY < group) { in internalSetVariableTop() 838 ownedSettings.setMaxVariable(group - Collator.ReorderCodes.FIRST, in internalSetVariableTop()
|
/third_party/libinput/tools/ |
H A D | libinput-record.c | 2606 FIRST, enumerator 2624 return FIRST; in find_output_file() 2648 return FIRST; in find_output_file() 2779 if (pos == FIRST || pos == LAST) in main() 2781 if (pos == FIRST) in main()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingMiscTests.cpp | 72 FIRST = 0, member in vkt::RayTracing::__anon28542::GeometryType 74 AABB = FIRST, 180 FIRST, member in vkt::RayTracing::__anon28542::VariableType 182 FLOAT = FIRST, 264 FIRST = 0, member in vkt::RayTracing::__anon28542::AccelerationStructureLayout 266 ONE_TL_ONE_BL_ONE_GEOMETRY = FIRST, 9480 for (auto currentGeometryType = GeometryType::FIRST; currentGeometryType != GeometryType::COUNT; currentGeometryType = static_cast<GeometryType>(static_cast<deUint32>(currentGeometryType) + 1) ) 9482 for (auto currentASLayout = AccelerationStructureLayout::FIRST; currentASLayout != AccelerationStructureLayout::COUNT; currentASLayout = static_cast<AccelerationStructureLayout>(static_cast<deUint32>(currentASLayout) + 1) ) 9506 for (auto currentGeometryType = GeometryType::FIRST; currentGeometryType != GeometryType::COUNT; currentGeometryType = static_cast<GeometryType>(static_cast<deUint32>(currentGeometryType) + 1) ) 9518 for (auto currentGeometryType = GeometryType::FIRST; currentGeometryTyp [all...] |