HomeSort by relevance Sort by last modified time
    Searched full:have (Results 176 - 200 of 87257) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/qcom/msm8998/json-c/
math_compat.h 21 #error This platform does not have nan()
25 #error This platform does not have INFINITY
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
bugpara.0.golden 11 Sometimes bugs have multiple paragraphs.
17 BUG(rsc) Sometimes bugs have multiple paragraphs.
bugpara.1.golden 11 Sometimes bugs have multiple paragraphs.
17 BUG(rsc) Sometimes bugs have multiple paragraphs.
bugpara.2.golden 11 Sometimes bugs have multiple paragraphs.
17 BUG(rsc) Sometimes bugs have multiple paragraphs.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
bugpara.0.golden 11 Sometimes bugs have multiple paragraphs.
17 BUG(rsc) Sometimes bugs have multiple paragraphs.
bugpara.1.golden 11 Sometimes bugs have multiple paragraphs.
17 BUG(rsc) Sometimes bugs have multiple paragraphs.
bugpara.2.golden 11 Sometimes bugs have multiple paragraphs.
17 BUG(rsc) Sometimes bugs have multiple paragraphs.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
tls-ill.s 4 /* These have obvious meanings, but we don't have currently defined
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p6-0x.cpp 3 void f0() &; // expected-error {{non-member function cannot have '&' qualifier}}
4 void f1() &&; // expected-error {{non-member function cannot have '&&' qualifier}}
5 void f2() const volatile &&; // expected-error {{non-member function cannot have 'const volatile &&' qualifier}}
10 static void f2() &; // expected-error{{static member function cannot have '&' qualifier}}
11 static void f3() &&; // expected-error{{static member function cannot have '&&' qualifier}}
17 typedef func_type_lvalue *func_type_lvalue_ptr; // expected-error{{pointer to function type 'func_type_lvalue' (aka 'void () &') cannot have '&' qualifier}}
18 typedef func_type_rvalue *func_type_rvalue_ptr; // expected-error{{pointer to function type 'func_type_rvalue' (aka 'void () &&') cannot have '&&' qualifier}}
20 typedef func_type_lvalue &func_type_lvalue_ref; // expected-error{{reference to function type 'func_type_lvalue' (aka 'void () &') cannot have '&' qualifier}}
21 typedef func_type_rvalue &func_type_rvalue_ref; // expected-error{{reference to function type 'func_type_rvalue' (aka 'void () &&') cannot have '&&' qualifier}}
25 typedef T *ptr; // expected-error-re 2{{pointer to function type '{{.*}}' cannot have '{{&|&&}}' qualifier}
    [all...]
  /external/libmicrohttpd/
MHD_config.h 24 /* Define to 1 if you have the `accept4' function. */
27 /* Define to 1 if you have the <arpa/inet.h> header file. */
30 /* Have clock_gettime */
33 /* Define to 1 if you have the declaration of `SOCK_NONBLOCK', and to 0 if you
37 /* Define to 1 if you have the declaration of `TCP_CORK', and to 0 if you
41 /* Define to 1 if you have the declaration of `TCP_NOPUSH', and to 0 if you
45 /* Define to 1 if you have the <dlfcn.h> header file. */
48 /* Define if you have epoll_create1 function. */
51 /* Define to 1 if you have the <errno.h> header file. */
54 /* Define to 1 if you have the <fcntl.h> header file. *
    [all...]
MHD_config.h.in 23 /* Define to 1 if you have the `accept4' function. */
26 /* Define to 1 if you have the <arpa/inet.h> header file. */
29 /* Have clock_gettime */
32 /* Define to 1 if you have the declaration of `SOCK_NONBLOCK', and to 0 if you
36 /* Define to 1 if you have the declaration of `TCP_CORK', and to 0 if you
40 /* Define to 1 if you have the declaration of `TCP_NOPUSH', and to 0 if you
44 /* Define to 1 if you have the <dlfcn.h> header file. */
47 /* Define if you have epoll_create1 function. */
50 /* Define to 1 if you have the <errno.h> header file. */
53 /* Define to 1 if you have the <fcntl.h> header file. *
    [all...]
  /external/stressapptest/src/
stressapptest_config.h.in 6 /* Define to 1 if you have the <arpa/inet.h> header file. */
9 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
13 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
17 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
20 /* Define to 1 if you have the <fcntl.h> header file. */
23 /* Define to 1 if you have the `ftruncate' function. */
26 /* Define to 1 if you have the `gettimeofday' function. */
29 /* Define to 1 if you have the <inttypes.h> header file. */
32 /* Define to 1 if you have the <libaio.h> header file. *
    [all...]
stressapptest_config_android.h 7 /* Define to 1 if you have the <arpa/inet.h> header file. */
10 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
14 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
18 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
21 /* Define to 1 if you have the <fcntl.h> header file. */
24 /* Define to 1 if you have the `ftruncate' function. */
27 /* Define to 1 if you have the `gettimeofday' function. */
30 /* Define to 1 if you have the <inttypes.h> header file. */
33 /* Define to 1 if you have the <libaio.h> header file. *
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
config.in 23 /* Additional extension a shared object might have. */
29 /* Define to 1 if you have the `close' function. */
32 /* Define to 1 if you have the declaration of `environ', and to 0 if you
36 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
40 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
47 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
51 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
55 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
59 /* Define to 1 if you have the <dlfcn.h> header file. */
62 /* Define to 1 if you have the <elf-hints.h> header file. *
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_math.h 10 /* if the system doesn't have acosh, use the substitute
18 /* if the system doesn't have asinh, use the substitute
26 /* if the system doesn't have atanh, use the substitute
34 /* if the system doesn't have expm1, use the substitute
42 /* if the system doesn't have log1p, use the substitute
  /external/libxml2/vms/
config.vms 5 /* Define if you have the strftime function. */
8 /* Define if you have the ANSI C header files. */
24 /* Define if you have the localtime function. */
27 /* Define if you have the snprintf function. */
30 /* Define if you have the strftime function. */
33 /* Define if you have the <arpa/inet.h> header file. */
36 /* Define if you have the <ctype.h> header file. */
39 /* Define if you have the <dirent.h> header file. */
42 /* Define if you have the <errno.h> header file. */
45 /* Define if you have the <fcntl.h> header file. *
    [all...]
  /external/ImageMagick/MagickCore/
magick-baseconfig.h 11 /* Define if you have AUTOTRACE library */
17 /* Define if you have the bzip2 library */
20 /* Define if you have CAIRO library */
47 /* Define if you have DJVU library */
55 /* Define if you have Display Postscript */
66 /* Define if you have FFTW library */
74 /* Define if you have FLIF library */
77 /* Define if you have FONTCONFIG library */
80 /* Define if you have FlashPIX library */
83 /* Define if you have FREETYPE library *
    [all...]
  /external/scrypt/
config.h 4 /* Define to 1 if you have the `clock_gettime' function. */
7 /* Define to 1 if you have the declaration of `be64enc', and to 0 if you
11 /* Define to 1 if you have the <err.h> header file. */
14 /* Define to 1 if you have the <inttypes.h> header file. */
17 /* Define to 1 if you have the `rt' library (-lrt). */
20 /* Define to 1 if you have the <memory.h> header file. */
23 /* Define to 1 if you have the `posix_memalign' function. */
26 /* Define to 1 if you have the <stdint.h> header file. */
29 /* Define to 1 if you have the <stdlib.h> header file. */
32 /* Define to 1 if you have the <strings.h> header file. *
    [all...]
  /external/libexif/
config.h.in 11 /* Define to 1 if you have the <dlfcn.h> header file. */
17 /* Define if you have the iconv() function. */
20 /* Define to 1 if you have the <inttypes.h> header file. */
23 /* Define to 1 if you have the `localtime_r' function. */
26 /* Define to 1 if you have the <memory.h> header file. */
29 /* Define to 1 if you have the <stdint.h> header file. */
32 /* Define to 1 if you have the <stdlib.h> header file. */
35 /* Define to 1 if you have the <strings.h> header file. */
38 /* Define to 1 if you have the <string.h> header file. */
41 /* Define to 1 if you have the <sys/stat.h> header file. *
    [all...]
  /external/libnl/include/
defs.h 6 /* Define to 1 if you have the <dlfcn.h> header file. */
9 /* Define to 1 if you have the <inttypes.h> header file. */
12 /* Define to 1 if you have the `m' library (-lm). */
15 /* Define to 1 if you have the `pthread' library (-lpthread). */
18 /* Define to 1 if you have the <memory.h> header file. */
21 /* Define to 1 if you have the <stdint.h> header file. */
24 /* Define to 1 if you have the <stdlib.h> header file. */
27 /* Define to 1 if you have the <strings.h> header file. */
30 /* Define to 1 if you have the <string.h> header file. */
33 /* Define to 1 if you have the <sys/stat.h> header file. *
    [all...]
  /external/pdfium/third_party/yasm/source/config/android/
config.h 10 /* Define to 1 if you have the `abort' function. */
16 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
20 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
28 /* Define to 1 if you have the <direct.h> header file. */
31 /* Define to 1 if you have the `ftruncate' function. */
34 /* Define to 1 if you have the `getcwd' function. */
40 /* Define to 1 if you have the GNU C Library */
43 /* Define if you have the iconv() function and it works. */
46 /* Define to 1 if you have the <inttypes.h> header file. */
52 /* Define to 1 if you have the <libgen.h> header file. *
    [all...]
  /external/pdfium/third_party/yasm/source/config/ios/
config.h 10 /* Define to 1 if you have the `abort' function. */
16 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
20 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
28 /* Define to 1 if you have the <direct.h> header file. */
31 /* Define to 1 if you have the `ftruncate' function. */
34 /* Define to 1 if you have the `getcwd' function. */
40 /* Define to 1 if you have the GNU C Library */
43 /* Define if you have the iconv() function and it works. */
46 /* Define to 1 if you have the <inttypes.h> header file. */
52 /* Define to 1 if you have the <libgen.h> header file. *
    [all...]
  /external/pdfium/third_party/yasm/source/config/linux/
config.h 10 /* Define to 1 if you have the `abort' function. */
16 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
20 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
28 /* Define to 1 if you have the <direct.h> header file. */
31 /* Define to 1 if you have the `ftruncate' function. */
34 /* Define to 1 if you have the `getcwd' function. */
40 /* Define to 1 if you have the GNU C Library */
43 /* Define if you have the iconv() function and it works. */
46 /* Define to 1 if you have the <inttypes.h> header file. */
52 /* Define to 1 if you have the <libgen.h> header file. *
    [all...]
  /external/pdfium/third_party/yasm/source/config/mac/
config.h 10 /* Define to 1 if you have the `abort' function. */
16 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
20 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
28 /* Define to 1 if you have the <direct.h> header file. */
31 /* Define to 1 if you have the `ftruncate' function. */
34 /* Define to 1 if you have the `getcwd' function. */
40 /* Define to 1 if you have the GNU C Library */
43 /* Define if you have the iconv() function and it works. */
46 /* Define to 1 if you have the <inttypes.h> header file. */
52 /* Define to 1 if you have the <libgen.h> header file. *
    [all...]
  /external/pdfium/third_party/yasm/source/config/win/
config.h 10 /* Define to 1 if you have the `abort' function. */
16 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
20 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue i
28 /* Define to 1 if you have the <direct.h> header file. */
31 /* Define to 1 if you have the `ftruncate' function. */
34 /* Define to 1 if you have the `getcwd' function. */
40 /* Define to 1 if you have the GNU C Library */
43 /* Define if you have the iconv() function and it works. */
46 /* Define to 1 if you have the <inttypes.h> header file. */
52 /* Define to 1 if you have the <libgen.h> header file. *
    [all...]

Completed in 359 milliseconds

1 2 3 4 5 6 78 91011>>