HomeSort by relevance Sort by last modified time
    Searched defs:NULL (Results 276 - 300 of 1005) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideDxe.c 67 EFI_HANDLE mCallerImageHandle = NULL;
125 if (Text == NULL) {
127 ASSERT (Text != NULL);
141 @retval !NULL Pointer into the image name if the image name is found,
142 @retval NULL Pointer to NULL if the image name is not found.
162 NULL,
163 NULL,
167 return NULL;
173 GetEfiGlobalVariable2 (VariableName, (VOID**)&Language, NULL);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiConfig.c 20 ISCSI_FORM_CALLBACK_INFO *mCallbackInfo = NULL;
202 if ((String == NULL) || (IsId == NULL)) {
219 NULL
262 if ((String == NULL) || (IsId == NULL)) {
298 @retval NULL The attempt configuration data cannot be found.
316 return NULL;
329 @retval NULL The attempt with NicIndex does not exist.
349 return NULL;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 43 * can be 0, which should have the meaning that the namespace is null.
82 * Null node handles are represented by this value.
84 public static final int NULL = -1;
198 * @return A DTMAxisIterator, or null if the givin axis isn't supported.
210 * @return A DTMAxisIterator, or null if the givin axis isn't supported.
221 * @return A DTMAxisIterator, or null if the givin axis isn't supported.
230 * (dtm.getFirstChild(nodeHandle)!=DTM.NULL) is just as fast and
244 * or DTM.NULL to indicate none exists.
253 * or DTM.NULL to indicate none exists.
265 * retrieve, or null
    [all...]
  /external/autotest/client/deps/fakegudev/src/
fakegudev.c 41 * Unspecified properties/attributes will be returned as NULL.
68 debug_file = NULL; \
185 GError *error = NULL;
211 error = NULL;
219 error = NULL;
226 if (g_hash_table_lookup_extended (devices_by_path, id, NULL, NULL)) {
236 if (g_hash_table_lookup_extended (devices_by_syspath, id, NULL, NULL)) {
247 NULL));
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
rcssmin.c 1046 PyObject *style, *keep_bang_comments_ = NULL, *result;
1047 static char *kwlist[] = {"style", "keep_bang_comments", NULL};
1060 return NULL;
1067 return NULL;
1073 return NULL;
1078 return NULL;
1094 if (!(result = PyString_FromStringAndSize(NULL, rlength))) {
1096 return NULL;
1113 return NULL;
1116 return NULL;
    [all...]
  /external/clang/test/FixIt/
fixit.cpp 223 #define NULL __null
224 char c = NULL; // expected-warning {{implicit conversion of NULL constant to 'char'}}
225 double dbl = NULL; // expected-warning {{implicit conversion of NULL constant to 'double'}}
  /external/clang/test/SemaCXX/
conditional-expr.cpp 342 #define NULL 0L
345 (void)(true ? A() : NULL); // expected-error{{non-pointer operand type 'A' incompatible with NULL}}
346 (void)(true ? NULL : A()); // expected-error{{non-pointer operand type 'A' incompatible with NULL}}
350 (void)(true ? __null : A()); // expected-error{{non-pointer operand type 'A' incompatible with NULL}}
  /external/freetype/src/sfnt/
sfdriver.c 93 table = face->vertical_info ? &face->vertical : NULL;
97 table = ( face->os2.version == 0xFFFFU ) ? NULL : &face->os2;
109 table = face->pclt.Version ? &face->pclt : NULL;
113 table = NULL;
481 char* result = NULL;
490 return NULL;
500 return NULL;
542 char* result = NULL;
551 return NULL;
561 return NULL;
    [all...]
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 98 // sizeof(MDGUID) * 2 + 4 (for dashes) + 1 (null terminator)
126 sigaction(SIGCHLD, &old_action, NULL);
167 MinidumpDescriptor(temp_dir.path()), NULL, NULL, NULL, true, -1);
178 ExceptionHandler handler(MinidumpDescriptor(fd), NULL, NULL, NULL, true, -1);
200 // This is a replacement for "*reinterpret_cast<volatile int*>(NULL) = 0;"
209 // remains NULL. Volatile just for a good measure
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONObject.java 46 * <code>Number</code>, <code>String</code>, or the <code>JSONObject.NULL</code>
78 * <code>false</code>, or <code>null</code>.</li>
92 * JSONObject.NULL is equivalent to the value that JavaScript calls null,
93 * whilst Java's null is equivalent to the value that JavaScript calls
96 private static final class Null {
99 * There is only intended to be a single instance of the NULL object,
101 * @return NULL.
109 * A Null object is equal to the null value and to itself
    [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/
ArbitraryInstancesTest.java 263 @SuppressWarnings("unchecked") // The null value can compare with any Object
268 comparable.compareTo(null);
401 assertNotNull("Expected to return non-null for: " + mutableClass, instance);
457 public static final WithNullConstant NULL = null;
478 // To test that null constant is ignored
480 public static final FirstConstantIsNull FIRST = null;
  /external/icu/icu4c/source/common/
filteredbrk.cpp 37 strcpy(buf,"NULL");
105 if(t==NULL) {
177 virtual UClassID getDynamicClassID(void) const { return NULL; }
493 LocalUResourceBundlePointer exceptions(ures_getByKeyWithFallback(b.getAlias(), "exceptions", NULL, &subStatus));
501 LocalUResourceBundlePointer breaks(ures_getByKeyWithFallback(exceptions.getAlias(), "SentenceBreak", NULL, &subStatus));
567 return NULL;
597 return NULL;
659 FB_TRACE("AbbrCount",NULL,FALSE, subCount);
664 FB_TRACE(u_errorName(status),NULL,FALSE, -1);
665 return NULL;
    [all...]
  /external/icu/icu4c/source/i18n/
tmutfmt.cpp 84 initMeasureFormat(Locale::getDefault(), UMEASFMT_WIDTH_WIDE, NULL, status);
90 initMeasureFormat(locale, UMEASFMT_WIDTH_WIDE, NULL, status);
98 initMeasureFormat(locale, UMEASFMT_WIDTH_WIDE, NULL, status);
101 initMeasureFormat(locale, UMEASFMT_WIDTH_SHORT, NULL, status);
104 initMeasureFormat(locale, UMEASFMT_WIDTH_WIDE, NULL, status);
123 fTimeUnitToCountToPatterns[i] = NULL;
134 fTimeUnitToCountToPatterns[i] = NULL;
155 fTimeUnitToCountToPatterns[i] = NULL;
166 fTimeUnitToCountToPatterns[i] = NULL;
183 UnicodeString* countOfLongestMatch = NULL;
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 121 public static final int NULL = 5;
411 return srcPool.copy(data, destPool, null);
420 newData[i] = srcPool.copy(data[i], destPool, null);
752 String msg = null;
769 case NULL :
770 msg = "null";
807 this.updatedInfo = null;
813 if (updatedInfo != null)
  /external/javassist/src/main/javassist/compiler/
TokenId.java 112 int NULL = 412;
  /external/libxml2/
triostr.c 41 #if !defined(NULL)
42 # define NULL 0
128 @return Pointer to string, or NULL if allocation failed.
194 return (strcat(target, source) != NULL);
408 if ((first != NULL) && (second != NULL))
447 if ((first != NULL) && (second != NULL))
476 if ((first != NULL) && (second != NULL))
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_blit.c 40 nir_builder_init_simple_shader(&b, NULL, MESA_SHADER_VERTEX, NULL);
70 nir_builder_init_simple_shader(&b, NULL, MESA_SHADER_FRAGMENT, NULL);
124 nir_builder_init_simple_shader(&b, NULL, MESA_SHADER_FRAGMENT, NULL);
178 nir_builder_init_simple_shader(&b, NULL, MESA_SHADER_FRAGMENT, NULL);
333 }, 0, NULL);
362 .pClearValues = NULL,
    [all...]
radv_meta_blit2d.c 141 }, 0, NULL);
173 }, 0, NULL);
180 &tmp->set, 0, NULL);
371 .pClearValues = NULL,
387 .pClearValues = NULL,
404 .pClearValues = NULL,
443 nir_builder_init_simple_shader(&b, NULL, MESA_SHADER_VERTEX, NULL);
492 tex->sampler = NULL;
533 tex->sampler = NULL;
    [all...]
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 64 public static final int NULL = (int) '\0';
116 if (currentLexer == null) {
228 if (cur == null || cur.intValue() != tok)
385 return null;
426 return null;
477 return null;
528 return null;
553 return null;
702 return null;
  /external/python/cpython2/Python/
getargs.c 205 PyCapsule_SetDestructor(PyList_GET_ITEM(freelist, i), NULL);
217 const char *fname = NULL;
218 const char *message = NULL;
226 PyObject *freelist = NULL;
229 assert(compat || (args != (PyObject*)NULL));
284 if (args == NULL)
288 fname==NULL ? "function" : fname,
289 fname==NULL ? "" : "()");
294 if (args == NULL) {
297 fname==NULL ? "function" : fname
    [all...]
  /external/speex/libspeex/
jitter.c 63 #ifndef NULL
64 #define NULL 0
280 jitter->packets[i].data=NULL;
286 jitter->destroy = NULL;
308 jitter->packets[i].data = NULL;
387 jitter->packets[i].data = NULL;
416 if (jitter->packets[i].data==NULL)
437 jitter->packets[i].data=NULL;
472 if (start_offset != NULL)
611 jitter->packets[i].data = NULL;
    [all...]
nb_celp.c 61 #ifndef NULL
62 #define NULL 0
123 return NULL;
125 st->stack = NULL;
184 st->innov_rms_save = NULL;
547 /* If null mode (no transmission), just set a couple things to zero*/
548 if (st->submodes[st->submodeID] == NULL)
933 return NULL;
935 st->stack = NULL;
977 st->user_callback.data = NULL;
    [all...]
  /external/strace/tests/
keyctl.c 145 * str == NULL && fmt == NULL && sz not in {4, 8} - print_quoted_string_limit is
158 const char *arg_str[4] = { NULL };
231 append_str(&pos, &left, "NULL");
246 append_str(&pos, &left, "NULL");
316 [0] = { NULL, NULL, 0, { 0 } },
317 [1] = { NULL /* Changed to unaccessible address in copy */,
318 NULL, 0xbadc0dedU, { [7] = 0xdeadfeedU } },
319 [2] = { NULL /* long_hash_data */
    [all...]
  /external/strace/tests-m32/
keyctl.c 145 * str == NULL && fmt == NULL && sz not in {4, 8} - print_quoted_string_limit is
158 const char *arg_str[4] = { NULL };
231 append_str(&pos, &left, "NULL");
246 append_str(&pos, &left, "NULL");
316 [0] = { NULL, NULL, 0, { 0 } },
317 [1] = { NULL /* Changed to unaccessible address in copy */,
318 NULL, 0xbadc0dedU, { [7] = 0xdeadfeedU } },
319 [2] = { NULL /* long_hash_data */
    [all...]
  /external/strace/tests-mx32/
keyctl.c 145 * str == NULL && fmt == NULL && sz not in {4, 8} - print_quoted_string_limit is
158 const char *arg_str[4] = { NULL };
231 append_str(&pos, &left, "NULL");
246 append_str(&pos, &left, "NULL");
316 [0] = { NULL, NULL, 0, { 0 } },
317 [1] = { NULL /* Changed to unaccessible address in copy */,
318 NULL, 0xbadc0dedU, { [7] = 0xdeadfeedU } },
319 [2] = { NULL /* long_hash_data */
    [all...]

Completed in 1249 milliseconds

<<11121314151617181920>>