Home
last modified time | relevance | path

Searched refs:Array (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.cpp41 SingleVertexArrayUsageGroup (Context& context, Array::Usage usage);
50 Array::Usage m_usage;
53 SingleVertexArrayUsageGroup::SingleVertexArrayUsageGroup (Context& context, Array::Usage usage) in SingleVertexArrayUsageGroup()
54 …: TestCaseGroup (context, Array::usageTypeToString(usage).c_str(), Array::usageTypeToString(usage)… in SingleVertexArrayUsageGroup()
75Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init()
83 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * 2 … in init()
84 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init()
85 …const std::string name = "stride" + typeToString(stride) + "_" + Array::inputTypeToString(inputTyp… in init()
88 Array::OUTPUTTYPE_VEC2, in init()
89 Array::STORAGE_BUFFER, in init()
[all …]
/external/libcxx/test/utilities/meta/meta.rel/
Dis_convertible.pass.cpp35 typedef char Array[1]; typedef
48 test_is_not_convertible<void,Array> (); in main()
49 test_is_not_convertible<void,Array&> (); in main()
59 test_is_not_convertible<Function, Array> (); in main()
60 test_is_not_convertible<Function, Array&> (); in main()
71 test_is_not_convertible<Function&, Array> (); in main()
72 test_is_not_convertible<Function&, Array&> (); in main()
83 test_is_not_convertible<Function*, Array> (); in main()
84 test_is_not_convertible<Function*, Array&> (); in main()
90 test_is_not_convertible<Array, void> (); in main()
[all …]
/external/deqp/modules/gles3/stress/
Des3sVertexArrayTests.cpp44 SingleVertexArrayUsageGroup (Context& context, Array::Usage usage);
53 Array::Usage m_usage;
56 SingleVertexArrayUsageGroup::SingleVertexArrayUsageGroup (Context& context, Array::Usage usage) in SingleVertexArrayUsageGroup()
57 …: TestCaseGroup (context, Array::usageTypeToString(usage).c_str(), Array::usageTypeToString(usage)… in SingleVertexArrayUsageGroup()
78Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init()
86 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * 2 … in init()
87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init()
88 …const std::string name = "stride" + typeToString(stride) + "_" + Array::inputTypeToString(inputTyp… in init()
91 Array::OUTPUTTYPE_VEC2, in init()
92 Array::STORAGE_BUFFER, in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fVertexArrayTest.cpp72Array::Usage usages[] = {Array::USAGE_STATIC_DRAW, Array::USAGE_STREAM_DRAW, Array::USAGE_DYNAMI… in init()
75Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init()
86 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * co… in init()
87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init()
89 Array::OUTPUTTYPE_VEC2, in init()
90 Array::STORAGE_BUFFER, in init()
100 spec.primitive = Array::PRIMITIVE_TRIANGLES; in init()
140Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_… in init()
141 Array::Storage storages[] = {Array::STORAGE_USER, Array::STORAGE_BUFFER}; in init()
155 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * co… in init()
[all …]
/external/chromium_org/v8/test/webkit/fast/js/
Darray-functions-non-arrays-expected.txt33 PASS Array.prototype.toString.call({}) is "[object Object]"
34 PASS Array.prototype.toString.call(new Date) is "[object Date]"
35 PASS Array.prototype.toString.call({sort: function() { return 'sort' }}) is "[object Object]"
36 PASS Array.prototype.toString.call({join: function() { return 'join' }}) is "join"
37 PASS Array.prototype.toString.call({__proto__: Array.prototype, 0: 'a', 1: 'b', 2: 'c', length: 3})…
38 PASS ({__proto__: Array.prototype, 0: 'a', 1: 'b', 2: 'c', length: 3}).toString() is "a,b,c"
39 PASS Array.prototype.toString.call({__proto__: Array.prototype, 0: 'a', 1: 'b', 2: 'c', length: 3, …
40 PASS ({__proto__: Array.prototype, 0: 'a', 1: 'b', 2: 'c', length: 3, join: function() { return 'jo…
41 PASS Array.prototype.toString.call(42) is "Number.prototype.join:42"
43 FAIL Array.prototype.toLocaleString.call({}) should throw an exception. Was .
[all …]
Darray-prototype-properties-expected.txt29 PASS Array.prototype.toString.call(undefined) threw exception TypeError: Cannot convert undefined o…
30 PASS Array.prototype.toLocaleString.call(undefined) threw exception TypeError: Cannot convert undef…
31 PASS Array.prototype.concat.call(undefined, []) threw exception TypeError: Array.prototype.concat c…
32 PASS Array.prototype.join.call(undefined, []) threw exception TypeError: Array.prototype.join calle…
33 PASS Array.prototype.pop.call(undefined) threw exception TypeError: Array.prototype.pop called on n…
34 PASS Array.prototype.push.call(undefined, {}) threw exception TypeError: Array.prototype.push calle…
35 PASS Array.prototype.reverse.call(undefined) threw exception TypeError: Array.prototype.reverse cal…
36 PASS Array.prototype.shift.call(undefined) threw exception TypeError: Array.prototype.shift called …
37 PASS Array.prototype.slice.call(undefined, 0, 1) threw exception TypeError: Array.prototype.slice c…
38 PASS Array.prototype.sort.call(undefined) threw exception TypeError: Array.prototype.sort called on…
[all …]
/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp73Array::Usage usages[] = {Array::USAGE_STATIC_DRAW, Array::USAGE_STREAM_DRAW, Array::USAGE_DYNAMI… in init()
76Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init()
87 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * co… in init()
88 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init()
90 Array::OUTPUTTYPE_VEC2, in init()
91 Array::STORAGE_BUFFER, in init()
101 spec.primitive = Array::PRIMITIVE_TRIANGLES; in init()
141Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_… in init()
142 Array::Storage storages[] = {Array::STORAGE_BUFFER}; in init()
156 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * co… in init()
[all …]
/external/eigen/Eigen/src/Core/
DArray.h34 struct traits<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > : traits<Matrix<_Scalar,…
37 typedef ArrayBase<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > XprBase;
42 class Array
43 : public PlainObjectBase<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> >
47 typedef PlainObjectBase<Array> Base;
48 EIGEN_DENSE_PUBLIC_INTERFACE(Array)
72 EIGEN_STRONG_INLINE Array& operator=(const EigenBase<OtherDerived> &other)
87 EIGEN_STRONG_INLINE Array& operator=(const ArrayBase<OtherDerived>& other)
95 EIGEN_STRONG_INLINE Array& operator=(const Array& other)
110 EIGEN_STRONG_INLINE Array() : Base()
[all …]
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp66 std::string Array::targetToString(Target target) in targetToString()
75 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(targets) == Array::TARGET_LAST); in targetToString()
80 std::string Array::inputTypeToString(InputType type) in inputTypeToString()
102 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(types) == Array::INPUTTYPE_LAST); in inputTypeToString()
107 std::string Array::outputTypeToString(OutputType type) in outputTypeToString()
129 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(types) == Array::OUTPUTTYPE_LAST); in outputTypeToString()
134 std::string Array::usageTypeToString(Usage usage) in usageTypeToString()
153 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(usages) == Array::USAGE_LAST); in usageTypeToString()
158 std::string Array::storageToString (Storage storage) in storageToString()
167 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(storages) == Array::STORAGE_LAST); in storageToString()
[all …]
DglsVertexArrayTests.hpp52 class Array class
150 virtual ~Array (void) {} in ~Array()
168 class ContextArray : public Array
176 virtual void bindIndexArray (Array::Target storage);
181 virtual Array::Target getTarget (void) const { return m_target; } in getTarget()
182 virtual Array::InputType getInputType (void) const { return m_inputType; } in getInputType()
183 virtual Array::OutputType getOutputType (void) const { return m_outputType; } in getOutputType()
184 virtual Array::Storage getStorageType (void) const { return m_storage; } in getStorageType()
191 static deUint32 targetToGL (Array::Target target);
192 static deUint32 usageToGL (Array::Usage usage);
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
DUNCOVERED83 Array.concat
84 Array.join
85 Array.pop
86 Array.push
87 Array.reverse
88 Array.shift
89 Array.slice
90 Array.sort
91 Array.splice
92 Array.unshift
[all …]
/external/chromium_org/v8/test/webkit/
Darray-enumerators-functions-expected.txt29 …simpleArray).every(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Array.prototype.every.ca…
30 …(emptyArray).every(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Array.prototype.every.ca…
31 …eEmptyArray).every(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Array.prototype.every.ca…
32 …SparseArray).every(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Array.prototype.every.ca…
33 …(simpleArray).every(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Array.prototype.every.ca…
34 …y(emptyArray).every(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Array.prototype.every.ca…
35 …geEmptyArray).every(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Array.prototype.every.ca…
36 …eSparseArray).every(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Array.prototype.every.ca…
37 …(simpleArray).every(forwarders[f], returnElem, 0) is count=0;lastIndex=-1;Array.prototype.every.ca…
38 …y(emptyArray).every(forwarders[f], returnElem, 0) is count=0;lastIndex=-1;Array.prototype.every.ca…
[all …]
DArray-isArray-expected.txt24 Test to ensure correct behaviour of Array.array
29 PASS Array.isArray([]) is true
30 PASS Array.isArray(new Array) is true
31 PASS Array.isArray(Array()) is true
32 PASS Array.isArray('abc'.match(/(a)*/g)) is true
33 PASS (function(){ return Array.isArray(arguments); })() is false
34 PASS Array.isArray() is false
35 PASS Array.isArray(null) is false
36 PASS Array.isArray(undefined) is false
37 PASS Array.isArray(true) is false
[all …]
Darray-proto-func-property-getter-except-expected.txt29 PASS test(Array.prototype.sort) is true
30 PASS test(Array.prototype.every) is true
31 PASS test(Array.prototype.some) is true
32 PASS test(Array.prototype.forEach) is true
33 PASS test(Array.prototype.map) is true
34 PASS test(Array.prototype.filter) is true
35 PASS test(Array.prototype.reduce) is true
36 PASS test(Array.prototype.reduceRight) is true
37 PASS test(Array.prototype.join) is true
38 PASS test(Array.prototype.pop) is true
[all …]
Darray-proto-func-length-getter-except-expected.txt29 PASS test(Array.prototype.join) is true
30 PASS test(Array.prototype.pop) is true
31 PASS test(Array.prototype.push) is true
32 PASS test(Array.prototype.reverse) is true
33 PASS test(Array.prototype.shift) is true
34 PASS test(Array.prototype.slice) is true
35 PASS test(Array.prototype.sort) is true
36 PASS test(Array.prototype.splice) is true
37 PASS test(Array.prototype.unshift) is true
38 PASS test(Array.prototype.indexOf) is true
[all …]
/external/chromium_org/mojo/public/cpp/bindings/
Darray.h22 class Array {
23 MOJO_MOVE_ONLY_TYPE_FOR_CPP_03(Array, RValue)
35 Array() : is_null_(true) {} in Array() function
36 explicit Array(size_t size) : vec_(size), is_null_(false) { in Array() function
39 ~Array() { Traits::Finalize(&vec_); } in ~Array()
41 Array(RValue other) : is_null_(true) { Take(other.object); } in Array() function
42 Array& operator=(RValue other) {
47 static Array New(size_t size) { in New()
48 return Array(size).Pass(); in New()
52 static Array From(const U& other) { in From()
[all …]
/external/chromium_org/third_party/skia/include/utils/
DSkJSON.h27 class Array; variable
52 void addArray(const char name[], Array* value);
90 bool findArray(const char name[], Array** = NULL) const;
146 Array* arrayValue() const;
184 friend class Array; variable
187 class Array {
193 Array(Type, int count);
199 Array(const int32_t values[], int count);
205 Array(const float values[], int count);
211 Array(const bool values[], int count);
[all …]
/external/skia/include/utils/
DSkJSON.h27 class Array; variable
52 void addArray(const char name[], Array* value);
90 bool findArray(const char name[], Array** = NULL) const;
146 Array* arrayValue() const;
184 friend class Array; variable
187 class Array {
193 Array(Type, int count);
199 Array(const int32_t values[], int count);
205 Array(const float values[], int count);
211 Array(const bool values[], int count);
[all …]
/external/chromium_org/mojo/public/cpp/bindings/lib/
Darray_serialization.h16 inline size_t GetSerializedSize_(const Array<E>& input);
19 inline void Serialize_(Array<E> input, internal::Buffer* buf,
22 inline void Deserialize_(internal::Array_Data<F>* data, Array<E>* output);
31 static size_t GetSerializedSize(const Array<E>& input) {
35 Array<E> input, Buffer* buf, Array_Data<F>* output) {
39 Array_Data<F>* input, Array<E>* output) {
47 static size_t GetSerializedSize(const Array<bool>& input) {
51 Array<bool> input, Buffer* buf, Array_Data<bool>* output) {
57 Array_Data<bool>* input, Array<bool>* output) {
58 Array<bool> result(input->size());
[all …]
/external/chromium_org/v8/test/webkit/fast/js/kde/
DArray-expected.txt29 PASS Array().length is 0
30 PASS (new Array()).length is 0
31 PASS (new Array(3)).length is 3
32 PASS (new Array(11, 22)).length is 2
33 PASS (new Array(11, 22))[0] is 11
34 PASS Array(11, 22)[1] is 22
35 PASS (new Array(11, 22))[3] is undefined.
36 PASS String(new Array(11, 22)) is '11,22'
46 PASS Array().toString() is ''
47 PASS Array(3).toString() is ',,'
[all …]
/external/libcxx/test/utilities/function.objects/func.require/
Dinvoke.pass.cpp20 struct Array struct
27 Array<char, 1>::type& f1(); argument
28 Array<char, 2>::type& f2() const;
30 Array<char, 1>::type& g1() &;
31 Array<char, 2>::type& g2() const &;
33 Array<char, 3>::type& g3() &&;
34 Array<char, 4>::type& g4() const &&;
/external/eigen/unsupported/Eigen/src/Splines/
DSplineFwd.h36 typedef Array<Scalar,1,OrderAtCompileTime> BasisVectorType;
39 …typedef Array<Scalar,Dynamic,Dynamic,RowMajor,NumOfDerivativesAtCompileTime,OrderAtCompileTime> Ba…
42 …typedef Array<Scalar,Dimension,Dynamic,ColMajor,Dimension,NumOfDerivativesAtCompileTime> Derivativ…
45 typedef Array<Scalar,Dimension,1> PointType;
48 typedef Array<Scalar,1,Dynamic> KnotVectorType;
51 typedef Array<Scalar,Dimension,Dynamic> ControlPointVectorType;
67 …typedef Array<_Scalar,Dynamic,Dynamic,RowMajor,NumOfDerivativesAtCompileTime,OrderAtCompileTime> B…
70 … typedef Array<_Scalar,_Dim,Dynamic,ColMajor,_Dim,NumOfDerivativesAtCompileTime> DerivativeType;
/external/llvm/lib/Target/R600/
DSIInsertWaits.cpp38 unsigned Array[3]; member
211 LastIssued.Array[i] += Increment.Array[i]; in pushInstruction()
212 Sum += Increment.Array[i]; in pushInstruction()
272 if (Required.Array[i] <= WaitedOn.Array[i]) in insertWait()
278 unsigned Value = LastIssued.Array[i] - Required.Array[i]; in insertWait()
281 Counts.Array[i] = std::min(Value, WaitCounts.Array[i]); in insertWait()
284 Counts.Array[i] = 0; in insertWait()
287 WaitedOn.Array[i] = LastIssued.Array[i] - Counts.Array[i]; in insertWait()
310 Dst.Array[i] = std::max(Dst.Array[i], Src.Array[i]); in increaseCounters()
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DExtension.java34 import java.lang.reflect.Array;
184 T result = clazz.cast(Array.newInstance(clazz.getComponentType(), resultSize)); in getRepeatedValueFrom()
186 Array.set(result, i, resultList.get(i)); in getRepeatedValueFrom()
268 int arrayLength = Array.getLength(array); in writeRepeatedData()
270 Object element = Array.get(array, i); in writeRepeatedData()
288 int arrayLength = Array.getLength(array); in computeRepeatedSerializedSize()
290 Object element = Array.get(array, i); in computeRepeatedSerializedSize()
292 size += computeSingularSerializedSize(Array.get(array, i)); in computeRepeatedSerializedSize()
488 int arrayLength = Array.getLength(array); in writeRepeatedData()
497 output.writeBoolNoTag(Array.getBoolean(array, i)); in writeRepeatedData()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DScriptProfile.cpp71 …RefPtr<TypeBuilder::Array<TypeBuilder::Profiler::CPUProfileNode> > children = TypeBuilder::Array<T… in buildInspectorObjectFor()
97 PassRefPtr<TypeBuilder::Array<int> > ScriptProfile::buildInspectorObjectForSamples() const in buildInspectorObjectForSamples()
99 RefPtr<TypeBuilder::Array<int> > array = TypeBuilder::Array<int>::create(); in buildInspectorObjectForSamples()
106 PassRefPtr<TypeBuilder::Array<double> > ScriptProfile::buildInspectorObjectForTimestamps() const in buildInspectorObjectForTimestamps()
108 RefPtr<TypeBuilder::Array<double> > array = TypeBuilder::Array<double>::create(); in buildInspectorObjectForTimestamps()

12345678910>>...24