HomeSort by relevance Sort by last modified time
    Searched refs:EQUAL (Results 51 - 75 of 162) sorted by null

1 23 4 5 6 7

  /external/chromium_org/testing/gtest/
CMakeLists.txt 68 if (MSVC AND MSVC_VERSION EQUAL 1700)
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-lex.l 247 return EQUAL;
  /external/deqp/framework/randomshaders/
rsgStatement.cpp 339 str << Token::EQUAL;
558 str << Token(m_variable->getName()) << Token::EQUAL;
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 247 return EQUAL;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h 116 * cout << "abc is greater than or equal to ABC" << endl;
219 * EQUAL is returned if source string is compared to be equal to target
229 EQUAL = UCOL_EQUAL, // 0
355 * than, greater than or equal to another string.
359 * than target; EQUAL if source is equal to target; LESS if source is less
369 * than, greater than or equal to another string.
374 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
389 * length) is greater than target; EQUAL if source (up to specifie
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
frcoll.cpp 177 expected = Collator::EQUAL;
jacoll.cpp 58 Collator::EQUAL, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
thcoll.cpp 264 expect = Collator::EQUAL;
412 // In UCA 6.2, they compare equal again.
  /external/icu/icu4c/source/i18n/unicode/
coll.h 112 * cout << "abc is greater than or equal to ABC" << endl;
213 * EQUAL is returned if source string is compared to be equal to target
223 EQUAL = UCOL_EQUAL, // 0
332 * than, greater than or equal to another string.
336 * than target; EQUAL if source is equal to target; LESS if source is less
346 * than, greater than or equal to another string.
351 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less
366 * length) is greater than target; EQUAL if source (up to specifie
    [all...]
  /external/icu/icu4c/source/test/intltest/
frcoll.cpp 177 expected = Collator::EQUAL;
jacoll.cpp 58 Collator::EQUAL, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
thcoll.cpp 265 expect = Collator::EQUAL;
413 // In UCA 6.2, they compare equal again.
  /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/
Duration.java 742 * <li>{@link DatatypeConstants#EQUAL} if this <code>Duration</code> is equal to <code>duration</code> parameter</li>
750 * {@link DatatypeConstants#LESSER}, {@link DatatypeConstants#EQUAL}, {@link DatatypeConstants#GREATER}
820 * <p>For example, "P1D" (1 day) is equal to "PT24H" (24 hours).</p>
822 * <p>Duration X is equal to Y if and only if time instant
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 102 if len(nodes) >= 3 and nodes[1].type == token.EQUAL:
fixer_util.py 19 [keyword, Leaf(token.EQUAL, u"="), value])
36 target + [Leaf(token.EQUAL, u"=", prefix=u" ")] + source)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 102 if len(nodes) >= 3 and nodes[1].type == token.EQUAL:
fixer_util.py 19 [keyword, Leaf(token.EQUAL, u"="), value])
36 target + [Leaf(token.EQUAL, u"=", prefix=u" ")] + source)
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang.y 161 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
722 : EQUAL { $$.op = EOpAssign; }
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 342 2248;approxequal;ALMOST EQUAL TO
394 2245;congruent;APPROXIMATELY EQUAL TO
435 003D;equal;EQUALS SIGN
467 2265;greaterequal;GREATER-THAN OR EQUAL TO
513 2264;lessequal;LESS-THAN OR EQUAL TO
538 2260;notequal;NOT EQUAL TO
610 2286;reflexsubset;SUBSET OF OR EQUAL TO
611 2287;reflexsuperset;SUPERSET OF OR EQUAL TO
  /libcore/luni/src/main/java/java/util/
TreeMap.java 207 EQUAL,
227 case EQUAL:
228 return EQUAL;
289 case EQUAL:
317 case EQUAL:
335 case EQUAL:
351 return find((K) key, EQUAL);
365 boolean valuesEqual = mine != null && Objects.equal(mine.value, entry.getValue());
    [all...]
  /external/smali/smali/src/main/antlr3/
smaliParser.g 81 EQUAL;
495 : FIELD_DIRECTIVE access_list member_name COLON nonvoid_type_descriptor (EQUAL literal)?
683 : simple_name EQUAL literal
    [all...]
  /external/chromium_org/sandbox/win/src/
policy_low_level.cc 285 if (EQUAL == comparison_op) {
  /external/chromium_org/tools/gn/
tokenizer.cc 37 return Token::EQUAL;
  /external/chromium_org/v8/src/compiler/
simplified-lowering.cc     [all...]

Completed in 1862 milliseconds

1 23 4 5 6 7