HomeSort by relevance Sort by last modified time
    Searched full:connect_to (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/data/websocket/
README 22 - connect_to.html : A page which makes a connection to the WebSocket server
24 eg. connect_to.html?url=ws://localhost/echo Sets the title to "PASS" if
  /system/core/adb/
adb.c 714 connect_to_remote(s, l->connect_to);
736 if (l->connect_to)
737 free((char*)l->connect_to);
796 int connect_len = strlen(l->connect_to);
801 l->transport->serial, l->local_name, l->connect_to);
818 if (l->connect_to[0] == '*')
852 if (l->connect_to[0] == '*')
867 const char *connect_to,
873 //printf("install_listener('%s','%s')\n", local_name, connect_to);
880 if(l->connect_to[0] == '*')
    [all...]
adb.h 235 const char *connect_to; member in struct:alistener
  /external/chromium_org/chrome/browser/net/
websocket_browsertest.cc 81 // Framework for tests using the connect_to.html page served by a separate HTTP
105 http_server_.GetURL("files/connect_to.html")

Completed in 140 milliseconds