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

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/media/mm-core/src/8660/
qc_registry_table_android.c 48 NULL, // Create instance function
51 NULL,
52 NULL,
53 NULL,
54 NULL
56 NULL, // Shared object library handle
64 NULL, // Create instance function
67 NULL,
68 NULL,
69 NULL,
    [all...]
qc_registry_table.c 44 NULL, // Create instance function
47 NULL,
48 NULL,
49 NULL,
50 NULL
52 NULL, // Shared object library handle
60 NULL, // Create instance function
63 NULL,
64 NULL,
65 NULL,
    [all...]
  /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...]
  /hardware/qcom/media/mm-core/src/8974/
qc_registry_table.c 44 NULL, // Create instance function
47 NULL,
48 NULL,
49 NULL,
50 NULL
52 NULL, // Shared object library handle
60 NULL, // Create instance function
63 NULL,
64 NULL,
65 NULL,
    [all...]
qc_registry_table_android.c 45 NULL, // Create instance function
48 NULL,
49 NULL,
50 NULL,
51 NULL
53 NULL, // Shared object library handle
61 NULL, // Create instance function
64 NULL,
65 NULL,
66 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...]
  /hardware/qcom/media/mm-core/src/8960/
qc_registry_table_android.c 45 NULL, // Create instance function
48 NULL,
49 NULL,
50 NULL,
51 NULL
53 NULL, // Shared object library handle
61 NULL, // Create instance function
64 NULL,
65 NULL,
66 NULL,
    [all...]
qc_registry_table.c 44 NULL, // Create instance function
47 NULL,
48 NULL,
49 NULL,
50 NULL
52 NULL, // Shared object library handle
60 NULL, // Create instance function
63 NULL,
64 NULL,
65 NULL,
    [all...]
  /hardware/qcom/media/mm-core/src/7627A/
qc_registry_table.c 42 NULL, // Create instance function
45 NULL,
46 NULL,
47 NULL,
48 NULL
50 NULL, // Shared object library handle
58 NULL, // Create instance function
61 NULL,
62 NULL,
63 NULL,
    [all...]
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...]
  /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 }
  /hardware/qcom/media/mm-core/src/default/
qc_registry_table.c 43 NULL, // Create instance function
46 NULL,
47 NULL,
48 NULL,
49 NULL
51 NULL, // Shared object library handle
qc_registry_table_android.c 44 NULL, // Create instance function
47 NULL,
48 NULL,
49 NULL,
50 NULL
52 NULL, // Shared object library handle
  /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/skia/src/gpu/gl/
GrGLInterface.cpp 42 if (NULL == fActiveTexture ||
43 NULL == fAttachShader ||
44 NULL == fBindAttribLocation ||
45 NULL == fBindBuffer ||
46 NULL == fBindTexture ||
47 NULL == fBlendFunc ||
48 NULL == fBlendColor || // -> GL >= 1.4, ES >= 2.0 or extension
49 NULL == fBufferData ||
50 NULL == fBufferSubData ||
51 NULL == fClear |
    [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...]

Completed in 527 milliseconds

1 2 3 4 5 6 7 8 91011>>