Searched refs:ARRAY (Results 1 - 25 of 236) sorted by relevance

12345678910

/external/arm-neon-tests/
H A Dref_vld1_lane.c60 ARRAY(buffer_src, int, 8, 8);
61 ARRAY(buffer_src, int, 16, 4);
62 ARRAY(buffer_src, int, 32, 2);
63 ARRAY(buffer_src, int, 64, 1);
64 ARRAY(buffer_src, uint, 8, 8);
65 ARRAY(buffer_src, uint, 16, 4);
66 ARRAY(buffer_src, uint, 32, 2);
67 ARRAY(buffer_src, uint, 64, 1);
68 ARRAY(buffer_src, poly, 8, 8);
69 ARRAY(buffer_sr
[all...]
H A Dstm-arm-neon-ref.h70 #define ARRAY(V, T, W, N) VECT_VAR_DECL(V,T,W,N)[N] macro
196 ARRAY(check_result, T1, W, N); \
218 extern ARRAY(buffer, int, 8, 8);
219 extern ARRAY(buffer, int, 16, 4);
220 extern ARRAY(buffer, int, 32, 2);
221 extern ARRAY(buffer, int, 64, 1);
222 extern ARRAY(buffer, uint, 8, 8);
223 extern ARRAY(buffer, uint, 16, 4);
224 extern ARRAY(buffer, uint, 32, 2);
225 extern ARRAY(buffe
[all...]
/external/annotation-tools/scene-lib/src/type/
H A DArrayType.java33 return Kind.ARRAY;
H A DType.java16 ARRAY, enum constant in enum:Type.Kind
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
H A DReflectedType002Test.java51 * <BR>&nbsp;&nbsp; - refTypeTag takes the TypeTag constant ARRAY
64 JDWPConstants.TypeTag.ARRAY),
66 JDWPConstants.TypeTag.ARRAY),
68 JDWPConstants.TypeTag.ARRAY),
69 new TypeSignatureAndTag("[C", JDWPConstants.TypeTag.ARRAY)
/external/mesa3d/src/compiler/glsl/tests/
H A Dsampler_types_test.cpp35 #define ARRAY EXPECT_TRUE(type->sampler_array); macro
56 T( sampler1DArray, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_FLOAT, ARRAY, COLOR, 2)
57 T( sampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, ARRAY, COLOR, 3)
58 T( samplerCubeArray, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, ARRAY, COLOR, 4)
62 T( sampler2DMSArray, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_FLOAT, ARRAY, COLOR, 3)
67 T(isampler1DArray, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_INT, ARRAY, COLOR, 2)
68 T(isampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_INT, ARRAY, COLOR, 3)
69 T(isamplerCubeArray, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_INT, ARRAY, COLOR, 4)
73 T(isampler2DMSArray, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_INT, ARRAY, COLOR, 3)
78 T(usampler1DArray, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_UINT, ARRAY, COLO
[all...]
/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_global.cpp54 #define ARRAY(a) \ macro
64 ARRAY(ArrayInitPartial),
65 ARRAY(ArrayInitFull),
66 ARRAY(ArrayConst),
67 ARRAY(ArrayDouble),
/external/swiftshader/third_party/subzero/unittest/
H A DIceParseInstsTest.cpp114 EXPECT_TRUE(Munger.runTest(ARRAY(Align0)));
115 EXPECT_TRUE(DumpMunger.runTestForAssembly(ARRAY(Align0)));
124 EXPECT_FALSE(Munger.runTest(ARRAY(Align30), ParseError));
128 EXPECT_FALSE(DumpMunger.runTestForAssembly(ARRAY(Align30)));
140 EXPECT_TRUE(Munger.runTest(ARRAY(Align29)));
141 EXPECT_TRUE(DumpMunger.runTestForAssembly(ARRAY(Align29)));
179 EXPECT_FALSE(Munger.runTest(ARRAY(Align0), ParseError));
182 EXPECT_FALSE(DumpMunger.runTestForAssembly(ARRAY(Align0)));
192 EXPECT_FALSE(Munger.runTest(ARRAY(Align4), ParseError));
195 EXPECT_FALSE(DumpMunger.runTestForAssembly(ARRAY(Align
[all...]
H A DIceParseTypesTest.cpp67 EXPECT_FALSE(Munger.runTest(ARRAY(Edit)));
83 EXPECT_FALSE(Munger.runTest(ARRAY(Edit)));
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DPropertyOptions.java39 public static final int ARRAY = 0x00000200; field in class:PropertyOptions
199 return getOption(ARRAY);
209 setOption(ARRAY, value);
311 return (getOptions() & (ARRAY | STRUCT)) > 0;
320 return (getOptions() & (ARRAY | STRUCT)) == 0;
362 ~(ARRAY | ARRAY_ORDERED | ARRAY_ALTERNATE | ARRAY_ALT_TEXT)) == 0;
378 ARRAY |
399 case ARRAY : return "ARRAY";
418 if ((options & STRUCT) > 0 && (options & ARRAY) >
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DValueType.java47 public static final int ARRAY = 0x1c; field in class:ValueType
/external/python/cpython2/Lib/ctypes/test/
H A Dtest_arrays.py20 int_array = ARRAY(fmt, alen)
49 CharArray = ARRAY(c_char, 3)
77 numarray = ARRAY(c_int, alen)
96 self.assertIsNot(ARRAY(c_int, 3), ARRAY(c_int, 4))
97 self.assertIs(ARRAY(c_int, 3), ARRAY(c_int, 3))
/external/annotation-tools/asmx/core/org/objectweb/asm/
H A DType.classpackage org.objectweb.asm public org.objectweb.asm.Type extends java.lang. ...
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
H A DSimpleVerifier.java123 || t.getSort() == Type.ARRAY;
133 if (arrayType.getSort() == Type.ARRAY) {
155 case Type.ARRAY:
159 || type.getSort() == Type.ARRAY;
164 || type.getSort() == Type.ARRAY)
180 && (t.getSort() == Type.OBJECT || t.getSort() == Type.ARRAY))
183 && (u.getSort() == Type.OBJECT || u.getSort() == Type.ARRAY))
258 if (t.getSort() == Type.ARRAY) {
/external/skia/bench/
H A DMathBench.cpp325 ARRAY = 1000, enumerator in enum:FloorBench::__anon20434
327 float fData[ARRAY];
334 for (int i = 0; i < ARRAY; ++i) {
359 for (int i = 0; i < ARRAY; ++i) {
366 for (int i = 0; i < ARRAY; ++i) {
386 ARRAY = 1000, enumerator in enum:CLZBench::__anon20435
388 uint32_t fData[ARRAY];
395 for (int i = 0; i < ARRAY; ++i) {
419 for (int i = 0; i < ARRAY; ++i) {
426 for (int i = 0; i < ARRAY;
448 ARRAY =1000, enumerator in enum:NormalizeBench::__anon20436
607 ARRAY = 1000, enumerator in enum:Floor2IntBench::__anon20438
[all...]
/external/skqp/bench/
H A DMathBench.cpp325 ARRAY = 1000, enumerator in enum:FloorBench::__anon21103
327 float fData[ARRAY];
334 for (int i = 0; i < ARRAY; ++i) {
359 for (int i = 0; i < ARRAY; ++i) {
366 for (int i = 0; i < ARRAY; ++i) {
386 ARRAY = 1000, enumerator in enum:CLZBench::__anon21104
388 uint32_t fData[ARRAY];
395 for (int i = 0; i < ARRAY; ++i) {
419 for (int i = 0; i < ARRAY; ++i) {
426 for (int i = 0; i < ARRAY;
448 ARRAY =1000, enumerator in enum:NormalizeBench::__anon21105
607 ARRAY = 1000, enumerator in enum:Floor2IntBench::__anon21107
[all...]
/external/python/cpython3/Lib/ctypes/test/
H A Dtest_arrays.py20 int_array = ARRAY(fmt, alen)
49 CharArray = ARRAY(c_char, 3)
74 numarray = ARRAY(c_int, alen)
93 self.assertIsNot(ARRAY(c_int, 3), ARRAY(c_int, 4))
94 self.assertIs(ARRAY(c_int, 3), ARRAY(c_int, 3))
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DResourceModule.java88 // unfortunately, actually, data can be either ARRAY or STRING
89 defaultHeader = getFromTable(info, HEADER, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
255 UResourceBundle t = getFromTable(res, key, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
263 case UResourceBundle.ARRAY:
268 throw new UResourceTypeMismatchException("Only accept ARRAY and STRING types.");
299 // unfortunately, actually, data can be either ARRAY or STRING
300 data = getFromTable(res, DATA, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
305 // unfortunately, actually, data can be either ARRAY or STRING
306 header = getFromTable(res, HEADER, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
315 settings = getFromTable(res, SETTINGS, UResourceBundle.ARRAY);
[all...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DResourceModule.java87 // unfortunately, actually, data can be either ARRAY or STRING
88 defaultHeader = getFromTable(info, HEADER, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
254 UResourceBundle t = getFromTable(res, key, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
262 case UResourceBundle.ARRAY:
267 throw new UResourceTypeMismatchException("Only accept ARRAY and STRING types.");
298 // unfortunately, actually, data can be either ARRAY or STRING
299 data = getFromTable(res, DATA, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
304 // unfortunately, actually, data can be either ARRAY or STRING
305 header = getFromTable(res, HEADER, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
314 settings = getFromTable(res, SETTINGS, UResourceBundle.ARRAY);
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
H A DBaseArrayEncodedValue.java63 public int getValueType() { return ValueType.ARRAY; }
/external/google-breakpad/src/client/
H A Dminidump_file_writer-inl.h59 allocation_state_ = ARRAY;
73 assert(allocation_state_ == ARRAY);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPConstants.java112 public static final byte ARRAY = 16; field in class:JDWPConstants.ClassStatus
134 if ((status & ARRAY) == ARRAY)
135 returnValue += "|ARRAY";
158 public static final byte ARRAY = 3; field in class:JDWPConstants.TypeTag
173 case ARRAY:
174 return "ARRAY";
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DAllClassesTest.java52 * <BR>&nbsp;&nbsp; - there are no classes with the 'ARRAY' or
82 if ( (status & JDWPConstants.ClassStatus.ARRAY) != 0 ){
89 + Integer.toHexString(JDWPConstants.ClassStatus.ARRAY)
91 + JDWPConstants.ClassStatus.getName(JDWPConstants.ClassStatus.ARRAY)
121 * 'CLASS', 'INTERFACE', 'ARRAY';
185 assertTrue(refTypeTag == JDWPConstants.TypeTag.ARRAY
202 assertTrue(refTypeTag == JDWPConstants.TypeTag.ARRAY
H A DAllClassesWithGenericTest.java53 * <BR>&nbsp;&nbsp; - there are no classes with the 'ARRAY' or
84 if ( (status & JDWPConstants.ClassStatus.ARRAY) != 0 ){
92 + Integer.toHexString(JDWPConstants.ClassStatus.ARRAY)
94 + JDWPConstants.ClassStatus.getName(JDWPConstants.ClassStatus.ARRAY)
126 * 'CLASS', 'INTERFACE', 'ARRAY';
193 assertTrue(refTypeTag == JDWPConstants.TypeTag.ARRAY
212 refTypeTag == JDWPConstants.TypeTag.ARRAY
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
H A DNewInstanceTest.java90 JDWPConstants.TypeTag.ARRAY, refInitTypeTag,
91 JDWPConstants.TypeTag.getName(JDWPConstants.TypeTag.ARRAY),

Completed in 8531 milliseconds

12345678910