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

1 2 3 4 5 6 7

  /external/compiler-rt/test/BlocksRuntime/
rettypepromotion.c 23 enum { LESS = -1, EQUAL, GREATER };
31 if (random()) return EQUAL;
  /external/easymock/src/org/easymock/
LogicalOperator.java 32 EQUAL("==") {
  /external/icu/icu4c/source/i18n/unicode/
coll.h 114 * cout << "abc is greater than or equal to ABC" << endl;
210 * EQUAL is returned if source string is compared to be equal to target
220 EQUAL = UCOL_EQUAL, // 0
329 * than, greater than or equal to another string.
333 * than target; EQUAL if source is equal to target; LESS if source is less
343 * than, greater than or equal to another string.
348 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
363 * length) is greater than target; EQUAL if source (up to specifie
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
EfiVfr.h 44 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)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
EfiVfr.h 44 EQUAL,
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliHighlightingColors.java 60 public static final TextAttributesKey EQUAL = createTextAttributesKey(
61 "EQUAL", DefaultLanguageHighlighterColors.PREDEFINED_SYMBOL);
  /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.10/Lib/
token.py 33 EQUAL = 22
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
token.h 34 #define EQUAL 22
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 31 EQUAL = 22
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
token.py 35 EQUAL = 22
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
st.c 58 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
221 ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
406 if (EQUAL(table, *key, ptr->key)) {
416 if (EQUAL(table, ptr->next->key, *key)) {
449 if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) {
  /external/deqp/framework/randomshaders/
rsgStatement.cpp 339 str << Token::EQUAL;
558 str << Token(m_variable->getName()) << Token::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)
  /external/protobuf/src/google/protobuf/util/
message_differencer.h 110 // Determines whether the supplied messages are equal. Equality is defined as
132 // Determines whether the supplied messages are approximately equal.
134 // being approximately equal. Primitive (non-float) fields and strings are
264 // always equal to -1, even if the last field is repeated. This is
272 // fields were in fact equal or not, as Compare() does not inspect
274 // the fields are equal or not (perhaps with a second call to
346 EQUAL, // Fields must be present in both messages
380 // considered equal. Elements which are present on both sides of the
405 // considered equal.
433 // comparison. Those pairs of elements with the same key (with equal valu
    [all...]
  /external/python/cpython2/Include/
token.h 34 #define EQUAL 22
  /external/python/cpython2/Lib/lib2to3/pgen2/
token.py 31 EQUAL = 22
  /external/python/cpython2/Lib/
token.py 33 EQUAL = 22
  /external/python/cpython3/Include/
token.h 34 #define EQUAL 22
  /external/turbine/java/com/google/turbine/tree/
TurbineOperatorKind.java 45 EQUAL("==", Precedence.EQUALITY),
  /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...]
  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 55 * Drawn if the incoming depth value is less or equal to that in
65 * Drawn if the incoming depth value is greater or equal to that
70 * Drawn if the incoming depth value is equal to that in the
73 EQUAL (5),
75 * Drawn if the incoming depth value is not equal to that in the
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 109 public static final int EQUAL = 0;
  /prebuilts/gdb/darwin-x86/include/python2.7/
token.h 34 #define EQUAL 22

Completed in 938 milliseconds

1 2 3 4 5 6 7