Home
last modified time | relevance | path

Searched refs:different (Results 1 – 25 of 1199) sorted by relevance

12345678910>>...48

/external/skia/tools/tests/skdiff/test2/output-expected/
Dstdout1 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/
Drun.sh115 mkdir -p $INPUTS_DIR/different-pixels
117 -w $INPUTS_DIR/different-pixels
118 mv $INPUTS_DIR/different-pixels/8888/dashing3.png \
119 $INPUTS_DIR/different-pixels/8888/dashing2.png
120 mv $INPUTS_DIR/different-pixels/565/dashing3.png \
121 $INPUTS_DIR/different-pixels/565/dashing2.png
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td46 "comparison of addresses of subobjects of different base classes "
131 "external variable %0 declared with incompatible types in different "
138 "external function %0 declared with incompatible types in different "
141 "type %0 has incompatible definitions in different translation units">,
159 "field %0 declared with incompatible types in different "
164 "instance variable %0 declared with incompatible types in different "
172 "different translation units (%2 vs. %3)">;
174 "%select{class|instance}0 method %1 has a different number of parameters in "
175 "different translation units (%2 vs. %3)">;
177 "%select{class|instance}0 method %1 has a parameter with a different types "
[all …]
/external/clang/test/Sema/
Dvector-cast.c14 '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/clang/test/SemaObjC/
Dcheck-dup-objc-decls-1.m6 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}}
Dobjc2-merge-gc-attribue-decl.m17 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}}
Did.m20 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…
Dclass-def-test-1.m9 @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 …
/external/clang/test/ASTMerge/
Dinterface.m5 …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…
Dproperty.m5 // 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
Dcategory.m5 …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/test/SemaObjCXX/
Dobjc2-merge-gc-attribue-decl.mm39 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/chromium/chrome/browser/sync/glue/
Dtyped_url_model_associator.cc348 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/skia/tools/tests/skdiff/test1/output-expected/
Dstdout1 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/llvm/test/Transforms/GVN/
Dcondprop.ll118 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/skia/gm/tests/outputs/compared-against-different-pixels/output-expected/
Dcommand_line1 …8888 --config 565 -r gm/tests/inputs/different-pixels --writeJsonSummary gm/tests/outputs/compared…
/external/llvm/test/YAMLParser/
Dspec-02-23.data14 above may be different for
15 different documents.
/external/llvm/docs/HistoricalNotes/
D2001-01-31-UniversalIRIdea.txt8 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/
D2008-06-26-AddressSpace.ll1 ; Test linking two functions with different prototypes and two globals
2 ; in different modules.
Dbasiclink.ll1 ; Test linking two functions with different prototypes and two globals
2 ; in different modules. This is for PR411
D2008-06-13-LinkOnceRedefinition.ll1 ; Test linking two functions with different prototypes and two globals
2 ; in different modules.
Dredefinition.ll1 ; Test linking two functions with different prototypes and two globals
2 ; in different modules.
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/
DReadMeDevLite.txt1 … The SDL-devel package contains Xcode templates, SDL documentation, and different variations of SD…
3different variations of SDLMain.m depending on what class of SDL application you make and they are…
/external/ant-glob/src/org/apache/tools/ant/types/selectors/
DSelectorUtils.java386 if (different(caseSensitive, ch, strArr[i])) { in match()
405 if (different(caseSensitive, ch, strArr[strIdxStart])) { in match()
425 if (different(caseSensitive, ch, strArr[strIdxEnd])) { in match()
463 if (different(caseSensitive, ch, in match()
496 private static boolean different( in different() method in SelectorUtils
/external/clang/test/SemaOpenCL/
Dinvalid-kernel-attrs.cl11 …5() {} //expected-warning{{attribute 'vec_type_hint' is already applied with different parameters}}
15 …//expected-warning{{attribute 'work_group_size_hint' is already applied with different parameters}}

12345678910>>...48