HomeSort by relevance Sort by last modified time
    Searched defs:paramTypes (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /hardware/ti/omap4-aah/security/tf_sdk/include/
tee_client_api.h 109 uint32_t paramTypes;
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api.h 109 uint32_t paramTypes;
  /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/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
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...]
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...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateMethodAdapter.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()]));
  /prebuilts/devtools/tools/lib/
swtmenubar.jar 
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /external/clang/lib/Sema/
TreeTransform.h 577 const QualType *ParamTypes,
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
plexus-interpolation-1.19.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.13/
plexus-interpolation-1.13.jar 

Completed in 592 milliseconds

1 2 3 4