Searched refs:open (Results 1 - 25 of 2578) sorted by last modified time

1234567891011>>

/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraManager.java78 * @throws IOException Indicates the camera driver failed to open.
83 theCamera = Camera.open();
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp18 gzfilebuf *gzfilebuf::open( const char *name, function in class:gzfilebuf
270 void gzfilestream_common::open( const char *name, int io_mode ) { function in class:gzfilestream_common
272 if ( !buffer.open( name, io_mode ) )
300 gzfilestream_common::open( name, io_mode );
320 gzfilestream_common::open( name, io_mode );
H A Dzfstream.h15 gzfilebuf *open( const char *name, int io_mode );
55 void open( const char *name, int io_mode );
/external/zlib/src/contrib/iostream2/
H A Dzstream.h55 izstream(FILE* fp) : m_fp(0) { open(fp); }
56 izstream(const char* name) : m_fp(0) { open(name); }
60 * open() can be used to read a file which is not in gzip format;
65 void open(const char* name) { function in class:izstream
70 void open(FILE* fp) { function in class:izstream
162 open(fp, level);
166 open(name, level);
177 void open(const char* name, int level = Z_DEFAULT_COMPRESSION) { function in class:ozstream
184 /* open from a FILE pointer.
186 void open(FIL function in class:ozstream
[all...]
H A Dzstream_test.cpp19 out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results
/external/zlib/src/contrib/iostream3/
H A Dtest.cc17 outf.open("test1.txt.gz");
26 inf.open("test1.txt.gz");
33 outf.open("test2.txt.gz");
42 inf.open("test2.txt.gz");
H A Dzfstream.cc33 // (i.e. attached streams should be left open at this stage)
51 gzfilebuf::open(const char *name, function in class:gzfilebuf
54 // Fail if file already open
66 // Attempt to open file
82 // Fail if file already open
109 // Fail immediately if no file is open
129 // Convert int open mode to mode string
378 // Initialize stream buffer and open file
384 this->open(name, mode);
398 gzifstream::open(cons function in class:gzifstream
453 gzofstream::open(const char* name, function in class:gzofstream
[all...]
H A Dzfstream.h53 * @brief Check if file is open.
54 * @return True if file is open.
66 open(const char* name,
70 * @brief Attach to already open gzipped file.
88 * @brief Convert ios open mode int to mode string used by zlib.
250 * @brief Construct stream on already open gzipped file.
266 * @brief Check if file is open.
267 * @return True if file is open.
285 open(const char* name,
289 * @brief Attach to already open gzippe
[all...]
/external/zlib/src/contrib/minizip/
H A Dmake_vms.com2 $ open/write zdef vmsdefs.h
/external/zlib/src/examples/
H A Dgun.c64 #include <fcntl.h> /* open() */
553 /* open files */
559 infile = open(inname, O_RDONLY, 0);
561 fprintf(stderr, "gun cannot open %s\n", inname);
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
H A Dgzappend.c268 /* open gzip file */
270 gz.fd = open(name, O_RDWR, 0);
271 if (gz.fd == -1) bye("cannot open ", name);
394 /* open file to compress and append */
397 fd = open(name, O_RDONLY, 0);
H A Dgzjoin.c58 #include <fcntl.h> /* open() */
98 /* open a buffered file for input, return a pointer to type bin, or NULL on
108 in->fd = open(name, O_RDONLY, 0);
291 /* open gzip file and skip header */
294 bail("could not open ", name);
H A Dgzlog.c154 the system open() call. If the modify time of an existing lock file is
230 #include <fcntl.h> /* open */
354 while ((fd = open(log->path, O_CREAT | O_EXCL, 0644)) < 0) {
496 /* Append len bytes from data to the locked and open log file. len may be zero
629 fd = open(log->path, O_RDONLY, 0);
758 if ((fd = open(log->path, O_RDONLY, 0)) < 0) {
795 /* Close the foo.gz file (if open) and release the lock. */
817 /* release open file resource if left over -- can occur if lock lost
827 /* open the log file, foo.gz */
829 log->fd = open(lo
[all...]
/external/zlib/src/
H A Dgzguts.h39 # define open _open macro
H A Dgzlib.c219 /* compute the flags for open() */
240 /* open the file with the appropriate flags (or just use fd) */
245 open((const char *)path, oflag, 0666));
H A Dmake_vms.com82 $ open/write topt tmp.opt
83 $ open/write optf 'optfile'
123 $ open/write conf_hin config.hin
137 $ open/read/err=aconf_err aconf_in 'fname'
138 $ open/write aconf zconf.h
422 $ open/append out descrip.mms
482 $ open/read min makefile.in
483 $ open/write mod modules.opt
525 $ open/read h_in 'v_file'
713 $ open/appen
[all...]
/external/webrtc/webrtc/tools/barcode_tools/
H A Dbarcode_decoder.py106 text_file = open('%s.txt' % file_name[:-4], 'w')
128 stats_file = open(stats_file_name, 'w')
163 barcode_file = open(barcode_file_name, 'r')
H A Dbarcode_encoder.py133 output_file = open(output_file_name, "wb")
150 input_file = open(file_name, "rb")
227 barcodes_file = open(barcodes_file_name, 'rb')
228 base_file = open(base_file_name, 'rb')
229 output_file = open(output_file_name, 'wb')
H A Dyuv_cropper.py67 yuv_file = open(yuv_file_name, 'rb')
68 output_file = open(output_file_name, 'wb')
/external/webrtc/webrtc/tools/
H A Dcompare_videos.py102 null_filehandle = open(os.devnull, 'r')
/external/webrtc/webrtc/tools/frame_analyzer/
H A Dvideo_quality_analysis_unittest.cc71 stats_file.open(stats_filename.c_str());
79 stats_file.open(stats_filename.c_str());
/external/webrtc/webrtc/tools/loopback_test/
H A Dloopback_test.js215 xmlhttp.open('GET', turnUrl, true);
/external/webrtc/webrtc/tools/rtcbot/bot/browser/
H A Dbot.js130 xhr.open('GET', path, true);
/external/webrtc/webrtc/video/
H A Dfull_stack_plot.py112 f = open(filename)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.c427 unsigned int open = 0; local
438 open++;
439 if (open >= hapd->conf->sae_anti_clogging_threshold)
1240 "authentication OK (open system)");

Completed in 284 milliseconds

1234567891011>>