Searched refs:compatible (Results 1 – 25 of 635) sorted by relevance
12345678910>>...26
/external/clang/test/SemaObjC/ |
D | parameterized_classes_collection_literal.m | 37 …@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…
|
D | block-id-as-block-argtype.m | 22 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/ |
D | test_tree1_wrong2.dts | 7 compatible = "test_tree1"; 13 compatible = "subnode1"; 18 compatible = "subsubnode1", "subsubnode"; 36 compatible = "subsubnode2", "subsubnode";
|
D | test_tree1_wrong3.dts | 7 compatible = "test_tree1"; 14 compatible = "subnode1"; 18 compatible = "subsubnode1", "subsubnode"; 36 compatible = "subsubnode2", "subsubnode";
|
D | test_tree1_wrong1.dts | 6 compatible = "test_tree1"; 13 compatible = "subnode1"; 18 compatible = "subsubnode1", "subsubnode"; 36 compatible = "subsubnode2", "subsubnode";
|
D | test_tree1_wrong8.dts | 7 compatible = "test_tree1"; 14 compatible = "subnode1"; 19 compatible = "subsubnode1", "subsubnode"; 37 compatible = "subsubnode2", "subsubnode";
|
D | test_tree1_wrong4.dts | 7 compatible = "test_tree1"; 14 compatible = "subnode1"; 19 compatible = "subsubnode1", "subsubnode"; 37 compatible = "subsubnode2", "subsubnode";
|
D | test_tree1_wrong5.dts | 7 compatible = "test_tree1"; 14 compatible = "subnode1"; 19 compatible = "subsubnode1", "subsubnode"; 37 compatible = "subsubnode2", "subsubnode";
|
D | test_tree1_wrong9.dts | 8 compatible = "test_tree1"; 15 compatible = "subnode1"; 20 compatible = "subsubnode1", "subsubnode"; 38 compatible = "subsubnode2", "subsubnode";
|
D | test_tree1_wrong6.dts | 7 compatible = "test_tree1"; 14 compatible = "subnode1"; 19 compatible = "subsubnode1", "subsubnode"; 38 compatible = "subsubnode2", "subsubnode";
|
D | test_tree1_wrong7.dts | 7 compatible = "test_tree1"; 14 compatible = "subnode1"; 19 compatible = "subsubnode1", "subsubnode"; 37 compatible = "subsubnode2", "subsubnode";
|
D | test_tree1.dts | 7 compatible = "test_tree1"; 15 compatible = "subnode1"; 20 compatible = "subsubnode1", "subsubnode"; 38 compatible = "subsubnode2", "subsubnode";
|
D | test_tree1_merge_labelled.dts | 7 compatible = "test_tree1"; 15 compatible = "subnode1"; 20 compatible = "subsubnode1", "subsubnode"; 47 compatible = "subsubnode2", "subsubnode";
|
D | test_tree1_merge.dts | 6 compatible = "test_tree1"; 13 compatible = "subnode1"; 17 compatible = "subsubnode1", "subsubnode"; 47 compatible = "subsubnode2", "subsubnode";
|
D | test_tree1_merge_path.dts | 7 compatible = "test_tree1"; 15 compatible = "subnode1"; 20 compatible = "subsubnode1", "subsubnode"; 47 compatible = "subsubnode2", "subsubnode";
|
D | test_tree1_label_noderef.dts | 7 compatible = "test_tree1"; 15 compatible = "subnode1"; 20 compatible = "subsubnode1", "subsubnode"; 54 compatible = "subsubnode2", "subsubnode";
|
D | aliases.dts | 14 compatible = "subnode1"; 18 compatible = "subsubnode1", "subsubnode"; 21 compatible = "subsubsubnode1", "subsubsubnode";
|
D | trees.S | 91 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")
|
D | include7.dts | 2 compatible = "subnode1"; 7 compatible = "subsubnode1", "subsubnode";
|
D | stringlist.dts | 4 compatible = "test-strings"; 9 compatible = "foo", "bar";
|
D | boot-cpuid.dts | 7 compatible = "fake-cpu"; 12 compatible = "fake-cpu";
|
/external/slf4j/log4j-over-slf4j/src/main/resources/META-INF/ |
D | MANIFEST.MF | 8 …nimum.compatible.version}, org.slf4j.helpers;version=${slf4j.api.minimum.compatible.version}, org.…
|
/external/llvm/docs/CommandGuide/ |
D | llvm-lib.rst | 1 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/ |
D | dt-object-internal.txt | 20 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/ |
D | arm64-fp-encoding-error.s | 4 ; CHECK: error: expected compatible register or floating-point constant 7 ; CHECK: error: expected compatible register or floating-point constant
|
12345678910>>...26