HomeSort by relevance Sort by last modified time
    Searched refs:pfile (Results 1 - 24 of 24) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
main.c 50 char *pfile[MAX_PFILE]; /* program filenames from -f's */ variable
95 pfile[npfile++] = argv[1];
171 if (strcmp(pfile[curpfile], "-") == 0)
173 else if ((yyin = fopen(pfile[curpfile], "r")) == NULL)
174 FATAL("can't open file %s", pfile[curpfile]);
189 return pfile[curpfile];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_remove_constants.c 37 rc_register_file * pfile, unsigned int * pindex)
41 if (*pfile == RC_FILE_CONSTANT) {
radeon_emulate_branches.c 132 rc_register_file * pfile, unsigned int * pindex)
135 struct proxy_info * proxy = get_proxy_info(sap, *pfile, *pindex);
138 *pfile = RC_FILE_TEMPORARY;
249 rc_register_file * pfile, unsigned int * pindex)
253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) {
254 *pfile = RC_FILE_TEMPORARY;
radeon_dataflow.h 70 rc_register_file * pfile, unsigned int * pindex);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_remove_constants.c 37 rc_register_file * pfile, unsigned int * pindex)
41 if (*pfile == RC_FILE_CONSTANT) {
radeon_emulate_branches.c 132 rc_register_file * pfile, unsigned int * pindex)
135 struct proxy_info * proxy = get_proxy_info(sap, *pfile, *pindex);
138 *pfile = RC_FILE_TEMPORARY;
249 rc_register_file * pfile, unsigned int * pindex)
253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) {
254 *pfile = RC_FILE_TEMPORARY;
radeon_dataflow.h 70 rc_register_file * pfile, unsigned int * pindex);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
symtab.h 62 struct cpp_reader *pfile; member in struct:ht
87 TABLE->PFILE, the node, and a PTR, and the callback sequence stops
cpplib.h 793 extern void cpp_define_formatted (cpp_reader *pfile,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
generate_builtins.py 133 for pfile in sorted(profile_files):
134 profiles.append((pfile, path.basename(pfile).replace('.', '_')))
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 133 for pfile in sorted(profile_files):
134 profiles.append((pfile, path.basename(pfile).replace('.', '_')))
  /external/srec/tools/make_ve_grammar/
make_ve_grammar.c 84 FILE* pfile; local
131 if ( (pfile = fopen(arbfile, "r")) != NULL ){
132 fclose(pfile);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls:
286 if pfile != lastfile:
288 print "***", pfile, "***"
289 lastfile = pfile
291 if cfile != pfile and lastcfile != cfile:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls:
286 if pfile != lastfile:
288 print "***", pfile, "***"
289 lastfile = pfile
291 if cfile != pfile and lastcfile != cfile:
  /external/stressapptest/src/
worker.h 437 virtual bool OpenFile(int *pfile);
698 virtual bool OpenDevice(int *pfile);
worker.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vfw.h 1023 STDAPI_(ULONG) AVIFileAddRef (PAVIFILE pfile); variable
1024 STDAPI_(ULONG) AVIFileRelease (PAVIFILE pfile); variable
    [all...]
  /external/chromium_org/third_party/libevent/
http.c 544 evhttp_hostportfile(char *url, char **phost, u_short *pport, char **pfile)
571 if (pfile != NULL) {
592 if (pfile != NULL)
593 *pfile = file;
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 3820 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
    [all...]
  /external/gtest/src/
gtest.cc 3537 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 5021 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 5021 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 5021 FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); local
    [all...]

Completed in 1009 milliseconds