/external/guava/src/com/google/common/collect/ |
D | AbstractMapEntry.java | 20 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()
|
D | ByFunctionOrdering.java | 21 import com.google.common.base.Objects; 61 return Objects.hashCode(function, ordering); in hashCode()
|
D | AbstractBiMap.java | 20 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())),
|
D | AbstractMultiset.java | 20 import com.google.common.base.Objects; 122 if (Objects.equal(entry.getElement(), element)) { in count()
|
D | Maps.java | 22 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)) {
|
D | LinkedListMultimap.java | 20 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()
|
D | Multisets.java | 20 import com.google.common.base.Objects; 412 && Objects.equal(this.getElement(), that.getElement());
|
D | Iterables.java | 22 import com.google.common.base.Objects; 745 if (Objects.equal(i.next(), o)) {
|
D | Iterators.java | 22 import com.google.common.base.Objects; 238 if (!Objects.equal(o1, o2)) {
|
/external/guava/src/com/google/common/base/ |
D | Objects.java | 35 public final class Objects { class 36 private Objects() {} in Objects() method in Objects
|
D | Functions.java | 155 && 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/ |
D | WebGLRenderingContext.idl | 104 /* Buffer Objects */
|
/external/v8/test/mozilla/ |
D | mozilla.status | 348 js1_2/Objects/toString-001: FAIL_OK
|
/external/sqlite/dist/ |
D | sqlite3.h.orig | 4397 ** ^Objects of this type are created by [sqlite3_blob_open()] 4577 ** CAPI3REF: Virtual File System Objects
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 1211 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
|
D | ChangeLog-2007-10-14 | 20255 Core JavaScript 1.5 Reference:Objects:Array:forEach 21324 hampered the optimizations built into the garbage collector. Objects no longer
|
D | ChangeLog-2008-08-10 | 15815 pointers to RefPtr for making these JavaScript Objects.
|
/external/webkit/WebCore/ |
D | ChangeLog | 55 [v8] handle to the document can only own Objects, not Values
|
D | ChangeLog-2010-01-29 | 1013 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
|
D | ChangeLog-2003-10-25 | 3365 Fix for 3384609. Objects that want to dodge floats should fill the line width instead
|
D | ChangeLog-2007-10-14 | 39720 When creating the applets collection, be sure to only count Objects if they contain 39724 (WebCore::HTMLCollection::traverseNextItem): Add the qualifier for Objects that 50914 …Objects are stored in size-adjusted and popularity-aware LRU lists as before, but encoded size is …
|
D | ChangeLog-2005-08-23 | 14394 Core JavaScript 1.5 Reference:Objects:Array:forEach 25578 hampered the optimizations built into the garbage collector. Objects no longer
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 4377 The function will make a copy of the list provided, and sort it by the TAG. Objects with identical…
|
/external/webkit/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 14606 BCCE58A71061E82F008FB35A /* Callback Objects */, 15065 BCCE58A71061E82F008FB35A /* Callback Objects */ = { 15095 name = "Callback Objects";
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 8068 Objects of that class now rely on the WebError object in WebResourceResponse.
|