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

1 2 3 4 5 6 7 8 91011>>

  /libcore/json/src/main/java/org/json/
JSONStringer.java 107 NULL,
118 * indentation, or null for no pretty printing.
123 indent = null;
223 * Integer, Long, Double or null. May not be {@link Double#isNaN() NaNs}
243 if (value == null
245 || value == JSONObject.NULL) {
354 if (indent == null) {
367 * @param name the name of the forthcoming value. May not be null.
371 if (name == null) {
372 throw new JSONException("Names must be non-null");
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTreeBuilder.java 189 static final int NULL = 0;
204 state = NULL;
240 state = NULL;
243 state = NULL;
248 state = (tables > 0) ? IN_CELL : NULL;
257 state == NULL &&
265 X.assertTrue(state == NULL);
274 HtmlDocument.createTag(HTML4.TABLE_ELEMENT, null);
286 HtmlDocument.Tag tdTag = HtmlDocument.createTag(HTML4.TD_ELEMENT, null);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comip.h 40 static _Interface *GetInterfacePtr() throw() { return NULL; }
51 static _Interface *GetInterfacePtr() throw() { return NULL; }
61 template<typename _OtherIID> _com_ptr_t(const _com_ptr_t<_OtherIID> &p) : m_pInterface(NULL) {
65 template<typename _InterfaceType> _com_ptr_t(_InterfaceType *p) : m_pInterface(NULL) {
69 _com_ptr_t(LPSTR str) { new(this) _com_ptr_t(static_cast<LPCSTR> (str),NULL); }
70 _com_ptr_t(LPWSTR str) { new(this) _com_ptr_t(static_cast<LPCWSTR> (str),NULL); }
71 explicit _com_ptr_t(_com_ptr_t *p) : m_pInterface(NULL) {
78 _com_ptr_t() throw() : m_pInterface(NULL) { }
79 _com_ptr_t(int null) : m_pInterface(NULL) {
    [all...]
time.h 74 #ifndef NULL
77 #define NULL 0
79 #define NULL 0LL
82 #define NULL ((void *)0)
270 return localtime_s(_Tm, _Time) ? NULL : _Tm;
273 return gmtime_s(_Tm, _Time) ? NULL : _Tm;
276 return ctime_s(_Str, 0x7fffffff, _Time) ? NULL : _Str;
279 return asctime_s(_Str, 0x7fffffff, _Tm) ? NULL : _Str;
  /system/bt/stack/avct/
avct_bcb_act.cc 64 * Returns Pointer to reassembled message; NULL if no message
139 p_data->p_ccb->p_bcb = NULL;
141 AVCT_BROWSE_DISCONN_CFM_EVT, 0, NULL);
160 tAVCT_CCB* p_ccb_bind = NULL;
176 else if ((p_ccb->p_bcb == NULL) && (p_ccb->cc.role == AVCT_ACP) &&
177 (p_ccb->p_lcb != NULL) &&
204 p_bcb->p_tx_msg = NULL;
217 * as NULL bcb.
228 p_ccb->p_bcb = NULL;
256 AVCT_BROWSE_DISCONN_IND_EVT, 0, NULL);
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvsb/
sh1.c 1 #ifndef NULL
2 #define NULL ((void *) 0)
251 if (&visibility == NULL)
252 return NULL;
309 if (&visibility_var == NULL)
310 return NULL;
320 if (&visibility_var == NULL)
378 return &shlib_visibility_undef_var_weak == NULL
379 && &shlib_visibility_undef_func_weak == NULL
380 && &shlib_visibility_func_weak == NULL
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
random.c 72 # ifndef NULL
73 # define NULL (void *) 0
77 # ifndef NULL
78 # define NULL (void *) 0
273 return NULL;
353 return NULL;
  /libcore/json/src/test/java/libcore/org/json/
JSONObjectTest.java 49 // bogus (but documented) behaviour: returns null rather than the empty object!
52 // returns null rather than an empty array!
105 assertEquals(null, object.optJSONArray("foo"));
106 assertEquals(null, object.optJSONObject("foo"));
136 object.put(null, value);
141 object.get(null);
161 object.put("bar", JSONObject.NULL);
162 assertSame(JSONObject.NULL, object.get("bar"));
168 object.put("foo", (Collection) null);
181 object.putOpt("foo", null);
    [all...]
  /device/google/contexthub/firmware/os/drivers/intersil_isl29034/
isl29034.c 177 osEnqueuePrivateEvt(EVT_SENSOR_I2C, cookie, NULL, mData.tid);
182 // Allocate a buffer and mark it as in use with the given state, or return NULL
197 return NULL;
207 if (xfer != NULL) {
218 osEnqueuePrivateEvt(EVT_SENSOR_ALS_TIMER, cookie, NULL, mData.tid);
264 mData.alsTimerHandle = timTimerSet(sensorTimerLookupCommon(supportedRates, rateTimerVals, rate), 0, 50, alsTimerCallback, NULL, false);
265 osEnqueuePrivateEvt(EVT_SENSOR_ALS_TIMER, NULL, NULL, mData.tid);
273 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_ALS), SENSOR_DATA_EVENT_FLUSH, NULL);
283 result = osEnqueuePrivateEvt(sensorGetMyEventType(SENS_TYPE_ALS), mData.lastAlsSample.vptr, NULL, tid)
    [all...]
  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 141 // Allocate a buffer and mark it as in use with the given state, or return NULL
156 return NULL;
172 osEnqueuePrivateEvt(EVT_SENSOR_I2C, cookie, NULL, mTask.tid);
182 if (xfer != NULL) {
201 if (xfer != NULL) {
217 osEnqueuePrivateEvt(EVT_SENSOR_HUMIDITY_TIMER, data, NULL, mTask.tid);
222 osEnqueuePrivateEvt(EVT_SENSOR_TEMP_TIMER, data, NULL, mTask.tid);
292 si7034RatesRateVals, rate), 0, 50, sensorHumiTimerCallback, NULL, false);
300 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_HUMIDITY), SENSOR_DATA_EVENT_FLUSH, NULL);
333 si7034RatesRateVals, rate), 0, 50, sensorTempTimerCallback, NULL, false)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
UpdatePage.c 29 if (mStartOpCodeHandle != NULL) {
41 mStartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (mStartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
182 ASSERT (Option != NULL);
186 Option->LoadOptions = NULL;
286 NULL
375 NULL
422 NULL
434 NULL
448 NULL
478 ConsoleCheck = NULL;
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 145 NULL
196 if (LookupPrivilegeValue(NULL, SE_TIME_ZONE_NAME, &TokenPrivileges.Privileges[0].Luid)) {
199 AdjustTokenPrivileges(Token, FALSE, &TokenPrivileges, 0, (PTOKEN_PRIVILEGES) NULL, 0);
233 if (gSystemMemory == NULL) {
242 if (gFdInfo == NULL) {
257 InitialStackMemory = (EFI_PHYSICAL_ADDRESS) (UINTN) VirtualAlloc (NULL, (SIZE_T) (InitialStackMemorySize), MEM_COMMIT, PAGE_EXECUTE_READWRITE);
275 if (FileNamePtr == NULL) {
282 for (Done = FALSE, Index = 0, PeiCoreFile = NULL; !Done; Index++) {
317 if (PeiCoreFile == NULL) {
388 If passed in as NULL the new memory region is used.
    [all...]
  /external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c 21 #define NULL ((void *)0)
150 // Null pointer constant.
152 MPI_Send(NULL, 0, MPI_INT); // no-warning
187 // a `void*' pointer or a null pointer constant.
188 MPI_Gather(NULL, 0, MPI_DATATYPE_NULL, // no-warning
191 MPI_Gather(int_buf, 0, MPI_DATATYPE_NULL, // expected-warning {{specified mpi type tag requires a null pointer}}
  /external/icu/icu4c/source/test/intltest/
alphaindextst.cpp 36 for (int32_t i = 0; (bucket = index.getBucket(i)) != NULL; ++i) {
102 TEST_ASSERT(coll != NULL);
225 index->addRecord(adam, NULL, status);
226 index->addRecord(baker, NULL, status);
227 index->addRecord(charlie, NULL, status);
228 index->addRecord(chad, NULL, status);
380 TEST_ASSERT(bucket != NULL);
392 TEST_ASSERT(immIndex->getBucket(-1) == NULL);
393 TEST_ASSERT(immIndex->getBucket(bucketIndex) == NULL);
426 NULL
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 98 public static final int NULL = 5;
  /external/mesa3d/src/amd/vulkan/
radv_meta_bufimage.c 44 nir_builder_init_simple_shader(&b, NULL, MESA_SHADER_COMPUTE, NULL);
95 tex->sampler = NULL;
124 struct radv_shader_module cs = { .nir = NULL };
143 .pImmutableSamplers = NULL
150 .pImmutableSamplers = NULL
185 .pSpecializationInfo = NULL,
197 1, &vk_pipeline_info, NULL,
241 nir_builder_init_simple_shader(&b, NULL, MESA_SHADER_COMPUTE, NULL);
    [all...]
  /external/python/cpython3/Lib/asyncio/
windows_events.py 27 NULL = 0
273 _winapi.NMPWAIT_WAIT_FOREVER, _winapi.NULL)
403 _overlapped.INVALID_HANDLE_VALUE, NULL, 0, concurrency)
431 ov = _overlapped.Overlapped(NULL)
453 ov = _overlapped.Overlapped(NULL)
473 ov = _overlapped.Overlapped(NULL)
510 ov = _overlapped.Overlapped(NULL)
524 ov = _overlapped.Overlapped(NULL)
583 ov = _overlapped.Overlapped(NULL)
  /external/speex/libspeex/
sb_celp.c 50 #ifndef NULL
51 #define NULL 0
69 return NULL;
83 return NULL;
199 return NULL;
206 st->stack = NULL;
247 st->innov_rms_save = NULL;
512 /* If null mode (no transmission), just set a couple things to zero*/
513 if (dtx || st->submodes[st->submodeID] == NULL)
762 return NULL;
    [all...]
  /external/syslinux/bios/com32/cmenu/
test.c 13 #ifndef NULL
14 #define NULL ((void *) 0)
72 if (!str) return NULL;
74 s = NULL;
75 e = NULL;
113 defcmd=NULL; // exec def cmd only once
114 } else next=NULL;
155 c = execdotcmd(cmd,".wait",NULL);
262 perms = ( x ? x->perms : NULL);
305 mi->extra_data = NULL; // initaliz
    [all...]
test2.c 13 #ifndef NULL
14 #define NULL ((void *) 0)
72 if (!str) return NULL;
74 s = NULL;
75 e = NULL;
113 defcmd=NULL; // exec def cmd only once
114 } else next=NULL;
155 c = execdotcmd(cmd,".wait",NULL);
262 perms = ( x ? x->perms : NULL);
305 mi->extra_data = NULL; // initaliz
    [all...]
  /external/syslinux/efi32/com32/cmenu/
test.c 13 #ifndef NULL
14 #define NULL ((void *) 0)
72 if (!str) return NULL;
74 s = NULL;
75 e = NULL;
113 defcmd=NULL; // exec def cmd only once
114 } else next=NULL;
155 c = execdotcmd(cmd,".wait",NULL);
262 perms = ( x ? x->perms : NULL);
305 mi->extra_data = NULL; // initaliz
    [all...]
test2.c 13 #ifndef NULL
14 #define NULL ((void *) 0)
72 if (!str) return NULL;
74 s = NULL;
75 e = NULL;
113 defcmd=NULL; // exec def cmd only once
114 } else next=NULL;
155 c = execdotcmd(cmd,".wait",NULL);
262 perms = ( x ? x->perms : NULL);
305 mi->extra_data = NULL; // initaliz
    [all...]
  /external/syslinux/efi64/com32/cmenu/
test.c 13 #ifndef NULL
14 #define NULL ((void *) 0)
72 if (!str) return NULL;
74 s = NULL;
75 e = NULL;
113 defcmd=NULL; // exec def cmd only once
114 } else next=NULL;
155 c = execdotcmd(cmd,".wait",NULL);
262 perms = ( x ? x->perms : NULL);
305 mi->extra_data = NULL; // initaliz
    [all...]
test2.c 13 #ifndef NULL
14 #define NULL ((void *) 0)
72 if (!str) return NULL;
74 s = NULL;
75 e = NULL;
113 defcmd=NULL; // exec def cmd only once
114 } else next=NULL;
155 c = execdotcmd(cmd,".wait",NULL);
262 perms = ( x ? x->perms : NULL);
305 mi->extra_data = NULL; // initaliz
    [all...]
  /external/tcpdump/
print-udp.c 324 ip6 = NULL;
387 ip6 = NULL;
478 ip6 != NULL);
587 ip6 != NULL);

Completed in 869 milliseconds

1 2 3 4 5 6 7 8 91011>>