/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
MethodDef.java | 57 public Class<?>[] paramTypes;
|
RmiSerializer.java | 108 Class<?>[] paramTypes = method.getParameterTypes(); 113 buffer.put((byte)paramTypes.length); 114 for (Class<?> paramType : paramTypes) 123 Class<?>[] paramTypes = new Class<?>[numParams]; 125 paramTypes[i] = readType(buffer); 130 def.paramTypes = paramTypes;
|
RemoteObject.java | 83 Class<?>[] defTypes = methodDef.paramTypes;
|
/external/javassist/src/main/javassist/convert/ |
TransformBefore.java | 82 protected void makeCode(CtClass[] paramTypes, ConstPool cp) { 87 int len = (paramTypes == null) ? 0 : paramTypes.length; 89 makeCode2(save, load, 0, len, paramTypes, var + 1); 97 int i, int n, CtClass[] paramTypes, int var) 100 int size = load.addLoad(var, paramTypes[i]); 101 makeCode2(save, load, i + 1, n, paramTypes, var + size); 102 save.addStore(var, paramTypes[i]);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/ |
ClassHandler.java | 16 Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, Object[] params) throws Throwable;
|
ShadowWrangler.java | 87 public Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, Object[] params) throws Throwable { 88 InvocationPlan invocationPlan = new InvocationPlan(clazz, methodName, instance, paramTypes); 90 reportNoShadowMethodFound(clazz, methodName, paramTypes); 124 private void reportNoShadowMethodFound(Class clazz, String methodName, String[] paramTypes) { 127 Join.join(", ", (Object[]) paramTypes) + ")"); 291 private String[] paramTypes; 296 public InvocationPlan(Class clazz, String methodName, Object instance, String... paramTypes) { 301 this.paramTypes = paramTypes; 394 Class<?>[] paramClasses = new Class<?>[paramTypes.length] [all...] |
AndroidTranslator.java | 292 CtClass[] paramTypes = ctMethod.getParameterTypes(); 295 // if (methodName.startsWith("set") && paramTypes.length == 1) { 297 // if (declareField(ctClass, fieldName, paramTypes[0])) { 300 // } else if (methodName.startsWith("get") && paramTypes.length == 0) { 312 CtMethod newMethod = makeNewMethod(ctClass, ctMethod, returnCtClass, methodName, paramTypes, "{\n" + methodBody + generateCallToSuper(methodName, paramTypes) + "\n}"); 320 CtMethod newMethod = makeNewMethod(ctClass, ctMethod, returnCtClass, methodName, paramTypes, "{\n" + methodBody + "\n}"); 330 private CtMethod makeNewMethod(CtClass ctClass, CtMethod ctMethod, CtClass returnCtClass, String methodName, CtClass[] paramTypes, String methodBody) throws CannotCompileException, NotFoundException { 335 paramTypes, 341 public String generateCallToSuper(String methodName, CtClass[] paramTypes) { [all...] |
RobolectricInternals.java | 109 public static Object methodInvoked(Class clazz, String methodName, Object instance, String[] paramTypes, Object[] params) throws Throwable { 111 return classHandler.methodInvoked(clazz, methodName, instance, paramTypes, params);
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
sst_stub.c | 126 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_NONE, TEEC_NONE, TEEC_NONE, nParamType3); 282 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC_NONE); 318 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); 354 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC_NONE); 396 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_MEMREF_TEMP_OUTPUT, TEEC_NONE, TEEC_NONE); 436 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_VALUE_INPUT, TEEC_NONE, TEEC_NONE); 468 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); 520 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC_NONE); 573 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); 597 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_NONE, TEEC_NONE, TEEC_NONE) [all...] |
pkcs11_session.c | 169 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_NONE, TEEC_NONE, TEEC_NONE, nParamType3); 202 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); 252 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); 320 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_NONE, TEEC_NONE, TEEC_NONE, TEEC_NONE); 373 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_NONE, TEEC_NONE, TEEC_NONE, TEEC_NONE);
|
mtc.c | 105 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); 205 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_NONE, TEEC_NONE, TEEC_NONE);
|
pkcs11_object.c | 299 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_MEMREF_TEMP_INPUT, nParamType2, TEEC_NONE); 378 sOperation.paramTypes = TEEC_PARAM_TYPES(nParamType0, nParamType1, TEEC_NONE, TEEC_NONE); 481 sOperation.paramTypes = TEEC_PARAM_TYPES(nParamType0, nParamType1, TEEC_NONE, TEEC_NONE); 684 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_VALUE_OUTPUT, TEEC_NONE, TEEC_NONE); 729 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); 776 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_MEMREF_TEMP_OUTPUT, TEEC_NONE, TEEC_NONE); 837 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); 881 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_OUTPUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
DelegateMethodAdapter2.java | 187 ArrayList<Type> paramTypes = new ArrayList<Type>(); 220 paramTypes.add(outerType); 228 paramTypes.add(Type.getObjectType(mClassName)); 239 paramTypes.add(t); 246 paramTypes.toArray(new Type[paramTypes.size()]));
|
/cts/suite/audio_quality/lib/src/task/ |
TaskProcess.cpp | 54 const bool* paramTypes, 85 if ((paramTypes != NULL) && paramTypes[i] && (list[i].getType() != EId)) { 86 LOGE("mismatching types %d %d", paramTypes[i], list[i].getType()); 89 if ((paramTypes != NULL) && !paramTypes[i] && (list[i].getType() == EId)) { 90 LOGE("mismatching types %d %d", paramTypes[i], list[i].getType());
|
/external/javassist/src/main/javassist/bytecode/ |
Descriptor.java | 278 * @param paramTypes parameter types 280 public static String ofConstructor(CtClass[] paramTypes) { 281 return ofMethod(CtClass.voidType, paramTypes); 289 * @param paramTypes parameter types 291 public static String ofMethod(CtClass returnType, CtClass[] paramTypes) { 294 if (paramTypes != null) { 295 int n = paramTypes.length; 297 toDescriptor(desc, paramTypes[i]); 312 * @param paramTypes parameter types 314 public static String ofParameters(CtClass[] paramTypes) { [all...] |
Bytecode.java | 907 * @param paramTypes the parameter types. 910 CtClass returnType, CtClass[] paramTypes) { 911 String desc = Descriptor.ofMethod(returnType, paramTypes); 966 * @param paramTypes the parameter types. 969 CtClass returnType, CtClass[] paramTypes) { 970 String desc = Descriptor.ofMethod(returnType, paramTypes); 1026 * @param paramTypes the parameter types. 1029 CtClass returnType, CtClass[] paramTypes) { 1030 String desc = Descriptor.ofMethod(returnType, paramTypes); 1094 * @param paramTypes the parameter types [all...] |
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
tee_client_api.h | 109 uint32_t paramTypes;
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
ApiHelper.java | 226 Class<?> klass, String methodName, Class<?> ... paramTypes) { 228 klass.getDeclaredMethod(methodName, paramTypes);
|
/prebuilts/devtools/tools/lib/ |
swtmenubar.jar | |
/libcore/libdvm/src/main/java/java/lang/reflect/ |
Method.java | 115 private Method(Class<?> declaring, Class<?>[] paramTypes, Class<?>[] exceptTypes, Class<?> returnType, String name, int slot, int methodDexIndex) { 119 this.parameterTypes = paramTypes;
|
/external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
ProxyBuilder.java | [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoEncoder.java | 386 // paramTypes will not include 'this' 387 StdTypeList paramTypes = desc.getParameterTypes(); 388 int szParamTypes = paramTypes.size(); 418 Type pt = paramTypes.get(i);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoEncoder.java | 394 // paramTypes will not include 'this' 395 StdTypeList paramTypes = desc.getParameterTypes(); 396 int szParamTypes = paramTypes.size(); 426 Type pt = paramTypes.get(i);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DebugInfoEncoder.java | 386 // paramTypes will not include 'this' 387 StdTypeList paramTypes = desc.getParameterTypes(); 388 int szParamTypes = paramTypes.size(); 418 Type pt = paramTypes.get(i);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkScript2.h | 225 const SkOperand2::OpType* paramTypes, int paramTypeCount);
|