Home
last modified time | relevance | path

Searched refs:typeInfo (Results 1 – 25 of 28) sorted by relevance

12

/external/javassist/src/main/javassist/bytecode/
DStackMap.java196 typeInfo(pos, tag); in typeInfoArray2()
208 public void typeInfo(int pos, byte tag) {} in typeInfo() method in StackMap.Walker
252 public void typeInfo(int pos, byte tag) { in typeInfo() method in StackMap.Copier
323 public void typeInfo(int pos, byte tag) { in typeInfo() method in StackMap.SimpleCopy
460 typeInfo(pos, tag); in stackTypeInfoArray()
/external/doclava/src/com/google/doclava/
DClassInfo.java57 public TypeInfo typeInfo() { in typeInfo() method in ClassInfo.ClassTypePair
62 return TypeInfo.getTypeArgumentMapping(classInfo(), typeInfo()); in getTypeArgumentMapping()
140 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces, in init() argument
147 mTypeInfo = typeInfo; in init()
399 if (!visited.contains(ctp.typeInfo().fullName())) { in allInterfacesWithTypes()
401 visited.add(ctp.typeInfo().fullName()); in allInterfacesWithTypes()
1276 ctp.typeInfo().makeQualifiedHDF(data, "class.inheritance." + i + ".class"); in makeHDF()
1277 ctp.typeInfo().makeHDF(data, "class.inheritance." + i + ".short_class"); in makeHDF()
1280 t.typeInfo().makeHDF(data, "class.inheritance." + i + ".interfaces." + j); in makeHDF()
2279 public void setTypeInfo(TypeInfo typeInfo) { in setTypeInfo() argument
[all …]
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp255 int32_t typeInfo = (ecLevel->GetBits() << 3) | maskPattern; in MakeTypeInfoBits() local
257 bits->AppendBits(typeInfo, 5, e); in MakeTypeInfoBits()
258 int32_t bchCode = CalculateBCHCode(typeInfo, TYPE_INFO_POLY); in MakeTypeInfoBits()
/external/doclava/src/com/google/doclava/apicheck/
DXmlApiFile.java121 TypeInfo typeInfo = Converter.obtainTypeFromString(qualifiedName) ; in startElement() local
122 mCurrentClass.setTypeInfo(typeInfo); in startElement()
DApiFile.java181 final TypeInfo typeInfo = Converter.obtainTypeFromString(qname) ; in parseClass() local
182 cl.setTypeInfo(typeInfo); in parseClass()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java792 int typeInfo = iter.byteAt(pos + 1); in evalNewArray() local
793 switch (typeInfo) { in evalNewArray()
819 throw new BadBytecode("Invalid array type [pos = " + pos + "]: " + typeInfo); in evalNewArray()
/external/robolectric/v3/
Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/robolectric/v1/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/external/v8/test/mjsunit/asm/embenchen/
Dcopy.js360 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];
Dcorrections.js360 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];
Dprimes.js360 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];
Dfannkuch.js391 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];
Dmemops.js360 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];
Dfasta.js370 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];
Dzlib.js360 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];
Dbox2d.js361 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12