HomeSort by relevance Sort by last modified time
    Searched full:have (Results 51 - 75 of 66330) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libunwind/include/
config.h 21 /* Define to 1 if you have the <asm/ptrace_offsets.h> header file. */
24 /* Define to 1 if you have the <atomic_ops.h> header file. */
27 /* Define to 1 if you have the <byteswap.h> header file. */
30 /* Define to 1 if you have the declaration of `PTRACE_CONT', and to 0 if you
34 /* Define to 1 if you have the declaration of `PTRACE_POKEDATA', and to 0 if
38 /* Define to 1 if you have the declaration of `PTRACE_POKEUSER', and to 0 if
46 /* Define to 1 if you have the declaration of `PTRACE_SINGLESTEP', and to 0 if
50 /* Define to 1 if you have the declaration of `PTRACE_SYSCALL', and to 0 if
54 /* Define to 1 if you have the declaration of `PTRACE_TRACEME', and to 0 if
58 /* Define to 1 if you have the declaration of `PT_CONTINUE', and to 0 if yo
    [all...]
  /external/protobuf/gtest/build-aux/
config.h.in 3 /* Define to 1 if you have the <dlfcn.h> header file. */
6 /* Define to 1 if you have the <inttypes.h> header file. */
9 /* Define to 1 if you have the <memory.h> header file. */
12 /* Define if you have POSIX threads libraries and header files. */
15 /* Define to 1 if you have the <stdint.h> header file. */
18 /* Define to 1 if you have the <stdlib.h> header file. */
21 /* Define to 1 if you have the <strings.h> header file. */
24 /* Define to 1 if you have the <string.h> header file. */
27 /* Define to 1 if you have the <sys/stat.h> header file. */
30 /* Define to 1 if you have the <sys/types.h> header file. *
    [all...]
  /build/core/
apicheck_msg_last.txt 3 You have tried to change the API from what has been previously released in
  /external/chromium_org/build/android/ant/empty/res/
.keep 2 # APKs that don't have any resources.
  /external/clang/test/CXX/dcl.dcl/dcl.link/
p2.cpp 11 extern u8"C" {} // expected-error {{string literal in language linkage specifier cannot have an encoding-prefix}}
12 extern L"C" {} // expected-error {{string literal in language linkage specifier cannot have an encoding-prefix}}
13 extern u"C++" {} // expected-error {{string literal in language linkage specifier cannot have an encoding-prefix}}
14 extern U"C" {} // expected-error {{string literal in language linkage specifier cannot have an encoding-prefix}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p1.cpp 5 // -- not have default arguments
8 DefArg(int n = 5) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}
9 DefArg(const DefArg &DA = make()) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}
10 DefArg(const DefArg &DA, int k = 3) = default; // expected-error {{an explicitly-defaulted copy constructor cannot have default arguments}}
11 DefArg(DefArg &&DA = make()) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}
12 DefArg(DefArg &&DA, int k = 3) = default; // expected-error {{an explicitly-defaulted move constructor cannot have default arguments}}
13 DefArg &operator=(const DefArg&, int k = 4) = default; // expected-error {{parameter of overloaded 'operator=' cannot have a default argument}}
14 DefArg &operator=(DefArg&&, int k = 4) = default; // expected-error {{parameter of overloaded 'operator=' cannot have a default argument}}
15 ~DefArg(int k = 5) = default; // expected-error {{destructor cannot have any parameters}}
  /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}}
24 typedef T *P; // expected-error {{pointer to function type 'void () const' cannot have 'const' qualifier}}
25 typedef T &R; // expected-error {{reference to function type 'void () const' cannot have 'const' qualifier}}
  /external/clang/test/SemaCUDA/
config-type.cu 3 void cudaConfigureCall(unsigned gridSize, unsigned blockSize); // expected-error {{must have scalar return type}}
  /external/dhcpcd/dhcpcd-hooks/
02-dump 1 # Just echo our DHCP options we have
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
README.txt 3 This contains template scripts and files that are still being modified and have yet to be tested.
  /external/iptables/
config.h 4 /* Define to 1 if you have the <dlfcn.h> header file. */
7 /* Define to 1 if you have the <inttypes.h> header file. */
10 /* Define to 1 if you have the `pcap' library (-lpcap). */
13 /* Define to 1 if you have the <linux/dccp.h> header file. */
16 /* Define to 1 if you have the <linux/ip_vs.h> header file. */
19 /* Define to 1 if you have the <linux/magic.h> header file. */
22 /* Define to 1 if you have the <linux/proc_fs.h> header file. */
25 /* Define to 1 if you have the <memory.h> header file. */
28 /* Define to 1 if you have the <stdint.h> header file. */
31 /* Define to 1 if you have the <stdlib.h> header file. *
    [all...]
  /external/libmtp/
config.h 7 /* Define to 1 if you have the <arpa/inet.h> header file. */
10 /* Define to 1 if you have the `basename' function. */
13 /* Define to 1 if you have the <byteswap.h> header file. */
16 /* Define to 1 if you have the <ctype.h> header file. */
19 /* Define to 1 if you have the <dlfcn.h> header file. */
22 /* Define to 1 if you have the <errno.h> header file. */
25 /* Define to 1 if you have the <fcntl.h> header file. */
28 /* Define to 1 if you have the <getopt.h> header file. */
31 /* Define if you have the iconv() function and it works. */
34 /* Define to 1 if you have the <iconv.h> header file. *
    [all...]
config.h.in 6 /* Define to 1 if you have the <arpa/inet.h> header file. */
9 /* Define to 1 if you have the `basename' function. */
12 /* Define to 1 if you have the <byteswap.h> header file. */
15 /* Define to 1 if you have the <ctype.h> header file. */
18 /* Define to 1 if you have the <dlfcn.h> header file. */
21 /* Define to 1 if you have the <errno.h> header file. */
24 /* Define to 1 if you have the <fcntl.h> header file. */
27 /* Define to 1 if you have the <getopt.h> header file. */
30 /* Define if you have the iconv() function and it works. */
33 /* Define to 1 if you have the <iconv.h> header file. *
    [all...]
  /external/lldb/test/lang/objc/foundation/
my-base.h 4 int maybe_used; // The 1.0 runtime needs to have backed properties...
  /external/llvm/test/Assembler/
2008-02-18-IntPointerCrash.ll 1 ; RUN: not llvm-as %s 2>&1 | grep "integer constant must have integer type"
  /external/zlib/src/old/
README 1 This directory contains files that have not been updated for zlib 1.2.x
  /frameworks/base/cmds/uiautomator/library/
apicheck_msg_last.txt 3 You have tried to change the API from what has been previously released in
  /frameworks/compile/slang/tests/F_const_array_arg/
stderr.txt.expect 1 const_array_arg.rs:4:10: error: exported function parameters may not have array type: 'float [3]'
  /frameworks/compile/slang/tests/F_kernel_badsig/
stderr.txt.expect 1 kernel_badsig.rs:4:16: error: Compute kernel root() must have at least one input parameter or a non-void return type
  /frameworks/compile/slang/tests/F_kernel_ptr_param/
stderr.txt.expect 1 kernel_ptr_param.rs:4:26: error: Compute kernel root() cannot have parameter 'i' of pointer type: 'int *'
  /hardware/intel/img/libdrm/libdrm/
config.h.in 3 /* Have cairo support */
6 /* Define to 1 if you have the `clock_gettime' function. */
9 /* Define to 1 if you have the <dlfcn.h> header file. */
12 /* Define to 1 if you have the <inttypes.h> header file. */
15 /* Have libudev support */
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. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
socketvar.h 1 /* This header is used on many systems but for GNU we have everything
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
socketvar.h 1 /* This header is used on many systems but for GNU we have everything
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyconfig.h 16 /* Define this if you have AtheOS threads. */
19 /* Define this if you have BeOS threads. */
22 /* Define if you have the Mach cthreads package */
46 /* Define if gettimeofday() does not have second (timezone) argument This is
50 /* Define to 1 if you have the `acosh' function. */
56 /* Define to 1 if you have the `alarm' function. */
62 /* Define to 1 if you have the `asinh' function. */
65 /* Define to 1 if you have the <asm/types.h> header file. */
68 /* Define to 1 if you have the `atanh' function. */
74 /* Define to 1 if you have the `bind_textdomain_codeset' function. *
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyconfig.h 16 /* Define this if you have AtheOS threads. */
19 /* Define this if you have BeOS threads. */
22 /* Define if you have the Mach cthreads package */
46 /* Define if gettimeofday() does not have second (timezone) argument This is
50 /* Define to 1 if you have the `acosh' function. */
56 /* Define to 1 if you have the `alarm' function. */
62 /* Define to 1 if you have the `asinh' function. */
65 /* Define to 1 if you have the <asm/types.h> header file. */
68 /* Define to 1 if you have the `atanh' function. */
74 /* Define to 1 if you have the `bind_textdomain_codeset' function. *
    [all...]

Completed in 515 milliseconds

1 23 4 5 6 7 8 91011>>