Home
last modified time | relevance | path

Searched defs:compare (Results 151 - 175 of 329) sorted by relevance

12345678910>>...14

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DCollectionUtilities.java573 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 DTimeZoneTest.java254 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 DIDNA.java881 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 DCollectionUtilities.java570 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 Dbrw_fs_combine_constants.cpp198 compare(const void *_a, const void *_b) in compare() function
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c340 static int compare(const void *p1, const void *p2) in compare() function
/third_party/python/Tools/demo/
H A Dsortvisu.py165 def compare(self, i, j): member in Array
[all...]
/third_party/python/Lib/
H A Ddifflib.py833 def compare(self, a, b): global() member in Differ
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp197 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 DvktSubgroupsClusteredTests.cpp117 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 DvktMemoryModelSharedLayoutCase.cpp197 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 Dgl4cShaderAtomicCounterOpsTests.cpp693 glw::GLuint compare[] = { 5, 20 }; in setOperations() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcFragDepthTests.cpp74 static inline bool compare(deUint32 func, T a, T b) in compare() function
/third_party/skia/src/pathops/
H A DSkOpSpan.cpp266 SkOpPtT* compare = spanPtT->next(); in merge() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilSamplingTests.cpp460 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 Dskdiff.h161 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 Dls.c158 static int compare(void *a, void *b) in compare() function
/third_party/toybox/toys/posix/
H A Dls.c159 static int compare(void *a, void *b) in compare() function
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboMultisampleTests.cpp235 bool compare (const tcu::Surface& reference, const tcu::Surface& result) in compare() function in deqp::gles3::Functional::BasicFboMultisampleCase
H A Des3fImplementationLimitTests.cpp60 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 DvktSubgroupsClusteredTests.cpp115 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 Des2fDepthRangeTests.cpp73 static inline bool compare (deUint32 func, T a, T b) in compare() function
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h666 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 Dpixel_convert.h108 static inline bool FloatCompareTo(float val, float compare) in FloatCompareTo() argument
/third_party/eudev/src/shared/
H A Dhashmap.h75 compare_func_t compare; member

Completed in 33 milliseconds

12345678910>>...14