Searched defs:newType (Results 1 - 17 of 17) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
H A DDoubleConst.java54 int newType;
57 newType = TokenId.DoubleConstant;
59 newType = TokenId.FloatConstant;
61 return compute(op, this.value, right.value, newType);
69 int newType)
92 return new DoubleConst(newValue, newType);
68 compute(int op, double value1, double value2, int newType) argument
/external/javassist/src/main/javassist/expr/
H A DNewExpr.java187 CtClass newType = cp.get(newTypeName);
191 int retVar = jc.recordReturnType(newType, true);
192 jc.recordProceed(new ProceedForNew(newType, newIndex,
197 checkResultValue(newType, statement);
203 bytecode.addConstZero(newType);
204 bytecode.addStore(retVar, newType); // initialize $_
220 CtClass newType; field in class:NewExpr.ProceedForNew
224 newType = nt;
235 gen.atMethodCallCore(newType, MethodInfo.nameInit, args,
237 gen.setType(newType);
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpec.java494 * @param newType {@code non-null;} the new type
497 public RegisterSpec withType(TypeBearer newType) { argument
498 return makeLocalOptional(reg, newType, local);
526 Type newType;
529 newType = (Type) orig;
531 newType = orig.getType();
534 if (newType.isUninitialized()) {
535 newType = newType.getInitializedType();
538 if (newType
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DIntermediate.cpp313 TBasicType newType = EbtVoid; local
315 case EOpConstructInt: newType = EbtInt; break;
316 case EOpConstructBool: newType = EbtBool; break;
317 case EOpConstructFloat: newType = EbtFloat; break;
321 if (newType != EbtVoid) {
322 child = addConversion(op, TType(newType, child->getPrecision(), EvqTemporary,
H A DTypes.h153 TType *newType = new TType(); local
154 newType->copyType(*this, remapper);
156 return newType;
/external/clang/include/clang/AST/
H A DDecl.h538 void setType(QualType newType) { DeclType = newType; } argument
2387 void setTypeSourceInfo(TypeSourceInfo *newType) {
2388 TInfo = newType;
/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.cpp446 OwnPtr<InputType> newType = InputType::create(this, fastGetAttribute(typeAttr)); local
449 if (m_inputType->formControlType() == newType->formControlType())
452 if (hadType && !newType->canChangeFromAnotherType()) {
470 m_inputType = newType.release();
/external/clang/lib/AST/
H A DASTContext.cpp2255 DependentSizedArrayType *newType local
2260 Types.push_back(newType);
2261 return QualType(newType, 0);
2336 IncompleteArrayType *newType = new (*this, TypeAlignment) local
2339 IncompleteArrayTypes.InsertNode(newType, insertPos);
2340 Types.push_back(newType);
2341 return QualType(newType, 0);
2597 Type *newType = local
2599 Decl->TypeForDecl = newType;
2600 Types.push_back(newType);
2628 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); local
2646 TypedefType *newType = new(*this, TypeAlignment) local
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.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 ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 329 milliseconds