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

<<11121314151617181920>>

  /external/tpm2/
CryptoEngine.h 20 #ifndef NULL
21 #define NULL 0
  /external/v8/src/
code-stubs-hydrogen.cc 27 DCHECK(graph != NULL);
33 if (chunk == NULL) {
44 arguments_length_(NULL),
48 context_(NULL) {
74 DCHECK(arguments_length_ != NULL);
112 HInstruction* stack_parameter_count = NULL;
131 DCHECK(!runtime_stack_params || arguments_length_ != NULL);
166 if (current_block() != NULL) {
194 return NULL;
216 MacroAssembler masm(isolate(), NULL, 256, CodeObjectRequired::kYes)
    [all...]
  /frameworks/support/room/runtime/src/main/java/androidx/room/
RoomSQLiteQuery.java 144 if (entry != null) {
213 case NULL:
234 mBindingTypes[index] = NULL;
282 Arrays.fill(mBindingTypes, NULL);
283 Arrays.fill(mStringBindings, null);
284 Arrays.fill(mBlobBindings, null);
285 mQuery = null;
289 private static final int NULL = 1;
296 @IntDef({NULL, LONG, DOUBLE, STRING, BLOB})
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mltypes.h 137 #ifndef NULL
138 #define NULL 0
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mltypes.h 137 #ifndef NULL
138 #define NULL 0
  /libcore/json/src/main/java/org/json/
JSONObject.java 30 * A modifiable set of name/value mappings. Names are unique, non-null strings.
32 * JSONArrays}, Strings, Booleans, Integers, Longs, Doubles or {@link #NULL}.
33 * Values may not be {@code null}, {@link Double#isNaN() NaNs}, {@link
53 * <li>When the requested type is a String, other non-null values will be
54 * coerced using {@link String#valueOf(Object)}. Although null cannot be
55 * coerced, the sentinel value {@link JSONObject#NULL} is coerced to the
56 * string "null".
69 * <p><strong>Warning:</strong> this class represents null in two incompatible
70 * ways: the standard Java {@code null} reference, and the sentinel value {@link
71 * JSONObject#NULL}. In particular, calling {@code put(name, null)} removes th
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stddef.h 394 /* A null pointer constant. */
397 #undef NULL /* in case <stdio.h> has defined it. */
399 #define NULL __null
402 #define NULL ((void *)0)
404 #define NULL 0
407 #endif /* NULL not defined and <stddef.h> or need NULL. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stddef.h 394 /* A null pointer constant. */
397 #undef NULL /* in case <stdio.h> has defined it. */
399 #define NULL __null
402 #define NULL ((void *)0)
404 #define NULL 0
407 #endif /* NULL not defined and <stddef.h> or need NULL. */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
stddef.h 395 /* A null pointer constant. */
398 #undef NULL /* in case <stdio.h> has defined it. */
400 #define NULL __null
403 #define NULL ((void *)0)
405 #define NULL 0
408 #endif /* NULL not defined and <stddef.h> or need NULL. */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
stddef.h 395 /* A null pointer constant. */
398 #undef NULL /* in case <stdio.h> has defined it. */
400 #define NULL __null
403 #define NULL ((void *)0)
405 #define NULL 0
408 #endif /* NULL not defined and <stddef.h> or need NULL. */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stddef.h 394 /* A null pointer constant. */
397 #undef NULL /* in case <stdio.h> has defined it. */
399 #define NULL __null
402 #define NULL ((void *)0)
404 #define NULL 0
407 #endif /* NULL not defined and <stddef.h> or need NULL. */
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stddef.h 394 /* A null pointer constant. */
397 #undef NULL /* in case <stdio.h> has defined it. */
399 #define NULL __null
402 #define NULL ((void *)0)
404 #define NULL 0
407 #endif /* NULL not defined and <stddef.h> or need NULL. */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stddef.h 394 /* A null pointer constant. */
397 #undef NULL /* in case <stdio.h> has defined it. */
399 #define NULL __null
402 #define NULL ((void *)0)
404 #define NULL 0
407 #endif /* NULL not defined and <stddef.h> or need NULL. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stddef.h 394 /* A null pointer constant. */
397 #undef NULL /* in case <stdio.h> has defined it. */
399 #define NULL __null
402 #define NULL ((void *)0)
404 #define NULL 0
407 #endif /* NULL not defined and <stddef.h> or need NULL. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
stddef.h 394 /* A null pointer constant. */
397 #undef NULL /* in case <stdio.h> has defined it. */
399 #define NULL __null
402 #define NULL ((void *)0)
404 #define NULL 0
407 #endif /* NULL not defined and <stddef.h> or need NULL. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stddef.h 395 /* A null pointer constant. */
398 #undef NULL /* in case <stdio.h> has defined it. */
400 #define NULL __null
403 #define NULL ((void *)0)
405 #define NULL 0
408 #endif /* NULL not defined and <stddef.h> or need NULL. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmcons.h 101 #ifndef NULL
104 #define NULL 0
106 #define NULL 0LL
109 #define NULL ((void *)0)
stddef.h 391 /* A null pointer constant. */
394 #undef NULL /* in case <stdio.h> has defined it. */
396 #define NULL __null
399 #define NULL ((void *)0)
402 #define NULL 0
404 #define NULL 0LL
408 #endif /* NULL not defined and <stddef.h> or need NULL. */
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stddef.h 394 /* A null pointer constant. */
397 #undef NULL /* in case <stdio.h> has defined it. */
399 #define NULL __null
402 #define NULL ((void *)0)
404 #define NULL 0
407 #endif /* NULL not defined and <stddef.h> or need NULL. */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stddef.h 394 /* A null pointer constant. */
397 #undef NULL /* in case <stdio.h> has defined it. */
399 #define NULL __null
402 #define NULL ((void *)0)
404 #define NULL 0
407 #endif /* NULL not defined and <stddef.h> or need NULL. */
  /system/bt/embdrv/sbc/decoder/include/
oi_stddefs.h 53 #ifdef NULL
54 #undef NULL /**< Override HEW toolchain NULL definition */
56 #define NULL \
60 #ifndef NULL
61 #define NULL \
62 ((void*)0) /**< This define statement sets NULL as a preprocessor alias \
  /cts/tests/autofillservice/src/android/autofillservice/cts/
CannedFillResponse.java 121 * Constant used to pass a {@code null} response to the
125 new Builder(ResponseType.NULL).build();
149 if (mDatasets != null) {
156 if (mRequiredSavableIds != null || mRequiredSavableAutofillIds != null) {
158 if (mRequiredSavableAutofillIds != null) {
161 saveInfo = mRequiredSavableIds == null || mRequiredSavableIds.length == 0
169 if (mValidator != null) {
172 if (mOptionalSavableIds != null) {
175 if (mSaveDescription != null) {
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 186 * Allocate a buffer and mark it as in use with the given state, or return NULL
202 return NULL;
219 osEnqueuePrivateEvt(EVT_COMM_DONE, cookie, NULL, mTask.tid);
229 if (xfer != NULL) {
253 if (xfer != NULL) {
269 osEnqueuePrivateEvt(EVT_SENSOR_HUMIDITY_TIMER, data, NULL, mTask.tid);
350 hts221RatesRateVals, rate), 0, 50, sensorHumidityTimerCallback, NULL, false);
358 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_HUMIDITY), SENSOR_DATA_EVENT_FLUSH, NULL);
371 { DEC_OPS(humidityPower, humidityFwUpload, humiditySetRate, humidityFlush, NULL, NULL) },
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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...]

Completed in 493 milliseconds

<<11121314151617181920>>