/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
H A D | CollectionUtilities.java | 573 public static <T extends Comparable> int compare(T a, T b) { in compare() method in CollectionUtilities 585 public static <T extends Comparable> int compare(Iterator<T> iterator1, Iterator<T> iterator2) { in compare() method in CollectionUtilities 606 public static <T extends Comparable, U extends Collection<T>> int compare(U o1, U o2) { in compare() method in CollectionUtilities 622 public static <T extends Comparable, U extends Set<T>> int compare( method in CollectionUtilities 634 public int compare(Set<T> o1, Set<T> o2) { compare() method in CollectionUtilities.SetComparator 642 public int compare(Collection<T> o1, Collection<T> o2) { compare() method in CollectionUtilities.CollectionComparator 653 public static <K extends Comparable, V extends Comparable, T extends Entry<K, V>> int compare(T a, T b) { compare() method in CollectionUtilities 689 public int compare(Map<K, V> o1, Map<K, V> o2) { compare() method in CollectionUtilities.MapComparator 695 public int compare(T arg0, T arg1) { compare() method in CollectionUtilities.ComparableComparator [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneTest.java | 254 public static int compare(Object o1, Object o2) { in compare() method in TimeZoneTest.ZoneDescriptor
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | IDNA.java | 881 public static int compare(StringBuffer s1, StringBuffer s2, int options) in compare() method in IDNA 918 public static int compare(String s1, String s2, int options) throws StringPrepParseException{ in compare() method in IDNA 953 public static int compare(UCharacterIterator s1, UCharacterIterator s2, int options) in compare() method in IDNA
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
H A D | CollectionUtilities.java | 570 public static <T extends Comparable> int compare(T a, T b) { in compare() method in CollectionUtilities 582 public static <T extends Comparable> int compare(Iterator<T> iterator1, Iterator<T> iterator2) { in compare() method in CollectionUtilities 603 public static <T extends Comparable, U extends Collection<T>> int compare(U o1, U o2) { in compare() method in CollectionUtilities 619 public static <T extends Comparable, U extends Set<T>> int compare( method in CollectionUtilities 631 public int compare(Set<T> o1, Set<T> o2) { compare() method in CollectionUtilities.SetComparator 639 public int compare(Collection<T> o1, Collection<T> o2) { compare() method in CollectionUtilities.CollectionComparator 650 public static <K extends Comparable, V extends Comparable, T extends Entry<K, V>> int compare(T a, T b) { compare() method in CollectionUtilities 686 public int compare(Map<K, V> o1, Map<K, V> o2) { compare() method in CollectionUtilities.MapComparator 692 public int compare(T arg0, T arg1) { compare() method in CollectionUtilities.ComparableComparator [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_combine_constants.cpp | 198 compare(const void *_a, const void *_b) in compare() function
|
/third_party/ltp/utils/benchmark/ebizzy-0.3/ |
H A D | ebizzy.c | 340 static int compare(const void *p1, const void *p2) in compare() function
|
/third_party/python/Tools/demo/ |
H A D | sortvisu.py | 165 def compare(self, i, j): member in Array [all...] |
/third_party/python/Lib/ |
H A D | difflib.py | 833 def compare(self, a, b): global() member in Differ [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayoutCase.cpp | 197 generateSharedMemoryWrites(std::ostream &src, const SharedStruct &object, const SharedStructVar &var, const glu::SubTypeAccess &accessPath, vector<string>::const_iterator &valueIter, bool compare) generateSharedMemoryWrites() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsClusteredTests.cpp | 117 const string compare = getCompare(caseDef.op, caseDef.format, "ref", "op"); in getTestSrc() local 144 << " if (!" << compare << ")\n" in getTestSrc() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayoutCase.cpp | 197 generateSharedMemoryWrites(std::ostream &src, const SharedStruct &object, const SharedStructVar &var, const glu::SubTypeAccess &accessPath, vector<string>::const_iterator &valueIter, bool compare) generateSharedMemoryWrites() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderAtomicCounterOpsTests.cpp | 693 glw::GLuint compare[] = { 5, 20 }; in setOperations() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcFragDepthTests.cpp | 74 static inline bool compare(deUint32 func, T a, T b) in compare() function
|
/third_party/skia/src/pathops/ |
H A D | SkOpSpan.cpp | 266 SkOpPtT* compare = spanPtT->next(); in merge() local
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DepthStencilSamplingTests.cpp | 460 CompareFunctionPasses(float compareRef, wgpu::CompareFunction compare, float textureValue) CompareFunctionPasses() argument 485 DoDepthCompareRefTest(wgpu::RenderPipeline pipeline, wgpu::TextureFormat format, float compareRef, wgpu::CompareFunction compare, std::vector<float> textureValues) DoDepthCompareRefTest() argument 532 DoDepthCompareRefTest(wgpu::ComputePipeline pipeline, wgpu::TextureFormat format, float compareRef, wgpu::CompareFunction compare, std::vector<float> textureValues) DoDepthCompareRefTest() argument [all...] |
/third_party/skia/tools/skdiff/ |
H A D | skdiff.h | 161 template<typename T> static int compare(const void* untyped_lhs, const void* untyped_rhs) { in compare() function
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 158 static int compare(void *a, void *b) in compare() function
|
/third_party/toybox/toys/posix/ |
H A D | ls.c | 159 static int compare(void *a, void *b) in compare() function
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboMultisampleTests.cpp | 235 bool compare (const tcu::Surface& reference, const tcu::Surface& result) in compare() function in deqp::gles3::Functional::BasicFboMultisampleCase
|
H A D | es3fImplementationLimitTests.cpp | 60 inline bool compare (const T& min, const T& reported) { return min <= reported; } in compare() function 161 bool compare<Boolean> (const Boolean& min, const Boolean& reported) in compare() function 167 bool compare<NegInt> (const NegInt& min, const NegInt& reported) in compare() function 174 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) in compare() function 180 bool compare<AlignmentInt> (const AlignmentInt& min, const AlignmentInt& reported) in compare() function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsClusteredTests.cpp | 115 const string compare = getCompare(caseDef.op, caseDef.format, "ref", "op"); in getTestSrc() local 142 << " if (!" << compare << ")\n" in getTestSrc() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDepthRangeTests.cpp | 73 static inline bool compare (deUint32 func, T a, T b) in compare() function
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string.h | 666 int compare(size_type pos1, size_type count1, string_view v) const in compare() function in basic_string 671 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, size_type count2) const in compare() function in basic_string 676 int compare(CharT const* const s) const in compare() function in basic_string 681 int compare(size_type pos1, size_type count1, CharT const* const s) const in compare() function in basic_string 686 int compare(size_type pos1, size_type count1, CharT const* const s, size_type count2) const compare() function in basic_string [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | pixel_convert.h | 108 static inline bool FloatCompareTo(float val, float compare) in FloatCompareTo() argument
|
/third_party/eudev/src/shared/ |
H A D | hashmap.h | 75 compare_func_t compare; member
|