Searched refs:argType (Results 1 - 18 of 18) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncId.java117 int argType = arg.getType();
121 if (XObject.CLASS_NODESET == argType)
138 else if (XObject.CLASS_NULL == argType)
/external/icu4c/common/
H A Dmessagepattern.cpp532 UMessagePatternArgType argType=UMSGPAT_ARG_TYPE_NONE; local
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!
756 parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) argument
[all...]
/external/srec/srec/cfront/
H A Dnisthdr.h198 #define Nist1AHeaderSetDef(fname, argType, unionKey, fieldId)\
199 inline void Nist1AHeader::##fname(argType x) {\
/external/icu4c/i18n/
H A Dmsgfmt.cpp978 UMessagePatternArgType argType = part->getArgType(); local
1020 // handled below according to argType.
1034 } else if (argType == UMSGPAT_ARG_TYPE_NONE || (cachedFormatters && uhash_iget(cachedFormatters, i - 2))) {
1047 } else if (argType == UMSGPAT_ARG_TYPE_CHOICE) {
1058 } else if (argType == UMSGPAT_ARG_TYPE_PLURAL) {
1071 } else if (argType == UMSGPAT_ARG_TYPE_SELECT) {
1286 UMessagePatternArgType argType=part->getArgType(); local
1305 argType==UMSGPAT_ARG_TYPE_NONE || (cachedFormatters && uhash_iget(cachedFormatters, i -2))) {
1336 } else if(argType==UMSGPAT_ARG_TYPE_CHOICE) {
1346 } else if(argType
1496 UMessagePatternArgType argType = part->getArgType(); local
[all...]
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorJS.pm1728 my $argType = $attribute->signature->type;
1729 if (!IsNativeType($argType)) {
1730 push(@implContent, " if (!value.isUndefinedOrNull() && !value.inherits(&JS${argType}::s_info)) {\n");
1965 my $argType = $codeGenerator->StripModule($parameter->type);
1967 if ($argType eq "XPathNSResolver") {
1977 my $callbackClassName = GetCallbackClassName($argType);
1980 push(@implContent, " RefPtr<$argType> $name;\n");
1993 push(@implContent, " RefPtr<$argType> $name = ${callbackClassName}::create(asObject(exec->argument($argsIndex)), castedThis->globalObject());\n");
2005 if (!IsNativeType($argType)) {
2006 push(@implContent, " if (exec->argumentCount() > $argsIndex && !${argValue}.isUndefinedOrNull() && !${argValue}.inherits(&JS${argType}
[all...]
H A DCodeGeneratorV8.pm904 my $argType = GetTypeFromSignature($attribute->signature);
905 if (IsWrapperType($argType)) {
906 push(@implContentDecls, " if (!isUndefinedOrNull(value) && !V8${argType}::HasInstance(value)) {\n");
1350 my $argType = GetTypeFromSignature($parameter);
1351 if (IsWrapperType($argType)) {
1352 push(@implContentDecls, " if (args.Length() > $paramIndex && !isUndefinedOrNull($argValue) && !V8${argType}::HasInstance($argValue)) {\n");
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp929 char argType = ClassifyType(typestr, argQuad, argPoly, argUsgn); local
930 argType = ModType(proto[i], argType, argQuad, argPoly, argUsgn, argScalar,
937 if (argType != 'c' || argPoly || argUsgn)
956 ((ck == ClassB && argType != 'c') || argPoly || argUsgn)) {
959 argTypeStr = argType;
/external/icu4c/common/unicode/
H A Dmessagepattern.h835 int32_t parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel,
/external/icu4c/io/
H A Duprntf_p.c1217 ufmt_type_info argType; local
1500 argType = g_u_printf_infos[ handlerNum ].info;
1506 switch(argType) {
1533 switch(argType) {
/external/clang/lib/Rewrite/
H A DRewriteModernObjC.cpp1951 QualType argType = Context->getPointerType(Context->CharTy); local
1955 argType, SourceLocation()));
2512 QualType argType = Context->getPointerType(Context->CharTy); local
2522 argType, SourceLocation()));
2535 argType, SourceLocation()));
2651 QualType argType = Context->getPointerType(Context->CharTy); local
2662 argType, SourceLocation()));
2676 argType, SourceLocation()));
2816 QualType argType = Context->getPointerType(Context->CharTy); local
2827 argType, SourceLocatio
3030 QualType argType = Context->getPointerType(Context->CharTy); local
3106 QualType argType = Context->getPointerType(Context->CharTy); local
3141 QualType argType = Context->getPointerType(Context->CharTy); local
3228 QualType argType = Context->getPointerType(Context->CharTy); local
[all...]
H A DRewriteObjC.cpp2027 QualType argType = Context->getPointerType(Context->CharTy); local
2031 argType, SourceLocation()));
2696 QualType argType = Context->getPointerType(Context->CharTy); local
2700 argType, SourceLocation()));
2772 QualType argType = Context->getPointerType(Context->CharTy); local
2779 argType, SourceLocation()));
2807 QualType argType = Context->getPointerType(Context->CharTy); local
2810 StringLiteral::Ascii, false, argType,
2894 QualType argType = Context->getPointerType(Context->CharTy); local
2898 argType, SourceLocatio
[all...]
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp1155 QualType argType = allocatorType->getArgType(i); local
1157 assert(getContext().hasSameUnqualifiedType(argType.getNonReferenceType(),
1161 EmitCallArg(allocatorArgs, *placementArg, argType);
H A DCGCall.cpp836 llvm::Type *argType = argAI.getCoerceToType(); local
837 if (llvm::StructType *st = dyn_cast<llvm::StructType>(argType)) {
841 argTypes.push_back(argType);
H A DCGObjC.cpp1169 QualType argType = argDecl->getType().getNonReferenceType(); local
1170 DeclRefExpr arg(argDecl, false, argType, VK_LValue, SourceLocation());
1172 argType.getUnqualifiedType(), CK_LValueToRValue,
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp1818 int argType = QMetaType::type(parameterTypes.at(i)); local
1819 l.append(convertQVariantToValue(exec, ro, QVariant(argType, argv[i+1])));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 411 milliseconds