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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/net/
NetworkPolicy.java 162 && Objects.equal(cycleTimezone, other.cycleTimezone)
163 && Objects.equal(template, other.template);
  /libcore/luni/src/main/java/java/security/
Identity.java 171 * equality and returns {@code true} if the specified object is equal,
174 * To be equal, two {@code Identity} objects need to have the same name and
179 * @return {@code true} if the {@code Identity} objects are equal, {@code
285 * returns {@code true} if the specified object is equal, {@code false}
286 * otherwise. {@code Identity} objects are considered equal, if they have
292 * @return {@code true} if the specified object is equal to this {@code
304 if (Objects.equal(name, i.name) && (Objects.equal(scope, i.scope))) {
321 * hash code for {@code Identity}s that are equal to each other as required
  /ndk/tests/device/test-gnustl-full/unit/
ctype_facets_test.cpp 125 CPPUNIT_ASSERT( equal(range, range + sizeof(range), expected_range) );
140 CPPUNIT_ASSERT( equal(range, range + sizeof(range), expected_range) );
153 CPPUNIT_ASSERT( equal(range, range + sizeof(range), res) );
166 CPPUNIT_ASSERT( equal(range, range + sizeof(range), res) );
269 CPPUNIT_CHECK( equal(range, range + sizeof(range) / sizeof(wchar_t), expected_range) );
284 CPPUNIT_CHECK( equal(range, range + sizeof(range) / sizeof(wchar_t), expected_range) );
298 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range), res) );
312 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range) / sizeof(wchar_t), res) );
  /ndk/tests/device/test-stlport/unit/
ctype_facets_test.cpp 125 CPPUNIT_ASSERT( equal(range, range + sizeof(range), expected_range) );
140 CPPUNIT_ASSERT( equal(range, range + sizeof(range), expected_range) );
153 CPPUNIT_ASSERT( equal(range, range + sizeof(range), res) );
166 CPPUNIT_ASSERT( equal(range, range + sizeof(range), res) );
269 CPPUNIT_CHECK( equal(range, range + sizeof(range) / sizeof(wchar_t), expected_range) );
284 CPPUNIT_CHECK( equal(range, range + sizeof(range) / sizeof(wchar_t), expected_range) );
298 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range), res) );
312 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range) / sizeof(wchar_t), res) );
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialLoaderTask.java 164 return Objects.equal(this.lookupKey, that.lookupKey)
165 && Objects.equal(this.id, that.id);
  /external/clang/lib/Parse/
ParseInit.cpp 43 case tok::equal:
74 case tok::equal:
98 return Kind == tok::equal;
362 // Handle a normal designator sequence end, which is an equal.
363 if (Tok.is(tok::equal)) {
  /external/guava/guava-testlib/src/com/google/common/testing/
EqualsTester.java 37 * contains objects that are supposed to be equal to each other, and objects of
55 * <li>the hash code of any two equal objects are equal
65 * equal object is provided, that becomes group 1.
85 * Adds {@code equalityGroup} with objects that are supposed to be equal to
86 * each other and not equal to any other equality groups added to this tester.
101 assertEquals("$ITEM must be equal to $RELATED", item, related);
104 assertEquals("the hash (" + itemHash + ") of $ITEM must be equal to the hash ("
111 assertTrue("$ITEM must be unequal to $UNRELATED", !Objects.equal(item, unrelated));
129 assertEquals(item + " must be equal to itself", item, item)
    [all...]
  /external/llvm/lib/TableGen/
TGLexer.h 42 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
  /external/openfst/src/include/fst/
tuple-weight.h 248 bool equal = true; local
250 equal = equal && (w1.Value(i) == w2.Value(i));
251 return equal;
277 FSTERROR() << "FLAGS_fst_weight_separator.size() is not equal to 1";
285 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
308 FSTERROR() << "FLAGS_fst_weight_separator.size() is not equal to 1";
316 FSTERROR() << "FLAGS_fst_weight_parentheses.size() is not equal to 2";
  /external/proguard/src/proguard/evaluation/value/
UnknownIntegerValue.java 181 public int equal(IntegerValue other) method in class:UnknownIntegerValue
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 114 # Compare equal instructions
154 # Compare not equal instructions
189 # Check scan equal instruction
217 # Check scan not-equal instruction
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode28.js 80 Using isEqualNode check if 2 new Text nodes having null text are equal and two others
81 having different data are not equal.
nodeisequalnode29.js 80 Using isEqualNode check if 2 new Comment nodes having the same data are equal and two others
81 having different data are not equal.
nodeisequalnode31.js 80 Using isEqualNode check if 2 new CDATASection nodes having the same data are equal and two others
81 having different data are not equal.
nodeisequalnode32.js 80 Using isEqualNode check if 2 new ProcessingInstruction nodes having the same data are equal and two others
81 having different data are not equal.
  /external/webkit/Source/JavaScriptCore/profiler/
CallIdentifier.h 69 static bool equal(const CallIdentifier& a, const CallIdentifier& b) { return a == b; } function in struct:JSC::CallIdentifier::Hash
  /external/webkit/Source/WebCore/bindings/cpp/
WebDOMString.cpp 113 return WTF::equal(m_private, string);
  /external/webkit/Source/WebCore/page/
SecurityOrigin.h 175 bool equal(const SecurityOrigin*) const;
  /external/webkit/Source/WebCore/platform/network/
HTTPHeaderMap.cpp 87 static bool equal(const AtomicString& key, const char* cString) function in struct:WebCore::CaseFoldingCStringTranslator
  /external/webkit/Source/WebKit/chromium/src/
WebString.cpp 91 return equal(m_private, s.m_private);
  /external/webkit/Source/WebKit2/Shared/
WebString.h 85 bool equal(WebString* other) { return m_string == other->m_string; } function in class:WebKit::WebString
  /frameworks/base/core/java/android/hardware/display/
WifiDisplay.java 107 && Objects.equal(mDeviceAlias, other.mDeviceAlias);
  /libcore/luni/src/main/java/libcore/util/
Objects.java 27 * Returns true if two possibly-null objects are equal.
29 public static boolean equal(Object a, Object b) { method in class:Objects
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContact.java 118 return Objects.equal(mUri, other.mUri) &&
119 Objects.equal(mContentValues, other.mContentValues);
375 return Objects.equal(mValues, other.mValues) &&
376 Objects.equal(mDataItems, other.mDataItems);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyComposite.java 92 } else if (!Objects.equal(value, propertyValue)) {

Completed in 557 milliseconds

1 2 3 4 56 7 8 91011>>