HomeSort by relevance Sort by last modified time
    Searched refs:ARRAY (Results 1 - 25 of 409) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dbus/test/data/valid-messages/
recursive-types.message 17 # first dict entry is an array of array of uint32
18 STRING 'mega-uint-array'
19 TYPE ARRAY
20 TYPE ARRAY
21 TYPE ARRAY
41 # second dict entry is an array of strings
42 STRING 'string-array'
43 TYPE ARRAY
45 STRING_ARRAY { 'a', 'string', 'array'}
    [all...]
no-padding.message 8 ## this byte array is filled with zeros to the natural length
11 TYPE ARRAY
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
ReflectedType002Test.java 46 * <BR>Starts ReflectedType002Debuggee then checks the following array
55 * <BR>&nbsp;&nbsp; - refTypeTag takes the TypeTag constant ARRAY
66 TypeSignatureAndTag[] array = new TypeSignatureAndTag[] { local
68 JDWPConstants.TypeTag.ARRAY),
70 JDWPConstants.TypeTag.ARRAY),
72 JDWPConstants.TypeTag.ARRAY),
73 new TypeSignatureAndTag("[C", JDWPConstants.TypeTag.ARRAY)
76 runReflectedTypeTest(array);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
PropertyOptions.java 39 public static final int ARRAY = 0x00000200;
194 * @return Return whether this property is an array. By itself this indicates a general
195 * unordered array. It is serialized using an <tt>rdf:Bag</tt> container.
199 return getOption(ARRAY);
209 setOption(ARRAY, value);
215 * @return Return whether this property is an ordered array. Appears in conjunction with
236 * @return Return whether this property is an alternative array. Appears in conjunction with
257 * @return Return whether this property is an alt-text array. Appears in conjunction with
259 * Each array element is a simple property with an <tt>xml:lang</tt> attribute.
307 * @return Returns whether the property is of composite type - an array or a struct
    [all...]
  /external/dbus/test/data/invalid-messages/
bad-boolean-array.message 1 ## a message with an invalid boolean array
20 TYPE ARRAY
bad-header-field-alignment.message 25 TYPE ARRAY
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
ValueType.java 47 public static final int ARRAY = 0x1c;
  /libcore/ojluni/src/main/java/java/sql/
Types.java 216 * <code>ARRAY</code>.
219 public final static int ARRAY = 2003;
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_arrays.py 18 int_array = ARRAY(fmt, alen)
43 CharArray = ARRAY(c_char, 3)
71 numarray = ARRAY(c_int, alen)
90 self.assertTrue(not ARRAY(c_int, 3) is ARRAY(c_int, 4))
91 self.assertTrue(ARRAY(c_int, 3) is ARRAY(c_int, 3))
120 # Array types are cached internally in the _ctypes extension,
121 # in a WeakValueDictionary. Make sure the array type is
128 # Create a new array type based on it
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_arrays.py 18 int_array = ARRAY(fmt, alen)
43 CharArray = ARRAY(c_char, 3)
71 numarray = ARRAY(c_int, alen)
90 self.assertTrue(not ARRAY(c_int, 3) is ARRAY(c_int, 4))
91 self.assertTrue(ARRAY(c_int, 3) is ARRAY(c_int, 3))
120 # Array types are cached internally in the _ctypes extension,
121 # in a WeakValueDictionary. Make sure the array type is
128 # Create a new array type based on it
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 18 int_array = ARRAY(fmt, alen)
43 CharArray = ARRAY(c_char, 3)
71 numarray = ARRAY(c_int, alen)
90 self.assertTrue(not ARRAY(c_int, 3) is ARRAY(c_int, 4))
91 self.assertTrue(ARRAY(c_int, 3) is ARRAY(c_int, 3))
120 # Array types are cached internally in the _ctypes extension,
121 # in a WeakValueDictionary. Make sure the array type is
128 # Create a new array type based on it
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 18 int_array = ARRAY(fmt, alen)
43 CharArray = ARRAY(c_char, 3)
71 numarray = ARRAY(c_int, alen)
90 self.assertTrue(not ARRAY(c_int, 3) is ARRAY(c_int, 4))
91 self.assertTrue(ARRAY(c_int, 3) is ARRAY(c_int, 3))
120 # Array types are cached internally in the _ctypes extension,
121 # in a WeakValueDictionary. Make sure the array type is
128 # Create a new array type based on it
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
TypeUtil.java 39 public static final String ARRAY = "[";
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
SimpleVerifier.java 116 boolean isArray = type.getSort() == Type.ARRAY;
146 && ("Lnull;".equals(t.getDescriptor()) || t.getSort() == Type.ARRAY);
154 if (arrayType.getSort() == Type.ARRAY) {
173 case Type.ARRAY:
178 || type.getSort() == Type.ARRAY)
194 && (t.getSort() == Type.OBJECT || t.getSort() == Type.ARRAY))
197 && (u.getSort() == Type.OBJECT || u.getSort() == Type.ARRAY))
211 // TODO case of array classes of the same dimension
276 if (t.getSort() == Type.ARRAY) {
  /external/skia/bench/
MathBench.cpp 333 ARRAY = 1000,
335 float fData[ARRAY];
342 for (int i = 0; i < ARRAY; ++i) {
367 for (int i = 0; i < ARRAY; ++i) {
374 for (int i = 0; i < ARRAY; ++i) {
394 ARRAY = 1000,
396 uint32_t fData[ARRAY];
403 for (int i = 0; i < ARRAY; ++i) {
427 for (int i = 0; i < ARRAY; ++i) {
434 for (int i = 0; i < ARRAY; ++i)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
ResourceModule.java 40 * Settings:array{}
41 * Headers:array{}
42 * Cases:array{}
86 // unfortunately, actually, data can be either ARRAY or STRING
87 defaultHeader = getFromTable(info, HEADER, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
249 * Unfortunately, UResourceBundle is unable to treat one string as string array.
250 * This function return a String[] from UResourceBundle, regardless it is an array or a string
253 UResourceBundle t = getFromTable(res, key, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
261 case UResourceBundle.ARRAY:
266 throw new UResourceTypeMismatchException("Only accept ARRAY and STRING types.")
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
ResourceModule.java 39 * Settings:array{}
40 * Headers:array{}
41 * Cases:array{}
85 // unfortunately, actually, data can be either ARRAY or STRING
86 defaultHeader = getFromTable(info, HEADER, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
248 * Unfortunately, UResourceBundle is unable to treat one string as string array.
249 * This function return a String[] from UResourceBundle, regardless it is an array or a string
252 UResourceBundle t = getFromTable(res, key, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
260 case UResourceBundle.ARRAY:
265 throw new UResourceTypeMismatchException("Only accept ARRAY and STRING types.")
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
BracketExpr.java 28 ARRAY,
43 mAccessor = BracketAccessor.ARRAY;
51 "or array. Type detected: " + targetType.toJavaCode());
97 case ARRAY: {
  /external/clang/test/OpenMP/
single_codegen.cpp 5 // RUN: %clang_cc1 -verify -fopenmp -fnoopenmp-use-tls -x c++ -std=c++11 -DARRAY -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=ARRAY %s
8 #ifndef ARRAY
172 // ARRAY-LABEL: array_func
181 // ARRAY: call void @__kmpc_copyprivate(%ident_t* @{{.+}}, i32 %{{.+}}, i64 16, i8* %{{.+}}, void (i8*, i8*)* [[CPY:@.+]], i32 %{{.+}})
185 // ARRAY: define internal void [[CPY]]
186 // ARRAY: store i32* %{{.+}}, i32** %{{.+}},
187 // ARRAY: store %struct.St* %{{.+}}, %struct.St** %{{.+}},
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
BaseArrayEncodedValue.java 63 public int getValueType() { return ValueType.ARRAY; }
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
readertest.cpp 494 // And old compiler does not support u"" and U"" string literal. So here specify string literal by array of Ch.
496 // Therefore, utype is added for declaring unsigned array, and then cast it to Encoding::Ch.
497 #define ARRAY(...) { __VA_ARGS__ }
498 #define TEST_STRINGARRAY(Encoding, utype, array, x) \
500 static const utype ue[] = array; \
528 TEST_STRINGARRAY(UTF16<>, wchar_t, ARRAY(0x0024, 0x0000), L"\"\\u0024\"");
529 TEST_STRINGARRAY(UTF16<>, wchar_t, ARRAY(0x00A2, 0x0000), L"\"\\u00A2\""); // Cents sign U+00A2
530 TEST_STRINGARRAY(UTF16<>, wchar_t, ARRAY(0x20AC, 0x0000), L"\"\\u20AC\""); // Euro sign U+20AC
531 TEST_STRINGARRAY(UTF16<>, wchar_t, ARRAY(0xD834, 0xDD1E, 0x0000), L"\"\\uD834\\uDD1E\""); // G clef sign U+1D11E
534 TEST_STRINGARRAY2(UTF32<>, unsigned, ARRAY('\0'), ARRAY('\"', '\"', '\0'));
    [all...]
  /external/google-breakpad/src/client/
minidump_file_writer-inl.h 59 allocation_state_ = ARRAY;
73 assert(allocation_state_ == ARRAY);
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationMember.java 26 import java.lang.reflect.Array;
40 * <li> one-dimensional array of the above
62 * Tag description of an array value type.
64 protected static final char ARRAY = '[';
114 tag = ARRAY;
168 if (tag == ARRAY) {
171 int len = Array.getLength(value);
174 sb.append(Array.get(value, i));
201 if (tag == ARRAY) {
219 * @return true if the value is array and is equal to specified object
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Type.java 90 * The sort of array reference types. See {@link #getSort getSort}.
92 public static final int ARRAY = 9;
218 return new Type(buf[0] == '[' ? ARRAY : OBJECT, buf, 0, buf.length);
369 return new Type(ARRAY, buf, off, len + 1);
390 * {@link #DOUBLE DOUBLE}, {@link #ARRAY ARRAY} or
398 * Returns the number of dimensions of this array type. This method should
399 * only be used for an array type.
401 * @return the number of dimensions of this array type.
412 * Returns the type of the elements of this array type. This method should
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 112 public static final byte ARRAY = 16;
134 if ((status & ARRAY) == ARRAY)
135 returnValue += "|ARRAY";
158 public static final byte ARRAY = 3;
173 case ARRAY:
174 return "ARRAY";

Completed in 799 milliseconds

1 2 3 4 5 6 7 8 91011>>