Home
last modified time | relevance | path

Searched defs:baseclass (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_symbolic_physical.cpp173 int baseclass = encoded_type & 0x3; in physical_to_symbolic() local
/external/python/cpython2/Lib/test/
Dtest_ftplib.py34 def __init__(self, conn, baseclass): argument
377 def __init__(self, conn, baseclass): argument
/external/python/cpython3/Lib/test/
Dtest_ftplib.py54 def __init__(self, conn, baseclass): argument
421 def __init__(self, conn, baseclass): argument
/external/autotest/client/common_lib/
Dutils.py1460 def import_site_class(path, module, classname, baseclass, modulefile=None): argument