Searched refs:classtype (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/plat-mac/ |
D | aepack.py | 350 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/ |
D | flag_helper.h | 187 #define DEFINE_type(type, classtype, name, value, help) \ argument 190 new brillo::classtype(#name, &FLAGS_##name, #value, help, true)));
|
/external/scapy/scapy/contrib/ |
D | icmp_extensions.py | 198 bind_layers(ICMPExtensionHeader, ICMPExtensionMPLS, classnum=1, classtype=1)
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | InstConstraintVisitor.java | 1317 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/ |
D | EddParser.py | 232 for classtype in classTypeList : 233 if child.__class__ == classtype :
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a1.rst | 640 classtype's, even if it was None. property now inserts the __doc__ into the
|
/external/python/cpython3/Misc/ |
D | HISTORY | 14852 shadowed by classtype's, even if it was None. property now
|