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

1 2 3 4 5 6 7

  /prebuilts/misc/common/swig/include/2.0.11/php/
utils.i 63 if ((*invar)->type==IS_NULL) {
100 if ( (*target)->type == IS_NULL ) {
php.swg 140 if ((*$input)->type==IS_NULL) $1=0;
155 if (!((*$input)->type==IS_NULL && PZVAL_IS_REF(*$input))) {
phprun.swg 246 case IS_NULL:
  /libcore/ojluni/src/main/native/
io_util.c 85 if (IS_NULL(bytes)) {
161 if (IS_NULL(bytes)) {
SocketInputStream.c 62 if (IS_NULL(fdObj)) {
SocketOutputStream.c 64 if (IS_NULL(fdObj)) {
jni_util.h 278 #define IS_NULL(obj) ((obj) == 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/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
reggnu.c 131 if (IS_NULL(*reg)) return ONIGERR_MEMORY;
regcomp.c 151 if (IS_NULL(buf->p)) return(ONIGERR_MEMORY);
590 if (IS_NULL(cc->mbuf)) {
621 if (IS_NULL(cc->mbuf)) {
    [all...]
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);\
regparse.c 732 if (IS_NULL(e)) {
734 if (IS_NULL(t)) {
743 if (IS_NULL(e->name)) {
756 if (IS_NULL(t)) {
765 if (IS_NULL(t->e)) {
793 if (IS_NULL(e->name)) return ONIGERR_MEMORY;
838 if (IS_NULL(e)) return ONIGERR_UNDEFINED_NAME_REFERENCE;
966 if (IS_NULL(env->mem_nodes_dynamic)) {
1015 if (IS_NULL(node)) return ;
1180 if (IS_NULL(ranges)) {
    [all...]
regexec.c 107 if (IS_NULL(parent->childs)) {
144 if (IS_NULL(child)) {
448 if (stk_base == stk_alloc && IS_NULL(msa->stack_p)) {
450 if (IS_NULL(x)) {
466 if (IS_NULL(x)) {
    [all...]
regsyntax.c 225 if (IS_NULL(syntax))
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c 75 while (!IS_NULL (*StrPointer)) {
82 if (IS_NULL (*StrPointer)) {
125 if (IS_NULL (*Str)) {
132 while (!IS_NULL (*Str)) {
194 if (IS_NULL (*Str)) {
201 while (!IS_NULL (*Str)) {
217 while (!IS_NULL (*Str)) {
244 if (!IS_NULL (*Str)) {
409 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) {
423 while (!IS_HYPHEN (*Str) && !IS_NULL (*Str)) {
    [all...]
UefiDevicePathLib.h 39 #define IS_NULL(a) ((a) == L'\0')
  /external/protobuf/src/google/protobuf/
test_util.h 165 IS_NULL,
generated_message_reflection_unittest.cc 500 &to_message, TestUtil::ReflectionTester::IS_NULL);
519 &to_message, TestUtil::ReflectionTester::IS_NULL);
533 &to_message, TestUtil::ReflectionTester::IS_NULL);
552 &to_message, TestUtil::ReflectionTester::IS_NULL);
733 &message, TestUtil::ReflectionTester::IS_NULL);
759 &message, TestUtil::ReflectionTester::IS_NULL);
    [all...]
  /external/v8/src/js/
macros.py 58 macro IS_NULL(arg) = (arg === null);
82 macro CHECK_OBJECT_COERCIBLE(arg, functionName) = if (IS_NULL(%IS_VAR(arg)) || IS_UNDEFINED(arg)) throw %make_type_error(kCalledOnNullOrUndefined, functionName);
v8natives.js 71 if (IS_NULL(x) || IS_UNDEFINED(x)) return {};
i18n.js 285 if (IS_NULL(%regexp_internal_match(GetServiceRE(), service))) {
440 if (IS_NULL(%regexp_internal_match(GetServiceRE(), service))) {
455 var extension = IS_NULL(extensionMatch) ? '' : extensionMatch[0];
673 if (!IS_NULL(parts)) {
746 if (IS_NULL(match)) throw %make_range_error(kExpectedLocation, location);
773 IS_NULL(localeID)) {
780 !IS_NULL(%regexp_internal_match(/^[a-z]{2,3}$/, localeID))) {
858 if (IS_NULL(%regexp_internal_match(GetLanguageTagRE(), locale))) {
882 if (!IS_NULL(%regexp_internal_match(GetLanguageVariantRE(), value)) &&
891 if (!IS_NULL(%regexp_internal_match(GetLanguageSingletonRE(), value)))
    [all...]
  /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 {
  /external/v8/src/
d8.js 46 if (IS_NULL(x)) return "null";
  /external/guava/guava/src/com/google/common/base/
Predicates.java 76 return ObjectPredicate.IS_NULL.withNarrowedType();
295 IS_NULL {
  /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...]

Completed in 489 milliseconds

1 2 3 4 5 6 7