HomeSort by relevance Sort by last modified time
    Searched refs:equal (Results 201 - 225 of 685) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/ia32/
builtins-ia32.cc 128 __ j(equal, &rt_call);
613 __ j(equal, &use_global_receiver);
615 __ j(equal, &use_global_receiver);
660 __ j(equal, &shift_arguments);
806 __ j(equal, &use_global_receiver);
808 __ j(equal, &use_global_receiver);
    [all...]
ic-ia32.cc 53 __ j(equal, global_object);
55 __ j(equal, global_object);
57 __ j(equal, global_object);
332 __ j(equal, out_of_range);
408 __ j(equal, unmapped_case);
527 __ j(equal, &probe_dictionary);
558 __ j(equal, &hit_on_nth_entry[i]);
721 __ j(equal, &slow);
783 __ j(equal, &array);
    [all...]
full-codegen-ia32.cc 760 Split(equal, if_true, if_false, NULL);
    [all...]
  /external/v8/src/x64/
ic-x64.cc 53 __ j(equal, global_object);
55 __ j(equal, global_object);
57 __ j(equal, global_object);
353 __ j(equal, out_of_range);
455 __ j(equal, &probe_dictionary);
485 __ j(equal, &hit_on_nth_entry[i]);
655 __ j(equal, &array);
    [all...]
codegen-x64.cc 260 __ j(equal, &only_change_map);
267 __ j(equal, &new_backing_store);
354 __ Assert(equal, "object found in smi-only array");
381 __ j(equal, &only_change_map);
419 __ j(equal, &convert_hole);
builtins-x64.cc 130 __ j(equal, &rt_call);
682 __ j(equal, &use_global_receiver);
684 __ j(equal, &use_global_receiver);
730 __ j(equal, &shift_arguments);
879 __ j(equal, &use_global_receiver);
881 __ j(equal, &use_global_receiver);
    [all...]
full-codegen-x64.cc 700 Split(equal, if_true, if_false, NULL);
905 __ j(equal, &exit);
909 __ j(equal, &exit);
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 41 Tok.is(tok::equal)) &&
74 if (Tok.is(tok::equal)) {
203 assert((Tok.is(tok::l_brace) || Tok.is(tok::equal)) &&
212 if (kind == tok::equal) {
331 assert(Tok.is(tok::equal) && "Default argument not starting with '='");
486 // to X" within the optional brace-or-equal-initializer. It shall not
  /external/clang/lib/Format/
TokenAnnotator.cpp 161 CurrentToken->is(tok::identifier) && Next.isNot(tok::equal)) {
632 Current.Children[0].isOneOf(tok::equal, tok::semi, tok::l_brace);
674 tok::equal) ||
702 if (PrevToken->isOneOf(tok::equal, tok::l_paren, tok::comma, tok::l_square,
900 if (Left.is(tok::equal) && Right.is(tok::l_brace))
919 if (Line.First.is(tok::kw_for) && Left.is(tok::equal))
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
generate.sh 78 * Returns a hash code for {@code value}; equal to the result of invoking
89 * Returns the {@code primtyp} value that is equal to {@code value}, if
128 * value if {@code a} is greater than {@code b}; or zero if they are equal
234 * @return the value present in {@code array} that is less than or equal to
253 * @return the value present in {@code array} that is greater than or equal to
  /external/icu4c/i18n/
dtitvfmt.cpp 196 UBool equal; local
197 equal = (this == fmt);
199 equal = (*fInfo == *fmt->fInfo);
200 equal = (*fDateFormat == *fmt->fDateFormat);
201 equal = fFromCalendar->isEquivalentTo(*fmt->fFromCalendar) ;
202 equal = fToCalendar->isEquivalentTo(*fmt->fToCalendar) ;
203 equal = (fSkeleton == fmt->fSkeleton);
    [all...]
dtitvinf.cpp 165 UBool equal = ( local
169 if ( equal == TRUE ) {
170 equal = fIntervalPatterns->equals(*(other.fIntervalPatterns));
173 return equal;
  /external/guava/guava/src/com/google/common/collect/
AbstractBiMap.java 106 if (containedKey && Objects.equal(value, get(key))) {
326 if (Objects.equal(value, getValue())) {
332 checkState(Objects.equal(value, get(getKey())),
AbstractMultiset.java 70 if (Objects.equal(entry.getElement(), element)) {
ForwardingMap.java 44 * Objects#equal} to test equality for both keys and values. This may not be
164 if (Objects.equal(entry.getKey(), key)) {
ForwardingMultiset.java 138 if (Objects.equal(entry.getElement(), object)) {
  /external/llvm/unittests/Support/
Path.cpp 208 bool equal; local
209 ASSERT_NO_ERROR(fs::equivalent(Twine(TempPath), Twine(TempPath2), equal)); local
210 EXPECT_TRUE(equal);
  /external/v8/src/mips/
constants-mips.h 435 equal = 4,
453 zero = equal,
454 eq = equal,
516 EQ = 2, // Equal.
517 UEQ = 3, // Unordered or Equal.
520 OLE = 6, // Ordered or Less Than or Equal.
521 ULE = 7 // Unordered or Less Than or Equal.
  /external/webkit/Source/JavaScriptCore/wtf/
HashTable.h 282 static bool equal(const Key& a, const Key& b) { return HashFunctions::equal(a, b); } function in class:WTF::IdentityHashTranslator
467 ASSERT(!HashTranslator::equal(KeyTraits::emptyValue(), key));
471 ASSERT(!HashTranslator::equal(Extractor::extract(deletedValue), key));
502 if (HashTranslator::equal(Extractor::extract(*entry), key))
511 if (!isDeletedBucket(*entry) && HashTranslator::equal(Extractor::extract(*entry), key))
552 if (HashTranslator::equal(Extractor::extract(*entry), key))
563 else if (HashTranslator::equal(Extractor::extract(*entry), key))
604 if (HashTranslator::equal(Extractor::extract(*entry), key))
615 else if (HashTranslator::equal(Extractor::extract(*entry), key)
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
prefix_set_unittest.cc 52 EXPECT_TRUE(std::equal(check.begin(), check.end(), prefixes_copy.begin()));
206 EXPECT_TRUE(std::equal(prefixes.begin(), prefixes.end(),
232 EXPECT_TRUE(std::equal(prefixes.begin(), prefixes.end(),
289 EXPECT_TRUE(std::equal(prefixes.begin(), prefixes.end(),
  /external/clang/utils/
clang-completion-mode.el 144 (cc-pch (if (equal clang-completion-prefix-header "") nil
  /external/guava/guava/src/com/google/common/base/
Equivalence.java 167 * <p>Note in particular that an equivalence wrapper is never equal to the object it wraps.
202 * by the other wrapper. But, by checking that the Equivalences are equal, we know that
281 && Objects.equal(target, that.target);
Objects.java 38 * Determines whether two possibly-null objects are equal. Returns:
43 * equal according to {@link Object#equals(Object)}.
50 public static boolean equal(@Nullable Object a, @Nullable Object b) { method in class:Objects
67 * does not equal the hash code of that object.
  /external/guava/guava/src/com/google/common/net/
HostAndPort.java 234 return Objects.equal(this.host, that.host)
  /external/guava/guava-tests/test/com/google/common/io/
FileBackedOutputStreamTest.java 89 assertTrue(ByteStreams.equal(

Completed in 799 milliseconds

1 2 3 4 5 6 7 891011>>