HomeSort by relevance Sort by last modified time
    Searched refs:ofn (Results 1 - 8 of 8) 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/libaom/libaom/build/cmake/
rtcd.pl 101 my $ofn = eval "\$${fn}_${opt}";
102 next if !$ofn;
109 if ($best_ofn && "$best_ofn" ne "$ofn") {
152 my $ofn = eval "\$${fn}_${opt}";
153 next if !$ofn;
174 my $ofn = eval "\$${fn}_${opt}";
175 next if !$ofn;
176 print "$rtyp ${ofn}($args);\n";
197 my $ofn = eval "\$${fn}_${opt}";
198 next if !$ofn;
    [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/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp 1218 OPENFILENAMEW ofn = { }; local
    [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
    [all...]
  /external/openssh/
channels.c 840 channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx)
849 c->output_filter = ofn;
    [all...]

Completed in 1072 milliseconds