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

1 2 3

  /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...]
  /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...]
  /external/v8/test/cctest/
test-decls.cc 279 TEST(Absent) {
342 // property is absent.
469 // Let it seem that the property is absent in the prototype object.
    [all...]
  /external/dagger2/lib/
auto-value-1.0.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
guava-17.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
compiler-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.2.2-release.jar 
espresso-core-2.2.2-release-no-dep.jar 

Completed in 181 milliseconds

1 2 3