HomeSort by relevance Sort by last modified time
    Searched refs:Objects (Results 51 - 68 of 68) sorted by null

1 23

  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 33 import libcore.util.Objects;
248 if (!i.hasNext() || !Objects.equal(o, i.next())) {
  /packages/apps/Email/src/com/android/email/activity/
UIControllerBase.java 45 import com.google.common.base.Objects;
615 if (Objects.equal(listContext, mListContext)) {
    [all...]
MessageCompose.java 88 import com.google.common.base.Objects;
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionCursorUtil.java 19 import static com.google.common.base.Objects.equal;
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java 45 import libcore.util.Objects;
135 if (!Objects.equal(callLogInfo, other.callLogInfo)) return false;
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 33 import com.android.internal.util.Objects;
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 114 import com.android.internal.util.Objects;
499 return Objects.equal(getActiveSubscriberId(), template.getSubscriberId());
739 if (Objects.equal(getActiveSubscriberId(), template.getSubscriberId())) {
    [all...]
NetworkStatsService.java 98 import com.android.internal.util.Objects;
175 // TODO: trim empty history objects entirely
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 139 import libcore.util.Objects;
589 if (Objects.equal(mIntentTab, mTabHost.getCurrentTabTag())) {
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/v8/test/mjsunit/
json.js 305 // Objects with undefined or function properties (including replaced properties)
420 // objects in JSON.parse. Instead we read them as we would JS object
  /libcore/luni/src/main/java/java/util/
TreeMap.java 27 import libcore.util.Objects;
365 boolean valuesEqual = mine != null && Objects.equal(mine.value, entry.getValue());
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 370 -- Section 3.8.12 "Texture Objects"
378 two-dimensional array texture objects can be created and operated upon.
379 The name space for texture objects is the unsigned integers, with zero
417 texture objects all of whose names are 0. The initial one-, two-,
438 objects, is shared among all texture units. ..."
    [all...]
  /external/v8/src/
runtime.js 105 // Objects (including functions), null, undefined and booleans were
  /frameworks/base/docs/html/guide/
guide_toc.cs 151 <li><a href="<?cs var:toroot ?>guide/topics/ui/layout-objects.html">
152 <span class="en">Common Layout Objects</span>
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 2288 milliseconds

1 23