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

  /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...]
api.cc     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 91 /* ABSENT means ICC is missing */
92 static public final String INTENT_VALUE_ICC_ABSENT = "ABSENT";
137 ABSENT,
160 * State.isLocked() or State.ABSENT.
230 * Notifies handler of any transition into State.ABSENT
237 if (getState() == State.ABSENT) {
545 transitionedIntoAbsent = (oldState != State.ABSENT && newState == State.ABSENT);
551 oldState.iccCardExist() && newState == State.ABSENT);
552 isIccCardAdded = (oldState == State.ABSENT &
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardStatusViewManager.java 445 && (simState == IccCard.State.ABSENT || simState == IccCard.State.PERM_DISABLED));
450 case ABSENT:
KeyguardViewMediator.java 626 || ((state == IccCard.State.ABSENT
734 case ABSENT:
    [all...]
KeyguardUpdateMonitor.java 138 state = IccCard.State.ABSENT;
LockPatternKeyguardView.java 270 && (mUpdateMonitor.getSimState() == IccCard.State.ABSENT ||
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 210 mSimState = IccCard.State.ABSENT;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 436 mSimState = IccCard.State.ABSENT;
    [all...]
  /external/jdiff/
xerces.jar 
  /external/srec/config/en.us/dictionary/
c0.6 413 ABSENT AE1 B S AH0 N T
    [all...]

Completed in 602 milliseconds