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

  /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 271 OPENFILENAMEA ofn; local
276 ofn.lStructSize = sizeof (OPENFILENAMEA);
277 ofn.hwndOwner = hwnd;
278 ofn.hInstance = NULL;
279 ofn.lpstrFilter = szFilter;
280 ofn.lpstrCustomFilter = NULL;
281 ofn.nMaxCustFilter = 0;
282 ofn.nFilterIndex = 0;
283 ofn.lpstrFile = szFileName;
284 ofn.nMaxFile = MAX_PATH
    [all...]
layout.cpp 269 OPENFILENAMEA ofn; local
274 ofn.lStructSize = sizeof (OPENFILENAMEA);
275 ofn.hwndOwner = hwnd;
276 ofn.hInstance = NULL;
277 ofn.lpstrFilter = szFilter;
278 ofn.lpstrCustomFilter = NULL;
279 ofn.nMaxCustFilter = 0;
280 ofn.nFilterIndex = 0;
281 ofn.lpstrFile = szFileName;
282 ofn.nMaxFile = MAX_PATH
    [all...]
  /external/libvpx/libvpx/build/make/
rtcd.pl 92 my $ofn = eval "\$${fn}_${opt}";
93 next if !$ofn;
100 if ($best_ofn && "$best_ofn" ne "$ofn") {
143 my $ofn = eval "\$${fn}_${opt}";
144 next if !$ofn;
165 my $ofn = eval "\$${fn}_${opt}";
166 next if !$ofn;
167 print "$rtyp ${ofn}($args);\n";
188 my $ofn = eval "\$${fn}_${opt}";
189 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/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp 1226 OPENFILENAMEW 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 

Completed in 588 milliseconds