HomeSort by relevance Sort by last modified time
    Searched refs:Absent (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /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/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()";
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py 235 absent.
    [all...]
  /external/python/cpython2/Lib/
cookielib.py 235 absent.
    [all...]
  /external/python/cpython3/Lib/http/
cookiejar.py 246 absent.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 235 absent.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 235 absent.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 235 absent.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 235 absent.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
inst.go 540 Absent bool
548 if m.Absent {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
inst.go 540 Absent bool
548 if m.Absent {
  /prebuilts/misc/common/android-support-test/espresso/
espresso_web_release_no_deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/
auto-value-1.5.2.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 744 milliseconds

1 2 3 4 5