HomeSort by relevance Sort by last modified time
    Searched defs:IS_NULL (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /libcore/ojluni/src/main/native/
jni_util.h 278 #define IS_NULL(obj) ((obj) == NULL)
  /external/protobuf/src/google/protobuf/
test_util.h 165 IS_NULL,
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
AppSupport.c 31 #define IS_NULL(a) ((a) == L'\0')
147 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) {
161 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) {
175 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) {
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
UefiDevicePathLib.h 39 #define IS_NULL(a) ((a) == L'\0')
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
IniParsingLib.c 48 #define IS_NULL(a) ((a) == '\0')
945 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) {
959 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) {
973 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) {
    [all...]
  /external/guava/guava/src/com/google/common/base/
Predicates.java 76 return ObjectPredicate.IS_NULL.withNarrowedType();
295 IS_NULL {
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Predicates.java 73 return ObjectPredicate.IS_NULL.withNarrowedType();
232 IS_NULL {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h 211 #define IS_NULL(p) (((void*)(p)) == (void*)0)
213 #define CHECK_NULL_RETURN(p) if (IS_NULL(p)) return NULL
214 #define CHECK_NULL_RETURN_MEMERR(p) if (IS_NULL(p)) return ONIGERR_MEMORY
356 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
363 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
371 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
  /external/guice/extensions/persist/lib/
hsqldb.jar 
db4o-6.4.14.8131-java5.jar 
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.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 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
gradle-tooling-api-2.2.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 

Completed in 185 milliseconds

1 2 3 4 5 6