Home
last modified time | relevance | path

Searched refs:thefile (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Parser/pgen/
Dkeywordgen.py51 with args.keyword_file as thefile:
55 thefile.write(TEMPLATE.format(keywords=keywords))
/external/icu/icu4c/source/tools/genrb/
Dderb.cpp256 icu::CharString thefile; in main() local
258 thefile.append(outputDir, status); in main()
260 thefile.appendPathPart(filename, status); in main()
262 thefile.truncate(thefile.length() - (int32_t)uprv_strlen(ext)); in main()
264 thefile.append(".txt", status); in main()
269 out = u_fopen(thefile.data(), "w", NULL, encoding); in main()
271 u_fprintf(ustderr, "%s: couldn't create %s\n", pname, thefile.data()); in main()
/external/python/cpython3/Tools/peg_generator/pegen/
Dkeywordgen.py68 with args.keyword_file as thefile:
74 thefile.write(TEMPLATE.format(keywords=keywords, soft_keywords=soft_keywords))
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
Dutil.py63 for thefile in files:
64 name = os.path.join(dir, thefile)
/external/python/cpython3/Lib/ctypes/
Dutil.py99 with open(filename, 'br') as thefile:
100 return thefile.read(4) == elf_header
/external/python/cpython3/Lib/
Dshutil.py1444 for thefile in files:
1445 name = os.path.join(dir, thefile)