Searched refs:NULL (Results 1 - 25 of 12703) sorted by relevance

1234567891011>>

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-default.cc33 NULL, /* collect_features */
34 NULL, /* override_features */
35 NULL, /* data_create */
36 NULL, /* data_destroy */
37 NULL, /* preprocess_text */
39 NULL, /* decompose */
40 NULL, /* compose */
41 NULL, /* setup_masks */
H A Dhb-ot-shape-complex-tibetan.cc51 NULL, /* override_features */
52 NULL, /* data_create */
53 NULL, /* data_destroy */
54 NULL, /* preprocess_text */
56 NULL, /* decompose */
57 NULL, /* compose */
58 NULL, /* setup_masks */
/external/clang/test/SemaCXX/
H A Dnull_in_arithmetic_ops.cpp14 a = 0 ? NULL + a : a + NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
15 a = 0 ? NULL - a : a - NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
16 a = 0 ? NULL / a : a / NULL; // expected-warning 2{{use of NULL in arithmetic operation}} \
18 a = 0 ? NULL *
59 a >>= NULL; // expected-warning{{use of NULL in arithmetic operation}} local
60 a <<= NULL; // expected-warning{{use of NULL in arithmetic operation}} local
[all...]
/external/icu/icu4c/source/tools/makeconv/
H A Ducnvstat.c62 &_SBCSStaticData, &_DBCSStaticData, &_MBCSStaticData, NULL/*Lat1*/,
63 NULL/*UTF8*/, NULL/*UTF16be*/, NULL/*UTF16LE*/, NULL/*UTF32be*/, NULL/*UTF32LE*/, &_EBCDICStatefulStaticData,
64 NULL/*ISO2022*/,
65 /* LMBCS */ NULL, NULL, NULL, NUL
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dusrchdat.c29 const char *collator; /* currently supported "fr" "es" "de", plus NULL/other => "en" */
32 const char *breaker; /* currently supported "wordbreaker" for EN_WORDBREAKER_, plus NULL/other => EN_CHARACTERBREAKER_ */
45 {"xxxxxxxxxxxxxxxxxxxx", "fisher", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {-1}, {0}},
46 {"silly spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {13, -1},
48 {"silly spring string string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,
50 {"silly string spring string", "string", NULL, UCOL_TERTIARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,
[all...]
/external/skia/src/opts/
H A DSkUtils_opts_none.cpp13 return NULL;
17 return NULL;
21 return NULL;
H A DSkMorphology_opts_none.cpp11 return NULL;
/external/strace/linux/mips/
H A Dsyscallent-compat.h65 { 0, 0, NULL, NULL }, /* 064 */
66 { 0, 0, NULL, NULL }, /* 065 */
67 { 0, 0, NULL, NULL }, /* 066 */
68 { 0, 0, NULL, NULL }, /* 067 */
69 { 0, 0, NULL, NULL }, /* 06
[all...]
/external/skia/src/gpu/gl/
H A DGrGLCreateNativeInterface_none.cpp11 return NULL;
H A DGrGLDefaultInterface_none.cpp11 return NULL;
/external/tcpdump/
H A Dmib.h14 NULL, NULL
18 NULL, &_proteon_obj
22 NULL, &_ibm_obj
26 NULL, &_cmu_obj
30 NULL, &_unix_obj
34 NULL, &_acc_obj
38 NULL, &_twg_obj
42 NULL, &_cayman_obj
46 NULL,
[all...]
/external/clang/test/CodeGen/
H A Dvariadic-null-win64.c4 // Make it possible to pass NULL through variadic functions on platforms where
5 // NULL has an integer type that is more narrow than a pointer. On such
8 #define NULL 0 macro
12 v(f, 1, 2, 3, NULL);
/external/libcxx/test/std/language.support/support.types/
H A Dnull.pass.cpp12 #ifndef NULL
13 #error NULL not defined
/external/valgrind/none/tests/
H A Dpth_exit.c14 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);
H A Dexecve.c9 // This tests the case where argv and envp are NULL, which is easy to
12 if (execve("/bin/true", NULL, NULL) < 0)
14 if (execve("/usr/bin/true", NULL, NULL) < 0)
/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/iproute2/genl/
H A Dstatic-syms.c5 return NULL;
/external/iproute2/ip/
H A Dstatic-syms.c5 return NULL;
/external/iproute2/tc/
H A Dstatic-syms.c5 return NULL;
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jbig_enc.cpp10 return NULL;
/external/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp15 SkASSERT(NULL == ctx);
21 if (NULL == OSMesaGetCurrentContext()) {
22 return NULL;
24 return GrGLAssembleInterface(NULL, osmesa_get);
/external/skia/src/gpu/gl/nacl/
H A DSkCreatePlatformGLContext_nacl.cpp11 return NULL;
/external/skia/src/ports/
H A DSkFontHost_none.cpp13 // Always return NULL, an empty SkFontMgr will be used.
14 return NULL;
H A DSkImageGenerator_none.cpp11 return NULL;
/external/valgrind/memcheck/tests/
H A Dexecve2.c6 char* null_filename = NULL;
8 execve(null_filename, NULL, NULL);
9 execve("../../tests/true", NULL, envp);

Completed in 1623 milliseconds

1234567891011>>