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

  /external/icu4c/i18n/unicode/
msgfmt.h     [all...]
  /frameworks/native/opengl/tools/glgen/src/
CFunc.java 27 List<CType> argTypes = new ArrayList<CType>();
58 argTypes.add(argType);
87 return argTypes.get(index);
105 s += argTypes.get(i) + " " + argNames.get(i);
JFunc.java 29 List<JType> argTypes = new ArrayList<JType>();
82 argTypes.add(argType);
114 return argTypes.get(index);
164 s += argTypes.get(i) + " " + argNames.get(i);
  /external/android-mock/src/com/google/android/testing/mocking/
AndroidMock.java     [all...]
  /dalvik/vm/oo/
Object.cpp 209 const char* returnType, size_t argCount, const char** argTypes)
230 for (/*argCount*/; argCount != 0; argCount--, argTypes++) {
231 const char* argType = *argTypes;
331 static inline void copyTypes(char* buffer, const char** argTypes,
341 argTypes[i] = buffer;
382 const char* argTypes[argCount];
384 copyTypes(buffer, argTypes, argCount, descriptor);
402 argTypes) == 0) {
  /external/icu4c/i18n/
umsg.cpp 406 const Formattable::Type* argTypes =
420 switch(argTypes[i]) {
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateMethodAdapter2.java 232 Type[] argTypes = Type.getArgumentTypes(mDesc);
234 for (Type t : argTypes) {
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldAndroidClassTest.java 103 Class[] argTypes = new Class[1];
104 argTypes[0] = helloClass;
105 helloClass.getMethod("method", argTypes);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 86 SmallVectorImpl<CanQualType> &argTypes,
88 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, argTypes.size());
91 argTypes.push_back(FTP->getArgType(i));
93 return CGT.arrangeFunctionType(resultType, argTypes,
101 SmallVector<CanQualType, 16> argTypes;
102 return ::arrangeFunctionType(*this, argTypes, FTP);
132 SmallVector<CanQualType, 16> argTypes;
135 argTypes.push_back(GetThisType(Context, RD));
137 return ::arrangeFunctionType(*this, argTypes,
165 SmallVector<CanQualType, 16> argTypes;
    [all...]
CGObjC.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 409 TypeId<?>[] argTypes = new TypeId<?>[argClasses.length];
410 for (int i = 0; i < argTypes.length; ++i) {
411 argTypes[i] = TypeId.get(argClasses[i]);
415 MethodId<T, ?> superMethod = superclassType.getMethod(resultType, name, argTypes);
416 MethodId<?, ?> methodId = generatedType.getMethod(resultType, name, argTypes);
441 code.loadConstant(argsLength, argTypes.length);
452 for (int p = 0; p < argTypes.length; ++p) {
454 Local<?> parameter = code.getParameter(p, argTypes[p]);
468 superArgs2[i] = code.getParameter(i, argTypes[i]);
488 resultType, superMethodName(method), argTypes);
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 195 typedef std::vector<llvm::Type*> ArgTypes;
215 const ArgTypes &theArgTypes,
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 305 TypeId<?>[] argTypes = {
309 MethodId<?, Integer> methodId = GENERATED.getMethod(TypeId.INT, "call", argTypes);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 2875 milliseconds