Searched refs:opening (Results 1 - 20 of 20) sorted by relevance

/external/apache-http/src/org/apache/http/conn/
H A DOperatedClientConnection.java125 void opening(Socket sock, HttpHost target) method in interface:OperatedClientConnection
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
H A D__init__.py31 """WebSocket opening handshake processor. This class try to apply available
32 opening handshake processors for each protocol version until a connection is
68 _LOGGER.debug('Client\'s opening handshake resource: %r', request.uri)
82 'Client\'s opening handshake headers: %r', dict(request.headers_in))
101 'Failed to complete opening handshake as %s protocol: %r',
112 'Failed to complete opening handshake for all available protocols',
H A Dhybi00.py31 """This file provides the opening handshake processor for the WebSocket
98 HandshakeException: when any error happened in parsing the opening
102 # 5.1 Reading the client's opening handshake.
238 self._logger.debug('Sent server\'s opening handshake: %r',
H A Dhybi.py31 """This file provides the opening handshake processor for the WebSocket
400 self._logger.debug('Sent server\'s opening handshake: %r',
/external/bluetooth/bluedroid/bta/include/
H A Dbta_pan_api.h107 tBTA_PAN_OPENING opening; /* Connection being opened */ member in union:__anon771
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnectionOperator.java141 conn.opening(sock, target);
150 conn.opening(sock, target);
170 conn.opening(layeredsock, target);
H A DDefaultClientConnection.java108 public void opening(Socket sock, HttpHost target) throws IOException { method in class:DefaultClientConnection
135 * {@link #opening opening} was already called but
/external/libvpx/examples/includes/geshi/geshi/
H A Dmysql.php18 * (must be immediately followed by an opening bracket) or some other keyword:
19 * so they can be distinguished by the presence (or not) of that opening bracket.
20 * (An immediately following opening bracket is a default rule for functions in
H A Dmxml.php103 // opening tags
/external/bluetooth/bluedroid/bta/pan/
H A Dbta_pan_act.c435 tBTA_PAN_OPENING opening; local
448 bdcpy(opening.bd_addr, p_data->api_open.bd_addr);
449 opening.handle = p_scb->handle;
450 bta_pan_cb.p_cback(BTA_PAN_OPENING_EVT, (tBTA_PAN *)&opening);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_pan.c530 bd2str((bt_bdaddr_t*)p_data->opening.bd_addr, &bds);
531 BTIF_TRACE_DEBUG2("BTA_PAN_OPENING_EVT handle %d, addr: %s", p_data->opening.handle, bds);
532 conn = btpan_find_conn_addr(p_data->opening.bd_addr);
537 conn->handle = p_data->opening.handle;
541 (const bt_bdaddr_t*)p_data->opening.bd_addr, btpan_conn_local_role, btpan_remote_role);
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Decho_client.py201 """A base class for WebSocket opening handshake processors for each
283 """WebSocket opening handshake processor for
296 """Performs opening handshake on the specified socket.
303 self._logger.debug('Client\'s opening handshake Request-Line: %r',
365 self._logger.debug('Sent client\'s opening handshake headers: %r',
399 self._logger.debug('Server\'s opening handshake headers: %r', fields)
489 """WebSocket opening handshake processor for
503 """Performs opening handshake on the specified socket.
701 """WebSocket opening handshake processor for
729 """Performs opening handshak
[all...]
/external/webkit/Source/WebCore/platform/mac/
H A DHTMLConverter.mm848 - (void)_addQuoteForElement:(DOMElement *)element opening:(BOOL)opening level:(NSInteger)level
850 unichar c = ((level % 2) == 0) ? (opening ? 0x201c : 0x201d) : (opening ? 0x2018 : 0x2019);
1152 [self _addQuoteForElement:element opening:YES level:_quoteLevel++];
1323 [self _addQuoteForElement:element opening:NO level:--_quoteLevel];
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php435 # Get most opening single quotes:
459 # Any remaining single quotes should be opening ones:
463 # Get most opening double quotes:
485 # Any remaining quotes should be opening ones.
747 In the case above, SmartyPants will turn the apostrophe into an opening
/external/elfutils/tests/
H A Drun-strings-test.sh359 testfile8: 7c88 while opening "%s"
428 testfile9: 34e2 while opening "%s"
/external/libvorbis/doc/
H A D05-comment.tex23 Around''}, opening for Moxy Fr\"{u}vous, 1997.
/external/icu4c/tools/pkgdata/
H A Dpkgdata.cpp1672 fprintf(stderr, "Error opening <%s>.\n", l->str);
/external/grub/docs/
H A Dtexinfo.tex4265 % Chapter opening.
4459 % Write an entry to the toc file, opening it if necessary.
5694 % an opening brace, and that opening brace is not consumed.
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php2082 // Get the next little bit for this opening string
/external/valgrind/main/perf/
H A Dtinycc.c7523 // printf("opening '%s'\n", filename);

Completed in 795 milliseconds