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

<<11121314151617181920>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
CollectionFeature.java 130 CollectionFeature[] absent() default {};
CollectionSize.java 102 CollectionSize[] absent() default {};
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListRetainAllTester.java 42 @CollectionSize.Require(absent = {ZERO, ONE})
  /external/guava/guava-testlib/test/com/google/common/collect/testing/features/
FeatureEnumTest.java 53 for (String propertyName : new String[]{"value", "absent"}) {
  /external/iproute2/man/man8/
ip-neighbour.8 156 If this option is absent,
  /external/kernel-headers/original/uapi/linux/can/
bcm.h 87 RX_TIMEOUT, /* cyclic message is absent */
  /external/llvm/include/llvm/Object/
Error.h 29 // Error code 0 is absent. Use std::error_code() instead.
  /external/openssh/
README 23 functions that are (regrettably) absent from other unices. This port
  /external/webrtc/webrtc/base/
win32filesystem.h 64 // directory either exists, or is also absent.
  /external/webrtc/webrtc/p2p/base/
transportdescription.h 30 // SEC_REQUIRED: Crypto in outgoing offer and answer. Fail any offer with absent
  /frameworks/base/core/java/android/security/keymaster/
KeyCharacteristics.java 139 * Returns {@code true} if the provided boolean tag is present, {@code false} if absent.
  /frameworks/base/core/res/res/values-watch/
config.xml 62 ListView/GridView are notably absent since this is their default anyway.
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
BindingAdapter.java 78 * can be absent. When this is false, the BindingAdapter will be called
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateBackgroundWithSurfaceTexture.java 95 return Optional.absent();
StateSavingPicture.java 74 Optional<Uri> saveUri = Optional.absent();
  /packages/apps/Camera2/src/com/android/camera/one/config/
OneCameraFeatureConfig.java 64 return Optional.absent();
  /packages/apps/Camera2/src/com/android/camera/settings/
CameraPictureSizesCacher.java 121 return Optional.absent();
  /packages/apps/Stk/src/com/android/stk/
StkCmdReceiver.java 68 // If the Card is absent then check if the StkAppService is even
  /prebuilts/go/darwin-x86/src/syscall/
dirent.go 78 if ino == 0 { // File absent in directory.
  /prebuilts/go/linux-x86/src/syscall/
dirent.go 78 if ino == 0 { // File absent in directory.
  /bionic/libc/include/netinet/
ip_icmp.h 181 #define ICMP_PARAMPROB_ERRATPTR 0 /* req. opt. absent */
182 #define ICMP_PARAMPROB_OPTABSENT 1 /* req. opt. absent */
  /development/ndk/platforms/android-21/include/netinet/
ip_icmp.h 181 #define ICMP_PARAMPROB_ERRATPTR 0 /* req. opt. absent */
182 #define ICMP_PARAMPROB_OPTABSENT 1 /* req. opt. absent */
  /development/ndk/platforms/android-9/include/netinet/
ip_icmp.h 181 #define ICMP_PARAMPROB_ERRATPTR 0 /* req. opt. absent */
182 #define ICMP_PARAMPROB_OPTABSENT 1 /* req. opt. absent */
  /external/boringssl/src/crypto/x509v3/
pcy_cache.c 171 /* If not absent some problem with extension */
187 /* If not absent some problem with extension */
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
AttributeCertificateHolder.java 149 * @return digest AlgorithmIdentifier or <code>null</code> if ObjectDigestInfo is absent.
163 * @return The hash or <code>null</code> if ObjectDigestInfo is absent.

Completed in 1358 milliseconds

<<11121314151617181920>>