HomeSort by relevance Sort by last modified time
    Searched defs:NULL (Results 101 - 125 of 383) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
UniClassObject.py 46 NULL = u'\u0000'
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
VlanConfigImpl.c 19 EFI_HII_CONFIG_ROUTING_PROTOCOL *mHiiConfigRouting = NULL;
47 @param[in] Request A null-terminated Unicode string in
50 string. Points to the string's null terminator if
56 @param[out] Results A null-terminated Unicode string in
86 if (Progress == NULL || Results == NULL) {
91 if ((Request != NULL) && !HiiIsConfigHdrMatch (Request, &gVlanConfigFormSetGuid, mVlanStorageName)) {
95 ConfigRequestHdr = NULL;
96 ConfigRequest = NULL;
103 if (mHiiConfigRouting == NULL) {
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 83 GetVariable2 (L"Setup", &gEfiWinNtSystemConfigGuid, (VOID **) &Configuration, NULL);
84 if (Configuration != NULL) {
107 for (Index = 0; gPlatformConsole[Index].DevicePath != NULL; Index++) {
109 EfiBootManagerUpdateConsoleVariable (ConIn, gPlatformConsole[Index].DevicePath, NULL);
113 EfiBootManagerUpdateConsoleVariable (ConOut, gPlatformConsole[Index].DevicePath, NULL);
117 EfiBootManagerUpdateConsoleVariable (ErrOut, gPlatformConsole[Index].DevicePath, NULL);
228 NULL,
264 if (NameGuid != NULL) {
348 EfiBootManagerRegisterContinueKeyOption (0, &Enter, NULL);
355 EfiBootManagerAddKeyOptionVariable (NULL, (UINT16) BootOption.OptionNumber, 0, &F2, NULL);
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 82 HandleBuffer = NULL;
86 NULL,
97 for (IndexFv = 0, FvHandle = NULL; IndexFv < HandleCount && FvHandle == NULL; IndexFv++) {
110 UiSection = NULL;
139 if (FvHandle == NULL) {
162 NULL,
217 for (Index = 0; gPlatformConsole[Index].DevicePath != NULL; Index++) {
219 EfiBootManagerUpdateConsoleVariable (ConIn, gPlatformConsole[Index].DevicePath, NULL);
223 EfiBootManagerUpdateConsoleVariable (ConOut, gPlatformConsole[Index].DevicePath, NULL);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 63 public static final int NULL=-1;
89 m_hashStart[i]=NULL;
100 if(i==NULL) return null;
107 if(s==null) return NULL;
115 while(hashcandidate!=NULL)
128 m_hashChain.addElement(NULL); // Initialize to no-following-same-hash
129 if(hashlast==NULL) // First for this hash
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERTags.java 9 public static final int NULL = 0x05;
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
BERTags.java 13 public static final int NULL = 0x05;
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_windows.py 22 NULL = 0
145 NULL,
  /external/clang/test/ARCMT/
Common.h 13 #define NULL ((void*)0)
98 return X ? CFRetain((CFTypeRef)X) : NULL;
  /external/clang/test/Analysis/
MPIMock.h 4 #define NULL 0
  /external/clang/test/Headers/
stddefneeds.cpp 5 void* v0 = NULL; // expected-error{{undeclared}}
14 void* v1 = NULL; // expected-error{{undeclared}}
23 void* v2 = NULL; // expected-error{{undeclared}}
32 void* v3 = NULL;
41 void* v4 = NULL;
50 void* v5 = NULL;
56 #undef NULL
57 #define NULL 0
60 // to redefine NULL to the correct value again.
64 // gtk headers then use __attribute__((sentinel)), which doesn't work if NULL
    [all...]
  /external/clang/test/Sema/
conditional-expr.c 101 #define NULL (void*)0
105 (void)(1 ? A1 : NULL); // expected-error{{non-pointer operand type 'struct A' incompatible with NULL}}
106 (void)(1 ? NULL : A1); // expected-error{{non-pointer operand type 'struct A' incompatible with NULL}}
110 (void)(1 ? A1 : (NULL)); // expected-error{{non-pointer operand type 'struct A' incompatible with NULL}}
  /external/e2fsprogs/e2fsck/
mtrace.h 46 #ifndef NULL
47 #define NULL 0
  /external/e2fsprogs/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
142 return entry >= argz + argz_len ? NULL : (char *) entry;
213 if (abs_filename == NULL)
214 return NULL;
273 for (retval = *l10nfile_list; retval != NULL; retval = retval->next)
274 if (retval->filename != NULL)
283 retval = NULL;
    [all...]
  /external/guice/core/src/com/google/inject/internal/
SingletonScope.java 57 /** A sentinel value representing null. */
58 private static final Object NULL = new Object();
96 * be equal to NULL. Would never be reset to null.
120 injector = null;
129 if (initialInstance == null) {
135 // Handle injector being null, which can happen when users call Scoping.scope themselves
136 final InternalContext context = injector == null ? null : injector.getLocalContext();
145 if (instance == null) {
    [all...]
  /external/libxcam/modules/ocl/
cl_csc_handler.cpp 242 ERROR, csc_kernel->build_kernel (kernel_csc_info[type], NULL) == XCAM_RETURN_NO_ERROR, NULL,
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 104 #ifndef NULL
105 #define NULL 0L
132 #define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
133 #define bbs_ERROR1( formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
134 #define bbs_ERROR2( formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
135 #define bbs_ERROR3( formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
136 #define bbs_ERROR4( formatA, arg1A, arg2A, arg3A, arg4A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
137 #define bbs_ERROR5( formatA, arg1A, arg2A, arg3A, arg4A, arg5A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
139 #define bbs_ERR0( errorA, formatA ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
140 #define bbs_ERR1( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
    [all...]
  /external/python/cpython3/Misc/
coverity_model.c 8 * available but not wchar_t, NULL etc.
12 * variable could be either NULL or have some data.
21 #define NULL (void *)0
43 /* Never returns NULL */
45 assert(p != NULL);
56 assert(p != NULL);
62 return NULL;
83 return NULL;
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DataType.java 12 NULL(0x00),
  /external/tensorflow/tensorflow/lite/experimental/micro/tools/make/targets/ecm3531/
startup.c 23 #ifndef NULL
24 #define NULL (0)
390 rc = _main(0, NULL);
  /external/u-boot/include/
command.h 15 #ifndef NULL
16 #define NULL 0
139 * @param ticks If ticks is not null, this function set it to the
204 _cmd(NULL, 0, 0, NULL); \
209 { #_name, _maxargs, _rep, 0 ? _cmd : NULL, _usage, \
219 U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, NULL)
223 _usage, _help, NULL)
  /external/u-boot/scripts/kconfig/
kxgettext.c 15 int multiline = strchr(text, '\n') != NULL;
73 if (self == NULL)
78 self->next = NULL;
97 if (self == NULL)
101 if (self->files == NULL)
105 if (self->msg == NULL)
109 self->next = NULL;
116 self = NULL;
124 while (m != NULL) {
139 if (fl == NULL)
    [all...]
  /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...]

Completed in 1015 milliseconds

1 2 3 45 6 7 8 91011>>