Searched defs:NULL (Results 1 - 25 of 711) sorted by relevance

1234567891011>>

/external/embunit/inc/
H A DstdImpl.h42 #ifndef NULL
43 #define NULL 0 macro
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dstdlib.h20 #define NULL ((void *)0) macro
/external/compiler-rt/SDKs/linux/usr/include/
H A Dstdlib.h20 #define NULL ((void *)0) macro
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_unittest.cc28 // TemplateURLService is normally NULL during testing. Instant extended
50 BookmarkBarView bookmark_bar_view(browser(), NULL); local
/external/clang/test/SemaCXX/
H A Dnull_in_arithmetic_ops.cpp14 a = 0 ? NULL + a : a + NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
15 a = 0 ? NULL - a : a - NULL; // expected-warning 2{{use of NULL in arithmetic operation}}
16 a = 0 ? NULL / a : a / NULL; // expected-warning 2{{use of NULL in arithmetic operation}} \
18 a = 0 ? NULL *
59 a >>= NULL; // expected-warning{{use of NULL in arithmetic operation}} local
60 a <<= NULL; // expected-warning{{use of NULL in arithmetic operation}} local
[all...]
/external/iptables/libiptc/
H A Dlinux_stddef.h4 #undef NULL macro
6 #define NULL 0 macro
8 #define NULL ((void *)0) macro
/external/kernel-headers/original/linux/
H A Dstddef.h6 #undef NULL macro
8 #define NULL 0 macro
10 #define NULL ((void *)0) macro
/external/chromium_org/ui/views/corewm/
H A Dvisibility_controller_unittest.cc53 aura::client::SetVisibilityClient(root_window(), NULL); local
/external/clang/test/Headers/
H A Dtypedef_guards.c4 // NULL is rdefined in stddef.h
5 #define NULL ((void*) 0) macro
25 void *baz() { return NULL; }
/external/dropbear/libtomcrypt/demos/
H A Dmulti.c18 hash_memory_multi(find_hash("sha256"), buf[1], &len2, (unsigned char*)"hello", 5, NULL); local
24 hash_memory_multi(find_hash("sha256"), buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NULL, 0); local
30 hash_memory_multi(find_hash("sha256"), buf[1], &len2, (unsigned char*)"h", 1UL, "e", 1UL, "l", 1UL, "l", 1UL, "o", 1UL, NULL); local
40 hmac_memory_multi(find_hash("sha256"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5UL, NULL); local
46 hmac_memory_multi(find_hash("sha256"), key, 16, buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NULL); local
52 hmac_memory_multi(find_hash("sha256"), key, 16, buf[1], &len2, (unsigned char*)"h", 1UL, "e", 1UL, "l", 1UL, "l", 1UL, "o", 1UL, NULL); local
62 omac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5UL, NULL); local
68 omac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NULL); local
74 omac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"h", 1UL, "e", 1UL, "l", 1UL, "l", 1UL, "o", 1UL, NULL); local
84 pmac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5, NULL); local
90 pmac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NULL); local
96 pmac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"h", 1UL, "e", 1UL, "l", 1UL, "l", 1UL, "o", 1UL, NULL); local
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A Dbegin_code.h185 * @def NULL
189 #ifndef NULL
191 #define NULL 0 macro
193 #define NULL ((void *)0) macro
195 #endif /* NULL */
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt_win.cc63 SetDialog(NULL); variable
72 SetDialog(NULL); variable
73 SetModel(NULL); variable
/external/chromium/chrome/browser/ui/webui/
H A Dmediaplayer_browsertest.cc72 player->EnqueueMediaFileUrl(GetMusicTestURL(), NULL); local
86 player->EnqueueMediaFileUrl(GetMusicTestURL(), NULL); local
/external/chromium_org/chrome/browser/extensions/api/dns/
H A Ddns_apitest.cc41 SetHostResolverForTesting(NULL); variable
/external/chromium_org/chrome/browser/ui/gtk/
H A Dchrome_browser_main_extra_parts_gtk.cc37 ResourceBundle::InitSharedInstanceWithLocale(std::string(), NULL); local
43 NULL,
70 NULL,
/external/chromium_org/chrome/browser/ui/startup/
H A Dsession_crashed_infobar_delegate_unittest.cc34 static_cast<TestingBrowserProcess*>(g_browser_process)->SetLocalState(NULL); variable
/external/chromium_org/chrome/browser/ui/views/
H A Dvalidation_message_bubble_delegate_unittest.cc15 gfx::Rect(), UTF8ToUTF16(main_text), UTF8ToUTF16(sub_text), NULL); local
/external/chromium_org/jingle/notifier/communicator/
H A Dlogin_settings_unittest.cc32 NULL, local
46 NULL, local
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_request_unittest.cc76 GURL(), factory, &request_delegate, NULL, BoundNetLog()); local
85 NULL);
/external/chromium_org/third_party/WebKit/Source/core/
H A DWebCorePrefixMac.h31 #define NULL __null macro
33 #define NULL ((void *)0) macro
/external/chromium_org/webkit/browser/fileapi/
H A Dtransient_file_util.cc50 base::Bind(&RevokeFileSystem, url.filesystem_id()), NULL); local
/external/clang/test/Sema/
H A Dattr-sentinel.c3 #define NULL (void*)0 macro
17 foo1(1, NULL); // OK
19 foo5(1, NULL, 2); // OK
20 foo5(1,2,NULL, 1); // OK
21 foo5(1, NULL, 2, 1); // expected-warning {{missing sentinel in function call}}
24 foo6(1,NULL,3,4,5,6,7); // OK
26 foo7(1, NULL); // OK
/external/valgrind/main/VEX/priv/
H A Dmain_util.h44 #define NULL ((void*)0) macro
/external/bison/lib/
H A Dgetopt1.c36 #ifndef NULL macro
37 #define NULL 0
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_instructions_gtk.cc31 NULL);
48 NULL); local
74 gtk_util::SetLabelColor(instructions_label_, NULL);
76 GTK_CHROME_LINK_BUTTON(instructions_link_), NULL); local
87 GTK_CHROME_LINK_BUTTON(instructions_link_), NULL); local

Completed in 923 milliseconds

1234567891011>>