Home
last modified time | relevance | path

Searched refs:sort (Results 2501 - 2525 of 2951) sorted by relevance

1...<<101102103104105106107108109110>>...119

/third_party/python/Lib/lib2to3/tests/data/
H A Dpy3_test_grammar.py726 L.sort(key=lambda x: x if isinstance(x, tuple) else ())
H A Dpy2_test_grammar.py747 L.sort()
/third_party/python/Lib/test/libregrtest/
H A Dmain.py420 self.test_times.sort(reverse=True)
/third_party/python/Include/internal/
H A Dpycore_runtime_init.h962 INIT_ID(sort), \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackColoring.cpp429 /// 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 DTypeRecordMapping.cpp60 llvm::sort(SetFlags, &compEnumNames<TFlag>); in getFlagNames()
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A DMakefile38 EXTS := $(sort $(EXTENSIONS) $(DIFFEXTENSIONS))
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
H A Dlangsvr.go26 "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 DSkScan_Hairline.cpp95 ptsR.sort();
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DFont.java473 * 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 DViewableTaggedData.java179 Collections.sort(markers); in getMarkers()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp748 std::sort(annotations.begin(), annotations.end(), DecorationLess()); in ProcessGlobalValues()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp748 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 Dlangsvr.go26 "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 Dgen-tag-table.py619 macrolanguages.sort (key=lambda ml: len (self.macrolanguages[ml]))
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_sidebar.py486 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 DMergeICmps.cpp102 // 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 DGuardWidening.cpp682 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 DMachOEmitter.cpp419 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 DGCOV.cpp215 // 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 DARMParallelDSP.cpp707 // 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 Dmain.go28 "sort"
146 sort.Strings(files)
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp466 std::sort(values.begin(), values.end()); in print_result()
/third_party/toybox/generated/
H A Dglobals.h1494 // toys/posix/sort.c
1762 struct sort_data sort; member
/third_party/vixl/src/
H A Dinvalset-vixl.h49 // `std::sort()` can be used.
584 std::sort(StorageBegin(), StorageEnd());

Completed in 34 milliseconds

1...<<101102103104105106107108109110>>...119