/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 1845 std::sort(refs.begin(), refs.end(), value_cmp); in run()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | mid-tier-register-allocator.cc | 3417 std::sort(spilled.begin(), spilled.end(), in AllocateSpillSlots()
|
/third_party/python/Lib/test/ |
H A D | test_bytes.py | 1579 self.assertRaises(AttributeError, lambda: bytearray().sort())
|
H A D | test_statistics.py | 630 # but we need to give them some sort of test to ensure that they are 2473 data.sort()
|
H A D | test_enum.py | 4484 values.sort(key=lambda item: item.name) 4486 result.sort(key=lambda item: item.name) 4586 CONVERT_TEST_NAME_A = 5 # This one should sort first. 4593 CONVERT_STRING_TEST_NAME_A = 5 # This one should sort first.
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 908 a {\em client-side alias} or something of the sort).
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2601 llvm::sort(Params, [](const LocalVariable *L, const LocalVariable *R) { in emitLocalVariableList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 1571 llvm::sort(MemOpRecords); in clusterNeighboringMemOps()
|
H A D | RegisterCoalescer.cpp | 3500 llvm::sort(Pair.second); in buildVRegToDbgValueMap() 3615 /// EnableGlobalCopies assumes that the primary sort key is loop depth. 3633 // As a last resort, sort by block number. in compareMBBPriority()
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 98 fRect.sort(); in SkAutoPathBoundsUpdate()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 2493 std::sort(ids.begin(), ids.end());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Record.cpp | 168 llvm::sort(Classes, [](Record *LHS, Record *RHS) { in get()
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 2807 std::sort(shaders.begin(), shaders.end(), [](const CachedShader* a, const CachedShader* b) { in dumpShadersToResources()
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
H A D | js_generator.cc | 409 sort(all_message_names.begin(), all_message_names.end()); in GetMessagesFileName()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 1062 # sort enumerators in enums 3096 # sort to have same results for py2 and py3 3196 structList = sorted(usedFeatureStructs.items(), key=lambda tup: tup[0]) # sort to have same results for py2 and py3 3364 extensionList.sort()
|
H A D | ohos_gen_framework.py | 767 # sort enumerators in enums 2767 # sort to have same results for py2 and py3 2844 structList = sorted(usedFeatureStructs.items(), key=lambda tup: tup[0]) # sort to have same results for py2 and py3 2981 extensionList.sort()
|
/third_party/icu/icu4c/source/ |
H A D | configure | 497 # Don't try to exec as it changes $[0], causing all sort of problems 2472 sort 2487 done | sort 2502 done | sort 3453 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 8115 sort
|
/third_party/mbedtls/tests/ |
H A D | ssl-opt.sh | 1452 if [ $(grep -v '^==' $SRV_OUT | grep -v 'Serious error when reading debug info' | grep -A1 "$2" | grep -v "$2" | sort | uniq -d | wc -l) -gt 1 ]; then 1459 if [ $(grep -v '^==' $CLI_OUT | grep -v 'Serious error when reading debug info' | grep -A1 "$2" | grep -v "$2" | sort | uniq -d | wc -l) -gt 1 ]; then
|
/third_party/node/deps/ada/ |
H A D | ada.h | 6765 * @see https://url.spec.whatwg.org/#dom-urlsearchparams-sort 6767 inline void sort(); 7020 inline void url_search_params::sort() { in sort() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::url_search_params
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 1579 sort(objects->begin(), objects->end(), [size](HeapObject a, HeapObject b) { in ReportDuplicates() 1605 sort(duplicates.begin(), duplicates.end()); in ReportDuplicates()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Verifier.cpp | 2416 llvm::sort(Preds); in visitBasicBlock() 2428 // Get and sort all incoming values in the PHI node... in visitBasicBlock() 2434 llvm::sort(Values); in visitBasicBlock()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cComputeShaderTests.cpp | 3480 std::sort(data, data + 8); in Run() 3495 std::sort(data, data + 8); in Run()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cComputeShaderTests.cpp | 3493 std::sort(data.begin(), data.end()); in Run() 3505 std::sort(data.begin(), data.end()); in Run()
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 497 # Don't try to exec as it changes $[0], causing all sort of problems 2460 sort 2475 done | sort 2490 done | sort 3441 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 8056 sort
|
/third_party/python/ |
H A D | configure | 515 # Don't try to exec as it changes $[0], causing all sort of problems 2819 sort 2834 done | sort 2849 done | sort 2972 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 21891 /* Ultrix mips cc rejects this sort of thing. */ 21910 { /* SCO 3.2v4 cc rejects this sort of thing. */ 21928 { /* IBM XL C 1.02.0.0 rejects this sort of thing, saying 28862 sort
|