Searched refs:NULL (Results 351 - 375 of 11995) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_in_process_browser_test.cc18 controller_(NULL),
19 host_(NULL) {
32 return NULL;
/external/chromium/net/spdy/
H A Dspdy_io_buffer.cc20 SpdyIOBuffer::SpdyIOBuffer() : priority_(0), position_(0), stream_(NULL) {}
25 buffer_ = NULL;
26 stream_ = NULL;
/external/dhcpcd/
H A Dplatform-linux.c71 NULL
81 if (mproc == NULL) {
83 return NULL;
87 if (fp == NULL)
88 return NULL;
90 p = NULL;
94 if (p != NULL && ++p != NULL) {
103 if (p == NULL)
115 if (fp == NULL)
[all...]
/external/elfutils/libdw/
H A Ddwarf_addrdie.c71 NULL, NULL, &off) != 0)
72 return NULL;
H A Ddwarf_attr.c65 if (die == NULL)
66 return NULL;
74 return result->code == search_name ? result : NULL;
H A Ddwarf_getabbrev.c70 if (dbg->sectiondata[IDX_debug_abbrev] == NULL)
71 return NULL;
76 return NULL;
108 Dwarf_Abbrev *abb = NULL;
109 if (cu == NULL
110 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL)
112 if (result == NULL)
124 if (lengthp == NULL)
149 if (lengthp != NULL)
[all...]
/external/elfutils/libelf/
H A Delf_cntl.c67 if (elf == NULL)
82 if (elf->map_address == NULL && __libelf_readall (elf) == NULL)
H A Dgelf_getphdr.c68 GElf_Phdr *result = NULL;
70 if (elf == NULL)
71 return NULL;
76 return NULL;
79 if (dst == NULL)
82 return NULL;
92 if (phdr == NULL)
96 if (phdr == NULL)
98 return NULL;
130 if (phdr == NULL)
[all...]
/external/elfutils/tests/
H A Dfuncretval.c56 if (argv[0] != NULL)
66 printf ("(%s) %s: ", dwfl_module_info (dwfl_cumodule (a->cu), NULL,
67 NULL, NULL,
68 NULL, NULL,
69 NULL, NULL), name);
99 struct args a = { .dwfl = NULL, .cu = NULL };
[all...]
/external/icu4c/i18n/
H A Duregexc.cpp30 return NULL;
32 if (pattern == NULL) {
34 return NULL;
/external/icu4c/layout/
H A DSingleSubstitutionSubtables.h25 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
32 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
40 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
/external/iptables/libiptc/
H A Dlinux_stddef.h4 #undef NULL macro
6 #define NULL 0 macro
8 #define NULL ((void *)0) macro
/external/libmtp/examples/
H A Dutil.c36 char *langsuff = NULL;
50 if (lang != NULL) {
56 if (langsuff == NULL) {
/external/openssh/openbsd-compat/
H A Dopenssl-compat.c75 if (cb != NULL)
77 return BN_is_prime(p, nchecks, NULL, ctx, NULL);
88 if (cb != NULL)
93 new_rsa = RSA_generate_key(bits, e, NULL, NULL);
94 if (new_rsa == NULL)
112 if (cb != NULL)
115 counter_ret, h_ret, NULL, NULL);
[all...]
H A Dstrsep.c48 * be further tokens), or is NULL (if there are definitely no more tokens).
50 * If *stringp is NULL, strsep returns NULL.
60 if ((s = *stringp) == NULL)
61 return (NULL);
68 s = NULL;
/external/openssl/crypto/pkcs7/
H A Dsign.c108 if ((in=BIO_new_file("server.pem","r")) == NULL) goto err;
109 if ((x509=PEM_read_bio_X509(in,NULL,NULL,NULL)) == NULL) goto err;
111 if ((pkey=PEM_read_bio_PrivateKey(in,NULL,NULL,NULL)) == NULL) goto err;
118 if (si == NULL) got
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_int.c68 0,0,0,0, NULL};
75 0,0,0,0, NULL};
87 0,0,0,0, NULL};
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_tveille.c35 static tveille_t *cookie_veil = NULL;
42 cookie_veil = NULL;
47 return (cookie_veil != NULL);
/external/srec/shared/src/
H A DHashMap.c27 if (self == NULL)
34 if (self == NULL)
41 if (self == NULL)
48 if (self == NULL)
55 if (self == NULL)
62 if (self == NULL)
69 if (self == NULL)
76 if (self == NULL)
83 if (self == NULL)
90 if (self == NULL)
[all...]
/external/tcpdump/missing/
H A Dstrsep.c54 * be further tokens), or is NULL (if there are definitely no more tokens).
56 * If *stringp is NULL, strsep returns NULL.
66 if ((s = *stringp) == NULL)
67 return (NULL);
74 s = NULL;
/external/valgrind/main/coregrind/
H A Dm_aspacehl.c49 if (starts == NULL)
58 if (starts == NULL) {
60 return NULL;
/external/valgrind/main/helgrind/tests/
H A Dlocked_vs_unlocked2.c34 return NULL;
48 return NULL;
56 r= pthread_mutex_init(&mx1a, NULL); assert(!r);
57 r= pthread_mutex_init(&mx1b, NULL); assert(!r);
58 r= pthread_mutex_init(&mx2a, NULL); assert(!r);
59 r= pthread_mutex_init(&mx2b, NULL); assert(!r);
61 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
62 r= pthread_create(&child1, NULL, child_fn1, NULL); asser
[all...]
/external/webrtc/src/common_audio/vad/
H A Dwebrtc_vad.c29 if (version == NULL)
52 if (vad_inst == NULL)
57 if (vad_inst_addr != NULL)
70 VadInstT *vad_ptr = NULL;
72 if (vad_inst == NULL)
77 *vad_inst = NULL;
82 if (vad_ptr == NULL)
95 if (vad_inst == NULL)
108 if (vad_inst == NULL)
120 if (vad_inst == NULL)
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dblacklist.c19 * Returns: Matching blacklist entry for the BSSID or %NULL if not found
26 if (wpa_s == NULL || bssid == NULL)
27 return NULL;
36 return NULL;
60 if (wpa_s == NULL || bssid == NULL)
73 if (e == NULL)
94 struct wpa_blacklist *e, *prev = NULL;
96 if (wpa_s == NULL || bssi
[all...]
/external/libxml2/
H A Dxmlstring.c38 * Returns a new xmlChar * or NULL
44 if ((cur == NULL) || (len < 0)) return(NULL);
46 if (ret == NULL) {
47 xmlErrMemory(NULL, NULL);
48 return(NULL);
63 * Returns a new xmlChar * or NULL
69 if (cur == NULL) return(NULL);
[all...]

Completed in 586 milliseconds

<<11121314151617181920>>