Searched defs:newType (Results 1 - 25 of 25) 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/chromium_org/third_party/angle/src/compiler/translator/
H A DConstantUnion.h21 bool cast(TBasicType newType, const ConstantUnion &constant) argument
23 switch (newType)
/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/clang/include/clang/AST/
H A DDecl.h480 void setType(QualType newType) { DeclType = newType; } argument
2454 void setTypeSourceInfo(TypeSourceInfo *newType) {
2455 MaybeModedTInfo = newType;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_span.c935 convert_color_type(SWspan *span, GLenum newType, GLuint output) argument
951 if (newType == GL_UNSIGNED_BYTE) {
954 else if (newType == GL_UNSIGNED_SHORT) {
962 newType, dst,
965 span->array->ChanType = newType;
/external/mesa3d/src/mesa/swrast/
H A Ds_span.c935 convert_color_type(SWspan *span, GLenum newType, GLuint output) argument
951 if (newType == GL_UNSIGNED_BYTE) {
954 else if (newType == GL_UNSIGNED_SHORT) {
962 newType, dst,
965 span->array->ChanType = newType;
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp544 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { argument
545 uint8_t Type = newType;
/external/clang/lib/AST/
H A DASTContext.cpp2590 DependentSizedArrayType *newType local
2595 Types.push_back(newType);
2596 return QualType(newType, 0);
2671 IncompleteArrayType *newType = new (*this, TypeAlignment) local
2674 IncompleteArrayTypes.InsertNode(newType, insertPos);
2675 Types.push_back(newType);
2676 return QualType(newType, 0);
2934 Type *newType = local
2936 Decl->TypeForDecl = newType;
2937 Types.push_back(newType);
2963 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); local
2981 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 ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3991 milliseconds