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

12

/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/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
H A DProxyingInstantiator.java58 private final Class<?> newType; field in class:ProxyingInstantiator
65 newType = ClassDefinitionUtils.defineClass(type.getName() + SUFFIX, classBytes, type.getClassLoader());
74 return (T) newType.newInstance();
/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/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DKey.java98 Key withType(Types types, TypeMirror newType) { argument
100 MoreTypes.equivalence().wrap(normalize(types, newType)));
/external/swiftshader/src/OpenGL/compiler/
H A DConstantUnion.h33 bool cast(TBasicType newType, const ConstantUnion &constant) argument
35 switch (newType)
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTTexture.cpp505 @Modified newType New PixelType identifier.
511 void PVRTMapLegacyTextureEnumToNewFormat(PVRTPixelType OldFormat, PVRTuint64& newType, EPVRTColourSpace& newCSpace, EPVRTVariableType& newChanType, bool& isPreMult) argument
520 newType=PVRTGENPIXELID4('a','r','g','b',4,4,4,4);
528 newType=PVRTGENPIXELID4('a','r','g','b',1,5,5,5);
536 newType=PVRTGENPIXELID3('r','g','b',5,6,5);
544 newType=PVRTGENPIXELID4('x','r','g','b',1,5,5,5);
552 newType=PVRTGENPIXELID3('r','g','b',8,8,8);
560 newType=PVRTGENPIXELID4('a','r','g','b',8,8,8,8);
568 newType=PVRTGENPIXELID4('a','r','g','b',8,3,3,2);
576 newType
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c401 GLuint newSize, GLenum newType)
406 newType != exec->vtx.attrtype[attr]) {
425 exec->vtx.attrtype[attr] = newType;
400 vbo_exec_fixup_vertex(struct gl_context *ctx, GLuint attr, GLuint newSize, GLenum newType) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DMethodAnalyzer.java1193 public static boolean isNotWideningConversion(RegisterType originalType, RegisterType newType) { argument
1194 if (originalType.type == null || newType.type == null) {
1198 return newType.type.implementsInterface(originalType.type.getType());
1200 TypeProto commonSuperclass = newType.type.getCommonSuperclass(originalType.type);
1204 if (commonSuperclass.getType().equals(newType.type.getType())) {
1263 RegisterType newType = RegisterType.getRegisterType(classPath,
1269 analyzedInstruction, register, newType);
1276 register, newType);
/external/clang/include/clang/AST/
H A DDecl.h600 void setType(QualType newType) { DeclType = newType; } argument
2654 void setTypeSourceInfo(TypeSourceInfo *newType) {
2655 MaybeModedTInfo = newType;
/external/mesa3d/src/mesa/swrast/
H A Ds_span.c936 convert_color_type(SWspan *span, GLenum srcType, GLenum newType, GLuint output) argument
952 if (newType == GL_UNSIGNED_BYTE) {
955 else if (newType == GL_UNSIGNED_SHORT) {
963 newType, dst,
966 span->array->ChanType = newType;
/external/skia/src/sksl/
H A DSkSLIRGenerator.cpp596 Type* newType = new Type(std::move(name), Type::kArray_Kind, *type, size); local
597 fSymbolTable->takeOwnership(newType);
598 type = newType;
1672 Type* newType = new Type(oldType.name() + "[" + to_string(size) + "]", local
1674 fSymbolTable->takeOwnership(newType);
1676 *newType));
1804 Type* newType = new Type(oldType.name() + "[]", Type::kArray_Kind, oldType, local
1806 fSymbolTable->takeOwnership(newType);
1808 *newType));
/external/clang/lib/AST/
H A DASTContext.cpp2793 DependentSizedArrayType *newType local
2798 Types.push_back(newType);
2799 return QualType(newType, 0);
2875 IncompleteArrayType *newType = new (*this, TypeAlignment) local
2878 IncompleteArrayTypes.InsertNode(newType, insertPos);
2879 Types.push_back(newType);
2880 return QualType(newType, 0);
3179 Type *newType = local
3181 Decl->TypeForDecl = newType;
3182 Types.push_back(newType);
3208 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); local
3226 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/guice/lib/build/jdiff/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/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/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 617 milliseconds

12