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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/syscalls/
connect.S 4 .globl connect
6 .ent connect
8 connect: label
22 .end connect
  /external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
content_script.js 12 chrome.extension.connect().postMessage(additionalInfo);
  /external/chromium/third_party/libjingle/source/talk/base/
asyncsocket.cc 50 socket_->SignalConnectEvent.connect(this,
52 socket_->SignalReadEvent.connect(this,
54 socket_->SignalWriteEvent.connect(this,
56 socket_->SignalCloseEvent.connect(this,
  /external/webkit/Source/WebKit/chromium/public/
WebSocketStreamHandle.h 46 // Connect new socket stream asynchronously.
47 virtual void connect(const WebURL&, WebSocketStreamHandleClient*) = 0;
  /bionic/libc/arch-arm/syscalls/
connect.S 6 ENTRY(connect) function
15 END(connect)
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TcpStream.h 26 virtual int connect(unsigned short port);
27 int connect(const char* hostname, unsigned short port);
UnixStream.h 26 virtual int connect(unsigned short port);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
db.php 3 $connect = mysql_connect($dbhost, $dbuser, $dbpass); variable
4 mysql_select_db($db ? $db : "modeling", $connect) or die(mysql_error());
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
TcpStream.h 26 virtual int connect(const char* addr);
27 int connect(const char* hostname, unsigned short port);
UnixStream.h 26 virtual int connect(const char* addr);
  /external/webkit/Source/WebKit/android/wds/client/
AdbConnection.h 36 bool connect();
  /frameworks/base/core/java/android/bluetooth/
IBluetoothPbap.aidl 29 boolean connect(in BluetoothDevice device);
  /external/webkit/Source/WebKit/qt/docs/webkitsnippets/
qtwebkit_bridge_snippets.cpp 83 connect(function);
88 myQObject.somethingChanged.connect(myInterestingScriptFunction);
91 myQObject.somethingChanged.connect(myOtherQObject.doSomething);
98 myQObject.somethingChanged.connect(thisObject, function)
103 myButton.clicked.connect(form, onClicked);
109 connect(function);
112 myQObject.somethingChanged.connect(thisObject, "functionName")
116 myQObject.somethingChanged.connect(obj, "fun");
119 connect(function);
126 myQObject.somethingChanged.connect(myQObject, "slotThatDoesntExist")
    [all...]
  /bionic/libc/arch-x86/syscalls/
connect.S 6 ENTRY(connect) function
25 END(connect)
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebNotificationPresenter.h 50 connect(m_widget, SIGNAL(notificationClosed()), this, SIGNAL(notificationClosed()));
51 connect(m_widget, SIGNAL(notificationClicked()), this, SIGNAL(notificationClicked()));
  /external/webkit/Tools/MiniBrowser/qt/
UrlLoader.cpp 42 connect(&m_checkIfFinishedTimer, SIGNAL(timeout()), this, SLOT(checkIfFinished()));
44 connect(m_browserWindow->page(), SIGNAL(loadStarted()), this, SLOT(frameLoadStarted()));
45 connect(m_browserWindow->page(), SIGNAL(loadFinished(bool)), this, SLOT(frameLoadFinished()));
50 connect(m_browserWindow->page(), SIGNAL(loadStarted()), &m_timeoutTimer, SLOT(start()));
51 connect(&m_timeoutTimer, SIGNAL(timeout()), this, SLOT(loadNext()));
56 connect(this, SIGNAL(pageLoadFinished()), &m_extraTimeTimer, SLOT(start()));
57 connect(&m_extraTimeTimer, SIGNAL(timeout()), this, SLOT(loadNext()));
59 connect(this, SIGNAL(pageLoadFinished()), this, SLOT(loadNext()));
  /external/webkit/Tools/QtTestBrowser/
urlloader.cpp 43 connect(&m_checkIfFinishedTimer, SIGNAL(timeout()), this, SLOT(checkIfFinished()));
45 connect(m_frame->page(), SIGNAL(loadStarted()), this, SLOT(frameLoadStarted()));
46 connect(m_frame->page(), SIGNAL(loadFinished(bool)), this, SLOT(frameLoadFinished()));
51 connect(frame, SIGNAL(loadStarted()), &m_timeoutTimer, SLOT(start()));
52 connect(&m_timeoutTimer, SIGNAL(timeout()), this, SLOT(loadNext()));
57 connect(this, SIGNAL(pageLoadFinished()), &m_extraTimeTimer, SLOT(start()));
58 connect(&m_extraTimeTimer, SIGNAL(timeout()), this, SLOT(loadNext()));
60 connect(this, SIGNAL(pageLoadFinished()), this, SLOT(loadNext()));
  /external/chromium/webkit/glue/
websocketstreamhandle_impl.h 19 virtual void connect(
  /frameworks/av/include/media/stagefright/
OMXClient.h 29 status_t connect();
  /libcore/luni/src/main/java/java/sql/
Driver.java 40 * the URL to connect to.
55 * the URL to connect.
66 public Connection connect(String url, Properties info) throws SQLException; method in interface:Driver
97 * prompted to provide in order to connect to the database.
101 * connect to the database.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptGroupTest.java 45 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); local
52 a1_copy = Allocation.createTyped(mRS, connect);
53 a2_copy = Allocation.createTyped(mRS, connect);
74 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); local
83 a1_copy = Allocation.createTyped(mRS, connect);
84 a2_copy = Allocation.createTyped(mRS, connect);
108 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); local
117 a1_copy = Allocation.createTyped(mRS, connect);
118 a2_copy = Allocation.createTyped(mRS, connect);
136 b.addConnection(connect, mColorMatrix.getKernelID(), mConvolve3x3.getFieldID_Input())
149 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); local
201 Type connect = new Type.Builder(mRS, Element.I32(mRS)).setX(bDimX).create(); local
    [all...]
  /frameworks/base/core/java/android/net/
LinkSocket.java 59 * to connect to the given proxy.
135 * @param dstName the address of the remote host to connect to
136 * @param dstPort the port to connect to on the remote host
143 public void connect(String dstName, int dstPort, int timeout) method in class:LinkSocket
145 if (DBG) log("connect(dstName, dstPort, timeout) EX");
151 * @param dstName the address of the remote host to connect to
152 * @param dstPort the port to connect to on the remote host
157 public void connect(String dstName, int dstPort) method in class:LinkSocket
159 if (DBG) log("connect(dstName, dstPort, timeout) EX");
165 * @deprecated Use {@code connect(String dstName, int dstPort, int timeout)
175 public void connect(SocketAddress remoteAddr, int timeout) method in class:LinkSocket
194 public void connect(SocketAddress remoteAddr) throws IOException { method in class:LinkSocket
205 public void connect(int timeout) throws IOException { method in class:LinkSocket
215 public void connect() throws IOException { method in class:LinkSocket
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
sessionmanagertask.h 53 session_manager_->SignalOutgoingMessage.connect(
55 session_manager_->SignalRequestSignaling.connect(
  /external/webkit/Source/WebCore/platform/network/qt/
QtMIMETypeSniffer.cpp 38 connect(m_reply, SIGNAL(readyRead()), this, SLOT(trySniffing()));
39 connect(m_reply, SIGNAL(finished()), this, SLOT(trySniffing()));
  /external/webkit/Source/WebCore/webaudio/
AudioNode.idl 33 [Custom] void connect(in AudioNode destination, in unsigned long output, in unsigned long input)

Completed in 1812 milliseconds

1 2 3 4 5 6 7 8 91011>>