HomeSort by relevance Sort by last modified time
    Searched refs:EQUAL (Results 1 - 25 of 301) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/gflags/cmake/
version.cmake.in 16 if ("${PACKAGE_FIND_VERSION_MAJOR}" EQUAL "@PACKAGE_VERSION_MAJOR@" AND
17 "${PACKAGE_FIND_VERSION_MINOR}" EQUAL "@PACKAGE_VERSION_MINOR@")
  /external/compiler-rt/test/BlocksRuntime/
rettypepromotion.c 23 enum { LESS = -1, EQUAL, GREATER };
31 if (random()) return EQUAL;
  /external/icu/icu4c/source/test/intltest/
allcoll.cpp 71 Collator::EQUAL,
72 Collator::EQUAL,
73 Collator::EQUAL, /* 20 */
76 Collator::EQUAL,
77 Collator::EQUAL,
78 Collator::EQUAL,
81 Collator::EQUAL,
82 Collator::EQUAL,
83 Collator::EQUAL,
84 Collator::EQUAL,
    [all...]
decoll.cpp 91 { Collator::EQUAL, Collator::LESS },
95 { Collator::EQUAL, Collator::LESS },
96 { Collator::EQUAL, Collator::EQUAL },
98 { Collator::EQUAL, Collator::GREATER },
99 { Collator::EQUAL, Collator::EQUAL },
101 { Collator::EQUAL, Collator::GREATER }
encoll.cpp 142 Collator::EQUAL,
149 Collator::EQUAL,
169 Collator::EQUAL,
175 Collator::EQUAL,
176 Collator::EQUAL,
178 Collator::EQUAL,
179 Collator::EQUAL, /* 40 */
181 Collator::EQUAL,
182 Collator::EQUAL,
186 Collator::EQUAL,
    [all...]
currcoll.cpp 84 Collator::EComparisonResult expectedResult = Collator::EQUAL;
108 expectedResult = Collator::EQUAL;
escoll.cpp 80 Collator::EQUAL,
82 Collator::EQUAL
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
EfiVfr.h 44 EQUAL,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
EfiVfr.h 44 EQUAL,
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_network_stats_unittest.cc 89 EQUAL,
137 // expects.x = 0, 'x' in current stats should equal 'x' in |stats_ref|
146 case EQUAL:\
210 EQUAL, // packet_loss_rate
211 EQUAL, // packet_discard_rate
212 EQUAL, // expand_rate
213 EQUAL, // voice_expand_rate
215 EQUAL, // accelerate_rate
216 EQUAL, // decoded_fec_rate
218 EQUAL, // added_zero_sample
    [all...]
  /external/easymock/src/org/easymock/
LogicalOperator.java 32 EQUAL("==") {
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/comparator/
ComparatorMatcherBuilder.java 51 private static final int EQUAL = 0;
61 "equal to",
112 * equal to the specified value, as reported by the {@code Comparator} used to
120 return new ComparatorMatcher<T>(comparator, value, ComparatorMatcher.EQUAL, ComparatorMatcher.EQUAL, includeComparatorInDescription);
139 * greater than or equal to the specified value, as reported by the {@code Comparator} used to
145 * than or equal to zero
148 return new ComparatorMatcher<T>(comparator, value, ComparatorMatcher.EQUAL, ComparatorMatcher.GREATER_THAN, includeComparatorInDescription);
167 * less than or equal to the specified value, as reported by the {@code Comparator} used to
173 * than or equal to zer
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
token.h 34 #define EQUAL 22
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
token.h 34 #define EQUAL 22
  /external/python/cpython2/Include/
token.h 34 #define EQUAL 22
  /prebuilts/gdb/darwin-x86/include/python2.7/
token.h 34 #define EQUAL 22
  /prebuilts/gdb/linux-x86/include/python2.7/
token.h 34 #define EQUAL 22
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 34 #define EQUAL 22
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 34 #define EQUAL 22
  /external/deqp/framework/randomshaders/
rsgVariable.cpp 68 str << Token::LAYOUT << Token::LEFT_PAREN << Token::LOCATION << Token::EQUAL << m_layoutLocation << Token::RIGHT_PAREN;
94 str << Token::LAYOUT << Token::LEFT_PAREN << Token::LOCATION << Token::EQUAL << m_layoutLocation << Token::RIGHT_PAREN;
  /external/perf_data_converter/src/quipper/
test_utils.h 73 differencer.set_message_field_comparison(MessageDifferencer::EQUAL);
80 differencer.set_message_field_comparison(MessageDifferencer::EQUAL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
reg-notes.def 54 equal to the specified rtx. Therefore, it cannot be used for
56 REG_NOTE (EQUAL)
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Base64.java 27 /** marker for an equal symbol */
28 private static final byte EQUAL = -3;
70 ascii[0x3d] = EQUAL;
208 while (srcLen > 0 && src[srcLen - 1] == EQUAL)
  /external/mesa3d/src/compiler/glsl/
opt_minmax.cpp 49 EQUAL,
90 * others are strictly greater, or EQUAL otherwise.
160 return EQUAL;
210 else if (ret < EQUAL)
225 else if (ret < EQUAL)
349 if (cr >= EQUAL && cr != MIXED)
358 if (cr > EQUAL && cr != MIXED)
367 if (cr <= EQUAL)
376 if (cr < EQUAL)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 31 EQUAL = 22

Completed in 526 milliseconds

1 2 3 4 5 6 7 8 91011>>