HomeSort by relevance Sort by last modified time
    Searched full:have (Results 201 - 225 of 81632) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/skia/third_party/libwebp/webp/
config.h 9 // Some of our test machines have an older version of clang that does not
10 // have
14 // file, which replaces the checks in endian_inl.h to decide whether we have
  /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...]
  /external/webrtc/third_party/gflags/gen/posix/include/private/
config.h 14 /* Define to 1 if you have the <dlfcn.h> header file. */
17 /* Define to 1 if you have the <fnmatch.h> header file. */
20 /* Define to 1 if you have the <inttypes.h> header file. */
23 /* Define to 1 if you have the <memory.h> header file. */
29 /* Define if you have POSIX threads libraries and header files. */
32 /* Define to 1 if you have the `putenv' function. */
35 /* Define to 1 if you have the `setenv' function. */
38 /* Define to 1 if you have the <stdint.h> header file. */
41 /* Define to 1 if you have the <stdlib.h> header file. */
44 /* Define to 1 if you have the <strings.h> header file. *
    [all...]
  /external/libpcap/
cmakeconfig.h.in 6 /* define if you have a cloning BPF device */
9 /* define if you have the DAG API */
12 /* define if you have dag_get_erf_types() */
15 /* define if you have dag_get_stream_erf_types() */
18 /* define if you have streams capable DAG API */
21 /* define if you have vdag_set_device_info() */
24 /* Define to 1 if you have the declaration of `ether_hostton', and to 0 if you
28 /* define if you have a /dev/dlpi */
34 /* Define to 1 if you have the `ether_hostton' function. */
49 /* Define to 1 if you have the <inttypes.h> header file. *
    [all...]
  /external/tcpdump/
config.h 7 /* Define to 1 if you have the `alarm' function. */
10 /* Define to 1 if you have the `bpf_dump' function. */
16 /* Define to 1 if you have the `cap_enter' function. */
19 /* Define to 1 if you have the `cap_ioctls_limit' function. */
22 /* Define to 1 if you have the <cap-ng.h> header file. */
25 /* Define to 1 if you have the `cap_rights_limit' function. */
28 /* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
32 /* define if you have the dnet_htoa function */
35 /* Define to 1 if you have the `ether_ntohost' function. */
38 /* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. *
    [all...]
  /art/test/477-checker-bound-type/
info.txt 1 Tests that we only generate a bound type if we have relevant users.
  /art/test/586-checker-null-array-get/
info.txt 2 that used to merge two array gets that have the same inputs but
  /art/test/992-source-data/
expected.txt 4 int does not have a known source file because java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATION
8 class [Ljava.lang.Object; does not have a known source file because java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATION
9 class [I does not have a known source file because java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATION
10 null does not have a known source file because java.lang.RuntimeException: JVMTI_ERROR_INVALID_CLASS
  /compatibility/cdd/8_performance-and-power/
8_0_intro.md 4 and impact the baseline assumptions developers would have when developing an
  /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
  /development/samples/browseable/JumpingJack/
_index.jd 8 Uses the Gravity sensor to count how many jumping jacks you have performed.
  /device/google/marlin/sepolicy/
app.te 1 # Only allow gpu ioctl commands that have been demonstrated to be necessary.
mediaserver.te 3 # Only allow gpu ioctl commands that have been demonstrated to be necessary.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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
  /external/clang/test/Headers/Inputs/include/
stdint.h 16 #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/SemaCXX/
PR12778.cpp 3 void operator delete() throw(void*); // expected-error{{'operator delete' must have at least one parameter}}
trivial-constructor.cpp 23 static_assert(__has_trivial_constructor(T5), "All the direct base classes of T5 have trivial constructors!");
30 static_assert(__has_trivial_constructor(T6), "All nonstatic data members of T6 have trivial constructors!");
35 static_assert(!__has_trivial_constructor(T7), "t4 does not have a trivial constructor!");
39 static_assert(!__has_trivial_constructor(T8), "The base class T2 does not have a trivial constructor!");
trivial-destructor.cpp 23 static_assert(__has_trivial_destructor(T5), "All the direct base classes of T5 have trivial destructors!");
30 static_assert(__has_trivial_destructor(T6), "All nonstatic data members of T6 have trivial destructors!");
35 static_assert(!__has_trivial_destructor(T7), "t2 does not have a trivial destructor!");
39 static_assert(!__has_trivial_destructor(T8), "The base class T2 does not have a trivial destructor!");
  /external/elfutils/
THANKS 1 At least the following have submitted valuable patches:
  /external/expat/tests/
runtestspp.cpp 4 // and have everything work as expected.
  /external/google-breakpad/src/client/mac/tests/
testlogging.h 2 // since it confuses XCode into thinking unit tests have failed.

Completed in 465 milliseconds

1 2 3 4 5 6 7 891011>>