HomeSort by relevance Sort by last modified time
    Searched full:have (Results 126 - 150 of 59665) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
config.h 28 /* Define to 1 if you have the <conflict-signal.h> header file. */
31 /* Define to 1 if you have the <cygwin/signal.h> header file. */
34 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't.
38 /* Define to 1 if you have the declaration of `memalign', and to 0 if you
42 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if
46 /* Define to 1 if you have the declaration of `pvalloc', and to 0 if you
50 /* Define to 1 if you have the declaration of `uname', and to 0 if you don't.
54 /* Define to 1 if you have the declaration of `valloc', and to 0 if you don't.
58 /* Define to 1 if you have the <dlfcn.h> header file. */
64 /* Define to 1 if you have the <execinfo.h> header file. *
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
config_android.h 7 /* Define to 1 if you have the <conflict-signal.h> header file. */
10 /* Define to 1 if you have the <cygwin/signal.h> header file. */
13 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't.
17 /* Define to 1 if you have the declaration of `memalign', and to 0 if you
21 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if
25 /* Define to 1 if you have the declaration of `pvalloc', and to 0 if you
29 /* Define to 1 if you have the declaration of `uname', and to 0 if you don't.
33 /* Define to 1 if you have the declaration of `valloc', and to 0 if you don't.
37 /* Define to 1 if you have the <dlfcn.h> header file. */
43 /* Define to 1 if you have the <execinfo.h> header file. *
    [all...]
config_freebsd.h 7 /* Define to 1 if you have the <conflict-signal.h> header file. */
10 /* Define to 1 if you have the <cygwin/signal.h> header file. */
13 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't.
17 /* Define to 1 if you have the declaration of `memalign', and to 0 if you
21 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if
25 /* Define to 1 if you have the declaration of `pvalloc', and to 0 if you
29 /* Define to 1 if you have the declaration of `uname', and to 0 if you don't.
33 /* Define to 1 if you have the declaration of `valloc', and to 0 if you don't.
37 /* Define to 1 if you have the <dlfcn.h> header file. */
43 /* Define to 1 if you have the <execinfo.h> header file. *
    [all...]
  /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}}
41 func_type_lvalue f2; // expected-error{{non-member function of type 'func_type_lvalue' (aka 'void () &') cannot have '&' qualifier}
    [all...]
  /external/libusb/
config.h 14 /* Define to 1 if you have the <dlfcn.h> header file. */
17 /* Define to 1 if you have the <inttypes.h> header file. */
20 /* Define to 1 if you have the `rt' library (-lrt). */
23 /* Define to 1 if you have the <memory.h> header file. */
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. */
35 /* Define to 1 if you have the <string.h> header file. */
38 /* Define to 1 if you have the <sys/stat.h> header file. */
41 /* Define to 1 if you have the <sys/types.h> header file. *
    [all...]
config.h.in 12 /* Define to 1 if you have the <dlfcn.h> header file. */
15 /* Define to 1 if you have the <inttypes.h> header file. */
18 /* Define to 1 if you have the `rt' library (-lrt). */
21 /* Define to 1 if you have the <memory.h> header file. */
24 /* Define to 1 if you have the <stdint.h> header file. */
27 /* Define to 1 if you have the <stdlib.h> header file. */
30 /* Define to 1 if you have the <strings.h> header file. */
33 /* Define to 1 if you have the <string.h> header file. */
36 /* Define to 1 if you have the <sys/stat.h> header file. */
39 /* Define to 1 if you have the <sys/types.h> header file. *
    [all...]
  /external/libvorbis/win32/VS2005/
README 1 libvorbis has libogg as a dependency, you need to have libogg
4 Lets say you have libogg and libvorbis in the same directory:
9 Because there is no automatic library detection you have to,
  /external/libvorbis/win32/VS2008/
README 1 libvorbis has libogg as a dependency, you need to have libogg
4 Lets say you have libogg and libvorbis in the same directory:
9 Because there is no automatic library detection you have to,
  /external/stlport/test/compiler/
ttei4.cpp 16 * have to appear out-of-class; 2. specialized struct C have to
17 * have function f.
  /external/chromium_org/third_party/yasm/source/config/openbsd/
config.h 10 /* Define to 1 if you have the `abort' function. */
20 /* Define to 1 if you have the <direct.h> header file. */
23 /* Define to 1 if you have the `ftruncate' function. */
26 /* Define to 1 if you have the `getcwd' function. */
32 /* Define to 1 if you have the GNU C Library */
35 /* Define if you have the iconv() function and it works. */
38 /* Define to 1 if you have the <inttypes.h> header file. */
44 /* Define to 1 if you have the <libgen.h> header file. */
47 /* Define to 1 if you have the <memory.h> header file. */
50 /* Define to 1 if you have the `mergesort' function. *
    [all...]
  /external/expat/
expat_config.h 7 /* Define to 1 if you have the `bcopy' function. */
10 /* Define to 1 if you have the <dlfcn.h> header file. */
13 /* Define to 1 if you have the <fcntl.h> header file. */
16 /* Define to 1 if you have the `getpagesize' function. */
19 /* Define to 1 if you have the <inttypes.h> header file. */
22 /* Define to 1 if you have the `memmove' function. */
25 /* Define to 1 if you have the <memory.h> header file. */
28 /* Define to 1 if you have a working `mmap' system call. */
31 /* Define to 1 if you have the <stdint.h> header file. */
34 /* Define to 1 if you have the <stdlib.h> header file. *
    [all...]
  /dalvik/dx/tests/116-leb128/
info.txt 3 The run script requires vogar, so you must have vogar on your $PATH to run this
  /development/samples/
README 1 Adding a new folder in development/samples is not enough to have it
  /external/chromium_org/chrome_frame/test/data/
host_browser.html 5 <p>This page should have loaded in the host browser.</p>
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
BrowserStartupControllerTest.java 105 fail("Browser should have started successfully");
110 assertTrue("Asynchronous mode should have been set.",
112 assertEquals("The browser process should have been initialized one time.", 1,
118 assertTrue("Callback should have been executed.", callback.mHasStartupResult);
119 assertTrue("Callback should have been a success.", callback.mWasSuccess);
139 fail("Browser should have started successfully");
149 fail("Browser should have started successfully");
160 assertTrue("Asynchronous mode should have been set.",
162 assertEquals("The browser process should have been initialized one time.", 1,
168 assertTrue("Callback 1 should have been executed.", callback1.mHasStartupResult)
    [all...]
  /external/chromium_org/content/test/data/accessibility/
wbr-expected-mac.txt 1 # The spec states that <wbr> should have a role of AXGroup, but that seems
  /external/chromium_org/net/socket_stream/
OWNERS 3 # Have been inactive for a while.
  /external/chromium_org/net/websockets/
OWNERS 3 # Have been inactive for a while.
  /external/chromium_org/third_party/icu/source/common/
icucfg.h.in 6 /* Define to 1 if you have the <dirent.h> header file. */
9 /* Define to 1 if you have the <dlfcn.h> header file. */
12 /* Define to 1 if you have the `dlopen' function. */
15 /* Define to 1 if you have the `gettimeofday' function. */
18 /* Define to 1 if you have the <inttypes.h> header file. */
21 /* Define to 1 if you have the `m' library (-lm). */
24 /* Define to 1 if you have the `pthread' library (-lpthread). */
27 /* Define to 1 if you have the <memory.h> header file. */
30 /* Define to 1 if you have the <stdint.h> header file. */
33 /* Define to 1 if you have the <stdlib.h> header file. *
    [all...]
  /external/chromium_org/third_party/opus/src/
config.h.in 21 /* Define to 1 if you have the <alloca.h> header file. */
24 /* Define to 1 if you have the <dlfcn.h> header file. */
27 /* Define to 1 if you have the <getopt.h> header file. */
30 /* Define to 1 if you have the <inttypes.h> header file. */
33 /* Define to 1 if you have the `lrint' function. */
36 /* Define to 1 if you have the `lrintf' function. */
39 /* Define to 1 if you have the <memory.h> header file. */
42 /* Define to 1 if you have the <stdint.h> header file. */
45 /* Define to 1 if you have the <stdlib.h> header file. */
48 /* Define to 1 if you have the <strings.h> header file. *
    [all...]
  /external/chromium_org/third_party/sqlite/src/
config.h.in 3 /* Define to 1 if you have the <dlfcn.h> header file. */
6 /* Define to 1 if you have the `fdatasync' function. */
9 /* Define to 1 if you have the `gmtime_r' function. */
27 /* Define to 1 if you have the <inttypes.h> header file. */
30 /* Define to 1 if you have the `localtime_r' function. */
33 /* Define to 1 if you have the `localtime_s' function. */
36 /* Define to 1 if you have the <memory.h> header file. */
39 /* Define to 1 if you have the <stdint.h> header file. */
42 /* Define to 1 if you have the <stdlib.h> header file. */
45 /* Define to 1 if you have the <strings.h> header file. *
    [all...]
  /external/clang/test/Headers/Inputs/include/
stdint.h 15 #error Every target should have __INTPTR_TYPE__
  /external/clang/test/Preprocessor/
import_self.c 3 // This #import should have no effect, as we're importing the current file.
  /external/clang/test/Sema/
2009-07-17-VoidParameter.c 4 void (*func_ptr)(vt my_vt); // expected-error {argument may not have 'void' type}
  /external/clang/test/SemaCUDA/
qualifiers.cu 6 __global__ int g2(int x) { // expected-error {{must have void return type}}

Completed in 591 milliseconds

1 2 3 4 56 7 8 91011>>