/third_party/skia/src/gpu/effects/ |
H A D | GrBicubicEffect.cpp | 275 subset.sort(); in TestCreate()
|
/third_party/skia/src/gpu/ops/ |
H A D | DrawAtlasOp.cpp | 356 texRect.sort(); in random_texRect()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Config.cpp | 437 sort(passed.begin(), passed.end(), SortConfig(attribList));
|
/third_party/skia/src/pdf/ |
H A D | SkPDFTag.cpp | 371 std::sort(fIdTreeEntries.begin(), fIdTreeEntries.end(), in makeStructTreeRoot()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-buffer.hh | 386 HB_INTERNAL void sort (unsigned int start, unsigned int end, int(*compar)(const hb_glyph_info_t *, const hb_glyph_info_t *));
|
H A D | hb-ot-shape-normalize.cc | 402 buffer->sort (i, end, compare_combining_class); in _hb_ot_shape_normalize()
|
H A D | hb-ot-var-hvar-table.hh | 203 outer_map.sort (); in init()
|
/third_party/skia/third_party/externals/piex/src/image_type_recognition/ |
H A D | image_type_recognition_lite.cc | 772 std::sort(checkers_.begin(), checkers_.end(), TypeChecker::Compare); in TypeCheckerList()
|
/third_party/python/Lib/tkinter/ |
H A D | filedialog.py | 182 names.sort()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 633 llvm::sort(idx2MBBMap, less_first()); in insertMBBInMaps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 140 llvm::sort(SetFlags, &flagName<TFlag>);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | PlaceSafepoints.cpp | 524 llvm::sort(PollLocations, OrderByBBName); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | Trace.cpp | 322 // This is now the meat of the algorithm. Here we sort the blocks according to in loadFDRLog() 325 // After the sort, we then reconstitute `Trace` records using a stateful in loadFDRLog() 330 llvm::sort(Blocks, [](const BlockIndexer::Block &L, in loadFDRLog()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ilist.h | 370 using base_list_type::sort;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Timer.cpp | 295 std::sort(TimersToPrint.begin(), TimersToPrint.end()); in PrintQueuedTimers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 459 llvm::sort(OrderedFuncData, [](const RecordType &A, const RecordType &B) { in writeText()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 267 llvm::sort(FixIts); in SMDiagnostic() 303 // completion. This is sort of the best we can do when two hints appear in buildFixItLine()
|
H A D | Timer.cpp | 304 llvm::sort(TimersToPrint); in PrintQueuedTimers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFormMemoryClauses.cpp | 182 llvm::sort(CoveringSubregs, [this](unsigned A, unsigned B) { in forAllLanes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp | 579 llvm::sort(G, Less); in processBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 329 llvm::sort(SortedEntries, in makeSingleEntryLoop()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | zero_init_workgroup_memory.cc | 188 std::sort(num_sorted_iterations.begin(), num_sorted_iterations.end()); in Run()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/ |
H A D | main.go | 32 "sort" 184 sort.Strings(tasks)
|
/third_party/skia/tools/skp/ |
H A D | webpages_playback.py | 199 ps.sort()
|
/third_party/skia/tools/viewer/ |
H A D | ParticlesSlide.cpp | 229 std::sort(fLoaded.begin(), fLoaded.end(), [](const LoadedEffect& a, const LoadedEffect& b) { in loadEffects()
|