Searched defs:open (Results 1 - 25 of 228) sorted by last modified time

12345678910

/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 );
/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...]
/external/zlib/src/contrib/iostream3/
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...]
/external/zlib/src/
H A Dgzguts.h39 # define open _open macro
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.c377 unsigned int open = 0; local
388 open++;
389 if (open >= hapd->conf->sae_anti_clogging_threshold)
699 "authentication OK (open system)");
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11.c377 unsigned int open = 0; local
388 open++;
389 if (open >= hapd->conf->sae_anti_clogging_threshold)
699 "authentication OK (open system)");
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11.c377 unsigned int open = 0; local
388 open++;
389 if (open >= hapd->conf->sae_anti_clogging_threshold)
699 "authentication OK (open system)");
/external/valgrind/main/coregrind/
H A Dm_libcfile.c122 SysRes VG_(open) ( const HChar* pathname, Int flags, Int mode ) function
143 sr = VG_(open) (pathname, flags, mode);
730 /* Create and open (-rw------) a tmp file name incorporating said arg.
761 sres = VG_(open)(buf,
/external/tcpdump/
H A Dtcpdump-stdinc.h64 #define open _open macro
/external/stlport/stlport/stl/
H A D_fstream.h168 _Self* open(const char* __s, ios_base::openmode __m) { function in class:basic_filebuf
173 // These two version of open() and file descriptor getter are extensions.
174 _Self* open(const char* __s, ios_base::openmode __m, function in class:basic_filebuf
181 _Self* open(int __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
186 _Self* open(_STLP_fd __id, ios_base::openmode _Init_mode = ios_base::__default_mode) { function in class:basic_filebuf
466 if (!_M_buf.open(__s, __mod | ios_base::in))
474 if (!_M_buf.open(__id, __mod | ios_base::in))
481 if (!_M_buf.open(__s, __m | ios_base::in, __protection))
489 if (!_M_buf.open(__id, __mod | ios_base::in))
505 void open(cons function in class:basic_ifstream
584 void open(const char* __s, ios_base::openmode __mod= ios_base::out) { function in class:basic_ofstream
665 void open(const char* __s, function in class:basic_fstream
[all...]
H A D_messages_facets.h63 catalog open(const string& __fn, const locale& __loc) const function in class:messages
96 inline catalog open(const string& __fn, const locale& __loc) const function in class:messages
/external/sqlite/dist/orig/
H A Dsqlite3ext.h115 int (*open)(const char*,sqlite3**); member in struct:sqlite3_api_routines
344 #define sqlite3_open sqlite3_api->open
/external/sqlite/dist/
H A Dsqlite3ext.h115 int (*open)(const char*,sqlite3**); member in struct:sqlite3_api_routines
344 #define sqlite3_open sqlite3_api->open
/external/srec/portable/include/
H A DPFile.h87 ESR_ReturnCode(*open)(struct PFile_t* self, const LCHAR* mode); member in struct:PFile_t
152 * Indicates if the PFile is open.
155 * @param isOpen [out] True if file is open
326 * Indicates if the PFile is open.
329 * @param isOpen [out] True if file is open
/external/srec/seti/sltsEngine/include/
H A DSWIslts.h62 SWIsltsResult (*open) (SWIsltsHand *phLts, member in struct:SWIsltsWrapper
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.1.4.jar ... org.apache.http.HttpInetConnection { private volatile boolean open private volatile java.net.Socket socket public void ...
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DAccessModel.java25 open, enum constant in enum:AccessModel
H A DPublishModel.java31 open; enum constant in enum:PublishModel
/external/replicaisland/src/com/replica/replicaisland/
H A DDoorAnimationComponent.java64 private void open(float timeSinceTriggered, GameObject parentObject) { method in class:DoorAnimationComponent
71 // snap open.
110 // snap open.
146 open(delta, (GameObject)parent);
/external/robolectric/lib/main/
H A Dandroid.jar ... android.hardware.usb.UsbDevice device public boolean open (android.hardware.usb.UsbDeviceConnection) android.hardware ...
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...

Completed in 2720 milliseconds

12345678910