HomeSort by relevance Sort by last modified time
    Searched refs:opening (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
__init__.py 31 """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',
hybi00.py 31 """This file provides the opening handshake processor for the WebSocket
69 """Opening handshake processor for the WebSocket protocol version HyBi 00.
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',
hybi.py 31 """This file provides the opening handshake processor for the WebSocket
94 """Opening handshake processor for the WebSocket protocol (RFC 6455)."""
400 self._logger.debug('Sent server\'s opening handshake: %r',
  /external/apache-http/src/org/apache/http/conn/
OperatedClientConnection.java 125 void opening(Socket sock, HttpHost target) method in interface:OperatedClientConnection
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
no-page-cache.js 20 debug("Main page opening resources/cached-page-1.html");
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
no-page-cache.js 20 debug("Main page opening resources/cached-page-1.html");
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
window-close-crash.js 31 debug("Main page opening resources/window-close-popup.html");
no-page-cache.js 20 debug("Main page opening resources/cached-page-1.html");
  /external/bluetooth/bluedroid/bta/include/
bta_pan_api.h 107 tBTA_PAN_OPENING opening; /* Connection being opened */ member in union:__anon2806
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnectionOperator.java 141 conn.opening(sock, target);
150 conn.opening(sock, target);
170 conn.opening(layeredsock, target);
DefaultClientConnection.java 108 public void opening(Socket sock, HttpHost target) throws IOException { method in class:DefaultClientConnection
135 * {@link #opening opening} was already called but
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_STRING_COMPARETO.S 19 mov r2, r0 @ this to r2, opening up r0 for return value
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c 435 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);
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java 424 private ImapList parseList(char opening, char closing)
426 expect(opening);
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 530 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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
UniverseBackground.java 299 void prepareTracking(int y, boolean opening) {
301 Slog.d(TAG, "panel: beginning to track the user's touch, y=" + y + " opening=" + opening);
306 if (opening) {
395 // Second finger down, time to start opening!
  /external/webkit/LayoutTests/storage/
sql-data-types.js 86 notifyDone("FAIL: Error opening the db");
  /system/media/camera/docs/
camera_metadata_tags.mako 34 * the static metadata that can be retrived without opening the camera device.
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 435 # 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/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 201 """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 handshake on the specified socket
    [all...]
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 544 boolean opening = !mExpanded;
545 if (opening) {
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 202 * Timers for opening/closing submenu.
397 * This prevents from opening/closing menus while you're actively
503 // emitted when opening submenu.
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 120 // Note: If you want to perform other operations before opening the popup, but
  /external/elfutils/tests/
run-strings-test.sh 359 testfile8: 7c88 while opening "%s"
428 testfile9: 34e2 while opening "%s"

Completed in 1670 milliseconds

1 2 3