/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
regression.py | 30 self.con = sqlite.connect(":memory:") 42 con = sqlite.connect(":memory:", detect_types=sqlite.PARSE_COLNAMES) 54 con = sqlite.connect(":memory:", cached_statements=5) 78 con = sqlite.connect(":memory:") 90 con = sqlite.connect(":memory:") 128 con = sqlite.connect(u":memory:") 137 con = sqlite.connect(":memory:",detect_types=sqlite.PARSE_DECLTYPES) 156 con = sqlite.connect(":memory:") 168 con = sqlite.connect(":memory:") 228 con = sqlite.connect(":memory:", isolation_level=None [all...] |
/sdk/emulator/opengl/shared/emugl/common/ |
sockets.h | 34 // Connect to a Unix local path, and return a new socket descriptor 42 // Connect to a localhost TCP port, and return a new socket descriptor on 46 // Connect to a TCP host, and return a new socket descriptor on
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
SocketTest.java | 50 socket.connect(addr); 183 // Make sure we can now connect and that connections appear to come 193 theSocket.connect(boundAddress); 277 socket.connect(new InetSocketAddress("1.2.3.4hello", 12345)); 287 socket.connect(unresolved); 292 socket.connect(unresolved, 123); 308 theSocket.connect(null); 315 theSocket.connect(new UnsupportedSocketAddress()); 322 theSocket.connect(new InetSocketAddress(InetAddress 329 // now validate that we get a connect exception if we try to connect t [all...] |
/external/chromium_org/third_party/webrtc/base/ |
socket_unittest.cc | 215 // Attempt connect to listening socket. 216 EXPECT_EQ(0, client->Connect(server->GetLocalAddress())); 262 // Attempt connect to listening socket. 265 EXPECT_EQ(0, client->Connect(dns_addr)); 309 // Attempt connect to a non-existent socket. 310 // We don't connect to the server socket created above, since on 313 EXPECT_EQ(0, client->Connect(bogus_addr)); 342 // Attempt connect to a non-existent host. 343 // We don't connect to the server socket created above, since on 346 EXPECT_EQ(0, client->Connect(bogus_dns_addr)) [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldSocketTest.java | 130 fail("second connect should have failed with EADDRINUSE"); 658 // set up server connect and then validate that we get the right 696 // set up server connect and then validate that we get the right 708 // now create one that is not connect and validate that we get the 716 // now connect and validate we get the right answer 717 theSocket.connect(new InetSocketAddress(InetAddress.getLocalHost(), 738 // now do it with the new constructors and revalidate. Connect causes 744 theSocket.connect(serverSocket.getLocalSocketAddress()); 777 theSocket.connect(serverSocket.getLocalSocketAddress()); 843 // make sure we can now connect and that connections appear to com 2209 protected void connect(String arg0, int arg1) throws IOException { method in class:OldSocketTest.MockSocketImpl 2213 protected void connect(InetAddress arg0, int arg1) throws IOException { method in class:OldSocketTest.MockSocketImpl 2217 protected void connect(SocketAddress arg0, int arg1) throws IOException { method in class:OldSocketTest.MockSocketImpl [all...] |
/bionic/libc/private/ |
NetdClientDispatch.h | 27 int (*connect)(int, const struct sockaddr*, socklen_t); member in struct:NetdClientDispatch
|
/developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/res/values/ |
base-strings.xml | 23 This sample demonstrates how to connect to the network and fetch raw HTML using
|
strings.xml | 18 <string name="welcome_message">Welcome to Network Connect!
|
/developers/samples/android/connectivity/network/NetworkConnect/Application/src/main/res/values/ |
strings.xml | 18 <string name="welcome_message">Welcome to Network Connect!
|
/development/samples/WiFiDirectDemo/res/values/ |
strings.xml | 6 <string name="connect_peer_button">Connect</string>
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
ClientSocketHandler.java | 29 socket.connect(new InetSocketAddress(mAddress.getHostAddress(),
|
/development/samples/browseable/NetworkConnect/res/values/ |
base-strings.xml | 23 This sample demonstrates how to connect to the network and fetch raw HTML using
|
strings.xml | 18 <string name="welcome_message">Welcome to Network Connect!
|
/device/asus/flo/sepolicy/ |
camera.te | 25 # Connect to sensor socket (/data/app/sensor_ctl_socket)
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
UnixStream.h | 26 virtual int connect(unsigned short port);
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
HostConnection.cpp | 70 if (stream->connect() < 0) { 71 ALOGE("Failed to connect to host (QemuPipeStream)!!!\n"); 87 if (stream->connect("10.0.2.2", STREAM_PORT_NUM) < 0) { 88 ALOGE("Failed to connect to host (TcpStream)!!!\n");
|
/device/lge/hammerhead/sepolicy/ |
camera.te | 25 # Connect to sensor socket (/data/app/sensor_ctl_socket)
|
/device/lge/mako/sepolicy/ |
camera.te | 25 # Connect to sensor socket (/data/app/sensor_ctl_socket)
|
/device/moto/shamu/sepolicy/ |
camera.te | 15 # Connect to sensor socket (/dev/sensor/sensor_ctl_socket)
|
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/ |
UnixSocketTest.java | 43 pingClient.connect(new InetSocketAddress( 88 // Now validate that we get a interrupted exception if we try to connect 93 theSocket.connect(new InetSocketAddress(InetAddress.getLocalHost(), 104 // Port 0 is not allowed to be used in connect() on some platforms,
|
/external/chromium_org/chrome/browser/ |
browser_process_platform_part_mac.h | 30 // Hosts the IPC channel factory that App Shims connect to on Mac.
|
/external/chromium_org/chrome/browser/local_discovery/wifi/ |
bootstrapping_network_switcher.h | 27 void Connect();
|
wifi_manager.h | 72 // Configure and connect to a network with a given SSID and 74 // after it has failed to connect. 79 // Connect to a configured network with a given network ID. |callback| will be 80 // called once the network is connected or after it has failed to connect.
|
/external/chromium_org/chrome/browser/resources/chromeos/echo/ |
manifest.json | 8 "content_security_policy": "default-src 'self'; connect-src 'self' https://chromeos-registration.googleapis.com https://www.google-analytics.com",
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
manifest.json | 8 "description": "Demonstrates how to use OAuth to connect the Google Documents List Data API.",
|