Home
last modified time | relevance | path

Searched defs:unsorted (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/docs/examples/
H A DRect_height.cpp7 SkRect unsorted = { 15, 25, 10, 20 }; in REG_FIDDLE() local
H A DRRect_width.cpp7 SkRRect unsorted = SkRRect::MakeRect({ 15, 25, 10, 5 }); in REG_FIDDLE() local
H A DRect_y.cpp7 SkRect unsorted = { 15, 25, 10, 5 }; in REG_FIDDLE() local
H A DRRect_height.cpp7 SkRRect unsorted = SkRRect::MakeRect({ 15, 25, 10, 20 }); in REG_FIDDLE() local
H A DRect_right.cpp7 SkRect unsorted = { 15, 25, 10, 5 }; in REG_FIDDLE() local
H A DRect_bottom.cpp7 SkRect unsorted = { 15, 25, 10, 5 }; in REG_FIDDLE() local
H A DRect_width.cpp7 SkRect unsorted = { 15, 25, 10, 5 }; in REG_FIDDLE() local
H A DRect_top.cpp7 SkRect unsorted = { 15, 25, 10, 5 }; in REG_FIDDLE() local
H A DRect_x.cpp7 SkRect unsorted = { 15, 5, 10, 25 }; in REG_FIDDLE() local
H A DRect_left.cpp7 SkRect unsorted = { 15, 5, 10, 25 }; in REG_FIDDLE() local
H A DIRect_right.cpp7 SkIRect unsorted = { 15, 25, 10, 5 }; in REG_FIDDLE() local
H A DIRect_width.cpp7 SkIRect unsorted = { 15, 25, 10, 5 }; in REG_FIDDLE() local
H A DIRect_top.cpp7 SkIRect unsorted = { 15, 25, 10, 5 }; in REG_FIDDLE() local
H A DIRect_x.cpp7 SkIRect unsorted = { 15, 5, 10, 25 }; in REG_FIDDLE() local
H A DIRect_y.cpp7 SkIRect unsorted = { 15, 25, 10, 5 }; in REG_FIDDLE() local
H A DIRect_left.cpp7 SkIRect unsorted = { 15, 5, 10, 25 }; in REG_FIDDLE() local
H A DIRect_height.cpp7 SkIRect unsorted = { 15, 25, 10, 20 }; in REG_FIDDLE() local
H A DIRect_bottom.cpp7 SkIRect unsorted = { 15, 25, 10, 5 }; in REG_FIDDLE() local
/third_party/openssl/test/
H A Dstack_test.c60 int unsorted; in test_int_stack() member
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DClassTable.java50 public static void sort(ClassEntry[] table, Vector unsorted) in sort() argument
H A DCanonicalCharacterData.java196 private static void sortEquivalents(String[] equivalents, Vector unsorted) in sortEquivalents() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc594 std::vector<int> unsorted = {2, 4, 1, 3}; in TEST_F() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp360 static std::vector<T> sorted (const std::vector<T>& unsorted) in sorted() argument
368 static std::vector<T> sorted (const std::vector<T>& unsorted, P pred) in sorted() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUtil.hpp361 static std::vector<T> sorted (const std::vector<T>& unsorted) in sorted() argument
369 static std::vector<T> sorted (const std::vector<T>& unsorted, P pred) in sorted() argument

Completed in 9 milliseconds