Home
last modified time | relevance | path

Searched refs:sort (Results 776 - 800 of 3250) sorted by relevance

1...<<31323334353637383940>>...130

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp170 llvm::sort(OffsetLookup, [&](Entry *E1, Entry *E2) { in getFromOffset()
/third_party/skia/src/core/
H A DSkTDPQueue.h112 void sort() { in sort() function in SkTDPQueue
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/
H A Dtestlist.go26 "sort"
72 sort.Strings(g.Tests)
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformattedval_impl.h112 void sort();
H A Dformattedval_iterimpl.cpp126 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 DTransitionTable.cpp60 std::sort(result.v.begin(), result.v.end()); in add_compact_entry()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-myanmar.cc236 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 DIceLoopAnalyzer.cpp262 std::sort( in ComputeLoopInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTimeProfiler.cpp140 llvm::sort(SortedTotals.begin(), SortedTotals.end(), in Write()
/third_party/skia/third_party/externals/tint/tools/
H A Drun_tests.py142 self.unexpected_failures.sort()
/third_party/skia/third_party/externals/tint/tools/src/lut/
H A Dlut.go19 "sort"
86 sort.Slice(t.sequences, func(i, j int) bool {
/third_party/skia/third_party/externals/icu/source/common/
H A Duvector.h245 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 Dmethod_dump.sh150 sort -u "$temp_dir"/methods_unsorted_ios.txt \
/third_party/python/Lib/
H A Dtimeit.py347 scales.sort(reverse=True)
H A Denum.py912 # 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 DFake.h179 // Get a material id for this paint that should be jammed into the sort key
225 void sort();
/third_party/skia/bench/
H A Dcheck_bench_regressions.py180 ratios.sort(reverse=True)
/third_party/node/deps/v8/tools/
H A Dll_prof.py129 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 Dabg-corpus.cc1300 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 Dabg-comparison.cc106 /// @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 Dtest_gc.py590 got.sort()
595 got.sort()
601 got.sort()
605 got.sort()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-kvm.c405 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 Dcontainer_test.cc94 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 Dxml_parser.cpp186 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 Drender_node_scene_util.cpp274 // 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()

Completed in 29 milliseconds

1...<<31323334353637383940>>...130