HomeSort by relevance Sort by last modified time
    Searched refs:NULL (Results 151 - 175 of 30428) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/python/cpython2/RISCOS/Modules/
config.c 63 {"__main__", NULL},
64 {"__builtin__", NULL},
65 {"sys", NULL},
66 {"exceptions", NULL},
  /external/valgrind/memcheck/tests/
execve2.c 6 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)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
gets.fail.cpp 19 (void) std::gets((char *) NULL);
  /external/compiler-rt/test/tsan/
atomic_stack.cc 9 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);
blacklist.cc 12 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);
blacklist2.cc 18 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);
default_options.cc 13 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);
fd_location.cc 9 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);
fd_pipe_race.cc 9 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);
race_with_finished_thread.cc 15 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);
simple_race.c 9 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);
simple_race.cc 9 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);
suppressions_global.cc 9 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);
suppressions_race.cc 9 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);
suppressions_race2.cc 9 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);
pthread_atfork_deadlock.c 14 return NULL;
24 pthread_atfork(atfork, NULL, NULL);
26 pthread_create(&t, NULL, worker, NULL);
29 pthread_join(t, NULL);
  /external/elfutils/libdwfl/
dwfl_linemodule.c 34 if (line == NULL)
35 return NULL;
  /external/ltp/utils/ffsb-6.0-rc2/
parser.h 48 {"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, 0, 0}
    [all...]
  /external/dng_sdk/source/
dng_exceptions.h 33 const char *sub_message = NULL);
40 const char *sub_message = NULL);
84 const char * message = NULL,
85 const char * sub_message = NULL,
110 inline void ThrowProgramError (const char * sub_message = NULL)
113 Throw_dng_error (dng_error_unknown, NULL, sub_message);
122 inline void ThrowNotYetImplemented (const char * sub_message = NULL)
125 Throw_dng_error (dng_error_not_yet_implemented, NULL, sub_message);
158 inline void ThrowHostInsufficient (const char * sub_message = NULL)
161 Throw_dng_error (dng_error_host_insufficient, NULL, sub_message)
    [all...]
  /external/valgrind/helgrind/tests/
hg04_race.c 19 pthread_create(&a, NULL, th, NULL);
21 pthread_create(&b, NULL, th, NULL);
23 pthread_join(a, NULL);
24 pthread_join(b, NULL);
  /external/valgrind/none/tests/
execve.c 9 // This tests the case where argv and envp are NULL, which is easy to
13 // Solaris requires non-NULL argv parameter
14 char *const argv_exe[] = {"true", NULL};
15 if (execve("/bin/true", argv_exe, NULL) < 0)
17 if (execve("/usr/bin/true", NULL, NULL) < 0)
19 if (execve("/bin/true", NULL, NULL) < 0)
  /external/vboot_reference/tests/tpm_lite/
startup.c 20 result = TlclGetFlags(NULL, NULL, NULL);
26 result = TlclGetFlags(NULL, NULL, NULL);
  /frameworks/base/libs/androidfw/tests/
ConfigLocale_test.cpp 118 if (lang != NULL) {
122 if (country != NULL) {
126 if (script != NULL) {
134 if (variant != NULL) {
143 fillIn("en", NULL, NULL, NULL, &l);
144 fillIn(NULL, NULL, NULL, NULL, &r)
    [all...]
  /external/libvpx/libvpx/test/
test_intra_pred_speed.cc 88 if (pred_funcs[k] == NULL) continue;
209 vpx_h_predictor_4x4_sse2, vpx_d45_predictor_4x4_sse2, NULL,
210 NULL, NULL, vpx_d207_predictor_4x4_sse2, NULL,
216 vpx_h_predictor_8x8_sse2, vpx_d45_predictor_8x8_sse2, NULL,
217 NULL, NULL, NULL, NULL, vpx_tm_predictor_8x8_sse2
    [all...]
  /external/compiler-rt/test/tsan/Darwin/
osspinlock-norace.cc 13 return NULL;
20 pthread_create(&t[0], NULL, Thread, NULL);
21 pthread_create(&t[1], NULL, Thread, NULL);
22 pthread_join(t[0], NULL);
23 pthread_join(t[1], NULL);

Completed in 808 milliseconds

1 2 3 4 5 67 8 91011>>