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

1 2 34 5 6 7 8 91011>>

  /system/iot/attestation/at-factory-tool/
serialmapperwin.py 27 NULL = None
82 device_inf_set = SetupDiGetClassDevs(NULL,
84 NULL,
108 NULL,
111 NULL)
122 NULL)
  /toolchain/binutils/binutils-2.27/libiberty/
getopt1.c 65 #ifndef NULL
66 #define NULL 0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_jp.c 727 { "euc_jisx0213", (void *)2000, NULL, _STATELESS_METHODS(euc_jis_2004) },
728 { "shift_jisx0213", (void *)2000, NULL, _STATELESS_METHODS(shift_jis_2004) },
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_jp.c 727 { "euc_jisx0213", (void *)2000, NULL, _STATELESS_METHODS(euc_jis_2004) },
728 { "shift_jisx0213", (void *)2000, NULL, _STATELESS_METHODS(shift_jis_2004) },
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
MemoryCallback.c 118 SmramDescriptor = NULL;
121 PERF_START (NULL, "SetCache", NULL, 0);
124 ASSERT (SmramDescriptor != NULL);
155 PERF_END (NULL, "SetCache", NULL, 0);
163 NULL, // EFI_PEI_PPI_DESCRIPTOR
177 NULL,
189 // ZeroMem() generates an ASSERT() if Buffer parameter is NULL.
230 NULL,
    [all...]
  /external/clang/test/Analysis/
weak-functions.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core,debug.ExprInspection,unix.Malloc,unix.cstring,alpha.unix.cstring,unix.API,osx.API,osx.cocoa.RetainCount -Wno-null-dereference -Wno-tautological-compare -analyzer-store=region -fblocks -verify %s
2 #define NULL 0
9 clang_analyzer_eval(myFunc == NULL); // expected-warning{{FALSE}}
10 clang_analyzer_eval(myWeakFunc == NULL); // expected-warning{{UNKNOWN}}
11 if (myWeakFunc == NULL) {
12 clang_analyzer_eval(myWeakFunc == NULL); // expected-warning{{TRUE}}
14 clang_analyzer_eval(myWeakFunc == NULL); // expected-warning{{FALSE}}
20 clang_analyzer_eval(myWeakFunc == NULL); // expected-warning{{UNKNOWN}}
22 clang_analyzer_eval(myWeakFunc == NULL); // expected-warning{{TRUE}}
24 clang_analyzer_eval(myWeakFunc == NULL); // expected-warning{{FALSE}
    [all...]
malloc-overflow.c 3 #define NULL ((void *) 0)
48 return NULL;
57 return NULL;
104 return NULL;
111 return NULL;
  /external/clang/test/Sema/
builtin-object-size.c 37 #define NULL ((void *)0)
43 memcpy((char *)NULL + 0x10000, buf, 0x10);
44 memcpy1((char *)NULL + 0x10000, buf, 0x10); // expected-error {{argument should be a value from 0 to 3}}
nonnull.c 18 Class_init(0, "Hello World"); // expected-warning {{null passed to a callee that requires a non-null argument}}
30 baz(0); // expected-warning {{null passed to a callee that requires a non-null argument}}
46 return 0; // expected-warning {{null returned from function that requires a non-null return value}}
50 g(0); // expected-warning{{null passed to a callee that requires a non-null argument}}
53 PR18795(0); // expected-warning{{null passed to a callee that requires a non-null argument}
    [all...]
  /external/libmpeg2/common/
iv_datatypedef.h 55 #ifndef NULL
56 #define NULL ((void *)0)
  /external/mesa3d/src/amd/addrlib/inc/
lnx_common_defs.h 98 #ifndef NULL
100 #define NULL __null
102 #define NULL ((void *)0)
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_fb.c 65 nouveau_bo_ref(NULL, &nfb->hierz.bo);
67 NULL, &nfb->hierz.bo);
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_jp.c 727 { "euc_jisx0213", (void *)2000, NULL, _STATELESS_METHODS(euc_jis_2004) },
728 { "shift_jisx0213", (void *)2000, NULL, _STATELESS_METHODS(shift_jis_2004) },
  /external/python/cpython3/Modules/cjkcodecs/
_codecs_jp.c 756 { "euc_jisx0213", (void *)2000, NULL, _STATELESS_METHODS(euc_jis_2004) },
757 { "shift_jisx0213", (void *)2000, NULL, _STATELESS_METHODS(shift_jis_2004) },
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
ValueType.java 49 public static final int NULL = 0x1e;
  /external/syslinux/com32/cmenu/libmenu/
tui.h 22 #ifndef NULL
23 #define NULL ((void *)0)
  /external/syslinux/core/lwip/src/include/lwip/
def.h 35 /* arch.h might define NULL already */
46 #ifndef NULL
47 #define NULL ((void *)0)
  /external/syslinux/gpxe/src/include/gpxe/efi/
efi.h 31 /* EFI headers rudely redefine NULL */
32 #undef NULL
  /external/turbine/java/com/google/turbine/model/
TurbineConstantTypeKind.java 30 NULL("null");
  /external/webrtc/webrtc/p2p/base/
transport_unittest.cc 37 : transport_(new FakeTransport("test content name")), channel_(NULL) {}
43 return (channel_ != NULL);
51 channel_ = NULL;
68 NULL));
79 NULL));
109 NULL));
112 NULL));
118 NULL));
132 NULL));
135 NULL));
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 127 #ifndef NULL
128 #define NULL 0
  /cts/tests/tests/media/libndkaudio/
AudioPlayer.cpp 30 #ifndef NULL
31 #define NULL 0
57 result = slCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL);
86 if (outputMixObject != NULL) {
88 outputMixObject = NULL;
91 if (engineObject != NULL) {
93 engineObject = NULL;
94 engineItf = NULL;
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 48 NULL,
60 Status = gBS->LocateProtocol (&gEfiSmmAccess2ProtocolGuid, NULL, (VOID **) &SmmAccess);
62 Handle = NULL;
67 NULL
151 NULL,
194 EfiBootManagerRegisterContinueKeyOption (0, &Enter, NULL);
202 EfiBootManagerAddKeyOptionVariable (NULL, (UINT16) BootOption.OptionNumber, 0, &F2, NULL);
210 EfiBootManagerAddKeyOptionVariable (NULL, (UINT16) BootOption.OptionNumber, 0, &Down, NULL);
    [all...]
  /external/clang/lib/Headers/
stddef.h 97 #undef NULL
100 # define NULL __null
102 # define NULL 0
105 # define NULL ((void*)0)
  /external/curl/docs/examples/
smooth-gtk-thread.c 114 return NULL;
139 NULL, /* default attributes please */
141 NULL);
150 error = pthread_join(tid[i], NULL);
166 return NULL;
184 g_thread_init(NULL);
194 outside_frame = gtk_frame_new(NULL);
199 inside_frame = gtk_frame_new(NULL);
217 G_CALLBACK(cb_delete), NULL);
219 if(!g_thread_create(&create_thread, progress_bar, FALSE, NULL) != 0
    [all...]

Completed in 478 milliseconds

1 2 34 5 6 7 8 91011>>