HomeSort by relevance Sort by last modified time
    Searched refs:argType (Results 1 - 25 of 44) 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);
779 JType argType = jfunc.getArgType(i);
780 signature += getJniName(argType);
825 JType argType = jfunc.getArgType(i);
827 if (!argType.isPrimitive()) {
828 if (argType.isArray())
    [all...]
  /external/mockito/src/org/mockito/internal/configuration/injection/
ConstructorInjection.java 78 for (Class<?> argType : argTypes) {
79 argumentInstances.add(objectThatIsAssignableFrom(argType));
84 private Object objectThatIsAssignableFrom(Class<?> argType) {
86 if(argType.isAssignableFrom(object.getClass())) return object;
  /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/deqp/modules/gles3/scripts/
gen-invalid-texture-funcs.py 31 def getValueExpr (argType):
32 return "%s(0)" % argType
  /external/chromium_org/third_party/icu/source/common/unicode/
messagepattern.h 144 * The value is the ordinal value of the ArgType. Use getArgType().
155 * The value is the ordinal value of the ArgType. Use getArgType().
268 #define UMSGPAT_ARG_TYPE_HAS_PLURAL_STYLE(argType) \
269 ((argType)==UMSGPAT_ARG_TYPE_PLURAL || (argType)==UMSGPAT_ARG_TYPE_SELECTORDINAL)
344 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
847 int32_t parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel,
    [all...]
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 144 * The value is the ordinal value of the ArgType. Use getArgType().
155 * The value is the ordinal value of the ArgType. Use getArgType().
268 #define UMSGPAT_ARG_TYPE_HAS_PLURAL_STYLE(argType) \
269 ((argType)==UMSGPAT_ARG_TYPE_PLURAL || (argType)==UMSGPAT_ARG_TYPE_SELECTORDINAL)
344 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
847 int32_t parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel,
    [all...]
  /external/chromium_org/third_party/icu/source/common/
messagepattern.cpp 540 UMessagePatternArgType argType=UMSGPAT_ARG_TYPE_NONE;
541 addPart(UMSGPAT_PART_TYPE_ARG_START, index, argStartLength, argType, errorCode);
613 argType=UMSGPAT_ARG_TYPE_SIMPLE;
617 argType=UMSGPAT_ARG_TYPE_CHOICE;
619 argType=UMSGPAT_ARG_TYPE_PLURAL;
621 argType=UMSGPAT_ARG_TYPE_SELECT;
625 argType=UMSGPAT_ARG_TYPE_SELECTORDINAL;
628 // change the ARG_START type from NONE to argType
629 partsList->a[argStart].value=(int16_t)argType;
630 if(argType==UMSGPAT_ARG_TYPE_SIMPLE)
    [all...]
  /external/icu/icu4c/source/common/
messagepattern.cpp 540 UMessagePatternArgType argType=UMSGPAT_ARG_TYPE_NONE;
541 addPart(UMSGPAT_PART_TYPE_ARG_START, index, argStartLength, argType, errorCode);
613 argType=UMSGPAT_ARG_TYPE_SIMPLE;
617 argType=UMSGPAT_ARG_TYPE_CHOICE;
619 argType=UMSGPAT_ARG_TYPE_PLURAL;
621 argType=UMSGPAT_ARG_TYPE_SELECT;
625 argType=UMSGPAT_ARG_TYPE_SELECTORDINAL;
628 // change the ARG_START type from NONE to argType
629 partsList->a[argStart].value=(int16_t)argType;
630 if(argType==UMSGPAT_ARG_TYPE_SIMPLE)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp     [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp     [all...]
  /external/srec/srec/cfront/
nisthdr.h 198 #define Nist1AHeaderSetDef(fname, argType, unionKey, fieldId)\
199 inline void Nist1AHeader::##fname(argType x) {\
  /external/chromium_org/extensions/renderer/resources/
schema_utils.js 60 var argType = JSONSchemaValidator.getType(args[i]);
61 if (!schemaValidator.isValidSchemaType(argType,
  /external/fonttools/Lib/fontTools/misc/
psCharStrings.py 1138 operator, argType = self.operators[op]
1139 self.handle_operator(operator, argType)
1142 def handle_operator(self, operator, argType):
1143 if isinstance(argType, type(())):
1145 for i in range(len(argType)-1, -1, -1):
1146 arg = argType[i]
1150 arghandler = getattr(self, "arg_" + argType)
  /external/chromium_org/third_party/icu/source/io/
uprntf_p.c     [all...]
  /external/icu/icu4c/source/io/
uprntf_p.c     [all...]
  /external/fonttools/Lib/fontTools/
cffLib.py     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CGObjC.cpp     [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/sdk/tools/
jack.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 616 milliseconds

1 2