Searched defs:ARRAY (Results 1 - 25 of 71) sorted by relevance

123

/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/annotation-tools/scene-lib/src/type/
H A DType.java16 ARRAY, enum constant in enum:Type.Kind
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DValueType.java47 public static final int ARRAY = 0x1c; field in class:ValueType
/external/google-breakpad/src/client/
H A Dminidump_file_writer.h216 if (allocation_state_ != ARRAY)
262 ARRAY, enumerator in enum:google_breakpad::TypedMDRVA::AllocationState
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_object.h36 ARRAY, enumerator in enum:CPDF_Object::Type
/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/conscrypt/benchmark-base/src/main/java/org/conscrypt/
H A DCipherEncryptBenchmark.java28 ARRAY, enum constant in enum:CipherEncryptBenchmark.BufferType
48 case ARRAY:
/external/turbine/java/com/google/turbine/model/
H A DConst.java32 ARRAY, enum constant in enum:Const.Kind
595 return Kind.ARRAY;
/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/
H A DType.java92 public static final int ARRAY = 9; field in class:Type
229 return new Type(buf[0] == '[' ? ARRAY : OBJECT, buf, 0, buf.length);
478 return new Type(ARRAY, buf, off, len + 1);
501 * {@link #ARRAY ARRAY}, {@link #OBJECT OBJECT} or {@link #METHOD
558 case ARRAY:
672 } else { // sort == ARRAY || sort == METHOD
858 if (sort >= ARRAY) {
879 if (sort >= ARRAY) {
/external/dhcpcd-6.8.2/
H A Ddhcp-common.h51 #define ARRAY (1 << 8) macro
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
H A DJpaFinderProxy.java78 } else if (JpaFinderProxy.ReturnType.ARRAY.equals(finderDescriptor.returnType)) {
235 return JpaFinderProxy.ReturnType.ARRAY;
277 PLAIN, COLLECTION, ARRAY enum constant in enum:JpaFinderProxy.ReturnType
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DUResourceBundle.java676 * Available types are {@link #INT INT}, {@link #ARRAY ARRAY},
743 public static final int ARRAY = 8; field in class:UResourceBundle
850 if (obj.getType() == ARRAY) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DUResourceBundle.java703 * Available types are {@link #INT INT}, {@link #ARRAY ARRAY},
780 public static final int ARRAY = 8; field in class:UResourceBundle
893 if (obj.getType() == ARRAY) {
/external/libchrome/dbus/
H A Dmessage.h81 ARRAY = DBUS_TYPE_ARRAY, enumerator in enum:dbus::Message::DataType
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dbindings_internal.h189 ARRAY = 1 << 0, member in class:mojo::internal::MojomTypeCategory
230 static const MojomTypeCategory category = MojomTypeCategory::ARRAY;
/external/mesa3d/src/mesa/main/
H A Dformat_parser.py34 ARRAY = 'array' variable
336 if self.layout == ARRAY:
373 if self.layout not in (ARRAY, PACKED):
382 if self.layout not in (ARRAY, PACKED):
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedOutputStreamTest.java108 return OutputType.ARRAY;
189 ARRAY() { method in enum:CodedOutputStreamTest.OutputType
484 assertEqualBytes(OutputType.ARRAY, bytes(0x02, 0x33, 0x44, 0x00), destination);
564 new OutputType[] {OutputType.ARRAY, OutputType.NIO_HEAP, OutputType.NIO_DIRECT}) {
/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/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/arm-neon-tests/
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/javassist/src/main/javassist/compiler/
H A DTokenId.java115 int ARRAY = 'A'; // array access field in interface:TokenId
/external/turbine/java/com/google/turbine/bytecode/
H A DClassFile.java370 ARRAY, enum constant in enum:ClassFile.AnnotationInfo.ElementValue.Kind
434 return Kind.ARRAY;
685 return new TypePath(Kind.ARRAY, this);
705 ARRAY(0), enum constant in enum:ClassFile.TypeAnnotationInfo.TypePath.Kind
/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";

Completed in 8055 milliseconds

123