HomeSort by relevance Sort by last modified time
    Searched refs:NULL (Results 76 - 100 of 24658) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
1-2.c 28 return NULL;
36 if (pthread_create(&new_th1, NULL, a_thread_func, NULL) != 0) {
42 if (pthread_create(&new_th2, NULL, a_thread_func, NULL) != 0) {
  /development/tools/repo_diff/service/repodiff/tools/migrations/
2018_02_09__00_07_41_upgrade.sql 3 upstream_target_id SMALLINT NOT NULL,
4 downstream_target_id SMALLINT NOT NULL,
5 timestamp BIGINT NOT NULL,
6 uuid BINARY(16) NOT NULL,
7 row_index INT NOT NULL,
8 downstream_project VARCHAR(255) NOT NULL,
9 upstream_project VARCHAR(255) NOT NULL,
11 status TINYINT NOT NULL,
12 files_changed INT NOT NULL,
13 line_insertions INT NOT NULL,
    [all...]
2018_02_21__21_30_16_upgrade.sql 2 upstream_target_id SMALLINT NOT NULL,
3 downstream_target_id SMALLINT NOT NULL,
4 timestamp BIGINT NOT NULL,
5 uuid BINARY(16) NOT NULL,
6 row_index INT NOT NULL,
7 commit_ CHAR(40) NOT NULL,
8 downstream_project VARCHAR(255) NOT NULL,
9 author VARCHAR(255) NOT NULL,
10 subject TEXT NOT NULL,
  /external/ltp/testcases/kernel/syscalls/syslog/
syslog11.c 101 {0, &buf, 0, NULL, NULL, "type 0/Close the log"},
102 {1, &buf, 0, NULL, NULL, "type 1/Open the log"},
103 {2, &buf, 0, NULL, NULL, "type 2/Read from the log"},
104 {3, &buf, 0, NULL, NULL, "type 3/Read ring buffer"},
108 /* { 4, &buf, 0, NULL, NULL, "type 4/Read and clear ring buffer" }, *
    [all...]
  /external/elfutils/libdwelf/
dwelf_elf_gnu_debuglink.c 40 return NULL;
42 Elf_Scn *scn = NULL;
43 while ((scn = elf_nextscn (elf, scn)) != NULL)
47 if (shdr == NULL)
48 return NULL;
51 if (name == NULL)
52 return NULL;
58 if (scn == NULL)
59 return NULL;
62 Elf_Data *rawdata = elf_rawdata (scn, NULL);
    [all...]
  /external/strace/tests/
keyctl.c 152 * str == NULL && fmt == NULL && sz not in {4, 8} - print_quoted_string_limit is
165 const char *arg_str[4] = { NULL };
244 append_str(&pos, &left, "NULL");
259 append_str(&pos, &left, "NULL");
344 [0] = { NULL, NULL, 0, { 0 } },
345 [1] = { NULL /* Changed to unaccessible address in copy */,
346 NULL, 0xbadc0dedU, { [7] = 0xdeadfeedU } },
347 [2] = { NULL /* long_hash_data */
    [all...]
  /external/strace/tests-m32/
keyctl.c 152 * str == NULL && fmt == NULL && sz not in {4, 8} - print_quoted_string_limit is
165 const char *arg_str[4] = { NULL };
244 append_str(&pos, &left, "NULL");
259 append_str(&pos, &left, "NULL");
344 [0] = { NULL, NULL, 0, { 0 } },
345 [1] = { NULL /* Changed to unaccessible address in copy */,
346 NULL, 0xbadc0dedU, { [7] = 0xdeadfeedU } },
347 [2] = { NULL /* long_hash_data */
    [all...]
  /external/strace/tests-mx32/
keyctl.c 152 * str == NULL && fmt == NULL && sz not in {4, 8} - print_quoted_string_limit is
165 const char *arg_str[4] = { NULL };
244 append_str(&pos, &left, "NULL");
259 append_str(&pos, &left, "NULL");
344 [0] = { NULL, NULL, 0, { 0 } },
345 [1] = { NULL /* Changed to unaccessible address in copy */,
346 NULL, 0xbadc0dedU, { [7] = 0xdeadfeedU } },
347 [2] = { NULL /* long_hash_data */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
charptr.h 39 #define zzdef0(a) {*(a)=NULL;}
41 /* Set memory pointer to null after free() */
42 #define zzd_attr(a) {if ( *(a)!=NULL ) {free(*(a)); *(a)=NULL; }; }
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
charptr.h 39 #define zzdef0(a) {*(a)=NULL;}
41 /* Set memory pointer to null after free() */
42 #define zzd_attr(a) {if ( *(a)!=NULL ) {free(*(a)); *(a)=NULL; }; }
  /external/python/cpython3/Modules/_xxtestfuzz/
_xxtestfuzz.c 12 return NULL;
16 return NULL;
22 return NULL;
29 {NULL},
35 NULL,
38 NULL,
39 NULL,
40 NULL,
41 NULL
47 PyObject *m = NULL;
    [all...]
  /external/u-boot/include/linux/
stddef.h 4 #undef NULL
6 #define NULL 0
8 #define NULL ((void *)0)
  /external/selinux/libsepol/tests/
test-expander-attr-map.c 68 test_attr_types(&base_expanded2, "attr_check_base_1", NULL, typesb1, 2);
69 test_attr_types(&base_expanded2, "attr_check_base_2", NULL, typesb2, 2);
70 test_attr_types(&base_expanded2, "attr_check_base_3", NULL, typesb3, 4);
71 test_attr_types(&base_expanded2, "attr_check_base_4", NULL, typesb4, 2);
72 test_attr_types(&base_expanded2, "attr_check_base_5", NULL, typesb5, 2);
73 test_attr_types(&base_expanded2, "attr_check_base_6", NULL, typesb6, 4);
74 test_attr_types(&base_expanded2, "attr_check_base_optional_2", NULL, typesbo2, 2);
75 test_attr_types(&base_expanded2, "attr_check_base_optional_5", NULL, typesbo5, 2);
76 test_attr_types(&base_expanded2, "attr_check_mod_2", NULL, typesm2, 2);
77 test_attr_types(&base_expanded2, "attr_check_mod_4", NULL, typesm4, 2)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
mktemp.c 56 _DIAGASSERT(path != NULL);
58 return (__gettemp(path, (int *)NULL, 0) ? path : (char *)NULL);
68 _DIAGASSERT(path != NULL);
70 return (__gettemp(path, (int *)NULL, 0) ? path : (char *)NULL);
  /external/compiler-rt/test/msan/Linux/
forkpty.cc 11 openpty(&master, &slave, NULL, NULL, NULL);
16 forkpty(&master2, NULL, NULL, NULL);
  /external/ltp/testcases/kernel/fs/doio/
string_to_tokens.c 57 * The array is terminated with a null pointer.
66 * If 'arg_array' or 'separator' is NULL or 'array_size' is less than 2, -1 is returned.
70 * physically alters 'arg_string' by placing null characters where the
86 if (arg_array == NULL || array_size <= 1 || separator == NULL)
93 if ((arg_array[num_toks] = strtok(arg_string, separator)) == NULL) {
98 if ((arg_array[num_toks] = strtok(NULL, separator)) == NULL)
103 arg_array[num_toks] = NULL;
  /external/webrtc/webrtc/libjingle/xmpp/
moduleimpl.cc 17 engine_(NULL),
23 if (engine_ != NULL) {
25 engine_ = NULL;
32 if (NULL == engine || NULL != engine_)
43 ASSERT(NULL != engine_);
  /external/ImageMagick/api_examples/
cli_operators.c 35 cli_wand = AcquireMagickCLI((ImageInfo *) NULL,(ExceptionInfo *) NULL);
39 CLISpecialOperator (cli_wand, "(", NULL);
41 CLISimpleOperatorImages (cli_wand, "-rotate", "-90", NULL);
42 CLISpecialOperator (cli_wand, ")", NULL);
43 CLIListOperatorImages (cli_wand, "+append", NULL, NULL);
44 CLIListOperatorImages (cli_wand, "-write", "show:", NULL);
  /external/compiler-rt/test/tsan/
aligned_vs_unaligned_race.cc 12 return NULL;
21 return NULL;
27 pthread_create(&t[0], NULL, Thread1, NULL);
28 pthread_create(&t[1], NULL, Thread2, NULL);
29 pthread_join(t[0], NULL);
30 pthread_join(t[1], NULL);
fd_close_norace.cc 11 return NULL;
18 return NULL;
24 pthread_create(&t[0], NULL, Thread1, NULL);
25 pthread_create(&t[1], NULL, Thread2, NULL);
26 pthread_join(t[0], NULL);
27 pthread_join(t[1], NULL);
fd_pipe_norace.cc 12 return NULL;
20 return NULL;
26 pthread_create(&t[0], NULL, Thread1, NULL);
27 pthread_create(&t[1], NULL, Thread2, NULL);
28 pthread_join(t[0], NULL);
29 pthread_join(t[1], NULL);
fd_stdout_race.cc 16 return NULL;
23 return NULL;
29 pthread_create(&t[0], NULL, Thread1, NULL);
30 pthread_create(&t[1], NULL, Thread2, NULL);
31 pthread_join(t[0], NULL);
32 pthread_join(t[1], NULL);
memcmp_race.cc 14 return NULL;
21 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);
memcpy_race.cc 13 return NULL;
20 return NULL;
27 pthread_create(&t[0], NULL, Thread1, NULL);
28 pthread_create(&t[1], NULL, Thread2, NULL);
29 pthread_join(t[0], NULL);
30 pthread_join(t[1], NULL);
mutexset1.cc 12 return NULL;
18 return NULL;
32 pthread_create(&t[0], NULL, Thread1, NULL);
33 pthread_create(&t[1], NULL, Thread2, NULL);
34 pthread_join(t[0], NULL);
35 pthread_join(t[1], NULL);

Completed in 1805 milliseconds

1 2 34 5 6 7 8 91011>>