Home
last modified time | relevance | path

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

12345678910>>...89

/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/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 {{redeclaration of 'p3' with a different type}}
20 extern void * __strong p4; // expected-error {{redeclaration of 'p4' with a different type}}
26 extern char* p6; // expected-error {{redeclaration of 'p6' with a different type}}
29 extern char* p7; // expected-error {{redeclaration 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/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:
152 br i1 %cmp, label %same, label %different
158 different:
166 br i1 %cmp, label %same, label %different
173 different:
182 br i1 %cmp, label %same, label %different
189 different:
[all …]
/external/curl/tests/data/
Dtest142133 Re-using HTTP proxy connection for two different host names
36 --proxy http://%HOSTIP:%HTTPPORT http://test.remote.haxx.se.1421:8990/ http://different.remote.haxx…
64 GET http://different.remote.haxx.se.1421:8990/ HTTP/1.1
65 Host: different.remote.haxx.se.1421:8990
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td52 "comparison of addresses of subobjects of different base classes "
182 "external variable %0 declared with incompatible types in different "
189 "external function %0 declared with incompatible types in different "
192 "type %0 has incompatible definitions in different translation units">,
210 "field %0 declared with incompatible types in different "
215 "instance variable %0 declared with incompatible types in different "
223 "different translation units (%2 vs. %3)">;
225 "%select{class|instance}0 method %1 has a different number of parameters in "
226 "different translation units (%2 vs. %3)">;
228 "%select{class|instance}0 method %1 has a parameter with a different types "
[all …]
/external/curl/tests/libtest/
Dtest1013.pl45 my $different = $curlproto ne $curlconfigproto;
46 if ($different) {
51 exit $different;
/external/clang/test/Sema/
Dvector-cast.c22 't2' (vector of 16 'char' values) and 't1' (vector of 1 'long long' value) of different size}} in f()
24 't1' (vector of 1 'long long' value) and 't2' (vector of 16 'char' values) of different size}}
31 type 't1' (vector of 1 'long long' value) and integer type 'short' of different size}}
35 type 't1' (vector of 1 'long long' value) and integer type 'short' of different size}}
/external/icu/icu4j/perf-tests/data/conversion/
Denglish.txt8different encoding systems for assigning these numbers. No single encoding could contain enough ch…
10different characters, or use different numbers for the same character. Any given computer (especia…
15 …s without re-engineering. It allows data to be transported through many different systems without …
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/
Dpy_table_of_contents_contours.markdown11 to find different features of contours like area, perimeter, bounding rectangle etc.
16 to find different properties of contours like Solidity, Mean Intensity etc.
21 to find convexity defects, pointPolygonTest, match different shapes etc.
/external/opencv3/doc/py_tutorials/
Dpy_tutorials.markdown21 you will learn different image processing functions inside OpenCV.
31 will learn different techniques to work with videos like object tracking etc.
41 will learn different image processing functions inside OpenCV.
46 will learn different computational photography techniques like image denoising etc.
/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/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/clang/test/SemaObjCXX/
Dobjc2-merge-gc-attribue-decl.mm39 extern __weak id p3; // expected-error {{redeclaration of 'p3' with a different type}}
42 extern void * __strong p4; // expected-error {{redeclaration of 'p4' with a different type}}
48 extern char* p6; // expected-error {{redeclaration of 'p6' with a different type}}
51 extern char* p7; // expected-error {{redeclaration of 'p7' with a different type}}
/external/valgrind/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/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dxsrfutil.py115 different = 0
117 different |= x ^ y
118 return not different

12345678910>>...89