Home
last modified time | relevance | path

Searched defs:baseclass (Results 1 – 3 of 3) 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/cpython3/Lib/test/
Dtest_ftplib.py68 def __init__(self, conn, baseclass): argument
440 def __init__(self, conn, baseclass): argument
/external/autotest/client/common_lib/
Dutils.py1423 def import_site_class(path, module, classname, baseclass, modulefile=None): argument