Home
last modified time | relevance | path

Searched refs:classtype (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Daepack.py350 classtype = dict['want']
351 dict['want'] = aetypes.mktype(classtype.want)
355 classtype = codenamemapper.get(want, None)
357 if classtype:
358 assert issubclass(classtype, ObjectSpecifier)
359 newobj.__class__ = classtype
366 classtype = codenamemapper.get(typecode, None)
367 if classtype:
368 return classtype
/external/libbrillo/brillo/
Dflag_helper.h203 #define DEFINE_type(type, classtype, name, value, help) \ argument
206 new brillo::classtype(#name, &FLAGS_##name, #value, help, true)));
/external/javassist/src/main/javassist/util/
DHotSwapper.java171 ReferenceType classtype = toRefType(className); in reload() local
173 map.put(classtype, classFile); in reload()
/external/scapy/scapy/contrib/
Dicmp_extensions.py198 bind_layers(ICMPExtensionHeader, ICMPExtensionMPLS, classnum=1, classtype=1)
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DInstConstraintVisitor.java1317 final ObjectType classtype = getObjectType(o); in visitGETFIELD() local
1320 if ( classtype.equals(curr) || in visitGETFIELD()
1321 curr.subclassOf(classtype) ) { in visitGETFIELD()
2765 final ObjectType classtype = getObjectType(o); in visitPUTFIELD() local
2768 if ( classtype.equals(curr) || in visitPUTFIELD()
2769 curr.subclassOf(classtype) ) { in visitPUTFIELD()
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py232 for classtype in classTypeList:
233 if child.__class__ == classtype:
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst640 classtype's, even if it was None. property now inserts the __doc__ into the
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Djavassist-3.19.0-GA.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/python/cpython3/Misc/
DHISTORY14852 shadowed by classtype's, even if it was None. property now