Home
last modified time | relevance | path

Searched refs:classtype (Results 1 – 7 of 7) 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.h187 #define DEFINE_type(type, classtype, name, value, help) \ argument
190 new brillo::classtype(#name, &FLAGS_##name, #value, help, true)));
/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/python/cpython3/Misc/
DHISTORY14852 shadowed by classtype's, even if it was None. property now