/third_party/python/Lib/lib2to3/tests/data/ |
H A D | py3_test_grammar.py | 726 L.sort(key=lambda x: x if isinstance(x, tuple) else ())
|
H A D | py2_test_grammar.py | 747 L.sort()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | main.py | 420 self.test_times.sort(reverse=True)
|
/third_party/python/Include/internal/ |
H A D | pycore_runtime_init.h | 962 INIT_ID(sort), \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 429 /// Record the FI slots for which we have seen some sort of 1237 // This is a simple greedy algorithm for merging allocas. First, sort the in runOnMachineFunction() 1244 // Use stable sort to guarantee deterministic code generation. in runOnMachineFunction() 1256 llvm::sort(s); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 60 llvm::sort(SetFlags, &compEnumNames<TFlag>); in getFlagNames()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | Makefile | 38 EXTS := $(sort $(EXTENSIONS) $(DIFFEXTENSIONS))
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/ |
H A D | langsvr.go | 26 "sort" 113 i := sort.Search(len(toks), func(i int) bool { return p.LessThan(toks[i].Range.End) })
|
/third_party/skia/src/core/ |
H A D | SkScan_Hairline.cpp | 95 ptsR.sort();
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
H A D | Font.java | 473 * sort them 512 Collections.sort(sortedHeaders, Header.COMPARATOR_BY_TAG); in serializeHeader()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | ViewableTaggedData.java | 179 Collections.sort(markers); in getMarkers()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 748 std::sort(annotations.begin(), annotations.end(), DecorationLess()); in ProcessGlobalValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 748 std::sort(annotations.begin(), annotations.end(), DecorationLess()); in ProcessGlobalValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
H A D | langsvr.go | 26 "sort" 113 i := sort.Search(len(toks), func(i int) bool { return p.LessThan(toks[i].Range.End) })
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-tag-table.py | 619 macrolanguages.sort (key=lambda ml: len (self.macrolanguages[ml]))
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_sidebar.py | 486 texts.sort(key=lambda text: canvas.bbox(text)[1])
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 102 // To make sure that the sort order is stable, we first assign to each atom 109 // We then sort by (BaseOrdering[LHS.Base()], LHS.Offset), which is stable. 524 llvm::sort(Comparisons_, in BCECmpChain()
|
H A D | GuardWidening.cpp | 682 llvm::sort(CurrentChecks, [&](const GuardWideningImpl::RangeCheck &LHS, 687 // Note: std::sort should not invalidate the ChecksStart iterator.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 419 llvm::sort(WriteQueue, [](const writeOperation &a, const writeOperation &b) { in writeLinkEditData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 215 // flag of some sort, but seems to always be zero. in readGCNO() 723 llvm::sort(Filenames);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 707 // Roughly sort the mul pairs in their program order. in InsertParallelMACs() 709 llvm::sort(R.getMulPairs(), [&OrderedBB](auto &PairA, auto &PairB) { in InsertParallelMACs()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/ |
H A D | main.go | 28 "sort" 146 sort.Strings(files)
|
/third_party/skia/tools/skpbench/ |
H A D | skpbench.cpp | 466 std::sort(values.begin(), values.end()); in print_result()
|
/third_party/toybox/generated/ |
H A D | globals.h | 1494 // toys/posix/sort.c 1762 struct sort_data sort; member
|
/third_party/vixl/src/ |
H A D | invalset-vixl.h | 49 // `std::sort()` can be used. 584 std::sort(StorageBegin(), StorageEnd());
|