HomeSort by relevance Sort by last modified time
    Searched refs:argType (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/native/opengl/tools/glgen/src/
CFunc.java 57 public void addArgument(String argName, CType argType) {
59 argTypes.add(argType);
61 if (argType.isPointer()) {
64 if (argType.isTypedPointer()) {
67 if (argType.isEGLHandle()) {
150 CType argType = new CType();
156 argType.setIsConst(true);
159 argType.setBaseType(argTypeName);
167 argType.setIsPointer(true);
174 cfunc.addArgument(argName, argType);
    [all...]
JFunc.java 80 public void addArgument(String argName, JType argType, int cindex) {
82 argTypes.add(argType);
85 if (argType.isBuffer()) {
89 if (argType.isTypedBuffer()) {
JniCodeEmitter.java 173 JType argType = jfunc.getArgType(i);
175 if (grabArray && argType.isTypedBuffer()) {
176 String typeName = argType.getBaseType();
552 JType argType = jfunc.getArgType(i);
554 out.print(indent + indent + argType + " " + argName);
769 JType argType = jfunc.getArgType(i);
770 signature += getJniName(argType);
815 JType argType = jfunc.getArgType(i);
817 if (!argType.isPrimitive()) {
818 if (argType.isArray())
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncId.java 117 int argType = arg.getType();
121 if (XObject.CLASS_NODESET == argType)
138 else if (XObject.CLASS_NULL == argType)
  /external/icu4c/common/
messagepattern.cpp 532 UMessagePatternArgType argType=UMSGPAT_ARG_TYPE_NONE;
533 addPart(UMSGPAT_PART_TYPE_ARG_START, index, argStartLength, argType, errorCode);
605 argType=UMSGPAT_ARG_TYPE_SIMPLE;
609 argType=UMSGPAT_ARG_TYPE_CHOICE;
611 argType=UMSGPAT_ARG_TYPE_PLURAL;
613 argType=UMSGPAT_ARG_TYPE_SELECT;
616 // change the ARG_START type from NONE to argType
617 partsList->a[argStart].value=(int16_t)argType;
618 if(argType==UMSGPAT_ARG_TYPE_SIMPLE) {
623 if(argType!=UMSGPAT_ARG_TYPE_SIMPLE)
    [all...]
  /external/srec/srec/cfront/
nisthdr.h 198 #define Nist1AHeaderSetDef(fname, argType, unionKey, fieldId)\
199 inline void Nist1AHeader::##fname(argType x) {\
  /external/icu4c/i18n/
msgfmt.cpp 978 UMessagePatternArgType argType = part->getArgType();
1014 // Handles all ArgType.SIMPLE, and formatters from setFormat() and its siblings.
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorJS.pm     [all...]
CodeGeneratorV8.pm     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 678 // Generate the string "(argtype a, argtype b, ...)"
1119 char argType = ClassifyType(typestr, argQuad, argPoly, argUsgn);
1120 argType = ModType(proto[i], argType, argQuad, argPoly, argUsgn, argScalar,
1127 if (argType != 'c' || argPoly || argUsgn)
1146 ((ck == ClassB && argType != 'c') || argPoly || argUsgn)) {
1149 argTypeStr = argType;
    [all...]
  /dalvik/vm/oo/
Object.cpp 231 const char* argType = *argTypes;
237 } else if (strcmp(argType, paramType) != 0) {
  /external/icu4c/common/unicode/
messagepattern.h 144 * The value is the ordinal value of the ArgType. Use getArgType().
151 * The value is the ordinal value of the ArgType. Use getArgType().
332 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
835 int32_t parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel,
    [all...]
  /external/icu4c/io/
uprntf_p.c     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGCall.cpp     [all...]
CGObjC.cpp     [all...]
  /dalvik/vm/
Jni.cpp 890 char argType = *desc++;
892 if (argType == 'D' || argType == 'J') {
898 appendValue(argType, value, argsString, sizeof(argsString),
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp     [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 712 milliseconds

1 2