Home
last modified time | relevance | path

Searched refs:Objects (Results 1 – 25 of 27) sorted by relevance

12

/external/guava/src/com/google/common/collect/
DAbstractMapEntry.java20 import com.google.common.base.Objects;
46 return Objects.equal(this.getKey(), that.getKey()) in equals()
47 && Objects.equal(this.getValue(), that.getValue()); in equals()
DByFunctionOrdering.java21 import com.google.common.base.Objects;
61 return Objects.hashCode(function, ordering); in hashCode()
DAbstractBiMap.java20 import com.google.common.base.Objects;
103 if (containedKey && Objects.equal(value, get(key))) { in putInBothMaps()
311 if (Objects.equal(value, getValue())) {
317 checkState(Objects.equal(value, get(getKey())),
DAbstractMultiset.java20 import com.google.common.base.Objects;
122 if (Objects.equal(entry.getElement(), element)) { in count()
DMaps.java22 import com.google.common.base.Objects;
303 if (Objects.equal(leftValue, rightValue)) { in difference()
374 return Objects.hashCode(entriesOnlyOnLeft(), entriesOnlyOnRight(), in hashCode()
420 return Objects.equal(this.left, that.leftValue()) in equals()
421 && Objects.equal(this.right, that.rightValue()); in equals()
427 return Objects.hashCode(left, right); in hashCode()
1051 if (Objects.equal(o, entry.getValue()) && predicate.apply(entry)) {
DLinkedListMultimap.java20 import com.google.common.base.Objects;
433 if (Objects.equal(i.next().value, value)) { in containsValue()
442 if (Objects.equal(i.next(), value)) { in containsEntry()
466 if (Objects.equal(values.next(), value)) { in remove()
DMultisets.java20 import com.google.common.base.Objects;
412 && Objects.equal(this.getElement(), that.getElement());
DIterables.java22 import com.google.common.base.Objects;
745 if (Objects.equal(i.next(), o)) {
DIterators.java22 import com.google.common.base.Objects;
238 if (!Objects.equal(o1, o2)) {
/external/guava/src/com/google/common/base/
DObjects.java35 public final class Objects { class
36 private Objects() {} in Objects() method in Objects
DFunctions.java155 && Objects.equal(defaultValue, that.defaultValue); in equals()
160 return Objects.hashCode(map, defaultValue); in hashCode()
274 return Objects.equal(value, that.value); in equals()
/external/webkit/WebCore/html/canvas/
DWebGLRenderingContext.idl104 /* Buffer Objects */
/external/v8/test/mozilla/
Dmozilla.status348 js1_2/Objects/toString-001: FAIL_OK
/external/sqlite/dist/
Dsqlite3.h.orig4397 ** ^Objects of this type are created by [sqlite3_blob_open()]
4577 ** CAPI3REF: Virtual File System Objects
/external/webkit/JavaScriptCore/
DChangeLog1211 DOM Objects shouldn't all require custom mark functions
2768 * tests/mozilla/js1_2/Objects/toString-001.js: Added property allow-tabs.
13663 Objects that are callable should be treated as undefined when
DChangeLog-2007-10-1420255 Core JavaScript 1.5 Reference:Objects:Array:forEach
21324 hampered the optimizations built into the garbage collector. Objects no longer
DChangeLog-2008-08-1015815 pointers to RefPtr for making these JavaScript Objects.
/external/webkit/WebCore/
DChangeLog55 [v8] handle to the document can only own Objects, not Values
DChangeLog-2010-01-291013 DOM Objects shouldn't all require custom mark functions
13643 Objects in the m_widgetUpdateSet are only ever RenderEmbeddedObjects.
38967 [GTK] Objects of ROLE_TABLE should implement the accessible table interface
38991 [GTK] Objects of ROLE_TABLE should implement the accessible table interface
40157 [GTK] Objects of ROLE_TABLE should implement the accessible table interface
40824 [GTK] Objects of ROLE_TABLE should implement the accessible table interface
DChangeLog-2003-10-253365 Fix for 3384609. Objects that want to dodge floats should fill the line width instead
DChangeLog-2007-10-1439720 When creating the applets collection, be sure to only count Objects if they contain
39724 (WebCore::HTMLCollection::traverseNextItem): Add the qualifier for Objects that
50914Objects are stored in size-adjusted and popularity-aware LRU lists as before, but encoded size is …
DChangeLog-2005-08-2314394 Core JavaScript 1.5 Reference:Objects:Array:forEach
25578 hampered the optimizations built into the garbage collector. Objects no longer
/external/dropbear/libtomcrypt/
Dcrypt.tex4377 The function will make a copy of the list provided, and sort it by the TAG. Objects with identical…
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj14606 BCCE58A71061E82F008FB35A /* Callback Objects */,
15065 BCCE58A71061E82F008FB35A /* Callback Objects */ = {
15095 name = "Callback Objects";
/external/webkit/WebKit/mac/
DChangeLog-2002-12-038068 Objects of that class now rely on the WebError object in WebResourceResponse.

12