Searched refs:NULL (Results 26 - 50 of 19694) sorted by relevance

1234567891011>>

/external/freetype/src/gxvalid/
H A Dgxvfgen.c97 #define EMPTYFEAT {0, 0, {NULL}}
106 NULL
120 NULL
129 NULL
141 NULL
149 NULL
157 NULL
165 NULL
170 {NULL}
180 NULL
[all...]
/external/ppp/pppd/
H A Decp.c76 { NULL }
101 NULL, /* ecp_input, */
102 NULL, /* ecp_protrej, */
103 NULL, /* ecp_lowerup, */
104 NULL, /* ecp_lowerdown, */
105 NULL, /* ecp_open, */
106 NULL, /* ecp_close, */
108 NULL, /* ecp_datainput, */
113 NULL,
114 NULL,
[all...]
/external/compiler-rt/test/tsan/
H A Dfd_tid_recycled.cc8 return NULL;
12 return NULL;
18 return NULL;
25 return NULL;
31 pthread_create(&t_create, NULL, ThreadCreatePipe, NULL);
32 pthread_join(t_create, NULL);
36 pthread_create(&t_dummy, NULL, ThreadDummy, NULL);
37 pthread_join(t_dummy, NULL);
[all...]
H A Datomic_stack.cc9 return NULL;
15 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 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.cc18 return NULL;
37 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.cc9 return NULL;
16 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.cc9 return NULL;
16 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 Drace_with_finished_thread.cc15 return NULL;
22 return NULL;
28 pthread_create(&t[0], NULL, Thread1, NULL);
29 pthread_create(&t[1], NULL, Thread2, NULL);
30 pthread_join(t[0], NULL);
31 pthread_join(t[1], NULL);
H A Dsimple_race.c9 return NULL;
15 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 Dsimple_race.cc9 return NULL;
15 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.cc9 return NULL;
15 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.cc9 return NULL;
15 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/dhcpcd-6.8.2/
H A Ddhcpcd-embedded.c342 NULL
/external/iproute2/genl/
H A Dstatic-syms.c13 return NULL;
/external/iproute2/ip/
H A Dstatic-syms.c13 return NULL;
/external/iproute2/tc/
H A Dstatic-syms.c13 return NULL;
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dgets.fail.cpp19 (void) std::gets((char *) NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
H A D5-1-buildonly.c17 pthread_exit(NULL);
/external/python/cpython2/RISCOS/Modules/
H A Dconfig.c63 {"__main__", NULL},
64 {"__builtin__", NULL},
65 {"sys", NULL},
66 {"exceptions", NULL},
/external/valgrind/memcheck/tests/
H A Dexecve2.c6 char* null_filename = NULL;
7 char *const argv_exe[] = {"true", NULL};
9 execve(null_filename, NULL, NULL);
10 // Solaris requires non-NULL argv param (this is not necessary on Linux)
/external/elfutils/libdwfl/
H A Ddwfl_linemodule.c34 if (line == NULL)
35 return NULL;
/external/ltp/utils/ffsb-6.0-rc2/
H A Dparser.h48 {"num_filesystems", NULL, TYPE_DEPRECATED, STORE_SINGLE}, \
49 {"num_threadgroups", NULL, TYPE_DEPRECATED, STORE_SINGLE}, \
50 {"verbose", NULL, TYPE_BOOLEAN, STORE_SINGLE}, \
51 {"time", NULL, TYPE_U32, STORE_SINGLE}, \
52 {"directio", NULL, TYPE_BOOLEAN, STORE_SINGLE}, \
53 {"bufferio", NULL, TYPE_BOOLEAN, STORE_SINGLE}, \
54 {"alignio", NULL, TYPE_BOOLEAN, STORE_SINGLE}, \
55 {"callout", NULL, TYPE_STRING, STORE_SINGLE}, \
56 {NULL, NULL,
[all...]

Completed in 447 milliseconds

1234567891011>>