Searched refs:NULL (Results 201 - 225 of 26802) sorted by relevance

1234567891011>>

/external/valgrind/main/drd/tests/
H A Dpth_barrier_race.c25 return NULL;
33 pthread_barrier_init(barrier, NULL, 2);
35 pthread_create(&tid, NULL, thread, NULL);
46 pthread_join(tid, NULL);
/external/chromium/webkit/glue/
H A Dgl_bindings_skia_cmd_buffer.cc32 NULL, // glClientActiveTexture
33 NULL, // glColor4ub
35 NULL, // glColorPointer
47 NULL, // glDisableClientState
52 NULL, // glEnableClientState
68 NULL, // glLoadMatrixf
69 NULL, // glMatrixMode
71 NULL, // glPointSize
74 NULL, // glShadeModel
82 NULL, // glTexCoordPointe
[all...]
/external/chromium_org/third_party/skia/include/utils/
H A DSkLua.h31 SkLua(const char termCode[] = NULL); // creates a new L, will close it
42 void pushBool(bool, const char tableKey[] = NULL);
43 void pushString(const char[], const char tableKey[] = NULL);
44 void pushString(const char[], size_t len, const char tableKey[] = NULL);
45 void pushString(const SkString&, const char tableKey[] = NULL);
46 void pushArrayU16(const uint16_t[], int count, const char tableKey[] = NULL);
47 void pushColor(SkColor, const char tableKey[] = NULL);
48 void pushU32(uint32_t, const char tableKey[] = NULL);
49 void pushScalar(SkScalar, const char tableKey[] = NULL);
50 void pushRect(const SkRect&, const char tableKey[] = NULL);
[all...]
/external/skia/include/utils/
H A DSkLua.h31 SkLua(const char termCode[] = NULL); // creates a new L, will close it
42 void pushBool(bool, const char tableKey[] = NULL);
43 void pushString(const char[], const char tableKey[] = NULL);
44 void pushString(const char[], size_t len, const char tableKey[] = NULL);
45 void pushString(const SkString&, const char tableKey[] = NULL);
46 void pushArrayU16(const uint16_t[], int count, const char tableKey[] = NULL);
47 void pushColor(SkColor, const char tableKey[] = NULL);
48 void pushU32(uint32_t, const char tableKey[] = NULL);
49 void pushScalar(SkScalar, const char tableKey[] = NULL);
50 void pushRect(const SkRect&, const char tableKey[] = NULL);
[all...]
/external/libxml2/
H A DHTMLparser.c76 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
79 if (ctxt != NULL) {
85 __xmlRaiseError(NULL, NULL, NULL, ctxt, NULL, XML_FROM_PARSER,
86 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
87 NULL, NULL, 0, 0,
90 __xmlRaiseError(NULL, NUL
[all...]
H A Dschematron.c48 ((node != NULL) && (node->type == XML_ELEMENT_NODE ) && \
49 (node->ns != NULL) && \
55 while (node != NULL) { \
56 if ((node->type == XML_ELEMENT_NODE ) && (node->ns != NULL) && \
229 if (ctxt != NULL)
231 __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, node, NULL,
250 xmlGenericErrorFunc channel = NULL;
251 xmlStructuredErrorFunc schannel = NULL;
252 void *data = NULL;
254 if (ctxt != NULL) {
[all...]
/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c76 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
79 if (ctxt != NULL) {
85 __xmlRaiseError(NULL, NULL, NULL, ctxt, NULL, XML_FROM_PARSER,
86 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
87 NULL, NULL, 0, 0,
90 __xmlRaiseError(NULL, NUL
[all...]
H A Dschematron.c48 ((node != NULL) && (node->type == XML_ELEMENT_NODE ) && \
49 (node->ns != NULL) && \
55 while (node != NULL) { \
56 if ((node->type == XML_ELEMENT_NODE ) && (node->ns != NULL) && \
229 if (ctxt != NULL)
231 __xmlSimpleError(XML_FROM_SCHEMASP, XML_ERR_NO_MEMORY, node, NULL,
250 xmlGenericErrorFunc channel = NULL;
251 xmlStructuredErrorFunc schannel = NULL;
252 void *data = NULL;
254 if (ctxt != NULL) {
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Ddocuments.c58 * freed by the engine later), or NULL in case of error.
70 if (pctxt == NULL)
71 return(NULL);
72 if ((dict != NULL) && (pctxt->dict != NULL)) {
74 pctxt->dict = NULL;
76 if (dict != NULL) {
85 inputStream = xmlLoadExternalEntity((const char *) URI, NULL, pctxt);
86 if (inputStream == NULL) {
88 return(NULL);
[all...]
H A Dimports.c71 for (res = style->imports; res != NULL; res = res->next) {
89 xmlDocPtr import = NULL;
90 xmlChar *base = NULL;
91 xmlChar *uriRef = NULL;
92 xmlChar *URI = NULL;
96 if ((cur == NULL) || (style == NULL))
99 uriRef = xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
100 if (uriRef == NULL) {
101 xsltTransformError(NULL, styl
[all...]
/external/libxslt/libxslt/
H A Ddocuments.c58 * freed by the engine later), or NULL in case of error.
70 if (pctxt == NULL)
71 return(NULL);
72 if ((dict != NULL) && (pctxt->dict != NULL)) {
74 pctxt->dict = NULL;
76 if (dict != NULL) {
85 inputStream = xmlLoadExternalEntity((const char *) URI, NULL, pctxt);
86 if (inputStream == NULL) {
88 return(NULL);
[all...]
H A Dimports.c71 for (res = style->imports; res != NULL; res = res->next) {
89 xmlDocPtr import = NULL;
90 xmlChar *base = NULL;
91 xmlChar *uriRef = NULL;
92 xmlChar *URI = NULL;
96 if ((cur == NULL) || (style == NULL))
99 uriRef = xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
100 if (uriRef == NULL) {
101 xsltTransformError(NULL, styl
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/dso/
H A Ddso_lib.c64 static DSO_METHOD *default_DSO_meth = NULL;
68 return(DSO_new_method(NULL));
98 if(default_DSO_meth == NULL)
104 if(ret == NULL)
107 return(NULL);
111 if(ret->meth_data == NULL)
116 return(NULL);
118 if(meth == NULL)
123 if((ret->meth->init != NULL) && !ret->meth->init(ret))
126 ret=NULL;
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/objects/
H A Dobj_lib.c69 char *ln=NULL,*sn=NULL;
70 unsigned char *data=NULL;
72 if (o == NULL) return(NULL);
78 if (r == NULL)
81 return(NULL);
84 if (data == NULL)
86 if (o->data != NULL)
92 r->ln=r->sn=NULL;
[all...]
/external/openssl/crypto/dso/
H A Ddso_lib.c64 static DSO_METHOD *default_DSO_meth = NULL;
68 return(DSO_new_method(NULL));
98 if(default_DSO_meth == NULL)
104 if(ret == NULL)
107 return(NULL);
111 if(ret->meth_data == NULL)
116 return(NULL);
118 if(meth == NULL)
123 if((ret->meth->init != NULL) && !ret->meth->init(ret))
126 ret=NULL;
[all...]
/external/openssl/crypto/objects/
H A Dobj_lib.c69 char *ln=NULL,*sn=NULL;
70 unsigned char *data=NULL;
72 if (o == NULL) return(NULL);
78 if (r == NULL)
81 return(NULL);
84 if (data == NULL)
86 if (o->data != NULL)
92 r->ln=r->sn=NULL;
[all...]
/external/tcpdump/
H A Dprint-radius.c97 { 0, NULL}
161 static const char *serv_type[]={ NULL,
176 static const char *frm_proto[]={ NULL,
241 static const char *acct_status[]={ NULL,
260 static const char *acct_auth[]={ NULL,
267 static const char *acct_term[]={ NULL,
289 static const char *tunnel_type[]={ NULL,
305 static const char *tunnel_medium[]={ NULL,
324 static const char *arap_zone[]={ NULL,
343 { NULL, NUL
[all...]
/external/e2fsprogs/intl/
H A Dfinddomain.c89 strlen (dirname) + 1, 0, locale, NULL, NULL,
90 NULL, NULL, NULL, NULL, NULL, domainname, 0);
91 if (retval != NULL)
99 if (retval->data != NULL)
102 for (cnt = 0; retval->successor[cnt] != NULL;
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrFrameBufferObj.h25 , fColorBuffer(NULL)
26 , fDepthBuffer(NULL)
27 , fStencilBuffer(NULL) {
31 fColorBuffer = NULL;
32 fDepthBuffer = NULL;
33 fStencilBuffer = NULL;
51 setColor(NULL); variable
52 setDepth(NULL); variable
53 setStencil(NULL); variable
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dwin32prng.c11 unsigned char* bytes = NULL;
12 PyObject* returnVal = NULL;
17 return(NULL);
22 NULL,
23 NULL,
26 return Py_BuildValue("s#", NULL, 0);
38 returnVal = Py_BuildValue("s#", NULL, 0);
54 {NULL, NULL} /* Sentinel */
/external/compiler-rt/lib/msan/lit_tests/
H A Dptrace.cc15 ptrace(PTRACE_TRACEME, 0, NULL, NULL);
16 execl("/bin/true", "true", NULL);
18 wait(NULL);
21 res = ptrace(PTRACE_GETREGS, pid, NULL, &regs);
27 res = ptrace(PTRACE_GETFPREGS, pid, NULL, &fpregs);
32 ptrace(PTRACE_CONT, pid, NULL, NULL);
33 wait(NULL);
/external/elfutils/libdwfl/
H A Ddwfl_nextcu.c55 if (dwfl == NULL)
56 return NULL;
61 if (cu == NULL)
76 if (cu != NULL)
87 if (mod == NULL)
88 return NULL;
91 && (mod->dw != NULL
92 || INTUSE(dwfl_module_getdwarf) (mod, bias) != NULL))
101 return NULL;
/external/oprofile/libpopt/
H A Dfindme.c20 if (argv0 == NULL) return NULL; /* XXX can't happen */
25 if (path == NULL) return NULL;
29 if (buf == NULL) return NULL; /* XXX can't happen */
32 chptr = NULL;
45 start = NULL;
51 return NULL;
/external/skia/src/gpu/gl/debug/
H A DGrFrameBufferObj.h25 , fColorBuffer(NULL)
26 , fDepthBuffer(NULL)
27 , fStencilBuffer(NULL) {
31 fColorBuffer = NULL;
32 fDepthBuffer = NULL;
33 fStencilBuffer = NULL;
51 setColor(NULL); variable
52 setDepth(NULL); variable
53 setStencil(NULL); variable
/external/skia/tools/
H A DPdfRenderer.cpp17 SkASSERT(NULL == fPicture);
18 SkASSERT(NULL == fCanvas.get());
19 if (fPicture != NULL || NULL != fCanvas.get()) {
23 SkASSERT(pict != NULL);
24 if (NULL == pict) {
33 fPdfDoc.reset(SkDocument::CreatePDF(stream, NULL, fEncoder));
42 fPicture = NULL;
43 fCanvas.reset(NULL);
44 fPdfDoc.reset(NULL);
[all...]

Completed in 662 milliseconds

1234567891011>>