Home
last modified time | relevance | path

Searched defs:unsorted (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/cronet/base/containers/
H A Dflat_tree_unittest.cc1439 int unsorted[] = {2, 1}; in TYPED_TEST_P() local
1449 TypeParam unsorted = {2, 1}; in TYPED_TEST_P() local
1457 TypeParam unsorted = {2, 1}; in TYPED_TEST_P() local
1465 std::initializer_list<int> unsorted = {2, 1}; in TYPED_TEST_P() local
1474 TypeParam unsorted = {2, 1}; in TYPED_TEST_P() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp424 static std::vector<T> sorted(const std::vector<T> &unsorted) in sorted()
432 static std::vector<T> sorted(const std::vector<T> &unsorted, P pred) in sorted()
/aosp_15_r20/external/skia/docs/examples/
H A DRect_right.cpp6 SkRect unsorted = { 15, 25, 10, 5 }; in draw() local
H A DRect_y.cpp6 SkRect unsorted = { 15, 25, 10, 5 }; in draw() local
H A DIRect_right.cpp6 SkIRect unsorted = { 15, 25, 10, 5 }; in draw() local
H A DRect_bottom.cpp6 SkRect unsorted = { 15, 25, 10, 5 }; in draw() local
H A DRect_x.cpp6 SkRect unsorted = { 15, 5, 10, 25 }; in draw() local
H A DIRect_width.cpp6 SkIRect unsorted = { 15, 25, 10, 5 }; in draw() local
H A DRRect_width.cpp7 SkRRect unsorted = SkRRect::MakeRect({ 15, 25, 10, 5 }); in draw() local
H A DRect_left.cpp6 SkRect unsorted = { 15, 5, 10, 25 }; in draw() local
H A DIRect_x.cpp6 SkIRect unsorted = { 15, 5, 10, 25 }; in draw() local
H A DIRect_height.cpp6 SkIRect unsorted = { 15, 25, 10, 20 }; in draw() local
H A DIRect_y.cpp6 SkIRect unsorted = { 15, 25, 10, 5 }; in draw() local
H A DRect_width.cpp6 SkRect unsorted = { 15, 25, 10, 5 }; in draw() local
H A DRect_height.cpp6 SkRect unsorted = { 15, 25, 10, 20 }; in draw() local
H A DRRect_height.cpp7 SkRRect unsorted = SkRRect::MakeRect({ 15, 25, 10, 20 }); in draw() local
H A DIRect_left.cpp6 SkIRect unsorted = { 15, 5, 10, 25 }; in draw() local
H A DIRect_top.cpp6 SkIRect unsorted = { 15, 25, 10, 5 }; in draw() local
H A DRect_top.cpp6 SkRect unsorted = { 15, 25, 10, 5 }; in draw() local
H A DIRect_bottom.cpp6 SkIRect unsorted = { 15, 25, 10, 5 }; in draw() local
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/
Dmud.go28 sorted, unsorted []edge member
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/
H A DCanonicalCharacterData.java196 private static void sortEquivalents(String[] equivalents, Vector unsorted) in sortEquivalents()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/fitting/
H A DGaussianFitter.java185 private WeightedObservedPoint[] sortObservations(WeightedObservedPoint[] unsorted) { in sortObservations()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/
H A DGaussianFitter.java189 private WeightedObservedPoint[] sortObservations(WeightedObservedPoint[] unsorted) { in sortObservations()
H A DHarmonicFitter.java232 private WeightedObservedPoint[] sortObservations(WeightedObservedPoint[] unsorted) { in sortObservations()

123