OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have
(Results
1 - 25
of
59665
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/strace/
AUTHORS
1
See the file CREDITS. Automake likes us to
have
this file called AUTHORS.
/external/chromium_org/third_party/libxml/src/
config.h.in
19
/* Define to 1 if you
have
the <ansidecl.h> header file. */
22
/* Define to 1 if you
have
the <arpa/inet.h> header file. */
25
/* Define to 1 if you
have
the <arpa/nameser.h> header file. */
31
/* Define to 1 if you
have
the `class' function. */
34
/* Define to 1 if you
have
the <ctype.h> header file. */
37
/* Define to 1 if you
have
the <dirent.h> header file. */
40
/* Define to 1 if you
have
the <dlfcn.h> header file. */
43
/*
Have
dlopen based dso */
46
/* Define to 1 if you
have
the <dl.h> header file. */
49
/* Define to 1 if you
have
the <errno.h> header file. *
[
all
...]
/external/ppp/pppd/plugins/rp-pppoe/
config.h
7
/* Define if you
have
<sys/wait.h> that is POSIX.1 compatible. */
21
/* Define if you
have
the ANSI C header files. */
41
/* Define if you
have
the select function. */
44
/* Define if you
have
the socket function. */
47
/* Define if you
have
the strerror function. */
50
/* Define if you
have
the strtol function. */
53
/* Define if you
have
the <asm/types.h> header file. */
56
/* Define if you
have
the <fcntl.h> header file. */
59
/* Define if you
have
the <getopt.h> header file. */
62
/* Define if you
have
the <linux/if_ether.h> header file. *
[
all
...]
/external/clang/test/CXX/temp/temp.param/
p7.cpp
3
// A non-type template-parameter shall not be declared to
have
7
template<double d> class X; // expected-error{{cannot
have
type}}
11
template<A a> class X0; // expected-error{{cannot
have
type}}
14
template<VOID a> class X01; // expected-error{{cannot
have
type}}
/external/kernel-headers/original/asm-mips/
segment.h
4
/* Only here because we
have
some old header files that expect it.. */
/external/qemu-pc-bios/vgabios/
BUGS
1
Not all the functions
have
been implemented yet.
/frameworks/compile/slang/tests/F_init_nonvoid/
stderr.txt.expect
1
init_nonvoid.rs:4:5: error: init(void) is required to
have
a void return type
/frameworks/compile/slang/tests/F_init_params/
stderr.txt.expect
1
init_params.rs:4:6: error: init(void) is required to
have
no parameters
/frameworks/compile/slang/tests/P_array_init/
stderr.txt.expect
1
array_init.rs:22:6: warning: tentative array definition assumed to
have
one element
/external/chromium-libpac/
README
4
Modifications
have
been made to remove dependencies on chromium utility
6
utilities
have
been modified to use stl and the network functions
have
been
/external/iputils/ninfod/
config.h.in
15
/* Define to 1 if you
have
the <arpa/inet.h> header file. */
18
/* Define to 1 if you
have
the <gnutls/openssl.h> header file. */
21
/* Define to 1 if you
have
the <inttypes.h> header file. */
24
/* Define to 1 if you
have
the `cap' library (-lcap). */
27
/* Define to 1 if you
have
the `pthread' library (-lpthread). */
30
/* Define to 1 if you
have
the <limits.h> header file. */
33
/* Define to 1 if you
have
the <linux/rtnetlink.h> header file. */
36
/* Define to 1 if you
have
the <memory.h> header file. */
39
/* Define to 1 if you
have
the `nanosleep' function. */
42
/* Define to 1 if you
have
the <netdb.h> header file. *
[
all
...]
/external/chromium_org/sdch/open-vcdiff/src/
config.h.in
13
/* Define to 1 if you
have
the <dlfcn.h> header file. */
16
/* Define to 1 if you
have
the <ext/rope> header file. */
19
/* Define to 1 if you
have
the <fnmatch.h> header file. */
22
/* Define to 1 if you
have
the <getopt.h> header file. */
25
/* Define to 1 if you
have
the `gettimeofday' function. */
28
/* Define to 1 if you
have
the <inttypes.h> header file. */
31
/* Define to 1 if you
have
the <malloc.h> header file. */
34
/* Define to 1 if you
have
the `memalign' function. */
37
/* Define to 1 if you
have
the <memory.h> header file. */
40
/* Define to 1 if you
have
the `mprotect' function. *
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
config.h
12
/* Define if you
have
the `abort' function. */
18
/* Define to 1 if you
have
the MacOS X function CFLocaleCopyCurrent in the
22
/* Define to 1 if you
have
the MacOS X function CFPreferencesCopyAppValue in
30
/* Define to 1 if you
have
the <direct.h> header file. */
33
/* Define to 1 if you
have
the `getcwd' function. */
39
/* Define if you
have
the GNU C Library */
42
/* Define if you
have
the iconv() function. */
45
/* Define if you
have
the <inttypes.h> header file. */
51
/* Define to 1 if you
have
the <libgen.h> header file. */
54
/* Define if you
have
the <memory.h> header file. */
[
all
...]
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p6.cpp
5
void f() const; // expected-error {{non-member function cannot
have
'const' qualifier}}
6
F g; // expected-error {{non-member function of type 'F' (aka 'void () const') cannot
have
'const' qualifier}}
10
friend void g() const; // expected-error {{non-member function cannot
have
'const' qualifier}}
11
static void h() const; // expected-error {{static member function cannot
have
'const' qualifier}}
13
friend F j; // expected-error {{non-member function of type 'F' (aka 'void () const') cannot
have
'const' qualifier}}
14
static F k; // expected-error {{static member function of type 'F' (aka 'void () const') cannot
have
'const' qualifier}}
19
friend void ::f() const; // expected-error {{non-member function cannot
have
'const' qualifier}}
/external/open-vcdiff/src/
config.h.in
13
/* Define to 1 if you
have
the <dlfcn.h> header file. */
16
/* Define to 1 if you
have
the <ext/rope> header file. */
19
/* Define to 1 if you
have
the <fnmatch.h> header file. */
22
/* Define to 1 if you
have
the <getopt.h> header file. */
25
/* Define to 1 if you
have
the `gettimeofday' function. */
28
/* Define to 1 if you
have
the <inttypes.h> header file. */
31
/* Define to 1 if you
have
the <malloc.h> header file. */
34
/* Define to 1 if you
have
the `memalign' function. */
37
/* Define to 1 if you
have
the <memory.h> header file. */
40
/* Define to 1 if you
have
the `mprotect' function. *
[
all
...]
/external/openssh/
config.h
7
/* Define if you
have
a getaddrinfo that fails for the all-zeros IPv6 address
48
/* Define if you
have
a broken realpath. */
81
/* Define if you
have
BSD auth support */
162
/* Define if you
have
ut_addr in utmp.h */
165
/* Define if you
have
ut_addr in utmpx.h */
168
/* Define if you
have
ut_addr_v6 in utmp.h */
171
/* Define if you
have
ut_addr_v6 in utmpx.h */
174
/* Define to 1 if you
have
the `arc4random' function. */
177
/* Define to 1 if you
have
the `arc4random_buf' function. */
180
/* Define to 1 if you
have
the `arc4random_uniform' function. *
[
all
...]
config.h.in
6
/* Define if you
have
a getaddrinfo that fails for the all-zeros IPv6 address
47
/* Define if you
have
a broken realpath. */
80
/* Define if you
have
BSD auth support */
161
/* Define if you
have
ut_addr in utmp.h */
164
/* Define if you
have
ut_addr in utmpx.h */
167
/* Define if you
have
ut_addr_v6 in utmp.h */
170
/* Define if you
have
ut_addr_v6 in utmpx.h */
173
/* Define to 1 if you
have
the `arc4random' function. */
176
/* Define to 1 if you
have
the `arc4random_buf' function. */
179
/* Define to 1 if you
have
the `arc4random_uniform' function. *
[
all
...]
/external/dropbear/
config.h
55
/* Define to 1 if you
have
the `basename' function. */
58
/* Define to 1 if you
have
the `clearenv' function. */
64
/* Define to 1 if you
have
the <crypt.h> header file. */
67
/* Define to 1 if you
have
the `daemon' function. */
73
/* Define to 1 if you
have
the `dup2' function. */
76
/* Define to 1 if you
have
the `endutent' function. */
79
/* Define to 1 if you
have
the `endutxent' function. */
82
/* Define to 1 if you
have
the <fcntl.h> header file. */
85
/* Define to 1 if you
have
the `freeaddrinfo' function. */
88
/* Define to 1 if you
have
the `gai_strerror' function. *
[
all
...]
config.h.in
54
/* Define to 1 if you
have
the `basename' function. */
57
/* Define to 1 if you
have
the `clearenv' function. */
63
/* Define to 1 if you
have
the <crypt.h> header file. */
66
/* Define to 1 if you
have
the `daemon' function. */
72
/* Define to 1 if you
have
the `dup2' function. */
75
/* Define to 1 if you
have
the `endutent' function. */
78
/* Define to 1 if you
have
the `endutxent' function. */
81
/* Define to 1 if you
have
the <fcntl.h> header file. */
84
/* Define to 1 if you
have
the `freeaddrinfo' function. */
87
/* Define to 1 if you
have
the `gai_strerror' function. *
[
all
...]
/external/libxslt/libxslt/
config.h
10
/* Define to 1 if you
have
the <ansidecl.h> header file. */
13
/* Define to 1 if you
have
the `asctime' function. */
16
/* Define to 1 if you
have
the <dlfcn.h> header file. */
19
/* Define to 1 if you
have
the <float.h> header file. */
22
/* Define to 1 if you
have
the `fprintf' function. */
25
/* Define to 1 if you
have
the <fp_class.h> header file. */
28
/* Define to 1 if you
have
the `ftime' function. */
34
/* Define to 1 if you
have
the `gettimeofday' function. */
37
/* Define to 1 if you
have
the `gmtime_r' function. */
40
/* Define to 1 if you
have
the <ieeefp.h> header file. *
[
all
...]
/external/libxml2/
config.h
4
/* Define to 1 if you
have
the <ansidecl.h> header file. */
7
/* Define to 1 if you
have
the <arpa/inet.h> header file. */
10
/* Define to 1 if you
have
the <arpa/nameser.h> header file. */
16
/* Define to 1 if you
have
the `class' function. */
19
/* Define to 1 if you
have
the <ctype.h> header file. */
22
/* Define to 1 if you
have
the <dirent.h> header file. */
25
/* Define to 1 if you
have
the <dlfcn.h> header file. */
28
/*
Have
dlopen based dso */
31
/* Define to 1 if you
have
the <dl.h> header file. */
34
/* Define to 1 if you
have
the <errno.h> header file. *
[
all
...]
/external/qemu-pc-bios/bochs/
ltdlconf.h.in
6
// but appears to
have
been generated by autoheader.
17
/* Define if you
have
the ANSI C header files. */
20
/* Define if you
have
the argz_append function. */
23
/* Define if you
have
the argz_create_sep function. */
26
/* Define if you
have
the argz_insert function. */
29
/* Define if you
have
the argz_next function. */
32
/* Define if you
have
the argz_stringify function. */
35
/* Define if you
have
the bcopy function. */
38
/* Define if you
have
the dlerror function. */
41
/* Define if you
have
the index function. *
[
all
...]
/external/chromium/third_party/libevent/android/
config.h
10
/* Define to 1 if you
have
the `clock_gettime' function. */
16
/* Define to 1 if you
have
the <dlfcn.h> header file. */
24
/* Define to 1 if you
have
the `epoll_ctl' function. */
30
/* Define to 1 if you
have
the `fcntl' function. */
33
/* Define to 1 if you
have
the <fcntl.h> header file. */
39
/* Define to 1 if you
have
the `getaddrinfo' function. */
42
/* Define to 1 if you
have
the `getegid' function. */
45
/* Define to 1 if you
have
the `geteuid' function. */
48
/* Define to 1 if you
have
the `getnameinfo' function. */
51
/* Define to 1 if you
have
the `gettimeofday' function. *
[
all
...]
event-config.h
17
/* Define to 1 if you
have
the `clock_gettime' function. */
23
/* Define to 1 if you
have
the <dlfcn.h> header file. */
29
/* Define to 1 if you
have
the `epoll_ctl' function. */
35
/* Define to 1 if you
have
the `fcntl' function. */
38
/* Define to 1 if you
have
the <fcntl.h> header file. */
44
/* Define to 1 if you
have
the `getaddrinfo' function. */
47
/* Define to 1 if you
have
the `getegid' function. */
50
/* Define to 1 if you
have
the `geteuid' function. */
53
/* Define to 1 if you
have
the `getnameinfo' function. */
56
/* Define to 1 if you
have
the `gettimeofday' function. *
[
all
...]
/external/chromium/third_party/libevent/
config.h.in
9
/* Define to 1 if you
have
the `clock_gettime' function. */
15
/* Define to 1 if you
have
the <dlfcn.h> header file. */
21
/* Define to 1 if you
have
the `epoll_ctl' function. */
27
/* Define to 1 if you
have
the `fcntl' function. */
30
/* Define to 1 if you
have
the <fcntl.h> header file. */
36
/* Define to 1 if you
have
the `getaddrinfo' function. */
39
/* Define to 1 if you
have
the `getegid' function. */
42
/* Define to 1 if you
have
the `geteuid' function. */
45
/* Define to 1 if you
have
the `getnameinfo' function. */
48
/* Define to 1 if you
have
the `gettimeofday' function. *
[
all
...]
Completed in 1355 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>