Searched
full:with (Results
651 -
675 of
193934) sorted by null
<<21222324252627282930>>
/external/clang/test/Frontend/ |
force-include-not-found.c | 1 // RUN: not %clang_cc1 %s -include "/abspath/missing file with spaces.h" 2>&1 | FileCheck %s
|
/external/clang/test/PCH/ |
functions.h | 1 /* For use with the functions.c test */
|
/external/clang/test/Sema/ |
invalid-init-diag.c | 4 struct {int x;} x = a; // expected-error {{with an expression of incompatible type 'int'}}
|
memset-invalid.c | 3 char memset(); // expected-warning {{incompatible redeclaration of library function 'memset'}} expected-note{{'memset' is a builtin with type}}
|
/external/clang/test/SemaObjC/ |
parameterized_classes_arc.m | 19 void test1a(PC1<__weak id> *obj) { // expected-error {{type argument '__weak id' cannot be qualified with '__weak'}} 24 void test1b(PC1<__strong id> *obj) { // expected-error {{type argument '__strong id' cannot be qualified with '__strong'}} 35 void test1d(PC1<__weak Forward*> *obj) { // expected-error {{type argument 'Forward *__weak' cannot be qualified with '__weak'}} 40 void test1e(PC1<__strong Forward*> *obj) { // expected-error {{type argument 'Forward *__strong' cannot be qualified with '__strong'}} 64 void test1i(PC1<const id> *obj) { // expected-error {{type argument 'const id' cannot be qualified with 'const'}} 69 void test1j(PC1<volatile id> *obj) { // expected-error {{type argument 'volatile id' cannot be qualified with 'volatile'}} 74 void test1k(PC1<__attribute__((address_space(256))) id> *obj) { // expected-error {{type argument '__attribute__((address_space(256))) id' cannot be qualified with '__attribute__((address_space(256)))'}} 81 @interface PC2<T : __strong id> // expected-error {{type bound '__strong id' for type parameter 'T' cannot be qualified with '__strong'}} 84 @interface PC3<T : __weak id> // expected-error {{type bound '__weak id' for type parameter 'T' cannot be qualified with '__weak'}} 87 @interface PC4<T : __strong Forward*> // expected-error {{type bound 'Forward *__strong' for type parameter 'T' cannot be qualified with '__strong'} [all...] |
warn-write-strings.m | 4 char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'const char [4]' discards qualifiers}}
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
asan-symbolize-bad-path.cc | 1 // Test that asan_symbolize does not hang when provided with an non-existing
|
/external/compiler-rt/test/safestack/ |
lto.c | 6 // Test that safe stack works with LTO.
|
/external/curl/packages/Symbian/group/ |
libcurl.iby | 4 // Use this file with buildrom to add libcurl to a device ROM
|
/external/dbus/test/data/auth/ |
external-root.auth-script | 1 ## this tests we can auth EXTERNAL as ourselves, with root credentials
|
/external/dbus/test/data/valid-config-files/ |
.gitignore | 5 run-with-tmp-session-bus.conf
|
/external/eigen/ |
signature_of_eigen3_matrix_library | 1 This file is just there as a signature to help identify directories containing Eigen3. When writing a script looking for Eigen3, just look for this file. This is especially useful to help disambiguate with Eigen2...
|
/external/google-tv-pairing-protocol/cpp/ |
CHANGES | 5 messaging protocol for remote devices to communicate with Google TV.
|
ChangeLog | 5 pairing protocol for remote devices to pair with a Google TV device.
|
/external/harfbuzz_ng/test/ |
Makefile.am | 1 # Process this file with automake to produce Makefile.in
|
/external/icu/icu4c/source/common/ |
utypeinfo.h | 14 // Therefore, a project using ICU cannot be compiled with _HAS_EXCEPTION 15 // set to 0 on Windows with Visual Studio. To work around that, we have to 19 // Visual Stuido 10 emits warning 4275 with this change. If you compile 20 // with exception disabled, you have to suppress warning 4275.
|
/external/iptables/ |
INCOMPATIBILITIES | 3 - The REJECT target has an '--reject-with admin-prohib' option which used 4 with kernels that do not support it, will result in a plain DROP instead 5 of REJECT. Use with caution. 11 with dynamic ruleset changes during runtime. (Please see
|
/external/iptables/extensions/ |
libxt_NOTRACK.man | 2 It is equivalent with \-j CT \-\-notrack. Like CT, NOTRACK can only be used in
|
/external/jacoco/jacoco-maven-plugin.test/it/it-site-failsafe/ |
invoker.properties | 3 # maven-site-plugin 3.3 works with at least Maven 2.2.1+
|
/external/kernel-headers/original/uapi/linux/ |
const.h | 1 /* const.h: Macros for dealing with constants. */ 7 * C code. Therefore we cannot annotate them always with 9 * use the following macros to deal with this. 11 * Similarly, _AT() will cast an expression with a type in C, but
|
/external/libchrome/components/timers/ |
DEPS | 2 # This directory is shared with Chrome OS, which only links against
|
/external/libmtp/src/ |
gphoto2-endian.h | 1 /* added 10/26/2010 to deal with both archs on Mac */
|
/external/libunwind/src/unwind/ |
BacktraceWrapper.c | 1 /* This is a hack to get around a problem with a case insensitve ar that
|
/external/libxml2/result/ |
xml1 | 4 numerically (&#38;#38;) or with a general entity
|
/external/libxml2/test/ |
xml1 | 4 numerically (&#38;#38;) or with a general entity
|
Completed in 503 milliseconds
<<21222324252627282930>>