HomeSort by relevance Sort by last modified time
    Searched defs:NULL (Results 1 - 25 of 270) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/embunit/inc/
stdImpl.h 42 #ifndef NULL
43 #define NULL 0
  /bionic/libc/kernel/common/linux/
stddef.h 17 #undef NULL
19 #define NULL 0
21 #define NULL ((void *)0)
  /external/kernel-headers/original/linux/
stddef.h 6 #undef NULL
8 #define NULL 0
10 #define NULL ((void *)0)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
stddef.h 17 #undef NULL
19 #define NULL 0
21 #define NULL ((void *)0)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
stddef.h 17 #undef NULL
19 #define NULL 0
21 #define NULL ((void *)0)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
stddef.h 17 #undef NULL
19 #define NULL 0
21 #define NULL ((void *)0)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
stddef.h 17 #undef NULL
19 #define NULL 0
21 #define NULL ((void *)0)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
stddef.h 17 #undef NULL
19 #define NULL 0
21 #define NULL ((void *)0)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
stddef.h 17 #undef NULL
19 #define NULL 0
21 #define NULL ((void *)0)
  /external/iptables/libiptc/
linux_stddef.h 4 #undef NULL
6 #define NULL 0
8 #define NULL ((void *)0)
  /external/webkit/JavaScriptCore/
JavaScriptCorePrefix.h 2 #define NULL __null
4 #define NULL ((void *)0)
  /external/dbus/dbus/
dbus-macros.h 45 #ifndef NULL
47 # define NULL (0L)
49 # define NULL ((void*) 0)
63 * @brief #TRUE, #FALSE, #NULL, and so on
101 * @def NULL
103 * A null pointer, defined appropriately for C or C++.
  /external/dropbear/libtomcrypt/demos/
multi.c 18 hash_memory_multi(find_hash("sha256"), buf[1], &len2, (unsigned char*)"hello", 5, NULL);
24 hash_memory_multi(find_hash("sha256"), buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NULL, 0);
30 hash_memory_multi(find_hash("sha256"), buf[1], &len2, (unsigned char*)"h", 1UL, "e", 1UL, "l", 1UL, "l", 1UL, "o", 1UL, NULL);
40 hmac_memory_multi(find_hash("sha256"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5UL, NULL);
46 hmac_memory_multi(find_hash("sha256"), key, 16, buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NULL);
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);
62 omac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5UL, NULL);
68 omac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"he", 2UL, "llo", 3UL, NULL);
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);
84 pmac_memory_multi(find_cipher("aes"), key, 16, buf[1], &len2, (unsigned char*)"hello", 5, NULL);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
begin_code.h 149 #ifndef NULL
151 #define NULL 0
153 #define NULL ((void *)0)
155 #endif /* NULL */
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-3-n.js 75 var NULL = null;
78 "NULL = null; var o = new NULL()",
80 o = new NULL() );
  /external/webkit/WebKit/gtk/tests/
testwebsettings.c 41 userAgent = NULL;
42 g_object_set(G_OBJECT(settings), "user-agent", "testwebsettings/0.1", NULL);
43 g_object_get(G_OBJECT(settings),"user-agent", &userAgent, NULL);
47 // setting it to NULL or an empty value should give us the default UA string
48 userAgent = NULL;
49 g_object_set(G_OBJECT(settings), "user-agent", NULL, NULL);
50 g_object_get(G_OBJECT(settings),"user-agent", &userAgent, NULL);
54 userAgent = NULL;
55 g_object_set(G_OBJECT(settings), "user-agent", "", NULL);
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
begin_code.h 149 #ifndef NULL
151 #define NULL 0
153 #define NULL ((void *)0)
155 #endif /* NULL */
  /prebuilt/linux-x86/sdl/include/SDL/
begin_code.h 149 #ifndef NULL
151 #define NULL 0
153 #define NULL ((void *)0)
155 #endif /* NULL */
  /prebuilt/windows/sdl/host/include/SDL/
begin_code.h 129 #ifndef NULL
131 #define NULL 0
133 #define NULL ((void *)0)
135 #endif /* NULL */
  /prebuilt/windows/sdl/include/SDL/
begin_code.h 149 #ifndef NULL
151 #define NULL 0
153 #define NULL ((void *)0)
155 #endif /* NULL */
  /external/e2fsprogs/intl/
explodename.c 29 /* On some strange systems still no definition of NULL is found. Sigh! */
30 #ifndef NULL
32 # define NULL ((void *) 0)
34 # define NULL 0
62 *modifier = NULL;
63 *territory = NULL;
64 *codeset = NULL;
65 *normalized_codeset = NULL;
66 *special = NULL;
67 *sponsor = NULL;
    [all...]
  /external/easymock/src/org/easymock/internal/matchers/
Null.java 22 public class Null implements IArgumentMatcher, Serializable {
26 public static final Null NULL = new Null();
28 private Null() {
32 return actual == null;
  /external/icu4c/samples/case/
case.cpp 27 out = u_finit(stdout, NULL, NULL);
33 NULL, NULL, NULL, &status);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-008.js 19 var NULL = null;
25 result = new NULL();
33 "NULL = null; result = new NULL()" +
  /external/webkit/WebKit/mac/
WebKitPrefix.h 30 #define NULL __null
32 #define NULL ((void *)0)

Completed in 452 milliseconds

1 2 3 4 5 6 7 8 91011