/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnitIndex.cpp | 170 llvm::sort(OffsetLookup, [&](Entry *E1, Entry *E2) { in getFromOffset()
|
/third_party/skia/src/core/ |
H A D | SkTDPQueue.h | 112 void sort() { in sort() function in SkTDPQueue
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/ |
H A D | testlist.go | 26 "sort" 72 sort.Strings(g.Tests)
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | formattedval_impl.h | 112 void sort();
|
H A D | formattedval_iterimpl.cpp | 126 void FormattedValueFieldPositionIteratorImpl::sort() { in sort() function in FormattedValueFieldPositionIteratorImpl 127 // Use bubble sort, O(N^2) but easy and no fancy data structures. in sort()
|
/third_party/skia/src/sksl/lex/ |
H A D | TransitionTable.cpp | 60 std::sort(result.v.begin(), result.v.end()); in add_compact_entry()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-myanmar.cc | 236 buffer->sort (start, end, compare_myanmar_order); in initial_reordering_consonant_syllable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceLoopAnalyzer.cpp | 262 std::sort( in ComputeLoopInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TimeProfiler.cpp | 140 llvm::sort(SortedTotals.begin(), SortedTotals.end(), in Write()
|
/third_party/skia/third_party/externals/tint/tools/ |
H A D | run_tests.py | 142 self.unexpected_failures.sort()
|
/third_party/skia/third_party/externals/tint/tools/src/lut/ |
H A D | lut.go | 19 "sort" 86 sort.Slice(t.sequences, func(i, j int) bool {
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uvector.h | 245 void sort(UElementComparator *compare, UErrorCode &ec); 248 * Stable sort the contents of this vector using a caller-supplied function 250 * than UVector::sort() because an additional user parameter can be passed to
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 150 sort -u "$temp_dir"/methods_unsorted_ios.txt \
|
/third_party/python/Lib/ |
H A D | timeit.py | 347 scales.sort(reverse=True)
|
H A D | enum.py | 912 # sort by value 913 members.sort(key=lambda t: (t[1], t[0])) 915 # unless some values aren't comparable, in which case sort by name 916 members.sort(key=lambda t: t[0]) 1158 last_values.sort() 1962 failed.sort() 2044 # sort by value 2045 members.sort(key=lambda t: (t[1], t[0])) 2047 # unless some values aren't comparable, in which case sort by name 2048 members.sort(ke [all...] |
/third_party/skia/experimental/sorttoy/ |
H A D | Fake.h | 179 // Get a material id for this paint that should be jammed into the sort key 225 void sort();
|
/third_party/skia/bench/ |
H A D | check_bench_regressions.py | 180 ratios.sort(reverse=True)
|
/third_party/node/deps/v8/tools/ |
H A D | ll_prof.py | 129 self.other_names.sort() 154 ticks_map.sort(key=lambda t: t[0]) 812 used_code.sort(key=lambda x: x.self_ticks, reverse=True) 822 mmap_infos.sort(key=lambda m: m.ticks, reverse=True)
|
/third_party/libabigail/src/ |
H A D | abg-corpus.cc | 1300 std::sort(priv_->fns.begin(), priv_->fns.end(), fc); in sort_functions() 1330 std::sort(priv_->vars.begin(), priv_->vars.end(), vc); in sort_variables() 1879 std::sort(priv_->sorted_fun_symbols.begin(), in get_sorted_fun_symbols() 1911 std::sort(priv_->sorted_var_symbols.begin(), in get_sorted_var_symbols()
|
H A D | abg-comparison.cc | 106 /// @param enumerators_map the map to sort. 118 std::sort(sorted.begin(), sorted.end(), comp); in sort_enumerators() 123 /// @param enumerators_map the map to sort. 137 std::sort(sorted.begin(), sorted.end(), comp); in sort_changed_enumerators() 142 /// @param data_members the map of changed data members to sort. 156 std::sort(sorted.begin(), sorted.end(), comp); in sort_data_members() 161 /// @param to_sort the vector to sort. 166 std::sort(to_sort.begin(), to_sort.end(), comp); in sort_changed_data_members() 172 /// @param map the map to sort. 186 std::sort(sorte in sort_string_function_ptr_map() [all...] |
/third_party/python/Lib/test/ |
H A D | test_gc.py | 590 got.sort() 595 got.sort() 601 got.sort() 605 got.sort()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kvm.c | 405 fmt->sort = dim->cmp; in get_format() 478 char *sort = sort_ ? strdup(sort_) : NULL; in kvm_hpp_list__parse() local 485 ret = kvm_hpp_list__init(sort, hpp_list, kvm_hists__init_sort); in kvm_hpp_list__parse() 489 /* Copy sort keys to output fields */ in kvm_hpp_list__parse() 492 /* and then copy output fields to sort keys */ in kvm_hpp_list__parse() 496 free(sort); in kvm_hpp_list__parse() 508 static int kvm_hists__reinit(const char *output, const char *sort) in kvm_hists__reinit() argument 511 return kvm_hpp_list__parse(&kvm_hists.list, output, sort); in kvm_hists__reinit() 1040 pr_err("Unsupported sort key: %s\n", kvm->sort_key); in is_valid_key() 1420 /* Reset sort lis in perf_kvm__handle_timerfd() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | container_test.cc | 94 std::sort(c.calls.begin(), c.calls.end()); in TEST_F() 100 std::sort(c2.calls.begin(), c2.calls.end()); in TEST_F() 317 std::sort(v.begin(), v.end(), std::greater<int>()); in TEST_F() 332 std::sort(v.begin(), v.end(), std::greater<int>()); in TEST_F() 353 std::sort(v.begin(), v.end(), std::greater<int>()); in TEST_F() 367 std::sort(v.begin(), v.end(), std::greater<int>()); in TEST_F() 833 // fields so that the test can check the sort preserves order of equal elements.
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/ |
H A D | xml_parser.cpp | 186 std::sort(mParsedData_->refreshRateForSettings_.begin(), mParsedData_->refreshRateForSettings_.end(),
in ParseParams() 299 std::sort(strategy.appBufferList.begin(), strategy.appBufferList.end(),
in ParseBufferStrategyList()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/ |
H A D | render_node_scene_util.cpp | 274 // NOTE: material sort should be based on PSO not shader handle in GetRenderSlotSubmeshes() 303 // front-to-back and by-material render layer sort is 0 -> 63 in GetRenderSlotSubmeshes() 304 // back-to-front render layer sort is 63 -> 0 in GetRenderSlotSubmeshes() 307 std::sort(refSubmeshIndices.begin(), refSubmeshIndices.end(), Less<SlotSubmeshIndex>()); in GetRenderSlotSubmeshes() 309 std::sort(refSubmeshIndices.begin(), refSubmeshIndices.end(), Greater<SlotSubmeshIndex>()); in GetRenderSlotSubmeshes()
|