/external/skia/tools/tests/skdiff/test2/output-expected/ |
D | stdout | 1 ERROR: no codec found for <tools/tests/skdiff/baseDir/different-bits/different-bits-unknown-format.… 2 ERROR: no codec found for <tools/tests/skdiff/comparisonDir/different-bits/different-bits-unknown-f… 9 [_] 1 file pairs contain the same pixel values, but not the same bits: different-bits/different-bit… 10 …nsions but some differing pixels: different-bits/slightly-different-pixels-same-size.png different… 11 …2 file pairs have differing dimensions: different-bits/slightly-different-sizes.png different-bits… 12 [_] 5 file pairs could not be compared: different-bits/different-bits-unknown-format.xyz missing-fi… 13 …e decoded in baseDir and could not be decoded in comparisonDir: different-bits/different-bits-unkn…
|
/external/skia/gm/tests/outputs/compared-against-different-pixels-images/output-expected/ |
D | command_line | 1 …different-pixels --writeJsonSummaryPath gm/tests/outputs/compared-against-different-pixels-images/…
|
D | stdout | 2 GM: reading from gm/tests/inputs/images/different-pixels 3 GM: writing to gm/tests/outputs/compared-against-different-pixels-images/output-actual/writePath 4 GM: writing mismatches to gm/tests/outputs/compared-against-different-pixels-images/output-actual/m… 5 GM: writing images without expectations to gm/tests/outputs/compared-against-different-pixels-image…
|
/external/skia/gm/tests/outputs/compared-against-different-pixels-json/output-expected/ |
D | command_line | 1 …different-pixels.json --writeJsonSummaryPath gm/tests/outputs/compared-against-different-pixels-js…
|
D | stdout | 2 GM: reading expectations from JSON summary file gm/tests/inputs/json/different-pixels.json 3 GM: writing to gm/tests/outputs/compared-against-different-pixels-json/output-actual/writePath 4 GM: writing mismatches to gm/tests/outputs/compared-against-different-pixels-json/output-actual/mis… 5 GM: writing images without expectations to gm/tests/outputs/compared-against-different-pixels-json/…
|
/external/clang/test/Sema/ |
D | vector-cast.c | 14 't2' and 't1' of different size}} in f() 16 't1' and 't2' of different size}} 23 type 't1' and integer type 'short' of different size}} 27 type 't1' and integer type 'short' of different size}}
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/ |
D | rdftest1.asm | 5 ;; [2] relocation to different segments in same module 6 ;; [3] relocation to same segment in different module 7 ;; [4] relocation to different segment in different module 9 ;; [6] relative relocation to different module
|
/external/clang/test/SemaObjC/ |
D | check-dup-objc-decls-1.m | 6 float Foo; // expected-error {{redefinition of 'Foo' as different kind of symbol}} 10 typedef int Bar; // expected-error {{redefinition of 'Bar' as different kind of symbol}} 18 @class OBJECT ; // expected-error {{redefinition of 'OBJECT' as different kind of symbol}} 23 @interface Gorf @end // expected-error {{redefinition of 'Gorf' as different kind of symbol}} expec… 25 void Gorf() // expected-error {{redefinition of 'Gorf' as different kind of symbol}} 44 NSString * const TestBaz; // expected-error {{redefinition of 'TestBaz' with a different type}}
|
D | objc2-merge-gc-attribue-decl.m | 17 extern __weak id p3; // expected-error {{redefinition of 'p3' with a different type}} 20 extern void * __strong p4; // expected-error {{redefinition of 'p4' with a different type}} 26 extern char* p6; // expected-error {{redefinition of 'p6' with a different type}} 29 extern char* p7; // expected-error {{redefinition of 'p7' with a different type}}
|
D | id.m | 20 typedef int id; // expected-error {{typedef redefinition with different types ('int' vs 'id')}} 23 typedef double id; // expected-error {{typedef redefinition with different types ('double' vs 'id'… 25 typedef char *id; // expected-error {{typedef redefinition with different types ('char *' vs 'id')}} 27 typedef union U{ int iu; } *id; // expected-error {{typedef redefinition with different types ('uni…
|
D | class-def-test-1.m | 9 @interface INTF @end // expected-error {{redefinition of 'INTF' as different kind of symbol}} 17 typedef int OBJECT; // expected-error {{redefinition of 'OBJECT' as different kind of symbol}} 20 @interface INTF2 : OBJECT2 @end // expected-error {{redefinition of 'OBJECT2' as different kind of … 22 @implementation INTF2 : OBJECT2 @end // expected-error {{redefinition of 'OBJECT2' as different kin…
|
/external/clang/test/ASTMerge/ |
D | interface.m | 5 …9: error: instance variable 'ivar2' declared with incompatible types in different translation unit… 10 // CHECK: interface2.m:33:1: error: class method 'foo' has incompatible result types in different t… 12 …e2.m:39:19: error: class method 'bar:' has a parameter with a different types in different transla… 16 …m:57:20: error: instance method 'bar:' has a parameter with a different types in different transla…
|
D | property.m | 5 // CHECK: property2.m:12:26: error: property 'Prop1' declared with incompatible types in different … 7 …:12:26: error: instance method 'Prop1' has incompatible result types in different translation unit… 9 // CHECK: property1.m:28:21: error: property 'Prop2' is synthesized to different ivars in different…
|
D | category.m | 5 …18:1: error: instance method 'method2' has incompatible result types in different translation unit… 7 …26:1: error: instance method 'method3' has incompatible result types in different translation unit… 9 ….m:48:1: error: instance method 'blah' has incompatible result types in different translation unit…
|
/external/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 50 "comparison of addresses of subobjects of different base classes " 161 "external variable %0 declared with incompatible types in different " 168 "external function %0 declared with incompatible types in different " 171 "type %0 has incompatible definitions in different translation units">, 189 "field %0 declared with incompatible types in different " 194 "instance variable %0 declared with incompatible types in different " 202 "different translation units (%2 vs. %3)">; 204 "%select{class|instance}0 method %1 has a different number of parameters in " 205 "different translation units (%2 vs. %3)">; 207 "%select{class|instance}0 method %1 has a parameter with a different types " [all …]
|
/external/skia/gm/tests/ |
D | run.sh | 158 THIS_IMAGE_DIR=$IMAGES_DIR/different-pixels 164 --writeJsonSummaryPath $JSON_DIR/different-pixels.json 171 sed -e "0,/$OLD/{s/$OLD/$NEW/}" $JSON_DIR/different-pixels.json \ 172 >$JSON_DIR/different-pixels-ignore-some-failures.json 174 THIS_IMAGE_DIR=$IMAGES_DIR/different-pixels-no-hierarchy 180 --writeJsonSummaryPath $JSON_DIR/different-pixels-no-hierarchy.json
|
/external/clang/test/SemaObjCXX/ |
D | objc2-merge-gc-attribue-decl.mm | 39 extern __weak id p3; // expected-error {{redefinition of 'p3' with a different type}} 42 extern void * __strong p4; // expected-error {{redefinition of 'p4' with a different type}} 48 extern char* p6; // expected-error {{redefinition of 'p6' with a different type}} 51 extern char* p7; // expected-error {{redefinition of 'p7' with a different type}}
|
/external/skia/tools/tests/skdiff/test1/output-expected/ |
D | stdout | 1 ERROR: no codec found for <tools/tests/skdiff/baseDir/different-bits/different-bits-unknown-format.… 2 ERROR: no codec found for <tools/tests/skdiff/comparisonDir/different-bits/different-bits-unknown-f…
|
/external/chromium/chrome/browser/sync/glue/ |
D | typed_url_model_associator.cc | 348 int different = DIFF_NONE; in MergeUrls() local 357 different |= DIFF_ROW_CHANGED; in MergeUrls() 361 different |= DIFF_TITLE_CHANGED; in MergeUrls() 366 different |= DIFF_NODE_CHANGED; in MergeUrls() 377 different |= DIFF_ROW_CHANGED; in MergeUrls() 380 different |= DIFF_NODE_CHANGED; in MergeUrls() 393 different |= DIFF_VISITS_ADDED; in MergeUrls() 398 different |= DIFF_NODE_CHANGED; in MergeUrls() 407 different |= DIFF_VISITS_ADDED; in MergeUrls() 412 if (different & DIFF_VISITS_ADDED) { in MergeUrls() [all …]
|
/external/llvm/test/Transforms/GVN/ |
D | condprop.ll | 118 br i1 %cmp, label %same, label %different 125 different: 136 br i1 %cmp, label %same, label %different 142 different: 150 br i1 %cmp, label %same, label %different 157 different: 168 br i1 %cmp, label %same, label %different 174 different:
|
/external/llvm/test/YAMLParser/ |
D | spec-02-23.data | 14 above may be different for 15 different documents.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-01-31-UniversalIRIdea.txt | 8 virtual machines for many different languages. E.g., a C vm, a C++ vm, a 22 reusable by different languages, with minor extensions. The language 29 think about whether LLVM is different or if has something novel that might 31 features that different languages select from. Also, using SSA with or
|
/external/llvm/test/Linker/ |
D | 2008-06-26-AddressSpace.ll | 1 ; Test linking two functions with different prototypes and two globals 2 ; in different modules.
|
D | basiclink.ll | 1 ; Test linking two functions with different prototypes and two globals 2 ; in different modules. This is for PR411
|
D | 2008-06-13-LinkOnceRedefinition.ll | 1 ; Test linking two functions with different prototypes and two globals 2 ; in different modules.
|