Searched defs:open (Results 51 - 75 of 228) sorted by relevance

12345678910

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSerializerFoo.java58 public void open(String filename) throws IOException { method in class:GrammarSerializerFoo
/external/bison/lib/
H A Dspawn-pipe.c51 /* The results of open() in this file are not used with fchdir,
53 #undef open macro
83 retval = open (pathname, oflag, mode);
88 # undef open /* avoid warning on VMS */ macro
89 # define open nonintr_open macro
169 || ((nulloutfd = open ("NUL", O_RDWR, 0)) >= 0
175 || ((stdinfd = open (prog_stdin, O_RDONLY, 0)) >= 0
181 || ((stdoutfd = open (prog_stdout, O_WRONLY, 0)) >= 0
186 but it inherits all open()ed or dup2()ed file handles (which is what
/external/bluetooth/bluedroid/bta/include/
H A Dbta_pan_api.h90 tBTA_PAN_STATUS status; /* status of open event */
106 tBTA_PAN_OPEN open; /* Connection has been opened. */ member in union:__anon917
172 ** When connection is open callback function is called
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_ad.c336 /* if signaling channel, notify ccb that channel open */
362 ** for the channel and sends it an open event.
372 tAVDT_OPEN open; local
377 /* if signaling channel, notify ccb that channel open */
393 /* if media or other channel, notify scb that channel open */
402 open.peer_mtu = p_tbl->peer_mtu;
403 open.lcid = avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].lcid;
404 open.hdr.err_code = avdt_ad_tcid_to_type(p_tbl->tcid);
405 avdt_scb_event(p_scb, AVDT_SCB_TC_OPEN_EVT, (tAVDT_SCB_EVT *) &open);
436 /* if media or other channel, notify scb that channel open */
[all...]
/external/chromium_org/chromeos/dbus/
H A Dpower_manager_client.h87 virtual void LidEventReceived(bool open, argument
/external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
H A DDataChannelMock.java32 public void open() { method in class:DataChannelMock
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DAudioRecordInput.java130 private boolean open() { method in class:AudioRecordInput
132 Log.e(TAG, "open() called twice without a close()");
205 Log.e(TAG, "start() called before open().");
234 // open() was not called.
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dhardware.h154 int (*open)(const struct hw_module_t* module, const char* id, member in struct:hw_module_methods_t
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialcli.py32 def open(self): member in class:IronSerial
38 raise SerialException("Port is already open.")
43 raise SerialException("could not open port %s: %s" % (self.portstr, msg))
271 s.open()
H A Dserialjava.py56 def open(self): member in class:JavaSerial
62 raise SerialException("Port is already open.")
68 self.sPort = portId.open("python serial module", 10)
71 raise SerialException("Could not open port: %s" % msg)
H A Dserialwin32.py40 def open(self): member in class:Win32Serial
46 raise SerialException("Port is already open.")
66 raise SerialException("could not open port %r: %r" % (self.portstr, ctypes.WinError()))
343 # also apply now if port is open
357 # also apply now if port is open
459 s.open()
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/
H A Dprotocol_socket.py41 def open(self): member in class:SocketSerial
48 raise SerialException("Port is already open.")
55 raise SerialException("Could not open port %s: %s" % (self.portstr, msg))
73 raise SerialException("Can only operate on open ports")
/external/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h91 bool open; // this problem is still open - e.g. unresolved variable
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64; variable
/external/guava/guava/src/com/google/common/collect/
H A DRanges.java34 * <dd>{@link #open}
86 public static <C extends Comparable<?>> Range<C> open(C lower, C upper) { method in class:Ranges
128 * (open).
165 * either inclusive (closed) or exclusive (open).
197 * (closed) or exclusive (open), with no upper bound.
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlStreamRenderer.java43 * or missing close and open tags.
58 private boolean open; field in class:HtmlStreamRenderer
118 if (open) { throw new IllegalStateException(); }
119 open = true;
123 if (!open) { throw new IllegalStateException(); }
127 open = false;
138 return open;
151 if (!open) { throw new IllegalStateException(); }
224 if (!open) { throw new IllegalStateException(); }
265 if (!open) { thro
[all...]
/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/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/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/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DFileUtils.js228 open: function(fileName, callback)
/external/bison/darwin-lib/
H A Dfcntl.h70 /* Native Windows platforms declare open(), creat() in <io.h>. */
152 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
164 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
174 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
213 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
423 # undef open macro
424 # define open rpl_open macro
426 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
428 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
430 _GL_CXXALIAS_SYS (open, in
435 _GL_CXXALIASWARN (open); variable
438 # undef open macro
[all...]
/external/bison/linux-lib/
H A Dfcntl.h70 /* Native Windows platforms declare open(), creat() in <io.h>. */
152 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
164 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
174 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
213 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
423 # undef open
424 # define open rpl_open
426 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
428 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
430 _GL_CXXALIAS_SYS (open, in
435 _GL_CXXALIASWARN (open); variable
438 # undef open macro
[all...]
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_act.c84 ** Description Send open callback event to application.
92 tBTA_AG_OPEN open; local
94 /* call app callback with open event */
95 open.hdr.handle = bta_ag_scb_to_idx(p_scb);
96 open.hdr.app_id = p_scb->app_id;
97 open.status = status;
98 open.service_id = bta_ag_svc_id[p_scb->conn_service];
101 /* if p_data is provided then we need to pick the bd address from the open api structure */
102 bdcpy(open.bd_addr, p_data->api_open.bd_addr);
106 bdcpy(open
[all...]
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_main.c344 ** for the channel and sends it an open event.
353 tMCA_OPEN open; local
358 open.peer_mtu = p_tbl->peer_mtu;
359 open.lcid = p_tbl->lcid;
362 open.param = MCA_INT;
365 open.param = MCA_ACP;
368 /* if control channel, notify ccb that channel open */
373 mca_ccb_event(p_ccb, MCA_CCB_LL_OPEN_EVT, (tMCA_CCB_EVT *)&open);
375 /* must be data channel, notify dcb that channel open */
384 mca_dcb_event(p_dcb, MCA_DCB_TC_OPEN_EVT, (tMCA_DCB_EVT *) &open);
[all...]
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dhidgnubbydevice.js439 * @param {number} which The index of the device to open.
440 * @param {!chrome.hid.HidDeviceInfo} dev The device to open.
444 HidGnubbyDevice.open = function(gnubbies, which, dev, cb) {
482 open: HidGnubbyDevice.open
H A Dsinglesigner.js41 * @param {GnubbyDeviceId} gnubbyId Which gnubby to open.
83 /** The signer is attempting to open a gnubby. */
87 /** The signer has an open gnubby, but no challenges to sign. */
107 * Attempts to open this signer's gnubby, if it's not already open.
110 SingleGnubbySigner.prototype.open = function() {
161 this.open();
164 // The open has already commenced, so accept the challenges, but don't do
192 * How long to delay retrying a failed open.
202 * @param {number} rc The result of the open operatio
[all...]

Completed in 491 milliseconds

12345678910