HomeSort by relevance Sort by last modified time
    Searched refs:NULL (Results 1 - 25 of 16110) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/media/mm-core/omxcore/src/7630/
qc_registry_table_android.c 43 NULL, // Create instance function
46 NULL,
47 NULL,
48 NULL,
49 NULL
51 NULL, // Shared object library handle
59 NULL, // Create instance function
62 NULL,
63 NULL,
64 NULL,
    [all...]
qc_registry_table.c 42 NULL, // Create instance function
45 NULL,
46 NULL,
47 NULL,
48 NULL
50 NULL, // Shared object library handle
62 NULL, // Create instance function
65 NULL,
66 NULL,
67 NULL,
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
ptestcases.h 1 { 0, 0, "2.8.2 Regular Expression General Requirement", NULL, },
6 { 0, 0, "2.8.3.1.2 BRE Special Characters", NULL, },
7 { 0, 0, "GA108", NULL, },
15 { 0, 0, "GA109", NULL, },
26 { 0, 0, "GA110", NULL, },
30 { 0, 0, "GA111", NULL, },
36 { 0, 0, "GA112", NULL, },
40 { 0, 0, "GA113(1)", NULL, },
45 { 0, 0, "GA114", NULL, },
57 { 0, 0, "GA115", NULL, },
    [all...]
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_prng_descriptor.c 18 { NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }
crypt_cipher_descriptor.c 19 { NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
    [all...]
crypt_hash_descriptor.c 19 { NULL, 0, 0, 0, { 0 }, 0, NULL, NULL, NULL, NULL, NULL }
  /external/openssl/crypto/dso/
dso_null.c 59 /* This "NULL" method is provided as the fallback for systems that have
67 "NULL shared library method",
68 NULL, /* load */
69 NULL, /* unload */
70 NULL, /* bind_var */
71 NULL, /* bind_func */
74 NULL, /* unbind_var */
75 NULL, /* unbind_func */
77 NULL, /* ctrl */
78 NULL, /* dso_name_converter *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
stddef.h 5 #undef NULL
7 #define NULL 0
9 #define NULL ((void *)0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
stddef.h 5 #undef NULL
7 #define NULL 0
9 #define NULL ((void *)0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
stddef.h 5 #undef NULL
7 #define NULL 0
9 #define NULL ((void *)0)
  /external/clang/test/SemaCXX/
null_in_arithmetic_ops.cpp 14 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 * a : a * NULL; // expected-warning 2{{use of NULL in arithmetic operation}
    [all...]
  /external/icu4c/tools/makeconv/
ucnvstat.c 62 &_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, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NUL
    [all...]
  /external/chromium/googleurl/src/
url_parse_unittest.cc 114 // A NULL reference means the component should be nonexistant.
118 return false; // Reference is not NULL but we don't have anything
240 {"http:foo.com", "http", NULL, NULL, "foo.com", -1, NULL, NULL, NULL},
243 {"\t :foo.com \n", "", NULL, NULL, "foo.com", -1, NULL, NULL, NULL}
    [all...]
  /frameworks/wilhelm/src/
sles.c 32 assert(NULL != thiz);
35 assert(NULL != clazz);
56 assert(NULL != thiz);
59 assert(NULL != clazz);
76 if (NULL == object) {
129 assert(NULL != object);
155 assert(NULL != clazz && NULL != pExposedMask);
168 if (NULL != MPH_init_table[interfaces[i].mMPH].mInit) {
183 if (NULL == pInterfaceIds || NULL == pInterfaceRequired)
    [all...]
  /external/icu4c/test/cintltst/
usrchdat.c 29 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/dropbear/libtomcrypt/src/pk/ecc/
ecc.c 118 NULL, NULL, NULL, NULL, NULL, NULL
  /bionic/libc/kernel/common/linux/
stddef.h 22 #undef NULL
25 #define NULL 0
27 #define NULL ((void *)0)
  /frameworks/base/tools/aidl/
options_test.cpp 24 while (expected[count] != NULL) {
140 /* argv */ { "test", "-i/moof", "-I/blah", "-Ibleh", "-imoo", "inputFileName.aidl_cpp", NULL, NULL },
142 /* systemSearchPath */ { "/blah", "bleh", NULL, NULL, NULL, NULL, NULL, NULL },
143 /* localSearchPath */ { "/moof", "moo", NULL, NULL, NULL, NULL, NULL, NULL }
    [all...]
  /external/skia/src/gpu/gl/
GrGLCreateNativeInterface_none.cpp 12 return NULL;
GrGLDefaultInterface_none.cpp 12 return NULL;
GrGLInterface.cpp 23 if (NULL == versionString) {
24 GrAssert(!"NULL GL version string.");
54 if (NULL == versionString) {
55 GrAssert(!"NULL GL version string.");
82 if (NULL == versionString) {
83 GrAssert(!"NULL GLSL version string.");
152 fActiveTexture = NULL;
153 fAttachShader = NULL;
154 fBeginQuery = NULL;
155 fBindAttribLocation = NULL;
    [all...]
  /external/tcpdump/
mib.h 14 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, &_nysernet_ob
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_mock.cc 10 : ProfileSyncService(NULL, NULL, "") {
  /external/skia/src/opts/
SkUtils_opts_none.cpp 13 return NULL;
17 return NULL;
  /external/skia/src/ports/
SkFontHost_gamma_none.cpp 20 tables[0] = NULL;
21 tables[1] = NULL;

Completed in 1041 milliseconds

1 2 3 4 5 6 7 8 91011>>