Searched refs:NULL (Results 1 - 25 of 1581) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Dstddef.h6 #undef NULL macro
8 #define NULL 0 macro
10 #define NULL ((void *)0) macro
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/language.support/support.types/
H A Dnull.pass.cpp12 #ifndef NULL
13 #error NULL not defined
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.types/
H A Dnull.pass.cpp12 #ifndef NULL
13 #error NULL not defined
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
H A Dgets.fail.cpp19 (void) std::gets((char *) NULL);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
H A Dgets.fail.cpp19 (void) std::gets((char *) NULL);
/prebuilts/go/darwin-x86/misc/cgo/test/
H A Dsigprocmask.c17 sigprocmask(SIG_BLOCK, NULL, &mask);
25 sigprocmask(SIG_BLOCK, &mask, NULL);
27 return NULL;
34 r = pthread_create(&thread, NULL, &sigthreadfunc, NULL);
37 return pthread_join(thread, NULL);
/prebuilts/go/linux-x86/misc/cgo/test/
H A Dsigprocmask.c17 sigprocmask(SIG_BLOCK, NULL, &mask);
25 sigprocmask(SIG_BLOCK, &mask, NULL);
27 return NULL;
34 r = pthread_create(&thread, NULL, &sigthreadfunc, NULL);
37 return pthread_join(thread, NULL);
/prebuilts/gdb/darwin-x86/lib/python2.7/config/
H A Dconfig.c.in47 {"__main__", NULL},
48 {"__builtin__", NULL},
49 {"sys", NULL},
50 {"exceptions", NULL},
H A Dconfig.c68 {"__main__", NULL},
69 {"__builtin__", NULL},
70 {"sys", NULL},
71 {"exceptions", NULL},
/prebuilts/gdb/linux-x86/lib/python2.7/config/
H A Dconfig.c.in47 {"__main__", NULL},
48 {"__builtin__", NULL},
49 {"sys", NULL},
50 {"exceptions", NULL},
H A Dconfig.c70 {"__main__", NULL},
71 {"__builtin__", NULL},
72 {"sys", NULL},
73 {"exceptions", NULL},
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
H A Dconfig.c.in47 {"__main__", NULL},
48 {"__builtin__", NULL},
49 {"sys", NULL},
50 {"exceptions", NULL},
H A Dconfig.c68 {"__main__", NULL},
69 {"__builtin__", NULL},
70 {"sys", NULL},
71 {"exceptions", NULL},
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
H A Dconfig.c.in47 {"__main__", NULL},
48 {"__builtin__", NULL},
49 {"sys", NULL},
50 {"exceptions", NULL},
H A Dconfig.c70 {"__main__", NULL},
71 {"__builtin__", NULL},
72 {"sys", NULL},
73 {"exceptions", NULL},
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_quit.h56 (SDL_PumpEvents(), (SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,SDL_QUIT,SDL_QUIT) > 0))
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
H A DSDL_quit.h56 (SDL_PumpEvents(), (SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,SDL_QUIT,SDL_QUIT) > 0))
/prebuilts/misc/windows/sdl2/include/
H A DSDL_quit.h56 (SDL_PumpEvents(), (SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,SDL_QUIT,SDL_QUIT) > 0))
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
H A DSDL_quit.h56 (SDL_PumpEvents(), (SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,SDL_QUIT,SDL_QUIT) > 0))
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
H A Dcopy.pass.cpp27 assert(std::char_traits<char>::copy(NULL, s1, 0) == NULL);
28 assert(std::char_traits<char>::copy(s1, NULL, 0) == s1);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
H A Dcopy.pass.cpp27 assert(std::char_traits<wchar_t>::copy(NULL, s1, 0) == NULL);
28 assert(std::char_traits<wchar_t>::copy(s1, NULL, 0) == s1);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
H A Dcopy.pass.cpp27 assert(std::char_traits<char>::copy(NULL, s1, 0) == NULL);
28 assert(std::char_traits<char>::copy(s1, NULL, 0) == s1);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
H A Dcopy.pass.cpp27 assert(std::char_traits<wchar_t>::copy(NULL, s1, 0) == NULL);
28 assert(std::char_traits<wchar_t>::copy(s1, NULL, 0) == s1);
/prebuilts/misc/windows/sdl2/test/
H A Dtestautomation_syswm.c25 SDLTest_AssertCheck(window != NULL, "Check that value returned from SDL_CreateWindow is not NULL");
26 if (window == NULL) {
52 &syswmTest1, NULL
58 NULL,
60 NULL
H A Dtestnativew32.c52 wc.hInstance = GetModuleHandle(NULL);
53 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION);
54 wc.hCursor = LoadCursor(NULL, IDC_ARROW);
56 wc.lpszMenuName = NULL;
60 MessageBox(NULL, "Window Registration Failed!", "Error!",
67 CW_USEDEFAULT, w, h, NULL, NULL, GetModuleHandle(NULL),
68 NULL);
69 if (hwnd == NULL) {
[all...]

Completed in 819 milliseconds

1234567891011>>