/external/libpng/contrib/visupng/ |
PngFile.c | 27 static OPENFILENAME ofn; variable 55 ofn.lStructSize = sizeof (OPENFILENAME); 56 ofn.hwndOwner = hwnd; 57 ofn.hInstance = NULL; 58 ofn.lpstrFilter = szFilter; 59 ofn.lpstrCustomFilter = NULL; 60 ofn.nMaxCustFilter = 0; 61 ofn.nFilterIndex = 0; 62 ofn.lpstrFile = NULL; /* Set in Open and Close functions */ 63 ofn.nMaxFile = MAX_PATH [all...] |
/external/icu/icu4c/source/samples/layout/ |
clayout.c | 265 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.nMaxFile = MAX_PATH [all...] |
layout.cpp | 263 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.nMaxFile = MAX_PATH [all...] |
/libcore/ojluni/src/main/java/sun/net/www/ |
MimeLauncher.java | 110 String ofn = m.getTempFileTemplate(); local 111 if (ofn == null) { 112 ofn = genericTempFileTemplate; 115 ofn = getTempFileName(uc.getURL(), ofn); 117 OutputStream os = new FileOutputStream(ofn); 145 c = c.substring(0, inx) + ofn + c.substring(inx + 2); 149 c = c + " <" + ofn;
|
/external/libvpx/libvpx/build/make/ |
rtcd.pl | 83 my $ofn = eval "\$${fn}_${opt}"; 84 next if !$ofn; 91 if ($best_ofn && "$best_ofn" ne "$ofn") { 134 my $ofn = eval "\$${fn}_${opt}"; 135 next if !$ofn; 156 my $ofn = eval "\$${fn}_${opt}"; 157 next if !$ofn; 158 print "$rtyp ${ofn}($args);\n"; 179 my $ofn = eval "\$${fn}_${opt}"; 180 next if !$ofn; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
rtcd.pl | 83 my $ofn = eval "\$${fn}_${opt}"; 84 next if !$ofn; 91 if ($best_ofn && "$best_ofn" ne "$ofn") { 134 my $ofn = eval "\$${fn}_${opt}"; 135 next if !$ofn; 156 my $ofn = eval "\$${fn}_${opt}"; 157 next if !$ofn; 158 print "$rtyp ${ofn}($args);\n"; 179 my $ofn = eval "\$${fn}_${opt}"; 180 next if !$ofn; [all...] |
/external/blktrace/ |
blktrace.c | 242 * 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, 0755) < 0 && errno != EEXIST) [all...] |
/external/opencv3/modules/highgui/src/ |
window_w32.cpp | 1868 OPENFILENAME ofn; local [all...] |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/ |
htmlunit-core-js-2.14.jar | |
/prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/ |
rhino-1.7R3.jar | |
/prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/ |
javacc-5.0.jar | |