Home
last modified time | relevance | path

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

12345678910>>...76

/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/chromium_org/third_party/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/deqp/doc/testspecs/GLES2/
Dfunctional.vertex_arrays.single_attribute.txt25 + Rendering with different strides from buffer and user pointer.
26 + Attribute normalization with different types and component counts.
28 + Using buffers with different usage.
29 + Buffer attributes with different offsets.
52 Stride tests render different input type and component count combinations from buffer
56 Normalization is tested with different input types and component counts. User
59 Output type tests pass different input types to different vector types in shader.
60 Also different input type and output type component counts are tested. Data is used
63 Usage testcases test buffers with different usage parameters with different strides
64 and different sized types. The data is used as vec2 in shaders.
Dfunctional.vertex_arrays.multiple_attributes.txt25 + Using different attribute counts.
26 + Multiple attributes from different sources(buffer, user pointer).
27 + Multiple attributes with different strides
28 + Multiple attributes with different input types.
55 Stride tests use three attributes with different strides. Two component float
59 Input type testcases use three attributes with different input types. Attributes
/external/deqp/doc/testspecs/GLES3/
Dfunctional.vertex_arrays.single_attribute.txt25 + Rendering with different strides from buffer and user pointer.
26 + Attribute normalization with different types and component counts.
30 + Using buffers with different usage.
31 + Buffer attributes with different offsets.
55 Stride tests render different input type and component count combinations from buffer
59 Normalization is tested with different input types and component counts. User
62 Output type tests pass different input types to different vector types in shader.
63 Also different input type and output type component counts are tested. Data is used
66 Usage testcases test buffers with different usage parameters with different strides
67 and different sized types. The data is used as vec2 in shaders.
Dfunctional.vertex_arrays.multiple_attributes.txt25 + Using different attribute counts.
26 + Multiple attributes from different sources(buffer, user pointer).
27 + Multiple attributes with different strides
28 + Multiple attributes with different input types.
55 Stride tests use three attributes with different strides. Two component float
59 Input type testcases use three attributes with different input types. Attributes
/external/llvm/test/CodeGen/X86/
D2014-05-30-CombineAddNSW.ll4 ; The two additions are the same , but have different flags.
6 ; tries to test that two identical instructions with two different flags
7 ; actually generate two different nodes.
11 ; (the final result would be 0). With the different flags though the combiner
12 ; needs to keep the add + sub nodes, because the two nodes result as different
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
Drdftest1.asm5 ;; [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/
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 …
22 @implementation INTF2 : OBJECT2 @end // expected-error {{redefinition of 'OBJECT2' as different kin…
/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/Sema/
Dvector-cast.c14 't2' (vector of 16 'char' values) and 't1' (vector of 1 'long long' value) of different size}} in f()
16 't1' (vector of 1 'long long' value) and 't2' (vector of 16 'char' values) of different size}}
23 type 't1' (vector of 1 'long long' value) and integer type 'short' of different size}}
27 type 't1' (vector of 1 'long long' value) and integer type 'short' of different size}}
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td52 "comparison of addresses of subobjects of different base classes "
167 "external variable %0 declared with incompatible types in different "
174 "external function %0 declared with incompatible types in different "
177 "type %0 has incompatible definitions in different translation units">,
195 "field %0 declared with incompatible types in different "
200 "instance variable %0 declared with incompatible types in different "
208 "different translation units (%2 vs. %3)">;
210 "%select{class|instance}0 method %1 has a different number of parameters in "
211 "different translation units (%2 vs. %3)">;
213 "%select{class|instance}0 method %1 has a parameter with a different types "
[all …]
DDiagnosticSerializationKinds.td50 "PCH file built from a different branch (%0) than the compiler (%1)">;
57 "module '%0' imported by AST file '%1' found in a different module map file"
89 "%q0 has different definitions in different modules; "
94 "instantiation of %q0 is different in different modules">;
/external/skia/gm/tests/
Drun.sh159 THIS_IMAGE_DIR=$IMAGES_DIR/different-pixels
165 --writeJsonSummaryPath $JSON_DIR/different-pixels.json
172 sed -e "0,/$OLD/{s/$OLD/$NEW/}" $JSON_DIR/different-pixels.json \
173 >$JSON_DIR/different-pixels-ignore-some-failures.json
175 THIS_IMAGE_DIR=$IMAGES_DIR/different-pixels-no-hierarchy
181 --writeJsonSummaryPath $JSON_DIR/different-pixels-no-hierarchy.json
/external/chromium_org/third_party/skia/gm/tests/
Drun.sh159 THIS_IMAGE_DIR=$IMAGES_DIR/different-pixels
165 --writeJsonSummaryPath $JSON_DIR/different-pixels.json
172 sed -e "0,/$OLD/{s/$OLD/$NEW/}" $JSON_DIR/different-pixels.json \
173 >$JSON_DIR/different-pixels-ignore-some-failures.json
175 THIS_IMAGE_DIR=$IMAGES_DIR/different-pixels-no-hierarchy
181 --writeJsonSummaryPath $JSON_DIR/different-pixels-no-hierarchy.json
/external/deqp/doc/testspecs/GL3/
Dfunctional.fragment_out_location.txt28 + Binding locations at different times
36 + Various different types including arrays
44 Tests create program, bind locations at different times before and after
46 glGetFragDataLocation() at different times checking that changes happen only
/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/deqp/data/gles31/shaders/
Dlinkage_shader_storage_block.test4 desc "Shader storage block mismatch: different number of declarations"
43 desc "Shader storage block mismatch: different number of declarations"
83 desc "Shader storage block mismatch: different number of declarations"
121 desc "Shader storage block mismatch: different number of declarations"
159 desc "Shader storage block mismatch: different number of declarations"
197 desc "Shader storage block mismatch: different number of declarations"
235 desc "Shader storage block mismatch: different number of declarations"
273 desc "Shader storage block mismatch: different number of declarations"
380 desc "Two unnamed shader storage blocks in different stages with variables with identical names"
/external/valgrind/main/helgrind/tests/
Dtc23_bogus_condwait.stderr.exp-mips3222 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
44 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
51 Thread #x: pthread_cond_{timed}wait called with mutex held by a different thread
58 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
/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…

12345678910>>...76