Home
last modified time | relevance | path

Searched refs:getArgType (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java173 JType argType = jfunc.getArgType(i); in emitFunctionCall()
545 if (jfunc.getArgType(idx).isArray()) { in hasNonConstArg()
546 if (!cfunc.getArgType(cIndex).isConst()) { in hasNonConstArg()
549 } else if (jfunc.getArgType(idx).isBuffer()) { in hasNonConstArg()
550 if (!cfunc.getArgType(cIndex).isConst()) { in hasNonConstArg()
600 JType argType = jfunc.getArgType(i); in emitFunction()
827 JType argType = jfunc.getArgType(i); in emitJniCode()
874 JType argType = jfunc.getArgType(i); in emitJniCode()
883 if (jfunc.getArgType(i).isBuffer()) { in emitJniCode()
887 bufferArgTypes.add(jfunc.getArgType(i)); in emitJniCode()
[all …]
DJFunc.java113 public JType getArgType(int index) { in getArgType() method in JFunc
130 CType cArgType = cfunc.getArgType(i); in convert()
138 CType cArgType = cfunc.getArgType(i); in convert()
DCFunc.java90 public CType getArgType(int index) { in getArgType() method in CFunc
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/config/
Dhiddenapi-private-dex.txt36596 Landroid/icu/text/MessagePatternUtil$ArgNode;->getArgType()Landroid/icu/text/MessagePattern$ArgType;
36612 Landroid/icu/text/MessagePatternUtil$ComplexArgStyleNode;->getArgType()Landroid/icu/text/MessagePat…
Dhiddenapi-public-dex.txt17401 Landroid/icu/text/MessagePattern$Part;->getArgType()Landroid/icu/text/MessagePattern$ArgType;
/frameworks/base/api/
Dcurrent.txt19377 method public android.icu.text.MessagePattern.ArgType getArgType();