/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayTest.cpp | 41 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() 75 …Array::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/std/utilities/meta/meta.rel/ |
D | is_convertible.pass.cpp | 35 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/ |
D | es3sVertexArrayTests.cpp | 44 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() 78 …Array::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/ |
D | es2fVertexArrayTest.cpp | 72 …Array::Usage usages[] = {Array::USAGE_STATIC_DRAW, Array::USAGE_STREAM_DRAW, Array::USAGE_DYNAMI… in init() 75 …Array::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() 140 …Array::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/v8/test/webkit/fast/js/ |
D | array-functions-non-arrays-expected.txt | 33 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 …]
|
D | array-prototype-properties-expected.txt | 29 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/ |
D | es2sVertexArrayTests.cpp | 73 …Array::Usage usages[] = {Array::USAGE_STATIC_DRAW, Array::USAGE_STREAM_DRAW, Array::USAGE_DYNAMI… in init() 76 …Array::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() 141 …Array::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/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 67 std::string Array::targetToString(Target target) in targetToString() 75 return de::getSizedArrayElement<Array::TARGET_LAST>(targets, (int)target); in targetToString() 78 std::string Array::inputTypeToString(InputType type) in inputTypeToString() 99 return de::getSizedArrayElement<Array::INPUTTYPE_LAST>(types, (int)type); in inputTypeToString() 102 std::string Array::outputTypeToString(OutputType type) in outputTypeToString() 123 return de::getSizedArrayElement<Array::OUTPUTTYPE_LAST>(types, (int)type); in outputTypeToString() 126 std::string Array::usageTypeToString(Usage usage) in usageTypeToString() 144 return de::getSizedArrayElement<Array::USAGE_LAST>(usages, (int)usage); in usageTypeToString() 147 std::string Array::storageToString (Storage storage) in storageToString() 155 return de::getSizedArrayElement<Array::STORAGE_LAST>(storages, (int)storage); in storageToString() [all …]
|
D | glsVertexArrayTests.hpp | 53 class Array class 151 virtual ~Array (void) {} in ~Array() 169 class ContextArray : public Array 177 virtual void bindIndexArray (Array::Target storage); 182 virtual Array::Target getTarget (void) const { return m_target; } in getTarget() 183 virtual Array::InputType getInputType (void) const { return m_inputType; } in getInputType() 184 virtual Array::OutputType getOutputType (void) const { return m_outputType; } in getOutputType() 185 virtual Array::Storage getStorageType (void) const { return m_storage; } in getStorageType() 192 static deUint32 targetToGL (Array::Target target); 193 static deUint32 usageToGL (Array::Usage usage); [all …]
|
/external/eigen/Eigen/src/Core/ |
D | Array.h | 34 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/v8/test/webkit/ |
D | array-enumerators-functions-expected.txt | 29 …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 …]
|
D | Array-isArray-expected.txt | 24 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 …]
|
D | array-proto-func-property-getter-except-expected.txt | 29 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 …]
|
D | array-proto-func-length-getter-except-expected.txt | 29 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/v8/test/webkit/fast/js/kde/ |
D | Array-expected.txt | 29 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/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/data/ |
D | ModelData.java | 21 import com.badlogic.gdx.utils.Array; 30 public final Array<ModelMesh> meshes = new Array<ModelMesh>(); 31 public final Array<ModelMaterial> materials = new Array<ModelMaterial>(); 32 public final Array<ModelNode> nodes = new Array<ModelNode>(); 33 public final Array<ModelAnimation> animations = new Array<ModelAnimation>();
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/ |
D | CameraGroupStrategy.java | 25 import com.badlogic.gdx.utils.Array; 85 Pool<Array<Decal>> arrayPool = new Pool<Array<Decal>>(16) { 87 protected Array<Decal> newObject () { 88 return new Array(); 91 Array<Array<Decal>> usedArrays = new Array<Array<Decal>>(); 92 …ObjectMap<DecalMaterial, Array<Decal>> materialGroups = new ObjectMap<DecalMaterial, Array<Decal>>… 130 public void beforeGroup (int group, Array<Decal> contents) { in beforeGroup() 137 Array<Decal> materialGroup = materialGroups.get(decal.material); in beforeGroup() 148 for (Array<Decal> materialGroup : materialGroups.values()) { in beforeGroup()
|
D | DecalBatch.java | 25 import com.badlogic.gdx.utils.Array; 55 private final SortedIntList<Array<Decal>> groupList = new SortedIntList<Array<Decal>>(); 57 private final Pool<Array<Decal>> groupPool = new Pool<Array<Decal>>(16) { 59 protected Array<Decal> newObject () { 60 return new Array<Decal>(false, 100); 63 private final Array<Array<Decal>> usedGroups = new Array<Array<Decal>>(16); 123 Array<Decal> targetGroup = groupList.get(groupIndex); in add() 142 for (SortedIntList.Node<Array<Decal>> group : groupList) { in render() 154 private void render (ShaderProgram shader, Array<Decal> decals) { in render()
|
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | invoke.pass.cpp | 20 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/ |
D | SplineFwd.h | 36 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/protobuf/java/src/main/java/com/google/protobuf/nano/ |
D | Extension.java | 34 import java.lang.reflect.Array; 203 T result = clazz.cast(Array.newInstance(clazz.getComponentType(), resultSize)); in getRepeatedValueFrom() 205 Array.set(result, i, resultList.get(i)); in getRepeatedValueFrom() 287 int arrayLength = Array.getLength(array); in writeRepeatedData() 289 Object element = Array.get(array, i); in writeRepeatedData() 307 int arrayLength = Array.getLength(array); in computeRepeatedSerializedSize() 309 Object element = Array.get(array, i); in computeRepeatedSerializedSize() 311 size += computeSingularSerializedSize(Array.get(array, i)); in computeRepeatedSerializedSize() 507 int arrayLength = Array.getLength(array); in writeRepeatedData() 516 output.writeBoolNoTag(Array.getBoolean(array, i)); in writeRepeatedData() [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | Array.java | 29 public class Array<T> implements Iterable<T> { class 41 public Array () { in Array() method in Array 46 public Array (int capacity) { in Array() method in Array 53 public Array (boolean ordered, int capacity) { in Array() method in Array 62 public Array (boolean ordered, int capacity, Class arrayType) { in Array() method in Array 68 public Array (Class arrayType) { in Array() method in Array 75 public Array (Array<? extends T> array) { in Array() method in Array 84 public Array (T[] array) { in Array() method in Array 92 public Array (boolean ordered, T[] array, int start, int count) { in Array() method in Array 104 public void addAll (Array<? extends T> array) { in addAll() [all …]
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/ |
D | ArraySerializer.java | 37 import java.lang.reflect.Array; 56 dimensions[0] = Array.getLength(array); in getDimensions() 63 for (int i = 0, s = Array.getLength(array); i < s; i++) { in collectDimensions() 64 Object element = Array.get(array, i); in collectDimensions() 66 dimensions[dimension] = Math.max(dimensions[dimension], Array.getLength(element)); in collectDimensions() 88 T array = (T)Array.newInstance(elementClass, dimensions); 114 int length = Array.getLength(array); 121 Object element = Array.get(array, i); 144 Object element = Array.get(array, i); 148 Array.set(array, i, elementSerializer.readObject(buffer, elementClass)); [all …]
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
D | TemplatePickerPanel.java | 14 import com.badlogic.gdx.utils.Array; 17 public class TemplatePickerPanel<T> extends EditorPanel<Array<T>> implements LoaderButton.Listener<… 23 Array<T> loadedTemplates; 24 Array<T> excludedTemplates; 33 public TemplatePickerPanel (FlameMain editor, Array<T> value, Listener listener, Class<T> type){ in TemplatePickerPanel() 37 …public TemplatePickerPanel (FlameMain editor, Array<T> value, Listener listener, Class<T> type, Lo… in TemplatePickerPanel() 41 public TemplatePickerPanel (FlameMain editor, Array<T> value, Listener listener, Class<T> type, in TemplatePickerPanel() 48 loadedTemplates = new Array<T>(); in TemplatePickerPanel() 49 excludedTemplates = new Array<T>(); in TemplatePickerPanel() 55 public void setValue (Array<T> value) { in setValue() [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaits.cpp | 40 unsigned Array[3]; member 258 LastIssued.Array[i] += Increment.Array[i]; in pushInstruction() 259 if (Increment.Array[i]) in pushInstruction() 260 Limit.Array[i] = LastIssued.Array[i]; in pushInstruction() 261 Sum += Increment.Array[i]; in pushInstruction() 348 if (Required.Array[i] <= WaitedOn.Array[i]) in insertWait() 354 unsigned Value = LastIssued.Array[i] - Required.Array[i]; in insertWait() 357 Counts.Array[i] = std::min(Value, WaitCounts.Array[i]); in insertWait() 360 Counts.Array[i] = 0; in insertWait() 363 WaitedOn.Array[i] = LastIssued.Array[i] - Counts.Array[i]; in insertWait() [all …]
|