Home
last modified time | relevance | path

Searched defs:compare (Results 326 - 350 of 402) sorted by relevance

1...<<11121314151617

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java4657 public static int compare(CharSequenc method in UnicodeSet
4668 public static int compare(int codePoint, CharSequence string) { compare() method in UnicodeSet
4681 public static <T extends Comparable<T>> int compare(Iterable<T> collection1, Iterable<T> collection2) { compare() method in UnicodeSet
4695 public static <T extends Comparable<T>> int compare(Iterator<T> first, Iterator<T> other) { compare() method in UnicodeSet
4716 public static <T extends Comparable<T>> int compare(Collection<T> collection1, Collection<T> collection2, ComparisonStyle style) { compare() method in UnicodeSet
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp2073 UCollationResult TestCollator::compare(const UnicodeString& source, compare() function in TestCollator
2084 UCollationResult TestCollator::compare(const UnicodeString& source, compare() function in TestCollator
2096 UCollationResult TestCollator::compare(const UChar* source, compare() function in TestCollator
[all...]
H A Dssearch.cpp492 UBool OrderList::compare(const OrderList &other) const in compare() function in OrderList
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java4502 public static int compare(CharSequenc method in UnicodeSet
4513 public static int compare(int codePoint, CharSequence string) { compare() method in UnicodeSet
4526 public static <T extends Comparable<T>> int compare(Iterable<T> collection1, Iterable<T> collection2) { compare() method in UnicodeSet
4541 public static <T extends Comparable<T>> int compare(Iterator<T> first, Iterator<T> other) { compare() method in UnicodeSet
4562 public static <T extends Comparable<T>> int compare(Collection<T> collection1, Collection<T> collection2, ComparisonStyle style) { compare() method in UnicodeSet
[all...]
/third_party/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp701 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() function in RuleBasedCollator
709 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() function in RuleBasedCollator
725 RuleBasedCollator::compare(const UChar *left, int32_t leftLength, in compare() function in RuleBasedCollator
1217 RuleBasedCollator::compare(UCharIterato function in RuleBasedCollator
[all...]
/third_party/libabigail/tools/
H A Dabipkgdiff.cc1282 compare(const elf_file& elf1, in compare() function
3175 compare(package_sptr& first_package, package_sptr& second_package, compare() function
3219 compare(package_sptr& first_package, compare() function
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h407 LLVMValueRef compare; member
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.cpp2730 static int compare(const void *a, const void *b) in assign_attribute_or_color_locations() function
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1814 boolean compare = (emit->key.tex[unit].compare_mode == in emit_tex() local
1558 emit_select_op(struct svga_shader_emitter *emit, unsigned compare, const struct tgsi_full_instruction *insn) emit_select_op() argument
/third_party/node/deps/icu-small/source/i18n/
H A Drulebasedcollator.cpp703 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() function in RuleBasedCollator
711 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() function in RuleBasedCollator
727 RuleBasedCollator::compare(const char16_t *left, int32_t leftLength, in compare() function in RuleBasedCollator
1219 RuleBasedCollator::compare(UCharIterato function in RuleBasedCollator
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h321 uint8_t compare; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c284 fcmp32(struct lp_build_nir_context *bld_base, enum pipe_compare_func compare, uint32_t src_bit_size, LLVMValueRef src[NIR_MAX_VEC_COMPONENTS]) fcmp32() argument
306 icmp32(struct lp_build_nir_context *bld_base, enum pipe_compare_func compare, bool is_unsigned, uint32_t src_bit_size, LLVMValueRef src[NIR_MAX_VEC_COMPONENTS]) icmp32() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp282 T compare[NUM_ELEMENTS]; member
342 bool compare (T inout, T output0, T output1) in compare() function
390 T compare[NUM_ELEMENTS]; member
466 bool compare(T inout, T output0, T output1) in compare() function
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.hpp275 static bool compare(const T& left, const T& right) in compare() function in gl4cts::ShaderSubroutine::Utils
H A Dgl4cDirectStateAccessBuffersTests.cpp492 bool DataTest::compare(const glw::GLuint* data, const glw::GLuint* reference, const glw::GLsizei count) in compare() function in gl4cts::DirectStateAccess::Buffers::DataTest
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drulebasedcollator.cpp700 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() function in RuleBasedCollator
708 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() function in RuleBasedCollator
724 RuleBasedCollator::compare(const UChar *left, int32_t leftLength, in compare() function in RuleBasedCollator
1216 RuleBasedCollator::compare(UCharIterato function in RuleBasedCollator
[all...]
/third_party/skia/src/pathops/
H A DSkOpAngle.cpp16 CompareResult(const char* func, SkString* bugOut, SkString* bugPart, int append, bool compare) CompareResult() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCommandLine.h544 bool compare(const DataType & /*V*/) const { return false; } in compare() function
579 bool compare(const DataType &V) const { return Valid && (Value != V); } in compare() function in llvm::OptionValueCopy
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h467 bool compare(const DataType & /*V*/) const { return false; } in compare() function
502 bool compare(const DataType &V) const { return Valid && (Value != V); } in compare() function in llvm::OptionValueCopy
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h1122 cmpResult compare(const APFloat &RHS) const { in compare() function in llvm::APFloat
[all...]
/third_party/unity/src/
H A Dunity.c732 UnityAssertGreaterOrLessOrEqualNumber(const UNITY_INT threshold, const UNITY_INT actual, const UNITY_COMPARISON_T compare, const char *msg, const UNITY_LINE_TYPE lineNumber, const UNITY_DISPLAY_STYLE_T style) UnityAssertGreaterOrLessOrEqualNumber() argument
1052 UnityAssertGreaterOrLessFloat(const UNITY_FLOAT threshold, const UNITY_FLOAT actual, const UNITY_COMPARISON_T compare, const char* msg, const UNITY_LINE_TYPE lineNumber) UnityAssertGreaterOrLessFloat() argument
1279 UnityAssertGreaterOrLessDouble(const UNITY_DOUBLE threshold, const UNITY_DOUBLE actual, const UNITY_COMPARISON_T compare, const char* msg, const UNITY_LINE_TYPE lineNumber) UnityAssertGreaterOrLessDouble() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp1732 void VertexArrayTest::compare (void) in compare() function in deqp::gls::VertexArrayTest
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp282 T compare[NUM_ELEMENTS]; member
342 bool compare (T inout, T output0, T output1) in compare() function
390 T compare[NUM_ELEMENTS]; member
466 bool compare(T inout, T output0, T output1) in compare() function
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp815 RadiusToSide( const SkPoint& center, const SkSize& size, RadialShapeType type, const CompareType& compare) RadiusToSide() argument
877 RadiusToCorner( const SkPoint& center, const SkSize& size, RadialShapeType type, const CompareType& compare) RadiusToCorner() argument
906 RadiusToCorner( const RSPoint& center, const RSSize& size, RadialShapeType type, const CompareType& compare) RadiusToCorner() argument
[all...]
/kernel/linux/linux-5.10/include/linux/mlx4/
H A Dqp.h426 __be64 compare; member
431 __be64 compare; member

Completed in 72 milliseconds

1...<<11121314151617