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

1 2 3 4 5 6 78 91011>>

  /external/syslinux/gpxe/src/include/
cmdlinelib.h 14 #ifndef NULL
15 #define NULL ((void *)0)
  /external/vboot_reference/tests/
vboot_display_tests.c 103 /* Recovery string should be non-null for any code */
105 TEST_PTR_NEQ(RecoveryReasonString(i), NULL, "Non-null reason");
253 VbRenderTextAtPos(NULL, 0, 0, 0, fptr);
254 VbRenderTextAtPos("ABC", 0, 0, 0, NULL);
  /external/webrtc/webrtc/p2p/base/
stunrequest.cc 50 thread_->PostDelayed(delay, request, MSG_STUN_SEND, NULL);
52 thread_->Send(request, MSG_STUN_SEND, NULL);
61 thread_->Send(request, MSG_STUN_SEND, NULL);
156 ASSERT(manager_ != NULL);
176 ASSERT(msg_ != NULL);
195 ASSERT(manager_ != NULL);
211 manager_->thread_->PostDelayed(resend_delay(), this, MSG_STUN_SEND, NULL);
  /external/webrtc/webrtc/test/win/
d3d_renderer.cc 35 hwnd_(NULL),
36 d3d_(NULL),
37 d3d_device_(NULL),
38 texture_(NULL),
39 vertex_buffer_(NULL) {
57 texture_ = NULL;
58 vertex_buffer_ = NULL;
59 d3d_device_ = NULL;
60 d3d_ = NULL;
62 if (hwnd_ != NULL) {
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
Types.java 175 * <code>NULL</code>.
177 public final static int NULL = 0;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
StatsManagerConfig.java 43 @IntDef({AnomalyType.NULL,
76 int NULL = -1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
locale.h 21 #ifndef NULL
24 #define NULL 0
26 #define NULL 0LL
29 #define NULL ((void *)0)
  /toolchain/binutils/binutils-2.27/intl/
l10nflist.c 41 /* On some strange systems still no definition of NULL is found. Sigh! */
42 #ifndef NULL
44 # define NULL ((void *) 0)
46 # define NULL 0
156 return entry >= argz + argz_len ? NULL : (char *) entry;
241 if (abs_filename == NULL)
242 return NULL;
301 for (retval = *l10nfile_list; retval != NULL; retval = retval->next)
302 if (retval->filename != NULL)
311 retval = NULL;
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
argv.c 23 array of string pointers, terminated by a NULL pointer. */
39 #ifndef NULL
40 #define NULL 0
47 #define INITIAL_MAXARGC 8 /* Number of args + NULL in initial argv */
55 duplicating each argument until the terminating @code{NULL} is found.
57 @code{NULL} if there is insufficient memory to complete building the
70 if (argv == NULL)
71 return NULL;
74 for (argc = 0; argv[argc] != NULL; argc++);
78 for (argc = 0; argv[argc] != NULL; argc++
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1Tag.java 34 public static final Asn1Tag NULL = new Asn1Tag(Asn1TagClass.UNIVERSAL, 5);
205 * <p>By convention, null is returned for impossible tag class < 0. Used in code generation.
209 return null;
  /device/google/contexthub/firmware/os/drivers/hall_twopole/
hall_twopole.c 80 osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_HALL), sample.vptr, NULL);
194 return osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_HALL), SENSOR_DATA_EVENT_FLUSH, NULL);
204 result = osEnqueuePrivateEvt(sensorGetMyEventType(SENS_TYPE_HALL), sample.vptr, NULL, tid);
226 mTask.sensorHandle = sensorRegister(&mSensorInfo, &mSensorOps, NULL, true);
  /device/google/contexthub/firmware/os/drivers/tilt_detection/
tilt_detection.c 222 SENSOR_DATA_EVENT_FLUSH, NULL);
263 osEnqueueEvt(sensorGetMyEventType(SENS_TYPE_TILT), sample.vptr, NULL);
281 mTask.handle = sensorRegister(&mSi, &mSops, NULL, true);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
UniClassObject.py 41 NULL = u'\u0000'
201 self.StringValue = Value + u'\x00' # Add a NULL at string tail
216 self.StringValue = Value + u'\x00' # Add a NULL at string tail
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootMaintenanceManagerCustomizedUiSupport.c 58 ASSERT (OptionsOpCodeHandle != NULL);
112 NULL
144 NULL
261 @retval NULL Fail to get the device path string.
273 ASSERT (Handle != NULL);
275 if (Handle == NULL) {
276 return NULL;
281 return NULL;
385 if (gHiiDriverList != NULL) {
389 HiiHandles = HiiGetHiiHandles (NULL);
    [all...]
UpdatePage.c 30 ASSERT (mStartOpCodeHandle != NULL);
33 ASSERT (mEndOpCodeHandle != NULL);
38 mStartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (mStartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
44 mEndLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (mEndOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
61 if (mStartOpCodeHandle != NULL) {
73 mStartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (mStartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
277 NULL
363 NULL
410 NULL
422 NULL
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regenc.h 49 #ifndef NULL
50 #define NULL ((void* )0)
71 #define ONIG_CHECK_NULL_RETURN(p) if (ONIG_IS_NULL(p)) return NULL
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/
RecoveryModuleLoadPei.c 363 if (IsSystemFmp != NULL) {
367 if (EmbeddedDriverCount != NULL) {
457 if (NewFvBuffer == NULL) {
470 NULL,
473 NULL,
474 NULL
504 if (ConfigImage == NULL) {
513 ConfigData = NULL;
582 AuthenticatedImage = NULL;
699 Status = ValidateFmpCapsule(CapsuleHeader, &IsSystemFmp, NULL);
    [all...]
  /external/aac/libSYS/include/
machine_type.h 204 #ifndef NULL
206 #define NULL 0
208 #define NULL ((void *)0)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
rjsmin.c 93 const rchar *reset, *pcreset = NULL, *pctoken = NULL, *xtarget,
103 if (pctoken) pctoken = NULL;
114 if (pctoken) pctoken = NULL;
149 if (pctoken) pctoken = NULL;
161 xtarget = NULL;
182 if (pctoken) pctoken = NULL;
240 if (pctoken) pctoken = NULL;
285 reset = NULL;
295 pctoken = NULL;
    [all...]
  /external/clang/test/Analysis/
pthreadlock.c 12 #define NULL 0
129 pthread_mutex_init(&mtx1, NULL); // no-warning
135 pthread_mutex_init(&mtx1, NULL); // no-warning
136 pthread_mutex_init(&mtx2, NULL); // no-warning
143 pthread_mutex_init(&mtx1, NULL); // no-warning
150 pthread_mutex_init(&mtx1, NULL); // no-warning
152 pthread_mutex_init(&mtx2, NULL); // no-warning
160 pthread_mutex_init(&mtx1, NULL); // no-warning
162 pthread_mutex_init(&mtx1, NULL); // no-warning
378 pthread_mutex_init(&mtx1, NULL); // no-warnin
    [all...]
  /external/cmockery/cmockery_0_1_2/src/example/
calculator_test.c 123 /* Ensure find_operator_function_by_string() asserts when a NULL pointer is
126 expect_assert_failure(find_operator_function_by_string(1, NULL, "test"));
129 /* Ensure find_operator_function_by_string() asserts when a NULL pointer is
136 array_length(operator_functions), operator_functions, NULL));
139 /* Ensure find_operator_function_by_string() returns NULL when a NULL pointer
142 assert_int_equal((int)find_operator_function_by_string(0, NULL, "test"),
143 (int)NULL);
146 /* Ensure find_operator_function_by_string() returns NULL when searching for
156 (int)NULL);
    [all...]
  /external/freetype/src/cff/
cffdrivr.c 176 size = NULL;
471 PS_FontInfoRec *font_info = NULL;
512 if ( cff && cff->font_extra == NULL )
515 PS_FontExtraRec* font_extra = NULL;
536 "/FSType" ) ) != NULL &&
539 "def" ) ) != NULL )
589 (PS_GetFontPrivateFunc)NULL, /* ps_get_font_private */
591 (PS_GetFontValueFunc) NULL /* ps_get_font_value */
912 (FT_Get_MM_Func) NULL, /* get_mm */
913 (FT_Set_MM_Design_Func) NULL, /* set_mm_design *
    [all...]
  /external/freetype/src/truetype/
ttdriver.c 87 interpreter_version = (FT_UInt)ft_strtol( s, NULL, 10 );
494 (FT_Get_MM_Func) NULL, /* get_mm */
495 (FT_Set_MM_Design_Func) NULL, /* set_mm_design */
511 (FT_LSB_Adjust_Func) NULL, /* lsb_adjust */
512 (FT_RSB_Adjust_Func) NULL, /* rsb_adjust */
515 (FT_TSB_Adjust_Func) NULL, /* tsb_adjust */
516 (FT_BSB_Adjust_Func) NULL, /* bsb_adjust */
517 (FT_VOrg_Adjust_Func) NULL, /* vorg_adjust */
580 return NULL;
583 return NULL;
    [all...]
  /external/google-breakpad/src/processor/
minidump_processor_unittest.cc 79 MockMinidumpThreadList() : MinidumpThreadList(NULL) {}
87 MockMinidumpMemoryList() : MinidumpMemoryList(NULL) {}
94 MockMinidumpThread() : MinidumpThread(NULL) {}
107 MinidumpMemoryRegion(NULL) {
135 MinidumpMiscInfo(NULL) {
275 if (*symbol_data == NULL) {
301 MinidumpSystemInfo(NULL) {
313 MinidumpContext(NULL) {
339 WillOnce(Return(reinterpret_cast<MDRawHeader*>(NULL))).
346 WillOnce(Return(reinterpret_cast<MinidumpThreadList*>(NULL)));
    [all...]
  /external/guice/core/src/com/google/inject/internal/
SingletonScope.java 74 /** A sentinel value representing null. */
75 private static final Object NULL = new Object();
115 * be equal to NULL. Would never be reset to null.
132 if (initialInstance == null) {
142 if (instance == null) {
146 Object providedNotNull = provided == null ? NULL : provided;
149 if (instance == null) {
184 if (instance == null) {
    [all...]

Completed in 785 milliseconds

1 2 3 4 5 6 78 91011>>