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

1234567891011>>

/external/chromium_org/third_party/mesa/src/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/compiler-rt/test/tsan/
H A Datomic_stack.cc10 return NULL;
15 return NULL;
20 pthread_create(&t[0], NULL, Thread1, NULL);
21 pthread_create(&t[1], NULL, Thread2, NULL);
22 pthread_join(t[0], NULL);
23 pthread_join(t[1], NULL);
H A Dblacklist.cc12 return NULL;
17 return NULL;
22 pthread_create(&t[0], NULL, Thread1, NULL);
23 pthread_create(&t[1], NULL, Blacklisted_Thread2, NULL);
24 pthread_join(t[0], NULL);
25 pthread_join(t[1], NULL);
H A Dblacklist2.cc20 return NULL;
38 return NULL;
43 pthread_create(&t[0], NULL, Thread1, NULL);
44 pthread_create(&t[1], NULL, Blacklisted_Thread2, NULL);
45 pthread_join(t[0], NULL);
46 pthread_join(t[1], NULL);
H A Ddefault_options.cc13 return NULL;
18 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_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 Dsimple_race.c11 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_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);
H A Dpthread_atfork_deadlock.c16 return NULL;
25 pthread_atfork(atfork, NULL, NULL);
27 pthread_create(&t, NULL, worker, NULL);
29 pthread_join(t, 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/0.153/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/android/
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/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/strace/linux/alpha/
H A Dsyscallent.h82 { 5, 0, NULL, NULL }, /* 53 */
148 { 5, 0, NULL, NULL }, /* 119 */
180 { 5, 0, NULL, NULL }, /* 151 */
181 { 5, 0, NULL, NULL }, /* 152 */
184 { 5, 0, NULL, NULL }, /* 15
[all...]
/external/strace/linux/s390/
H A Dsyscallent.h48 { MA, 0, NULL, NULL }, /* 17 */
49 { MA, 0, NULL, NULL }, /* 18 */
59 { MA, 0, NULL, NULL }, /* 28 */
62 { MA, 0, NULL, NULL }, /* 31 */
63 { MA, 0, NULL, NULL }, /* 3
[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/elfutils/0.153/src/
H A Darlib-argp.c38 { NULL, 'D', NULL, 0,
40 { NULL, 'U', NULL, 0,
43 { NULL, 0, NULL, 0, NULL, 0 }
94 options, parse_opt, NULL, NULL, NULL, help_filte
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dfake_device_cloud_policy_initializer.cc17 NULL, // local_state
18 NULL, // enterprise_service
19 NULL, // consumer_service
21 scoped_refptr<base::SequencedTaskRunner>(NULL),
22 NULL, // install_attributes
23 NULL, // state_keys_broker
24 NULL, // device_store
25 NULL, // manager
26 NULL, // device_settings_service
/external/compiler-rt/test/asan/TestCases/
H A Ddeep_thread_stack.cc14 return NULL;
19 return NULL;
24 return NULL;
31 pthread_create(&thread, NULL, (callback_type)function, NULL);
32 pthread_join(thread, NULL);
33 return NULL;
38 pthread_create(&runner, NULL, RunnerThread, (void*)function);
39 pthread_join(runner, NULL);
/external/tcpdump/
H A Dgmpls.c40 { 0, NULL }
53 { 0, NULL }
60 { 0, NULL }
76 { 0, NULL }
141 { 0, NULL }
151 { 0, NULL}
168 { 0, NULL}
185 { 0, NULL}
196 { 0, NULL }

Completed in 327 milliseconds

1234567891011>>