Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/builtins/tools/
Dgenerate_builtins.py101 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/
D2008-03-17-RegScavengerCrash.ll8 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/
Dmake_ve_grammar.c84 FILE* pfile; in main() local
131 if ( (pfile = fopen(arbfile, "r")) != NULL ){ in main()
132 fclose(pfile); in main()
/external/stressapptest/src/
Dworker.h437 virtual bool OpenFile(int *pfile);
698 virtual bool OpenDevice(int *pfile);
Dworker.cc1602 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/
Dhttp.c544 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()