Searched refs:NULL (Results 51 - 75 of 26802) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/tsan/lit_tests/
H A Dblacklist.cc13 return NULL;
18 return NULL;
23 pthread_create(&t[0], NULL, Thread1, NULL);
24 pthread_create(&t[1], NULL, Blacklisted_Thread2, NULL);
25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
H A Dfd_location.cc10 return NULL;
17 return NULL;
23 pthread_create(&t[0], NULL, Thread1, NULL);
24 pthread_create(&t[1], NULL, Thread2, NULL);
25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
H A Dfd_pipe_race.cc10 return NULL;
17 return NULL;
23 pthread_create(&t[0], NULL, Thread1, NULL);
24 pthread_create(&t[1], NULL, Thread2, NULL);
25 pthread_join(t[0], NULL);
26 pthread_join(t[1], NULL);
H A Dsuppressions_global.cc9 return NULL;
14 return NULL;
19 pthread_create(&t[0], NULL, Thread1, NULL);
20 pthread_create(&t[1], NULL, Thread2, NULL);
21 pthread_join(t[0], NULL);
22 pthread_join(t[1], NULL);
H A Dsuppressions_race.cc11 return NULL;
16 return NULL;
21 pthread_create(&t[0], NULL, Thread1, NULL);
22 pthread_create(&t[1], NULL, Thread2, NULL);
23 pthread_join(t[0], NULL);
24 pthread_join(t[1], NULL);
H A Dsuppressions_race2.cc10 return NULL;
16 return NULL;
21 pthread_create(&t[0], NULL, Thread1, NULL);
22 pthread_create(&t[1], NULL, Thread2, NULL);
23 pthread_join(t[0], NULL);
24 pthread_join(t[1], NULL);
/external/e2fsprogs/lib/ss/
H A Ddata.c21 ss_data **_ss_table = (ss_data **)NULL;
22 char *_ss_pager_name = (char *)NULL;
/external/elfutils/libdwfl/
H A Ddwfl_linemodule.c55 if (line == NULL)
56 return NULL;
/external/mesa3d/src/gallium/targets/dri-swrast/
H A Dswrast_drm_api.c38 DRM_DRIVER_DESCRIPTOR("swrast", NULL, NULL, NULL);
43 struct sw_winsys *winsys = NULL;
44 struct pipe_screen *screen = NULL;
47 if (winsys == NULL)
48 return NULL;
62 return NULL;
/external/qemu/
H A Ddynlink-static.c27 /* Do not return NULL to route around a bug in our SDL configure script */
38 return NULL;
43 return NULL;
/external/libvorbis/lib/books/floor/
H A Dfloor_books.h28 NULL,
41 NULL,
56 NULL,
68 NULL,
81 NULL,
96 NULL,
111 NULL,
138 NULL,
157 NULL,
170 NULL,
[all...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_utils_gtk_unittest.cc11 nodes = bookmark_utils::GetNodesFromSelection(NULL, NULL, 0, NULL, NULL,
12 NULL);
16 data.data = NULL;
18 nodes = bookmark_utils::GetNodesFromSelection(NULL, &data, 0, NULL, NULL,
19 NULL);
[all...]
/external/valgrind/main/helgrind/tests/
H A Dhg04_race.c19 pthread_create(&a, NULL, th, NULL);
21 pthread_create(&b, NULL, th, NULL);
23 pthread_join(a, NULL);
24 pthread_join(b, NULL);
/external/chromium/net/proxy/
H A Dproxy_config_service_win_unittest.cc29 NULL, // lpszAutoConfigUrl
30 NULL, // lpszProxy
31 NULL, // lpszProxyBypass
45 NULL, // lpszProxy
46 NULL, // lpszProxy_bypass
60 NULL, // lpszProxy
61 NULL, // lpszProxy_bypass
74 NULL, // lpszAutoConfigUrl
76 NULL, // lpszProxy_bypass
91 NULL, // lpszAutoConfigUr
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_config_service_win_unittest.cc29 NULL, // lpszAutoConfigUrl
30 NULL, // lpszProxy
31 NULL, // lpszProxyBypass
45 NULL, // lpszProxy
46 NULL, // lpszProxy_bypass
60 NULL, // lpszProxy
61 NULL, // lpszProxy_bypass
74 NULL, // lpszAutoConfigUrl
76 NULL, // lpszProxy_bypass
91 NULL, // lpszAutoConfigUr
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglprocs.h1469 NAME_FUNC_OFFSET( 0, glNewList, glNewList, NULL, 0),
1470 NAME_FUNC_OFFSET( 10, glEndList, glEndList, NULL, 1),
1471 NAME_FUNC_OFFSET( 20, glCallList, glCallList, NULL, 2),
1472 NAME_FUNC_OFFSET( 31, glCallLists, glCallLists, NULL, 3),
1473 NAME_FUNC_OFFSET( 43, glDeleteLists, glDeleteLists, NULL, 4),
1474 NAME_FUNC_OFFSET( 57, glGenLists, glGenLists, NULL, 5),
1475 NAME_FUNC_OFFSET( 68, glListBase, glListBase, NULL, 6),
1476 NAME_FUNC_OFFSET( 79, glBegin, glBegin, NULL, 7),
1477 NAME_FUNC_OFFSET( 87, glBitmap, glBitmap, NULL, 8),
1478 NAME_FUNC_OFFSET( 96, glColor3b, glColor3b, NULL,
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrResource.cpp15 fCacheEntry = NULL;
32 if (NULL != fGpu) {
35 fGpu = NULL;
40 if (NULL != fGpu) {
43 fGpu = NULL;
48 if (NULL != fGpu) {
51 return NULL;
56 if (NULL != fGpu) {
59 return NULL;
/external/compiler-rt/lib/asan/lit_tests/TestCases/
H A Ddeep_thread_stack.cc13 return NULL;
18 return NULL;
23 return NULL;
30 pthread_create(&thread, NULL, (callback_type)function, NULL);
31 pthread_join(thread, NULL);
32 return NULL;
37 pthread_create(&runner, NULL, RunnerThread, (void*)function);
38 pthread_join(runner, NULL);
/external/skia/src/gpu/
H A DGrResource.cpp15 fCacheEntry = NULL;
32 if (NULL != fGpu) {
35 fGpu = NULL;
40 if (NULL != fGpu) {
43 fGpu = NULL;
48 if (NULL != fGpu) {
51 return NULL;
56 if (NULL != fGpu) {
59 return NULL;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfetch.c94 * Have to have this so the FetchTexel function pointer is never NULL.
104 _mesa_warning(NULL, "fetch_null_texelf() called!");
393 NULL,
394 NULL,
395 NULL
454 NULL,
456 NULL
460 NULL,
462 NULL
587 NULL,
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texfetch.c94 * Have to have this so the FetchTexel function pointer is never NULL.
104 _mesa_warning(NULL, "fetch_null_texelf() called!");
393 NULL,
394 NULL,
395 NULL
454 NULL,
456 NULL
460 NULL,
462 NULL
587 NULL,
[all...]
/external/dropbear/libtomcrypt/src/encauth/ocb/
H A Docb_done_encrypt.c33 LTC_ARGCHK(ocb != NULL);
34 LTC_ARGCHK(pt != NULL);
35 LTC_ARGCHK(ct != NULL);
36 LTC_ARGCHK(tag != NULL);
37 LTC_ARGCHK(taglen != NULL);
/external/chromium_org/ppapi/tests/
H A Dtest_trace_event.cc14 interface_(NULL) {
34 interface_->AddTraceEvent('B', cat_enabled, "foo", 0, 0, NULL, NULL, NULL, 0);
35 interface_->AddTraceEvent('E', cat_enabled, "foo", 0, 0, NULL, NULL, NULL, 0);
45 'B', cat_enabled, "foo", 0, 0, 42, 0, NULL, NULL, NULL,
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_barrierattr_destroy.c70 if (attr == NULL || *attr == NULL)
78 *attr = NULL;
H A Dpthread_barrierattr_getpshared.c84 if ((attr != NULL && *attr != NULL) && (pshared != NULL))

Completed in 763 milliseconds

1234567891011>>