Home
last modified time | relevance | path

Searched refs:RFile (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_argparse.py1430 class RFile(object): class
1466 ('foo', NS(x=None, spam=RFile('foo'))),
1467 ('-x foo bar', NS(x=RFile('foo'), spam=RFile('bar'))),
1468 ('bar -x foo', NS(x=RFile('foo'), spam=RFile('bar'))),
1470 ('readonly', NS(x=None, spam=RFile('readonly'))),
1487 successes = [('-c good', NS(c=RFile('good')))]
1506 ('foo', NS(x=None, spam=RFile('foo'))),
1507 ('-x foo bar', NS(x=RFile('foo'), spam=RFile('bar'))),
1508 ('bar -x foo', NS(x=RFile('foo'), spam=RFile('bar'))),
4851 RFile.seen = {}
/external/python/cpython3/Lib/test/
Dtest_argparse.py1559 class RFile(object): class
1592 ('foo', NS(x=None, spam=RFile('foo'))),
1593 ('-x foo bar', NS(x=RFile('foo'), spam=RFile('bar'))),
1594 ('bar -x foo', NS(x=RFile('foo'), spam=RFile('bar'))),
1596 ('readonly', NS(x=None, spam=RFile('readonly'))),
1613 successes = [('-c good', NS(c=RFile('good')))]
1631 ('foo', NS(x=None, spam=RFile('foo'))),
1632 ('-x foo bar', NS(x=RFile('foo'), spam=RFile('bar'))),
1633 ('bar -x foo', NS(x=RFile('foo'), spam=RFile('bar'))),
5363 RFile.seen = {}
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp1163 auto IsEquivalent = [FName, &FS](const ResponseFileRecord &RFile) { in ExpandResponseFiles() argument
1170 llvm::ErrorOr<llvm::vfs::Status> RHS = FS.status(RFile.File); in ExpandResponseFiles()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp1194 auto IsEquivalent = [FName, &FS](const ResponseFileRecord &RFile) { in ExpandResponseFiles() argument
1201 llvm::ErrorOr<llvm::vfs::Status> RHS = FS.status(RFile.File); in ExpandResponseFiles()