Home
last modified time | relevance | path

Searched refs:argTypes (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java323 Class<?>[] argTypes; in invokeViewMethod() local
326 argTypes = new Class<?>[0]; in invokeViewMethod()
331 argTypes = new Class<?>[nArgs]; in invokeViewMethod()
338 argTypes[i] = boolean.class; in invokeViewMethod()
342 argTypes[i] = byte.class; in invokeViewMethod()
346 argTypes[i] = char.class; in invokeViewMethod()
350 argTypes[i] = short.class; in invokeViewMethod()
354 argTypes[i] = int.class; in invokeViewMethod()
358 argTypes[i] = long.class; in invokeViewMethod()
362 argTypes[i] = float.class; in invokeViewMethod()
[all …]
/frameworks/native/opengl/tools/glgen/src/
DCFunc.java27 List<CType> argTypes = new ArrayList<CType>(); field in CFunc
59 argTypes.add(argType); in addArgument()
91 return argTypes.get(index); in getArgType()
113 s += argTypes.get(i) + " " + argNames.get(i); in toString()
DJFunc.java29 List<JType> argTypes = new ArrayList<JType>(); field in JFunc
82 argTypes.add(argType); in addArgument()
114 return argTypes.get(index); in getArgType()
164 s += argTypes.get(i) + " " + argNames.get(i); in toString()
/frameworks/compile/libbcc/lib/
DRSAddDebugInfoPass.cpp208 llvm::MDTuple *argTypes = kernelTypeMD->getTypeArray().get(); in attachDebugInfo() local
211 if (argIdx >= argTypes->getNumOperands()) in attachDebugInfo()
217 llvm::cast<llvm::DIType>(argTypes->getOperand(argIdx).get()), in attachDebugInfo()
/frameworks/native/opengl/include/EGL/
DPlatform.h159 const unsigned char *argTypes,
170 const unsigned char *argTypes, in DefaultAddTraceEvent() argument
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DDelegateMethodAdapter.java236 Type[] argTypes = Type.getArgumentTypes(mDesc); in generateDelegateCode() local
238 for (Type t : argTypes) { in generateDelegateCode()
/frameworks/rs/rsov/compiler/
DBuiltin.cpp190 const std::vector<std::vector<std::string>> &argTypes, in addMapping() argument
205 for (auto argList : argTypes) { in addMapping()
/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp331 const std::vector<Instruction *> &argTypes) { in getFunctionType() argument
332 return getGlobalSection()->getFunctionType(retType, argTypes.data(), in getFunctionType()
333 argTypes.size()); in getFunctionType()
Dmodule.h180 const std::vector<Instruction *> &argTypes);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt30904 Landroid/icu/text/MessagePattern;->argTypes:[Landroid/icu/text/MessagePattern$ArgType;