/external/v8/src/ast/ |
context-slot-cache.h | 16 // Slot index equals -1 means the property is absent. 21 // If absent, kNotFound is returned.
|
/packages/services/Telephony/tests/src/com/android/phone/ |
CnapTest.java | 47 // Checks the cnap 'ABSENT NUMBER' is mapped to the unknown presentation. 50 String num = modifyForSpecialCnapCases("ABSENT NUMBER", PRESENTATION_ALLOWED);
|
/external/caliper/caliper/src/main/java/com/google/caliper/platform/dalvik/ |
DalvikModule.java | 40 return Optional.absent();
|
/external/clang/test/CodeGenObjC/ |
objc-literal-debugger-test.m | 4 // We need two different RUN lines here because the first time a class/method is absent,
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ValidationType.java | 37 return Optional.absent();
|
ComponentGenerator.java | 80 Optional.<TypeName> absent(), owningClass, false, snippet); 85 Optional.<TypeName> absent(), owningClass, true, snippet);
|
/external/dnsmasq/contrib/dnsmasq_MacOSX/ |
README.rtf | 7 \f0\fs24 \cf0 1. If you've used DNSenabler, or if you're using Mac OS X Server, or if you have in any other way activated Mac OS X's built-in DHCP and/or DNS servers, disable them. This would usually involve checking that they are either set to -NO- or absent altogether in
|
/external/guava/guava/src/com/google/common/base/ |
Platform.java | 44 ? Optional.<T>absent()
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
Platform.java | 43 return Optional.absent();
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultimapReplaceValuesTester.java | 106 @CollectionSize.Require(absent = ZERO) 135 @MapFeature.Require(absent = SUPPORTS_REMOVE) 136 @CollectionSize.Require(absent = ZERO) 147 @MapFeature.Require(absent = SUPPORTS_PUT)
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionIsEmptyTester.java | 39 @CollectionSize.Require(absent = ZERO)
|
MapIsEmptyTester.java | 39 @CollectionSize.Require(absent = ZERO)
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/ |
FeatureUtilTest.java | 61 ExampleBaseFeature[] absent() default {}; 92 ExampleDerivedFeature[] absent() default {}; 131 @ExampleBaseFeature.Require(absent = {ExampleBaseFeature.BASE_FEATURE_1}) 138 absent = {ExampleDerivedFeature.DERIVED_FEATURE_2})
|
/external/libxml2/test/c14n/1-1-without-comments/ |
xmlbase-prop-3.xml | 6 if one of intermediate the levels (ietf:e1) are absent from the document
|
xmlbase-prop-4.xml | 6 if several intermediate levels (ietf:e1 and ietf:e11) are absent from
|
xmlbase-prop-5.xml | 6 if one intermediate level (ietf:e2) without any xml:base attribute is absent
|
/external/libxml2/test/schemas/ |
src-element2-2_0.xsd | 4 nillable, default, fixed, form, block and type must be absent, i.e. only minOccurs, maxOccurs,
|
anyAttr1_0.xsd | 101 <!-- 3. If either O1 or O2 is a pair of not and a value (a namespace name or ?absent?) 102 and the other is a set of (namespace names or ?absent?), then that set, minus the 103 negated value if it was in the set, minus ?absent? if it was in the set, must be the value. --> 111 <!-- 4. If both O1 and O2 are sets of (namespace names or ?absent?), then the 128 <!--6. If the one is a negation of a namespace name and the other is a negation of ?absent?,
|
/external/v8/src/runtime/ |
runtime-forin.cc | 48 Maybe<PropertyAttributes> result = Just(ABSENT); 61 if (result.FromJust() == ABSENT) { 82 if (result.FromJust() != ABSENT) return it.GetName(); 89 if (result.FromJust() != ABSENT) return it.GetName();
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
BreadBot.java | 117 List<String> absent = new ArrayList<>(); local 120 absent.add(item); 123 if (!absent.isEmpty()) { 125 + ", but missing " + absent);
|
/toolchain/binutils/binutils-2.25/libiberty/ |
strstr.c | 11 substring is absent. If @var{sub} points to a string with zero
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
KeyTest.java | 75 Optional.<Equivalence.Wrapper<AnnotationMirror>>absent(), 93 Optional.<Equivalence.Wrapper<AnnotationMirror>>absent(), 169 Optional.<Equivalence.Wrapper<AnnotationMirror>>absent(), 230 Optional.<Equivalence.Wrapper<AnnotationMirror>>absent(), 257 Optional.<Equivalence.Wrapper<AnnotationMirror>>absent(),
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccCardProxy.java | 230 setExternalState(State.ABSENT); 375 setExternalState(State.ABSENT); 532 if ( State.ABSENT == mExternalState) { 584 case ABSENT: return IccCardConstants.INTENT_VALUE_ICC_ABSENT; 639 * Notifies handler of any transition into State.ABSENT 648 if (getState() == State.ABSENT) { 713 Exception e = new RuntimeException("ICC card is absent."); 727 Exception e = new RuntimeException("ICC card is absent."); 741 Exception e = new RuntimeException("ICC card is absent."); 755 Exception e = new RuntimeException("ICC card is absent.") [all...] |
/external/autotest/client/cros/cellular/pseudomodem/ |
testing.py | 66 properties are currently not exposed (e.g. due to a locked or absent 83 locked or absent SIM), this method will do nothing.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
GeneralSubtree.java | 98 * name forms, thus minimum MUST be zero, and maximum MUST be absent. 101 * maximum is <code>null</code>, maximum is absent.
|