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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
debug-info-method-nodebug.cpp 5 void absent() __attribute__((nodebug));
10 // CHECK-NOT: name: "absent"
12 // CHECK-NOT: name: "absent"
  /external/guava/guava-gwt/src/com/google/common/base/
Absent_CustomFieldSerializer.java 24 * Custom GWT serializer for {@link Absent}.
26 * <p>GWT can serialize an absent {@code Optional} on its own, but the resulting object is a
27 * different instance than the singleton {@code Absent.INSTANCE}, which breaks equality. We
34 public static void deserialize(SerializationStreamReader reader, Absent<?> instance) {}
36 public static Absent<?> instantiate(SerializationStreamReader reader) {
37 return Absent.INSTANCE;
40 public static void serialize(SerializationStreamWriter writer, Absent<?> instance) {}
  /external/llvm/test/Object/
readobj-absent.test 1 // Don't crash if required information is absent
  /external/guava/guava-tests/test/com/google/common/base/
OptionalTest.java 42 Optional<String> optionalName = Optional.absent();
65 assertSame(Optional.absent(), Optional.fromNullable(null));
69 assertFalse(Optional.absent().isPresent());
77 Optional<String> optional = Optional.absent();
94 assertEquals("default", Optional.absent().or("default"));
102 assertEquals("fallback", Optional.absent().or(Suppliers.ofInstance("fallback")));
107 Optional<Object> absentOptional = Optional.absent();
125 assertEquals(Optional.of("fallback"), Optional.absent().or(Optional.of("fallback")));
133 assertNull(Optional.absent().orNull());
142 assertTrue("Returned set should be empty", Optional.absent().asSet().isEmpty())
202 assertEquals(Optional.<String>absent(), Optional.<Integer>absent()); method
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
OptionalTest.java 39 Optional<String> optionalName = Optional.absent();
62 assertSame(Optional.absent(), Optional.fromNullable(null));
66 assertFalse(Optional.absent().isPresent());
74 Optional<String> optional = Optional.absent();
91 assertEquals("default", Optional.absent().or("default"));
99 assertEquals("fallback", Optional.absent().or(Suppliers.ofInstance("fallback")));
104 Optional<Object> absentOptional = Optional.absent();
122 assertEquals(Optional.of("fallback"), Optional.absent().or(Optional.of("fallback")));
130 assertNull(Optional.absent().orNull());
139 assertTrue("Returned set should be empty", Optional.absent().asSet().isEmpty())
199 assertEquals(Optional.<String>absent(), Optional.<Integer>absent()); method
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
MapCreationTester.java 45 @CollectionSize.Require(absent = ZERO)
51 @MapFeature.Require(absent = ALLOWS_NULL_KEYS)
52 @CollectionSize.Require(absent = ZERO)
62 @CollectionSize.Require(absent = ZERO)
68 @MapFeature.Require(absent = ALLOWS_NULL_VALUES)
69 @CollectionSize.Require(absent = ZERO)
79 @CollectionSize.Require(absent = ZERO)
88 absent = REJECTS_DUPLICATES_AT_CREATION)
89 @CollectionSize.Require(absent = {ZERO, ONE})
94 @MapFeature.Require(absent = REJECTS_DUPLICATES_AT_CREATION
    [all...]
MapPutTester.java 66 @CollectionSize.Require(absent = ZERO)
79 @CollectionSize.Require(absent = ZERO)
92 @CollectionSize.Require(absent = ZERO)
104 @MapFeature.Require(absent = SUPPORTS_PUT)
115 @MapFeature.Require(absent = SUPPORTS_PUT)
116 @CollectionSize.Require(absent = ZERO)
126 @MapFeature.Require(absent = SUPPORTS_PUT)
127 @CollectionSize.Require(absent = ZERO)
144 @CollectionSize.Require(absent = ZERO)
156 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_KEYS
    [all...]
ListSetTester.java 38 @CollectionSize.Require(absent = ZERO)
43 @CollectionSize.Require(absent = ZERO)
50 @CollectionSize.Require(absent = ZERO)
94 @CollectionSize.Require(absent = ZERO)
95 @ListFeature.Require(absent = SUPPORTS_SET)
106 @ListFeature.Require(absent = SUPPORTS_SET)
118 @CollectionSize.Require(absent = ZERO)
120 @CollectionFeature.Require(absent = ALLOWS_NULL_VALUES)
ListAddTester.java 41 @CollectionSize.Require(absent = ZERO)
47 @CollectionFeature.Require(absent = SUPPORTS_ADD)
48 @CollectionSize.Require(absent = ZERO)
50 * absent = ZERO isn't required, since unmodList.add() must
62 @CollectionSize.Require(absent = ZERO)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15439.go 18 // Ensure cmd/compile treats absent and empty tags as equivalent.
21 // Ensure package reflect treats absent and empty tags as equivalent.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15439.go 18 // Ensure cmd/compile treats absent and empty tags as equivalent.
21 // Ensure package reflect treats absent and empty tags as equivalent.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRetainAllTester.java 113 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
121 @CollectionSize.Require(absent = ZERO)
128 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
129 @CollectionSize.Require(absent = ZERO)
144 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
152 @CollectionSize.Require(absent = ZERO)
159 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
160 @CollectionSize.Require(absent = ZERO)
174 @CollectionFeature.Require(absent = SUPPORTS_REMOVE)
183 @CollectionSize.Require(absent = {ZERO, ONE}
    [all...]
MapCreationTester.java 48 @CollectionSize.Require(absent = ZERO)
54 @MapFeature.Require(absent = ALLOWS_NULL_KEYS)
55 @CollectionSize.Require(absent = ZERO)
65 @CollectionSize.Require(absent = ZERO)
71 @MapFeature.Require(absent = ALLOWS_NULL_VALUES)
72 @CollectionSize.Require(absent = ZERO)
82 @CollectionSize.Require(absent = ZERO)
91 absent = REJECTS_DUPLICATES_AT_CREATION)
92 @CollectionSize.Require(absent = {ZERO, ONE})
97 @MapFeature.Require(absent = REJECTS_DUPLICATES_AT_CREATION
    [all...]
MapPutTester.java 69 @CollectionSize.Require(absent = ZERO)
82 @CollectionSize.Require(absent = ZERO)
95 @CollectionSize.Require(absent = ZERO)
107 @MapFeature.Require(absent = SUPPORTS_PUT)
118 @MapFeature.Require(absent = SUPPORTS_PUT)
119 @CollectionSize.Require(absent = ZERO)
129 @MapFeature.Require(absent = SUPPORTS_PUT)
130 @CollectionSize.Require(absent = ZERO)
147 @CollectionSize.Require(absent = ZERO)
159 @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_KEYS
    [all...]
  /external/guava/guava/src/com/google/common/base/
Absent.java 32 final class Absent<T> extends Optional<T> {
33 static final Absent<Object> INSTANCE = new Absent<Object>();
40 private Absent() {}
47 throw new IllegalStateException("Optional.get() cannot be called on an absent value");
74 return Optional.absent();
86 return "Optional.absent()";
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ProvisionBinding.java 84 Optional.<TypeMirror>absent());
132 Optional.<DeclaredType>absent(),
133 Optional.<TypeElement>absent(),
155 return Optional.absent();
182 Optional.<DependencyRequest>absent(),
205 Optional.<DeclaredType>absent(),
206 Optional.<TypeElement>absent(),
207 Optional.<DependencyRequest>absent(),
219 Optional.<String>absent(),
221 Optional.<DeclaredType>absent(),
    [all...]
ProductionBinding.java 135 Optional.<DependencyRequest>absent(),
157 Optional.<DeclaredType>absent(),
158 Optional.<TypeElement>absent(),
159 Optional.<DependencyRequest>absent(),
163 Optional.<DependencyRequest>absent());
175 Optional.<String>absent(),
177 Optional.<DeclaredType>absent(),
178 Optional.<TypeElement>absent(),
179 Optional.<DependencyRequest>absent(),
183 Optional.<DependencyRequest>absent());
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
AbstractMultisetSetCountTester.java 132 @CollectionFeature.Require(absent = {SUPPORTS_ADD, SUPPORTS_REMOVE})
140 @CollectionSize.Require(absent = ZERO)
146 @CollectionSize.Require(absent = ZERO)
152 @CollectionSize.Require(absent = ZERO)
153 @CollectionFeature.Require(absent = {SUPPORTS_ADD, SUPPORTS_REMOVE})
174 @CollectionFeature.Require(absent = {SUPPORTS_ADD, SUPPORTS_REMOVE})
220 @CollectionSize.Require(absent = ZERO)
226 @CollectionFeature.Require(absent = SUPPORTS_ADD)
231 @CollectionFeature.Require(absent = SUPPORTS_ADD)
236 @CollectionSize.Require(absent = ZERO
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetSetCountTester.java 137 @CollectionFeature.Require(absent = {SUPPORTS_ADD, SUPPORTS_REMOVE})
145 @CollectionSize.Require(absent = ZERO)
151 @CollectionSize.Require(absent = ZERO)
157 @CollectionSize.Require(absent = ZERO)
158 @CollectionFeature.Require(absent = {SUPPORTS_ADD, SUPPORTS_REMOVE})
179 @CollectionFeature.Require(absent = {SUPPORTS_ADD, SUPPORTS_REMOVE})
225 @CollectionSize.Require(absent = ZERO)
231 @CollectionFeature.Require(absent = SUPPORTS_ADD)
236 @CollectionFeature.Require(absent = SUPPORTS_ADD)
241 @CollectionSize.Require(absent = ZERO
    [all...]
BiMapRemoveTester.java 39 @CollectionSize.Require(absent = ZERO)
47 @CollectionSize.Require(absent = ZERO)
55 @CollectionSize.Require(absent = ZERO)
63 @CollectionSize.Require(absent = ZERO)
71 @CollectionSize.Require(absent = ZERO)
79 @CollectionSize.Require(absent = ZERO)
86 @CollectionSize.Require(absent = ZERO)
  /external/libxml2/test/c14n/1-1-without-comments/
xmlbase-prop-3.xpath 5 if one of intermediate the levels (ietf:e1) are absent from the document
xmlbase-prop-4.xpath 5 if several intermediate levels (ietf:e1 and ietf:e11) are absent from
xmlbase-prop-5.xpath 5 if one intermediate level (ietf:e2) without any xml:base attribute is absent
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_misc.cpp 30 if (cardStatus.cardState == CardState::ABSENT) {
46 if (cardStatus.cardState == CardState::ABSENT) {
62 if (cardStatus.cardState == CardState::ABSENT) {
78 if (cardStatus.cardState == CardState::ABSENT) {
94 if (cardStatus.cardState == CardState::ABSENT) {
110 if (cardStatus.cardState == CardState::ABSENT) {
129 if (cardStatus.cardState == CardState::ABSENT) {
150 if (cardStatus.cardState == CardState::ABSENT) {
170 if (cardStatus.cardState == CardState::ABSENT) {
186 if (cardStatus.cardState == CardState::ABSENT) {
    [all...]
  /external/llvm/test/DebugInfo/X86/
debug-info-static-member.ll 3 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -check-prefix=ABSENT
8 ; verify that attributes we don't want are ABSENT.
195 ; ABSENT verifies that static member declarations do not have either
199 ; ABSENT: .debug_info contents:
200 ; ABSENT: DW_TAG_member
201 ; ABSENT: DW_AT_name {{.*}} "a"
202 ; ABSENT-NOT: DW_AT_const_value
203 ; ABSENT-NOT: location
204 ; ABSENT: DW_AT_name {{.*}} "const_a"
205 ; ABSENT-NOT: DW_AT_linkage_nam
    [all...]

Completed in 1041 milliseconds

1 2 3 4 5 6 7 8 91011>>