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

1 2 3 4 56 7 8 91011>>

  /external/e2fsprogs/lib/ss/
data.c 19 ss_data **_ss_table = (ss_data **)NULL;
20 char *_ss_pager_name = (char *)NULL;
  /external/libcxx/test/std/language.support/support.types/
null.pass.cpp 12 #ifndef NULL
13 #error NULL not defined
  /external/tpm2/
InternalRoutines.h 11 // NULL definition
13 #ifndef NULL
14 #define NULL (0)
  /external/valgrind/none/tests/
pth_exit.c 14 pthread_create(&a, NULL, th, NULL);
15 pthread_create(&a, NULL, th, NULL);
16 pthread_create(&a, NULL, th, NULL);
17 pthread_create(&a, NULL, th, NULL);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.types/
null.pass.cpp 12 #ifndef NULL
13 #error NULL not defined
  /external/mesa3d/src/gallium/state_trackers/clover/api/
dispatch.cpp 40 NULL, // clSetCommandQueueProperty
93 NULL, // clCreateFromGLBuffer
94 NULL, // clCreateFromGLTexture2D
95 NULL, // clCreateFromGLTexture3D
96 NULL, // clCreateFromGLRenderbuffer
97 NULL, // clGetGLObjectInfo
98 NULL, // clGetGLTextureInfo
99 NULL, // clEnqueueAcquireGLObjects
100 NULL, // clEnqueueReleaseGLObjects
101 NULL, // clGetGLContextInfoKH
    [all...]
  /external/python/cpython3/Modules/
_cryptmodule.c 37 /* On some platforms (AtheOS) crypt returns NULL for an invalid
45 {NULL, NULL} /* sentinel */
52 NULL,
55 NULL,
56 NULL,
57 NULL,
58 NULL
  /external/python/cpython3/Doc/includes/
noddy.c 9 PyVarObject_HEAD_INIT(NULL, 0)
37 NULL, NULL, NULL, NULL, NULL
47 return NULL;
50 if (m == NULL)
51 return NULL;
  /frameworks/base/cmds/incidentd/tests/
section_list.cpp 8 const Section* SECTION_LIST[] = {NULL};
10 Privacy sub_field_1{1, 1, NULL, DEST_LOCAL, NULL};
11 Privacy sub_field_2{2, 9, NULL, DEST_AUTOMATIC, NULL};
13 Privacy* list[] = {&sub_field_1, &sub_field_2, NULL};
15 Privacy field_0{0, 11, list, DEST_EXPLICIT, NULL};
16 Privacy field_1{1, 9, NULL, DEST_AUTOMATIC, NULL};
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
strdup.c 8 if (str != NULL) {
10 if (copy != NULL)
13 return NULL;
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
4-1-buildonly.c 18 return NULL;
25 pthread_create(&a_thread, NULL, thread_function, NULL);
5-1-buildonly.c 17 pthread_exit(NULL);
  /external/python/cpython2/Python/
strdup.c 8 if (str != NULL) {
10 if (copy != NULL)
13 return NULL;
  /external/python/cpython3/Python/
strdup.c 8 if (str != NULL) {
10 if (copy != NULL)
13 return NULL;
  /external/libxaac/test/
ixheaacd_error.c 43 (pWORD8) "NULL Pointer: Memory Allocation Error",
141 {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
    [all...]
  /external/boringssl/src/decrepit/evp/
evp_do_all.c 22 callback(EVP_aes_128_cbc(), "AES-128-CBC", NULL, arg);
23 callback(EVP_aes_128_ctr(), "AES-128-CTR", NULL, arg);
24 callback(EVP_aes_128_ecb(), "AES-128-ECB", NULL, arg);
25 callback(EVP_aes_128_ofb(), "AES-128-OFB", NULL, arg);
26 callback(EVP_aes_256_cbc(), "AES-256-CBC", NULL, arg);
27 callback(EVP_aes_256_ctr(), "AES-256-CTR", NULL, arg);
28 callback(EVP_aes_256_ecb(), "AES-256-ECB", NULL, arg);
29 callback(EVP_aes_256_ofb(), "AES-256-OFB", NULL, arg);
30 callback(EVP_aes_256_xts(), "AES-256-XTS", NULL, arg);
31 callback(EVP_des_cbc(), "DES-CBC", NULL, arg)
    [all...]
  /external/freetype/src/gxvalid/
gxvfgen.c 97 #define EMPTYFEAT {0, 0, {NULL}}
106 NULL
120 NULL
129 NULL
141 NULL
149 NULL
157 NULL
165 NULL
170 {NULL}
180 NULL
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/SmbiosPlatformDxe/
ArmXen.c 33 return NULL;
  /external/compiler-rt/test/tsan/
fd_tid_recycled.cc 8 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...]
  /external/dhcpcd-6.8.2/
dhcpcd-embedded.c 342 NULL
  /external/iproute2/genl/
static-syms.c 13 return NULL;
  /external/iproute2/ip/
static-syms.c 13 return NULL;
  /external/iproute2/tc/
static-syms.c 13 return NULL;
  /external/libcxx/test/std/input.output/file.streams/c.files/
gets.fail.cpp 19 (void) std::gets((char *) NULL);
  /external/ppp/pppd/
ecp.c 76 { 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...]

Completed in 711 milliseconds

1 2 3 4 56 7 8 91011>>