Searched refs:pfile (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/glsl/builtins/tools/ |
D | generate_builtins.py | 101 for pfile in sorted(glob(path.join(path.join(builtins_dir, 'profiles'), '*'))): 102 profiles.append((pfile, path.basename(pfile).replace('.', '_')))
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-03-17-RegScavengerCrash.ll | 8 define i32 @cpp_interpret_string(i32 %pfile, %struct.cpp_string* %from, i32 %wide) nounwind { 29 …call fastcc void @emit_numeric_escape( i32 %pfile, i32 0, %struct._cpp_strbuf* null, i32 %wide ) n…
|
/external/srec/tools/make_ve_grammar/ |
D | make_ve_grammar.c | 84 FILE* pfile; in main() local 131 if ( (pfile = fopen(arbfile, "r")) != NULL ){ in main() 132 fclose(pfile); in main()
|
/external/stressapptest/src/ |
D | worker.h | 437 virtual bool OpenFile(int *pfile); 698 virtual bool OpenDevice(int *pfile);
|
D | worker.cc | 1602 bool FileThread::OpenFile(int *pfile) { in OpenFile() argument 1618 *pfile = fd; in OpenFile() 2699 bool DiskThread::OpenDevice(int *pfile) { in OpenDevice() argument 2714 *pfile = fd; in OpenDevice()
|
/external/chromium/third_party/libevent/ |
D | http.c | 544 evhttp_hostportfile(char *url, char **phost, u_short *pport, char **pfile) in evhttp_hostportfile() argument 571 if (pfile != NULL) { in evhttp_hostportfile() 592 if (pfile != NULL) in evhttp_hostportfile() 593 *pfile = file; in evhttp_hostportfile()
|