HomeSort by relevance Sort by last modified time
    Searched defs:arrayType (Results 1 - 16 of 16) sorted by null

  /dalvik/dx/src/com/android/dx/rop/code/
FillArrayDataInsn.java 40 private final Constant arrayType;
62 this.arrayType = cst;
85 return arrayType;
105 initValues, arrayType);
114 sources, initValues, arrayType);
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericArrayTypeTest.java 75 GenericArrayType arrayType = (GenericArrayType) genericType;
76 Type componentType = arrayType.getGenericComponentType();
  /dalvik/dx/src/com/android/dx/dex/code/
ArrayData.java 41 private final Constant arrayType;
60 Constant arrayType) {
77 this.arrayType = arrayType;
79 if (arrayType == CstType.BYTE_ARRAY ||
80 arrayType == CstType.BOOLEAN_ARRAY) {
82 } else if (arrayType == CstType.SHORT_ARRAY ||
83 arrayType == CstType.CHAR_ARRAY) {
85 } else if (arrayType == CstType.INT_ARRAY ||
86 arrayType == CstType.FLOAT_ARRAY)
    [all...]
  /external/skia/src/animator/
SkMemberInfo.h 53 SkDisplayTypes arrayType() const {
  /external/webkit/WebCore/bridge/jni/jsc/
JavaInstanceJSC.cpp 236 const char* arrayType = jMethod->returnType();
237 if (arrayType[0] == '[')
238 resultValue = JavaArray::convertJObjectToArray(exec, result.l, arrayType, rootObject);
JNIBridgeJSC.cpp 119 const char* arrayType = type();
120 if (arrayType[0] == '[')
121 jsresult = JavaArray::convertJObjectToArray(exec, anObject, arrayType, instance->rootObject());
282 JNIType arrayType = JNITypeFromPrimitiveType(m_type[1]);
290 jvalue aJValue = convertValueToJValue(exec, aValue, arrayType, javaClassName);
292 switch (arrayType) {
357 JNIType arrayType = JNITypeFromPrimitiveType(m_type[1]);
358 switch (arrayType) {
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 242 Type arrayType = frame.getStack().peekType(0);
243 if (!arrayType.isArrayOrKnownNull()) {
246 arrayType.toHuman());
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 364 SigArrayType arrayType = factory.getArrayType(parseTypeSignature());
365 return arrayType;
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 679 void arrayType () throws IOException
699 arrayType ();
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 325 ITypeReference arrayType = baseType;
328 arrayType = pool.getArrayType(arrayType);
332 return arrayType;
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 470 IArrayType arrayType = (IArrayType) method.getReturnType();
471 IClassDefinition clazz = ((IClassReference) arrayType.getComponentType()).getClassDefinition();
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 265 private Type arrayType;
438 this.arrayType = null;
773 if (arrayType == null) {
774 arrayType = putIntern(new Type('[' + descriptor, BT_OBJECT));
777 return arrayType;
  /cts/tools/dasm/src/dasm/
DAsm.java     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /external/emma/lib/
emma.jar 

Completed in 1167 milliseconds