HomeSort by relevance Sort by last modified time
    Searched refs:ABSENT (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardConstants.java 29 /* ABSENT means ICC is missing */
30 public static final String INTENT_VALUE_ICC_ABSENT = "ABSENT";
60 ABSENT,
  /external/v8/src/
property-details.h 41 ABSENT = 16 // Used in runtime to indicate a property is absent.
42 // ABSENT can never be stored in or returned from a descriptor's attributes
contexts.cc 97 *attributes = ABSENT;
127 if (*attributes != ABSENT) {
ic.cc 547 if (lookup.type() == INTERCEPTOR && attr == ABSENT) {
    [all...]
objects.cc 162 ASSERT(*attributes <= ABSENT);
352 *attributes = ABSENT;
418 return ABSENT;
603 // absent property.
609 *attributes = ABSENT;
    [all...]
runtime.cc     [all...]
stub-cache.cc     [all...]
objects-inl.h     [all...]
  /external/chromium_org/v8/src/
contexts.cc 107 *attributes = ABSENT;
140 if (*attributes != ABSENT) {
property-details.h 47 ABSENT = 16 // Used in runtime to indicate a property is absent.
48 // ABSENT can never be stored in or returned from a descriptor's attributes
elements.cc 613 receiver, holder, key, backing_store) != ABSENT;
676 return ABSENT;
678 return BackingStore::cast(backing_store)->is_the_hole(key) ? ABSENT : NONE;
    [all...]
objects.cc 153 ASSERT(*attributes <= ABSENT);
552 *attributes = ABSENT;
620 return ABSENT;
853 // absent property.
859 *attributes = ABSENT;
    [all...]
objects-inl.h     [all...]
ic.cc 601 if (lookup.IsInterceptor() && attr == ABSENT) {
    [all...]
runtime.cc     [all...]
stub-cache.cc     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CarrierText.java 192 && (simState == IccCardConstants.State.ABSENT ||
198 case ABSENT:
KeyguardViewMediator.java 376 case ABSENT:
    [all...]
KeyguardUpdateMonitor.java 342 state = IccCardConstants.State.ABSENT;
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
DataConnectionStats.java 103 mSimState = IccCardConstants.State.ABSENT;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 220 setExternalState(State.ABSENT);
277 setExternalState(State.ABSENT);
415 case ABSENT: return IccCardConstants.INTENT_VALUE_ICC_ABSENT;
466 * Notifies handler of any transition into State.ABSENT
475 if (getState() == State.ABSENT) {
540 Exception e = new RuntimeException("ICC card is absent.");
554 Exception e = new RuntimeException("ICC card is absent.");
568 Exception e = new RuntimeException("ICC card is absent.");
582 Exception e = new RuntimeException("ICC card is absent.");
607 /* defaults to true, if ICC is absent */
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 830 type = ABSENT;
967 // The difference is accounted as "ABSENT" to investigate such cases.
    [all...]
deep-heap-profile.h 87 ABSENT,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 169 mSimState = IccCardConstants.State.ABSENT;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 459 mSimState = IccCardConstants.State.ABSENT;
    [all...]

Completed in 717 milliseconds

1 2