Searched refs:thefile (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Parser/pgen/ |
D | keywordgen.py | 51 with args.keyword_file as thefile: 55 thefile.write(TEMPLATE.format(keywords=keywords))
|
/external/icu/icu4c/source/tools/genrb/ |
D | derb.cpp | 256 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/ |
D | keywordgen.py | 68 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/ |
D | util.py | 63 for thefile in files: 64 name = os.path.join(dir, thefile)
|
/external/python/cpython3/Lib/ctypes/ |
D | util.py | 99 with open(filename, 'br') as thefile: 100 return thefile.read(4) == elf_header
|
/external/python/cpython3/Lib/ |
D | shutil.py | 1444 for thefile in files: 1445 name = os.path.join(dir, thefile)
|