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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/AsmParser/
LLToken.h 25 equal, comma, // = , enumerator in enum:llvm::lltok::Kind
  /external/llvm/lib/TableGen/
TGLexer.cpp 113 case '=': return tgtok::equal;
  /external/openfst/src/include/fst/
fstlib.h 70 #include <fst/equal.h>
  /external/qemu/
curses_keys.h 277 { "equal", 0x03d },
  /external/skia/tests/
MatrixTest.cpp 28 printf("not equal %g %g\n", (float)a[i], (float)b[i]);
38 bool equal = a == b; local
40 if (equal != cheapEqual) {
42 if (equal) {
75 return equal;
458 // fixed pt doesn't have the property that NaN does not equal itself.
  /external/v8/src/ia32/
code-stubs-ia32.cc 198 __ Assert(equal, message);
316 __ j(equal, &slow_case);
358 __ Assert(equal, message);
391 __ j(equal, &slow_case);
711 __ j(equal, &right_exponent, Label::kNear);
    [all...]
  /external/valgrind/main/drd/tests/
unit_bitmap.c 101 int equal; local
103 equal = DRD_(bm_equal)(bm1, bm2);
104 if (s_verbose && ! equal)
126 return equal;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode11.js 86 Element Node are not equal the child nodes are different.
91 and then the imported node and the source should be equal.
  /external/webkit/Source/JavaScriptCore/runtime/
StructureTransitionTable.h 50 static bool equal(const Key& a, const Key& b) function in struct:JSC::StructureTransitionTable::Hash
  /external/webkit/Source/JavaScriptCore/wtf/
HashMap.h 91 // static bool equal(const ValueType&, const T&);
100 // static bool equal(const ValueType&, const T&);
122 static bool equal(const KeyType& a, const KeyType& b) { return HashFunctions::equal(a, b); } function in struct:WTF::HashMapTranslator
136 static bool equal(const KeyType& a, const T& b) { return Translator::equal(a, b); } function in struct:WTF::HashMapTranslatorAdapter
  /external/webkit/Source/JavaScriptGlue/
JSValueWrapper.cpp 53 callBacks.equal = (JSObjectEqualProcPtr)0;
  /external/webkit/Source/WebCore/page/animation/
CompositeAnimation.cpp 126 bool equal = true; local
156 equal = false;
160 equal = !isActiveTransition || AnimationBase::propertiesEqual(prop, fromStyle, targetStyle);
167 if (!equal && isActiveTransition) {
  /libcore/luni/src/main/java/java/util/logging/
Level.java 264 if (Objects.equal(resourceBundleName, level.resourceBundleName)) {
317 * be equal if they have the same level value.
  /packages/apps/Email/src/com/android/email/
MessageListContext.java 143 && Objects.equal(mSearchParams, om.mSearchParams);
  /system/core/sh/
main.c 145 && (! attyset() || equal(termval(), "emacs"))
  /external/eigen/blas/
lsame.f 34 * Test if the characters are equal
  /external/guava/guava/src/com/google/common/base/
Functions.java 49 * the two equal instances {@code ImmutableSet.of(1, 2)} and {@code ImmutableSet.of(2, 1)}.
165 return map.equals(that.map) && Objects.equal(defaultValue, that.defaultValue);
294 return Objects.equal(value, that.value);
  /external/guava/guava/src/com/google/common/collect/
GeneralRange.java 226 && Objects.equal(lowerEndpoint, r.lowerEndpoint)
227 && Objects.equal(upperEndpoint, r.upperEndpoint);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
ResponseHeaders.java 31 import static com.squareup.okhttp.internal.Util.equal;
365 if (!equal(cachedRequest.get(field), newRequest.get(field))) {
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentgetelementsbytagnamelength.js 83 equal to "strong". The method should return a NodeList
hc_nodeattributenodename.js 80 by the "getNodeName()" method. It should be equal to
hc_nodedocumentfragmentnodename.js 84 equal to "#document-fragment".
hc_nodedocumentnodename.js 82 by the "getNodeName()" method. It should be equal to
hc_nodedocumentnodevalue.js 82 by the "getNodeValue()" method. It should be equal to
hc_nodeelementnodename.js 80 "getNodeName()" method. It should be equal to its

Completed in 534 milliseconds

1 2 3 4 5 6 7 8 91011>>