Searched defs:open (Results 1 - 25 of 228) sorted by path

12345678910

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/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/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpConnector.java25 * This interface contains the basic methods necessary to open and use a
30 public void open(String address) throws IOException; method in interface:Support_HttpConnector
H A DSupport_HttpServerSocket.java68 public void open() throws IOException { method in class:Support_HttpServerSocket
H A DSupport_ServerSocket.java33 public void open() throws IOException; method in interface:Support_ServerSocket
H A DSupport_URLConnector.java37 * @see com.ibm.support.Support_HttpConnector#open(String)
39 public void open(String address) throws IOException { method in class:Support_URLConnector
/external/apache-http/src/org/apache/http/conn/
H A DManagedClientConnection.java72 * The return value is well-defined only while the connection is open.
73 * It may change even while the connection is open.
94 * If this connection is open, and the underlying socket is an
115 * @param route the route along which to open. It will be opened to
122 void open(HttpRoute route, HttpContext context, HttpParams params) method in interface:ManagedClientConnection
129 * The route is the one previously passed to {@link #open open}.
178 * The route is the one previously passed to {@link #open open}.
/external/apache-http/src/org/apache/http/impl/
H A DSocketHttpClientConnection.java65 private volatile boolean open; field in class:SocketHttpClientConnection
73 if (this.open) {
74 throw new IllegalStateException("Connection is already open");
79 if (!this.open) {
80 throw new IllegalStateException("Connection is not open");
116 this.open = true;
120 return this.open;
185 this.open = false;
193 if (!this.open) {
196 this.open
[all...]
H A DSocketHttpServerConnection.java65 private volatile boolean open; field in class:SocketHttpServerConnection
73 if (this.open) {
74 throw new IllegalStateException("Connection is already open");
79 if (!this.open) {
80 throw new IllegalStateException("Connection is not open");
114 this.open = true;
122 return this.open;
183 this.open = false;
191 if (!this.open) {
194 this.open
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractPoolEntry.java135 * @param route the route along which to open the connection
141 public void open(HttpRoute route, method in class:AbstractPoolEntry
155 throw new IllegalStateException("Connection already open.");
189 } // open
213 throw new IllegalStateException("Connection not open.");
258 throw new IllegalStateException("Connection not open.");
287 throw new IllegalStateException("Connection not open.");
318 * If {@link #open(HttpRoute, HttpContext, HttpParams)} is in progress,
319 * this will cause that open to possibly throw an {@link IOException}.
H A DAbstractPooledConnAdapter.java119 public void open(HttpRoute route, method in class:AbstractPooledConnAdapter
124 poolEntry.open(route, context, params);
/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/lib/
H A Dopen.c25 /* Get the original definition of open. It might be defined as a macro. */
33 return open (filename, flags, mode);
53 open (const char *filename, int flags, ...) function
74 file types that require non-blocking handling in open().
97 - if O_CREAT is specified, open() must fail because of the semantics
99 - if O_WRONLY or O_RDWR is specified, open() must fail because POSIX
100 <http://www.opengroup.org/susv3/functions/open.html> says that it
103 - if O_CREAT is specified, open() must fail since open() cannot create
105 - if O_WRONLY or O_RDWR is specified, open() mus
[all...]
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/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/bta/av/
H A Dbta_av_aact.c409 /* if no streams available then stream open fails */
767 tBTA_AV_API_OPEN *p_buf = &p_scb->q_info.open;
875 /* Continue av open process */
876 p_scb->q_info.open.switch_res = BTA_AV_RS_DONE;
877 bta_av_do_disc_a2d (p_scb, (tBTA_AV_DATA *)&(p_scb->q_info.open));
933 memcpy(&p_scb->q_info.open, &p_data->api_open, sizeof(tBTA_AV_API_OPEN));
950 p_data = (tBTA_AV_DATA *)&p_scb->q_info.open;
951 /* continue to open if link role is ok */
1362 tBTA_AV_OPEN open; local
1390 p_scb->p_cos->open(p_sc
1781 tBTA_AV_OPEN open; local
[all...]
H A Dbta_av_int.h188 tBTA_AV_CO_OPEN open; member in struct:__anon432
442 tBTA_AV_API_OPEN open; /* used only before open and role switch member in union:__anon457
463 #define BTA_AV_COLL_API_CALLED 0x02 /* API open was called while incoming timer is running */
485 tBTA_AV_STATUS open_status; /* open failure status */
585 UINT8 rs_idx; /* (index + 1) to SCB for the one waiting for RS on open */
/external/bluetooth/bluedroid/bta/include/
H A Dbta_ag_api.h60 /* AG open status */
223 #define BTA_AG_OPEN_EVT 2 /* AG connection open */
226 #define BTA_AG_AUDIO_OPEN_EVT 5 /* Audio connection open */
312 tBTA_AG_OPEN open; member in union:__anon672
444 ** When connection is open callback function is called
485 ** or hnadsfree. The data connection remains open
H A Dbta_av_api.h238 #define BTA_AV_RC_OPEN_EVT 8 /* remote control channel open */
247 * signal channel is open and stream is not open
434 tBTA_AV_OPEN open; member in union:__anon746
556 ** be called before AVDT stream is open.
581 ** When connection is open callback function is called
H A Dbta_gatt_api.h115 #define BTA_GATTC_OPEN_EVT 2 /* GATTC open request status event */
127 #define BTA_GATTC_CANCEL_OPEN_EVT 14 /* cancel open event */
409 tBTA_GATTC_OPEN open; member in union:__anon790
1344 ** Description Open a direct open connection or add a background auto connection
1362 ** Description Cancel a direct open connection or remove a background auto connection
H A Dbta_hf_client_api.h84 #define BTA_HF_CLIENT_OPEN_EVT 2 /* HF Client connection open */
87 #define BTA_HF_CLIENT_AUDIO_OPEN_EVT 5 /* Audio connection open */
88 #define BTA_HF_CLIENT_AUDIO_MSBC_OPEN_EVT 6 /* Audio connection with mSBC codec open */
108 /* HF Client open status */
235 tBTA_HF_CLIENT_OPEN open; member in union:__anon814
317 ** When connection is open callback function is called
358 ** gateway. The data connection remains open
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...]
H A Davdt_int.h477 tAVDT_OPEN open; member in union:__anon1218

Completed in 3605 milliseconds

12345678910