Home
last modified time | relevance | path

Searched defs:fileclass (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_httplib.py26 def __init__(self, text, fileclass=StringIO.StringIO, host=None, port=None): argument
/external/python/cpython3/Lib/test/
Dtest_httplib.py49 def __init__(self, text, fileclass=io.BytesIO, host=None, port=None): argument
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp250 uint32_t fileclass = header.e_ident[EI_CLASS]; in mipsVariantFromElfFlags() local