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

1 23 4 5 6 7 8 910

  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 35 EQUAL = 22
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_next.py 87 if child.type == token.EQUAL:
fix_print.py 82 pytree.Leaf(token.EQUAL, u"="),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 35 EQUAL = 22
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_next.py 87 if child.type == token.EQUAL:
fix_print.py 82 pytree.Leaf(token.EQUAL, u"="),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 35 EQUAL = 22
  /external/v8/src/runtime/
runtime-numbers.cc 133 // If the integers are equal so are the string representations.
134 if (x_value == y_value) return Smi::FromInt(EQUAL);
165 // integer. If the scaled integers are equal it means the shorter
177 int tie = EQUAL;
  /external/v8/testing/gmock/
CMakeLists.txt 72 if (MSVC AND MSVC_VERSION EQUAL 1700)
  /external/skia/src/core/
SkPaint.cpp 169 #define EQUAL(field) (a.field == b.field)
170 return EQUAL(fTypeface)
171 && EQUAL(fPathEffect)
172 && EQUAL(fShader)
173 && EQUAL(fMaskFilter)
174 && EQUAL(fColorFilter)
175 && EQUAL(fRasterizer)
176 && EQUAL(fDrawLooper)
177 && EQUAL(fImageFilter)
178 && EQUAL(fTextSize
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 276 |EQUAL
434 EQUAL : '==' ;
  /external/deqp/framework/randomshaders/
rsgToken.hpp 90 EQUAL,
rsgStatement.cpp 339 str << Token::EQUAL;
558 str << Token(m_variable->getName()) << Token::EQUAL;
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 126 doAssert((col->compare("ab", "abc", 2) == Collator::EQUAL), "ab = abc with length 2 comparison failed");
130 doAssert((col->compare("black-bird", "blackbird", 5) == Collator::EQUAL), "black-bird = blackbird with length of 5 comparison failed");
456 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" );
473 doAssert(sortk2.hashCode() == sortk3.hashCode(), "Hash result not equal" );
521 // A string with only completely ignorables must compare equal to an empty string.
526 doAssert(sortkIgnorable.compareTo(sortkEmpty) == Collator::EQUAL,
527 "Completely ignorable string should compare equal to empty string");
557 doAssert(sortk2.compareTo(sortk3) == Collator::EQUAL, "Result should be \"abcda\" == \"abcda\"");
560 doAssert(sortkEmpty.compareTo(sortkEmpty) == Collator::EQUAL, "Result should be (empty key) == (empty key)");
581 doAssert(sortk1.compareTo(sortk4) == Collator::EQUAL, "CollationKey::toByteArray(sortk1) Failed.")
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang.y 183 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
551 : EQUAL { $$.op = EOpAssign; }
813 | init_declarator_list COMMA IDENTIFIER LEFT_BRACKET RIGHT_BRACKET EQUAL initializer {
818 | init_declarator_list COMMA IDENTIFIER LEFT_BRACKET constant_expression RIGHT_BRACKET EQUAL initializer {
823 | init_declarator_list COMMA IDENTIFIER EQUAL initializer {
842 | fully_specified_type IDENTIFIER LEFT_BRACKET RIGHT_BRACKET EQUAL initializer {
847 | fully_specified_type IDENTIFIER LEFT_BRACKET constant_expression RIGHT_BRACKET EQUAL initializer {
852 | fully_specified_type IDENTIFIER EQUAL initializer {
    [all...]
  /external/googletest/googlemock/
CMakeLists.txt 72 if (MSVC AND MSVC_VERSION EQUAL 1700)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 545 if(CollationSettings.getStrength(options) <= Collator.SECONDARY) { return Collation.EQUAL; }
614 if(CollationSettings.getStrength(options) <= Collator.TERTIARY) { return Collation.EQUAL; }
669 return Collation.EQUAL;
    [all...]
Collation.java 33 public static final int EQUAL = 0;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 541 if(CollationSettings.getStrength(options) <= Collator.SECONDARY) { return Collation.EQUAL; }
610 if(CollationSettings.getStrength(options) <= Collator.TERTIARY) { return Collation.EQUAL; }
665 return Collation.EQUAL;
    [all...]
  /external/google-breakpad/src/testing/gtest/
CMakeLists.txt 172 if (NOT MSVC OR NOT MSVC_VERSION EQUAL 1600)
  /external/v8/testing/gtest/
CMakeLists.txt 68 if (MSVC AND MSVC_VERSION EQUAL 1700)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/
CMakeLists.txt 174 if (NOT MSVC OR NOT MSVC_VERSION EQUAL 1600)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
patcomp.py 102 if len(nodes) >= 3 and nodes[1].type == token.EQUAL:
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedCollator.java 579 * corresponds to SHIFTED defined in UCA, this causes code points with PRIMARY orders that are equal or below the
    [all...]
  /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...]

Completed in 823 milliseconds

1 23 4 5 6 7 8 910