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

1 2 3 4 5 6 78 91011>>

  /external/openfst/src/script/
fst-class.cc 26 #include <fst/equal.h>
  /external/stlport/test/unit/
rope_test.cpp 166 CPPUNIT_ASSERT(equal(expected.begin(), expected.end(), r.begin()));
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentcreateelementcasesensitive.js 82 equal to "acronym" and once for tagName equal to "ACRONYM"
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement37.js 79 if the specified index is equal the number of rows.
83 a INDEX_SIZE_ERR DOMException since the index is equal to the
HTMLTableSectionElement28.js 79 if the specified index is equal to the number of rows.
83 a INDEX_SIZE_ERR DOMException since the index is equal to the
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentcreateelementcasesensitive.js 82 equal to "acronym" and once for tagName equal to "ACRONYM"
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableElement37.js 79 if the specified index is equal the number of rows.
83 a INDEX_SIZE_ERR DOMException since the index is equal to the
HTMLTableSectionElement28.js 79 if the specified index is equal to the number of rows.
83 a INDEX_SIZE_ERR DOMException since the index is equal to the
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode13.js 80 Element Node are not equal. Now import it once more with deep=true and using isEqual
81 verify if they are now equal.
  /external/webkit/Source/JavaScriptGlue/
JavaScriptGlue.h 66 JSObjectEqualProcPtr equal; member in struct:JSObjectCallBacks
  /external/webkit/Source/WebCore/dom/
QualifiedName.cpp 42 static bool equal(QualifiedName::QualifiedNameImpl* name, const QualifiedNameComponents& c) function in struct:WebCore::QNameComponentsTranslator
  /external/webkit/Source/WebKit/android/plugins/
ANPPathInterface.cpp 101 ASSIGN(i, equal);
  /ndk/tests/device/test-gnustl-full/unit/
rope_test.cpp 166 CPPUNIT_ASSERT(equal(expected.begin(), expected.end(), r.begin()));
  /ndk/tests/device/test-stlport/unit/
rope_test.cpp 166 CPPUNIT_ASSERT(equal(expected.begin(), expected.end(), r.begin()));
  /packages/apps/Calculator/src/com/android/calculator2/
EventListener.java 47 case R.id.equal:
  /external/v8/src/ia32/
lithium-codegen-ia32.cc     [all...]
regexp-macro-assembler-ia32.cc 167 BranchOrBacktrack(equal, on_equal);
185 BranchOrBacktrack(equal, on_at_start);
312 __ j(equal, &fallthrough);
331 __ j(equal, &loop_increment);
435 __ j(equal, &fallthrough);
507 BranchOrBacktrack(equal, on_equal);
545 __ j(equal, &success);
559 BranchOrBacktrack(equal, on_no_match);
767 __ j(equal, &at_start);
866 __ j(equal, &exit_with_exception)
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc     [all...]
regexp-macro-assembler-x64.cc 183 BranchOrBacktrack(equal, on_equal);
201 BranchOrBacktrack(equal, on_at_start);
348 __ j(equal, &fallthrough);
371 __ j(equal, &loop_increment);
374 // I.e., if or-ing with 0x20 makes values equal and in range 'a'-'z', it's
379 __ j(not_equal, on_no_match); // Definitely not equal.
478 __ j(equal, &fallthrough);
548 BranchOrBacktrack(equal, on_equal);
588 __ j(equal, &success);
602 BranchOrBacktrack(equal, on_no_match)
    [all...]
code-stubs-x64.cc 190 __ Assert(equal, message);
299 __ j(equal, &slow_case);
345 __ Assert(equal, message);
374 __ j(equal, &slow_case);
    [all...]
  /external/clang/lib/Lex/
TokenConcatenation.cpp 116 TokenInfo[tok::equal ] |= aci_avoid_equal; // ==
177 if (Tok.is(tok::equal) || Tok.is(tok::equalequal))
  /external/guava/guava-tests/test/com/google/common/collect/
BstTesting.java 53 && Objects.equal(childOrNull(LEFT), node.childOrNull(LEFT))
54 && Objects.equal(childOrNull(RIGHT), node.childOrNull(RIGHT));
  /external/proguard/src/proguard/evaluation/value/
ReferenceValue.java 158 // If this type is equal to the other type, or if the other type is
248 // If the two types are equal, the generalization remains the same, maybe null.
412 * Returns whether this ReferenceValue is equal to the given other
416 public int equal(ReferenceValue other) method in class:ReferenceValue
454 return -equal(other);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebSecurityOrigin.mm 86 return [self _core]->equal([anObject _core]);
  /libcore/luni/src/main/java/libcore/net/http/
HttpConnection.java 320 return Objects.equal(this.proxy, that.proxy)
323 && Objects.equal(this.sslSocketFactory, that.sslSocketFactory)

Completed in 568 milliseconds

1 2 3 4 5 6 78 91011>>