Searched refs:NULL (Results 276 - 300 of 28217) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfTextFieldDictionary_autogen.cpp14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
20 return get("MaxLen", "") != NULL;
H A DSkPdfTrueTypeFontDictionary_autogen.cpp14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
20 return get("Subtype", "") != NULL;
H A DSkPdfURIDictionary_autogen.cpp14 if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
20 return get("Base", "") != NULL;
H A DSkPdfWindowsLaunchActionDictionary_autogen.cpp14 if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
20 return get("F", "") != NULL;
26 if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
32 return get("D", "") != NULL;
38 if ((ret != NULL && ret->isAnyString()) || (doc == NULL
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/unix/
H A DGrGLCreateNativeInterface_unix.cpp16 SkASSERT(NULL == ctx);
22 if (NULL == glXGetCurrentContext()) {
23 return NULL;
26 return GrGLAssembleInterface(NULL, glx_get);
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_none.cpp13 return NULL;
17 return NULL;
21 return NULL;
25 return NULL;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_null.cc17 return NULL;
/external/chromium_org/ui/views/controls/menu/
H A Ddisplay_change_listener_mac.cc12 return NULL;
/external/clang/test/Headers/
H A Dms-null-ms-header-vs-stddef.cpp15 // NULL should work fine even with __null defined to nothing.
16 void* p = NULL;
/external/iproute2/include/
H A Ddlfcn.h15 if (file == NULL)
18 return NULL;
25 return NULL;
31 return NULL;
/external/libcxx/test/input.output/file.streams/c.files/
H A Dgets.fail.cpp19 (void) std::gets((char *) NULL);
/external/libogg/macos/compat/
H A Dstrdup.c8 char *outStr = NULL;
10 if (inStr == NULL) {
11 return NULL;
16 if (outStr != NULL) {
/external/libvorbis/macos/compat/
H A Dstrdup.c8 char *outStr = NULL;
10 if (inStr == NULL) {
11 return NULL;
16 if (outStr != NULL) {
/external/llvm/lib/Support/
H A Dregcclass.h72 { NULL, 0, "" }
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_quit.h53 (SDL_PumpEvents(), SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,SDL_QUITMASK))
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfAttributeObjectDictionary_autogen.cpp14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
20 return get("O", "") != NULL;
H A DSkPdfCheckboxFieldDictionary_autogen.cpp14 if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
20 return get("Opt", "") != NULL;
H A DSkPdfDctdecodeFilterDictionary_autogen.cpp14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
20 return get("ColorTransform", "") != NULL;
H A DSkPdfEncryptedEmbeddedFileStreamDictionary_autogen.cpp14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
20 return get("EncryptionRevision", "") != NULL;
H A DSkPdfFDFFileAnnotationDictionary_autogen.cpp14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
20 return get("Page", "") != NULL;
H A DSkPdfFileAttachmentAnnotationDictionary_autogen.cpp14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
20 return get("Subtype", "") != NULL;
26 if ((ret != NULL && false) || (doc == NULL && ret != NULL && ret->isReference())) return ret->fileSpecValue();
32 return get("FS", "") != NULL;
38 if ((ret != NULL && ret->isAnyString()) || (doc == NULL
[all...]
H A DSkPdfFreeTextAnnotationDictionary_autogen.cpp14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
20 return get("Subtype", "") != NULL;
26 if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
32 return get("Contents", "") != NULL;
38 if ((ret != NULL && ret->isAnyString()) || (doc == NULL
[all...]
H A DSkPdfListAttributeDictionary_autogen.cpp14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
20 return get("ListNumbering", "") != NULL;
H A DSkPdfMarkInformationDictionary_autogen.cpp14 if ((ret != NULL && ret->isBoolean()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->boolValue();
20 return get("Marked", "") != NULL;
H A DSkPdfMultiMasterFontDictionary_autogen.cpp14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
20 return get("Subtype", "") != NULL;

Completed in 2057 milliseconds

<<11121314151617181920>>