Searched defs:ofn (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/samples/layout/
H A Dclayout.c265 OPENFILENAMEA ofn; local
270 ofn.lStructSize = sizeof (OPENFILENAMEA);
271 ofn.hwndOwner = hwnd;
272 ofn.hInstance = NULL;
273 ofn.lpstrFilter = szFilter;
274 ofn.lpstrCustomFilter = NULL;
275 ofn.nMaxCustFilter = 0;
276 ofn.nFilterIndex = 0;
277 ofn.lpstrFile = szFileName;
278 ofn
[all...]
H A Dlayout.cpp263 OPENFILENAMEA ofn; local
268 ofn.lStructSize = sizeof (OPENFILENAMEA);
269 ofn.hwndOwner = hwnd;
270 ofn.hInstance = NULL;
271 ofn.lpstrFilter = szFilter;
272 ofn.lpstrCustomFilter = NULL;
273 ofn.nMaxCustFilter = 0;
274 ofn.nFilterIndex = 0;
275 ofn.lpstrFile = szFileName;
276 ofn
[all...]
/external/libpng/contrib/visupng/
H A DPngFile.c25 static OPENFILENAME ofn; variable
53 ofn.lStructSize = sizeof (OPENFILENAME);
54 ofn.hwndOwner = hwnd;
55 ofn.hInstance = NULL;
56 ofn.lpstrFilter = szFilter;
57 ofn.lpstrCustomFilter = NULL;
58 ofn.nMaxCustFilter = 0;
59 ofn.nFilterIndex = 0;
60 ofn.lpstrFile = NULL; // Set in Open and Close functions
61 ofn
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dshell_dialogs_win.cc255 // We must do this otherwise the ofn's FlagsEx may be initialized to random
834 OPENFILENAME ofn; local
835 // We must do this otherwise the ofn's FlagsEx may be initialized to random
837 ZeroMemory(&ofn, sizeof(ofn));
838 ofn.lStructSize = sizeof(ofn);
839 ofn.hwndOwner = owner;
846 // ofn.lpstrInitialDir available during the period of running the
858 ofn
889 OPENFILENAME ofn; local
[all...]
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog_win.cc48 bool CallGetOpenFileName(OPENFILENAME* ofn) { argument
60 return metro_get_open_file_name(ofn) == TRUE;
62 return GetOpenFileName(ofn) == TRUE;
67 bool CallGetSaveFileName(OPENFILENAME* ofn) { argument
79 return metro_get_save_file_name(ofn) == TRUE;
81 return GetSaveFileName(ofn) == TRUE;
287 // We must do this otherwise the ofn's FlagsEx may be initialized to random
782 OPENFILENAME ofn; local
783 // We must do this otherwise the ofn's FlagsEx may be initialized to random
785 ZeroMemory(&ofn, sizeo
831 OPENFILENAME ofn; local
[all...]
/external/blktrace/
H A Dblktrace.c242 * ofn, ofd, ofp, obuf & mmap_info are used for output file (optionally).
266 char ofn[MAXPATHLEN + 64]; member in struct:io_info
1469 char *dst = iop->ofn;
1472 len = snprintf(iop->ofn, sizeof(iop->ofn), "%s/", output_dir);
1474 len = snprintf(iop->ofn, sizeof(iop->ofn), "./");
1484 if (stat(iop->ofn, &sb) < 0) {
1488 iop->ofn, errno, strerror(errno));
1496 if (mkdir(iop->ofn, 075
[all...]
/external/openssh/
H A Dchannels.c744 channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx)
753 c->output_filter = ofn;
743 channel_register_filter(int id, channel_infilter_fn *ifn, channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx) argument
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2743 milliseconds