Home
last modified time | relevance | path

Searched refs:compatible (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/external/clang/test/SemaObjC/
Dparameterized_classes_collection_literal.m37 …@1, // expected-warning{{of type 'NSNumber *' is not compatible with array element type 'NSString …
39 …@[@1, @2]]; // expected-warning{{of type 'NSArray *' is not compatible with array element type 'NS…
42 …@"blah", // expected-warning{{object of type 'NSString *' is not compatible with array element typ…
43 …@[@1]]; // expected-warning{{object of type 'NSNumber *' is not compatible with array element type…
49 …@18 : @18, // expected-warning{{object of type 'NSNumber *' is not compatible with dictionary key …
50 …@"world" : @"blah" // expected-warning{{object of type 'NSString *' is not compatible with diction…
Dblock-id-as-block-argtype.m22 fn(b2); // must succeed: block1_t *is* compatible with id
23 fn(b3); // succeeds: NSObject* compatible with id
24 fn(b4); // succeeds: id compatible with id
/external/dtc/tests/
Dtest_tree1_wrong2.dts7 compatible = "test_tree1";
13 compatible = "subnode1";
18 compatible = "subsubnode1", "subsubnode";
36 compatible = "subsubnode2", "subsubnode";
Dtest_tree1_wrong3.dts7 compatible = "test_tree1";
14 compatible = "subnode1";
18 compatible = "subsubnode1", "subsubnode";
36 compatible = "subsubnode2", "subsubnode";
Dtest_tree1_wrong1.dts6 compatible = "test_tree1";
13 compatible = "subnode1";
18 compatible = "subsubnode1", "subsubnode";
36 compatible = "subsubnode2", "subsubnode";
Dtest_tree1_wrong8.dts7 compatible = "test_tree1";
14 compatible = "subnode1";
19 compatible = "subsubnode1", "subsubnode";
37 compatible = "subsubnode2", "subsubnode";
Dtest_tree1_wrong4.dts7 compatible = "test_tree1";
14 compatible = "subnode1";
19 compatible = "subsubnode1", "subsubnode";
37 compatible = "subsubnode2", "subsubnode";
Dtest_tree1_wrong5.dts7 compatible = "test_tree1";
14 compatible = "subnode1";
19 compatible = "subsubnode1", "subsubnode";
37 compatible = "subsubnode2", "subsubnode";
Dtest_tree1_wrong9.dts8 compatible = "test_tree1";
15 compatible = "subnode1";
20 compatible = "subsubnode1", "subsubnode";
38 compatible = "subsubnode2", "subsubnode";
Dtest_tree1_wrong6.dts7 compatible = "test_tree1";
14 compatible = "subnode1";
19 compatible = "subsubnode1", "subsubnode";
38 compatible = "subsubnode2", "subsubnode";
Dtest_tree1_wrong7.dts7 compatible = "test_tree1";
14 compatible = "subnode1";
19 compatible = "subsubnode1", "subsubnode";
37 compatible = "subsubnode2", "subsubnode";
Dtest_tree1.dts7 compatible = "test_tree1";
15 compatible = "subnode1";
20 compatible = "subsubnode1", "subsubnode";
38 compatible = "subsubnode2", "subsubnode";
Dtest_tree1_merge_labelled.dts7 compatible = "test_tree1";
15 compatible = "subnode1";
20 compatible = "subsubnode1", "subsubnode";
47 compatible = "subsubnode2", "subsubnode";
Dtest_tree1_merge.dts6 compatible = "test_tree1";
13 compatible = "subnode1";
17 compatible = "subsubnode1", "subsubnode";
47 compatible = "subsubnode2", "subsubnode";
Dtest_tree1_merge_path.dts7 compatible = "test_tree1";
15 compatible = "subnode1";
20 compatible = "subsubnode1", "subsubnode";
47 compatible = "subsubnode2", "subsubnode";
Dtest_tree1_label_noderef.dts7 compatible = "test_tree1";
15 compatible = "subnode1";
20 compatible = "subsubnode1", "subsubnode";
54 compatible = "subsubnode2", "subsubnode";
Daliases.dts14 compatible = "subnode1";
18 compatible = "subsubnode1", "subsubnode";
21 compatible = "subsubsubnode1", "subsubsubnode";
Dtrees.S91 PROP_STR(test_tree1, compatible, "test_tree1")
99 PROP_STR(test_tree1, compatible, "subnode1")
104 PROP_STR(test_tree1, compatible, "subsubnode1\0subsubnode")
123 PROP_STR(test_tree1, compatible, "subsubnode2\0subsubnode")
137 STRING(test_tree1, compatible, "compatible")
Dinclude7.dts2 compatible = "subnode1";
7 compatible = "subsubnode1", "subsubnode";
Dstringlist.dts4 compatible = "test-strings";
9 compatible = "foo", "bar";
Dboot-cpuid.dts7 compatible = "fake-cpu";
12 compatible = "fake-cpu";
/external/slf4j/log4j-over-slf4j/src/main/resources/META-INF/
DMANIFEST.MF8 …nimum.compatible.version}, org.slf4j.helpers;version=${slf4j.api.minimum.compatible.version}, org.…
/external/llvm/docs/CommandGuide/
Dllvm-lib.rst1 llvm-lib - LLVM lib.exe compatible library tool
17 The **llvm-lib** command is intended to be a ``lib.exe`` compatible
30 members. These files are much smaller, but are not compatible with
/external/dtc/Documentation/
Ddt-object-internal.txt20 compatible = "corp,foo";
45 compatible = "corp,foo";
58 compatible = "corp,bar";
70 compatible = "corp,foo";
85 compatible = "corp,baz";
186 compatible = "corp,bar";
206 compatible = "corp,bar";
254 compatible = "corp,baz";
283 compatible = "corp,baz";
322 compatible = "corp,bar";
/external/llvm/test/MC/AArch64/
Darm64-fp-encoding-error.s4 ; CHECK: error: expected compatible register or floating-point constant
7 ; CHECK: error: expected compatible register or floating-point constant

12345678910>>...26