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

1 2

  /external/chromium_org/third_party/icu/source/i18n/unicode/
msgfmt.h     [all...]
  /external/icu4c/i18n/unicode/
msgfmt.h     [all...]
  /frameworks/native/opengl/tools/glgen/src/
CFunc.java 27 List<CType> argTypes = new ArrayList<CType>();
59 argTypes.add(argType);
91 return argTypes.get(index);
113 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/chromium_org/third_party/icu/source/i18n/
umsg.cpp 405 const Formattable::Type* argTypes =
419 switch(argTypes[i]) {
  /external/icu4c/i18n/
umsg.cpp 406 const Formattable::Type* argTypes =
420 switch(argTypes[i]) {
  /pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsSerializer.java 171 Type[] argTypes = paramType.getActualTypeArguments();
172 if (argTypes.length > 0) {
174 Type keyType = argTypes[0];
218 Type[] argTypes = paramType.getActualTypeArguments();
220 if (argTypes.length > 0) {
223 Type keyType = argTypes[0];
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineTraceEventProcessor.cpp 82 int numArgs, const char* const* argNames, const unsigned char* argTypes, const unsigned long long* argValues,
93 name, id, numArgs, argNames, argTypes, argValues, flags);
214 int numArgs, const char* const* argNames, const unsigned char* argTypes, const unsigned long long* argValues,
221 TraceEvent event(WTF::monotonicallyIncreasingTime(), phase, name, id, currentThread(), numArgs, argNames, argTypes, argValues);
  /frameworks/base/core/java/android/ddm/
DdmHandleViewDebug.java 305 Class<?>[] argTypes;
308 argTypes = new Class<?>[0];
313 argTypes = new Class<?>[nArgs];
320 argTypes[i] = boolean.class;
324 argTypes[i] = byte.class;
328 argTypes[i] = char.class;
332 argTypes[i] = short.class;
336 argTypes[i] = int.class;
340 argTypes[i] = long.class;
344 argTypes[i] = float.class
    [all...]
  /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/chromium_org/third_party/WebKit/Source/core/platform/chromium/
TraceEvent.h     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 131 SmallVector<CanQualType, 16> argTypes;
132 return ::arrangeFreeFunctionType(*this, argTypes, FTP);
168 SmallVector<CanQualType, 16> argTypes;
171 argTypes.push_back(GetThisType(Context, RD));
173 return ::arrangeCXXMethodType(*this, argTypes,
201 SmallVector<CanQualType, 16> argTypes;
202 argTypes.push_back(GetThisType(Context, D->getParent()));
206 TheCXXABI.HasThisReturn(GD) ? argTypes.front() : Context.VoidTy;
208 TheCXXABI.BuildConstructorSignature(D, ctorKind, resultType, argTypes);
212 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, argTypes.size())
    [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 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 

Completed in 638 milliseconds

1 2