Searched defs:absent (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DOptional.java33 * 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
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}, a
189 * are absent
[all...]
/external/libvncserver/x11vnc/
H A Dxrecord.c859 int absent = 0x100000; local
1003 cw_events[index].x = absent;
1008 cw_events[index].y = absent;
1014 cw_events[index].w = absent;
1019 cw_events[index].h = absent;
1037 } else if (w != absent && h != absent &&
1138 if (w2 == absent || h2 == absent) {
1140 if (w2 == absent) {
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jar ... String last private String fixed private String present private String absent private String active private String introducedByChange private String removedByChange private ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 210 milliseconds