HomeSort by relevance Sort by last modified time
    Searched full:absent (Results 51 - 75 of 1425) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libxml2/test/schemas/
src-attribute3-2-st_0.xsd 3 If ref is present, then all of <simpleType>, form and type must be absent
src-attribute3-2-type_0.xsd 3 If ref is present, then all of <simpleType>, form and type must be absent
anyAttr-derive-errors1_0.xsd 76 <!-- 3. If both O1 and O2 are sets of (namespace names or ?absent?),
93 names or ?absent?), then a pair of not and ?absent? must be the value. -->
102 the other is a set of (namespace names or ?absent?) (call this set S),
105 ?absent?, then any must be the value. -->
128 <!-- 5.2 If the set S includes the negated namespace name but not ?absent?,
129 then a pair of not and ?absent? must be the value. -->
151 <!-- 5.3 If the set S includes ?absent? but not the negated namespace name,
177 or ?absent?, then whichever of O1 or O2 is a pair of not and a namespace
200 <!-- 6 If either O1 or O2 is a pair of not and ?absent? and the other is a
    [all...]
anyAttr-derive1_0.xsd 80 <!-- 3. If both O1 and O2 are sets of (namespace names or ?absent?),
97 names or ?absent?), then a pair of not and ?absent? must be the value. -->
106 the other is a set of (namespace names or ?absent?) (call this set S),
109 ?absent?, then any must be the value. -->
132 <!-- 5.2 If the set S includes the negated namespace name but not ?absent?,
133 then a pair of not and ?absent? must be the value. -->
155 <!-- 5.3 If the set S includes ?absent? but not the negated namespace name,
181 or ?absent?, then whichever of O1 or O2 is a pair of not and a namespace
204 <!-- 6 If either O1 or O2 is a pair of not and ?absent? and the other is a
    [all...]
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_ims.cpp 33 if (cardStatus.cardState == CardState::ABSENT) {
51 if (cardStatus.cardState == CardState::ABSENT) {
72 if (cardStatus.cardState == CardState::ABSENT) {
96 if (cardStatus.cardState == CardState::ABSENT) {
118 if (cardStatus.cardState == CardState::ABSENT) {
139 if (cardStatus.cardState == CardState::ABSENT) {
157 if (cardStatus.cardState == CardState::ABSENT) {
175 if (cardStatus.cardState == CardState::ABSENT) {
192 if (cardStatus.cardState == CardState::ABSENT) {
radio_hidl_hal_stk.cpp 36 if (cardStatus.cardState == CardState::ABSENT) {
53 if (cardStatus.cardState == CardState::ABSENT) {
76 if (cardStatus.cardState == CardState::ABSENT) {
94 if (cardStatus.cardState == CardState::ABSENT) {
114 if (cardStatus.cardState == CardState::ABSENT) {
134 if (cardStatus.cardState == CardState::ABSENT) {
156 if (cardStatus.cardState == CardState::ABSENT) {
171 if (cardStatus.cardState == CardState::ABSENT) {
  /prebuilts/go/darwin-x86/src/cmd/gofmt/testdata/
rewrite3.golden 10 // absent. These nil nodes must not be mistaken for expressions,
rewrite3.input 10 // absent. These nil nodes must not be mistaken for expressions,
  /prebuilts/go/linux-x86/src/cmd/gofmt/testdata/
rewrite3.golden 10 // absent. These nil nodes must not be mistaken for expressions,
rewrite3.input 10 // absent. These nil nodes must not be mistaken for expressions,
  /external/clang/test/Profile/
cxx-virtual-destructor-calls.cpp 29 // Complete dtor counters and profile data must absent
33 // Deleting dtor counters and profile data must absent
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
ListAddAtIndexTester.java 44 @CollectionSize.Require(absent = ZERO)
50 @ListFeature.Require(absent = SUPPORTS_ADD_WITH_INDEX)
51 @CollectionSize.Require(absent = ZERO)
53 * absent = ZERO isn't required, since unmodList.add() must
84 @ListFeature.Require(absent = SUPPORTS_ADD_WITH_INDEX)
96 @CollectionSize.Require(absent = {ZERO, ONE})
103 @CollectionSize.Require(absent = ZERO)
117 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapRemoveEntryTester.java 52 @CollectionSize.Require(absent = ZERO)
63 @CollectionSize.Require(absent = ZERO)
74 @CollectionSize.Require(absent = ZERO)
97 @MapFeature.Require(value = SUPPORTS_REMOVE, absent = ALLOWS_NULL_VALUE_QUERIES)
108 @MapFeature.Require(value = SUPPORTS_REMOVE, absent = ALLOWS_NULL_KEY_QUERIES)
120 @CollectionSize.Require(absent = ZERO)
141 @CollectionSize.Require(absent = ZERO)
162 @CollectionSize.Require(absent = ZERO)
MultisetContainsTester.java 31 @CollectionSize.Require(absent = ZERO)
37 @CollectionSize.Require(absent = ZERO)
MultisetRemoveTester.java 55 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
70 @CollectionSize.Require(absent = ZERO)
93 assertEquals("multiset.remove(absent, 0) didn't return 0",
97 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
102 "multiset.remove(absent, 2) didn't return 0 or throw an exception",
128 @CollectionSize.Require(absent = ZERO)
143 @CollectionFeature.Require(value = SUPPORTS_REMOVE, absent = ALLOWS_NULL_QUERIES)
MultimapContainsKeyTester.java 36 @CollectionSize.Require(absent = ZERO)
70 @CollectionSize.Require(absent = ZERO)
81 @MapFeature.Require(absent = ALLOWS_NULL_KEY_QUERIES)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRemoveTester.java 46 @CollectionSize.Require(absent = ZERO)
78 @CollectionSize.Require(absent = ZERO)
89 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
90 @CollectionSize.Require(absent = ZERO)
102 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
116 absent = ALLOWS_NULL_QUERIES)
133 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
134 @CollectionSize.Require(absent = ZERO)
ListAddAtIndexTester.java 47 @CollectionSize.Require(absent = ZERO)
53 @ListFeature.Require(absent = SUPPORTS_ADD_WITH_INDEX)
54 @CollectionSize.Require(absent = ZERO)
56 * absent = ZERO isn't required, since unmodList.add() must
87 @ListFeature.Require(absent = SUPPORTS_ADD_WITH_INDEX)
99 @CollectionSize.Require(absent = {ZERO, ONE})
106 @CollectionSize.Require(absent = ZERO)
120 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
ListSetTester.java 42 @CollectionSize.Require(absent = ZERO)
47 @CollectionSize.Require(absent = ZERO)
54 @CollectionSize.Require(absent = ZERO)
98 @CollectionSize.Require(absent = ZERO)
99 @ListFeature.Require(absent = SUPPORTS_SET)
110 @ListFeature.Require(absent = SUPPORTS_SET)
122 @CollectionSize.Require(absent = ZERO)
124 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
ListAddTester.java 43 @CollectionSize.Require(absent = ZERO)
49 @CollectionFeature.Require(absent = SUPPORTS_ADD)
50 @CollectionSize.Require(absent = ZERO)
52 * absent = ZERO isn't required, since unmodList.add() must
64 @CollectionSize.Require(absent = ZERO)
  /external/v8/src/
lookup-cache.h 15 // Descriptor index equals kNotFound means the property is absent.
20 // If absent, kAbsent is returned.
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ValidationReport.java 154 addItem(message, ERROR, subject, Optional.<AnnotationMirror>absent());
159 addItem(message, ERROR, element, Optional.<AnnotationMirror>absent());
169 addItem(message, WARNING, subject, Optional.<AnnotationMirror>absent());
174 addItem(message, WARNING, element, Optional.<AnnotationMirror>absent());
184 addItem(message, NOTE, subject, Optional.<AnnotationMirror>absent());
189 addItem(message, NOTE, element, Optional.<AnnotationMirror>absent());
199 addItem(message, kind, element, Optional.<AnnotationMirror>absent());
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
MultisetRemoveTester.java 52 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
67 @CollectionSize.Require(absent = ZERO)
90 assertEquals("multiset.remove(absent, 0) didn't return 0",
94 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
99 "multiset.remove(absent, 2) didn't return 0 or throw an exception",
125 @CollectionSize.Require(absent = ZERO)
140 @CollectionFeature.Require(value = SUPPORTS_REMOVE, absent = ALLOWS_NULL_QUERIES)
MultisetCountTester.java 42 @CollectionSize.Require(absent = ZERO)
61 @CollectionFeature.Require(absent = ALLOWS_NULL_QUERIES)
69 @CollectionSize.Require(absent = ZERO)
  /external/guava/guava/src/com/google/common/base/
Optional.java 33 * which case we say that the reference is "absent"); it is never said to "contain {@code
38 * a "a {@code T} that might be absent" as two distinct types in your program, which can
47 * have no value" (present in the map, with value {@code Optional.absent()})
77 public static <T> Optional<T> absent() { method in class:Optional
78 return Absent.withType();
90 * reference; otherwise returns {@link Optional#absent}.
94 ? Optional.<T>absent()
107 * absent, use {@link #or(Object)} or {@link #orNull} instead.
109 * @throws IllegalStateException if the instance is absent ({@link #isPresent} returns
177 * {@link Optional#absent} is returned. If the function returns {@code null},
    [all...]

Completed in 569 milliseconds

1 23 4 5 6 7 8 91011>>