/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
hooks.py | 35 con = sqlite.connect(":memory:") 43 con = sqlite.connect(":memory:") 57 con = sqlite.connect(":memory:") 83 con = sqlite.connect(":memory:") 103 con = sqlite.connect(":memory:") 117 con = sqlite.connect(":memory:") 132 con = sqlite.connect(":memory:") 148 con = sqlite.connect(":memory:") 171 con = sqlite.connect(":memory:") 187 con = sqlite.connect(":memory:" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
hooks.py | 35 con = sqlite.connect(":memory:") 43 con = sqlite.connect(":memory:") 57 con = sqlite.connect(":memory:") 83 con = sqlite.connect(":memory:") 103 con = sqlite.connect(":memory:") 117 con = sqlite.connect(":memory:") 132 con = sqlite.connect(":memory:") 148 con = sqlite.connect(":memory:") 171 con = sqlite.connect(":memory:") 187 con = sqlite.connect(":memory:" [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
proxyserver.cc | 46 server_socket_->SignalReadEvent.connect(this, &ProxyServer::OnAcceptEvent); 82 int_socket_->SignalConnectRequest.connect(this, 84 int_socket_->SignalReadEvent.connect(this, &ProxyBinding::OnInternalRead); 85 int_socket_->SignalWriteEvent.connect(this, &ProxyBinding::OnInternalWrite); 86 int_socket_->SignalCloseEvent.connect(this, &ProxyBinding::OnInternalClose); 87 ext_socket_->SignalConnectEvent.connect(this, 89 ext_socket_->SignalReadEvent.connect(this, &ProxyBinding::OnExternalRead); 90 ext_socket_->SignalWriteEvent.connect(this, &ProxyBinding::OnExternalWrite); 91 ext_socket_->SignalCloseEvent.connect(this, &ProxyBinding::OnExternalClose); 97 ext_socket_->Connect(addr) [all...] |
/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/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/ |
content_script.js | 10 chrome.runtime.connect().postMessage(additionalInfo);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
sessionmanagertask.h | 54 session_manager_->SignalOutgoingMessage.connect( 56 session_manager_->SignalRequestSignaling.connect(
|
/frameworks/base/core/java/android/app/ |
IUiAutomationConnection.aidl | 34 void connect(IAccessibilityServiceClient client);
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothPan.aidl | 30 boolean connect(in BluetoothDevice device);
|
/libcore/luni/src/main/java/java/io/ |
PipedOutputStream.java | 48 * the piped input stream to connect to. 53 connect(target); 78 * the piped input stream to connect to. 82 public void connect(PipedInputStream stream) throws IOException { method in class:PipedOutputStream
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
Win32PipeStream.h | 28 virtual int connect(unsigned short port);
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
voicemailjidrequester.cc | 48 disco_items_task->SignalGotDiscoItems.connect(this, 50 disco_items_task->SignalDiscoItemsError.connect(this, 100 disco_items_task->SignalGotDiscoItems.connect(this, 102 disco_items_task->SignalDiscoItemsError.connect(this,
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
transportchannelproxy.cc | 47 impl_->SignalReadableState.connect( 49 impl_->SignalWritableState.connect( 51 impl_->SignalReadPacket.connect(this, &TransportChannelProxy::OnReadPacket); 52 impl_->SignalRouteChange.connect(this, &TransportChannelProxy::OnRouteChange);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
SharedWorkerRepositoryClientImpl.h | 53 virtual void connect(PassRefPtr<WebCore::SharedWorker>, PassOwnPtr<WebMessagePortChannel>, const WebCore::KURL&, const String& name, WebCore::ExceptionState&) OVERRIDE;
|
/external/chromium_org/third_party/tlslite/test/ |
twistedclient.py | 7 s.connect( ("localhost", 1079) )
|
/external/chromium_org/webkit/child/ |
websocketstreamhandle_impl.h | 24 virtual void connect(
|
/external/mtpd/ |
mtpd.h | 56 /* Connect to the server and return the next timeout interval. */ 57 int (*connect)(char **arguments); member in struct:protocol
|
/external/openfst/src/include/fst/script/ |
connect.h | 23 #include <fst/connect.h> 31 void Connect(MutableFstClass *fst) { 34 Connect(typed_fst); 38 void Connect(MutableFstClass *fst);
|
/external/openfst/src/script/ |
connect.cc | 19 #include <fst/script/connect.h> 24 void Connect(MutableFstClass *fst) { 25 Apply<Operation<MutableFstClass> >("Connect", fst->ArcType(), fst); 28 REGISTER_FST_OPERATION(Connect, StdArc, MutableFstClass); 29 REGISTER_FST_OPERATION(Connect, LogArc, MutableFstClass); 30 REGISTER_FST_OPERATION(Connect, Log64Arc, MutableFstClass);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
stringquery.cpp | 24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept()));
|
/frameworks/base/core/java/android/nfc/tech/ |
TagTechnology.java | 64 * block or cause RF activity, and do not require {@link #connect} to have been called. 70 * <li>{@link #connect} must be called before using any other I/O operation. 73 * (including {@link #connect} with {@link IOException}. 75 * {@link #connect} will return {@link IOException}. 178 * @throws IOException if there is an I/O failure, or connect is canceled 180 public void connect() throws IOException; method in interface:TagTechnology 183 * Re-connect to the {@link Tag} associated with this connection. Reconnecting to a tag can be 192 * @see #connect() 195 * @throws IOException if there is an I/O failure, or connect is canceled 207 * @see #connect() [all...] |
/frameworks/base/obex/javax/obex/ |
ObexTransport.java | 64 void connect() throws IOException; method in interface:ObexTransport
|
/libcore/luni/src/test/java/libcore/java/net/customstreamhandler/http/ |
Handler.java | 39 @Override public void connect() throws IOException { method in class:Handler.HandlerURLConnection
|
/packages/apps/Nfc/tests/src/com/android/nfc/snep/ |
SnepCustomClientTests.java | 48 client.connect(); 55 client.connect(); 62 client.connect(); 70 client.connect();
|