Home
last modified time | relevance | path

Searched defs:createConnection (Results 1 – 7 of 7) sorted by relevance

/external/catch2/examples/
D110-Fix-ClassFixture.cpp14 static DBConnection createConnection( std::string const & /*dbName*/ ) { in createConnection() function in DBConnection
/external/apache-http/src/org/apache/http/conn/
DClientConnectionOperator.java76 OperatedClientConnection createConnection() in createConnection() method
/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/
DChildConnectionAllocator.java34 ChildProcessConnection createConnection(Context context, ComponentName serviceName, in createConnection() method
41 public ChildProcessConnection createConnection(Context context, ComponentName serviceName, in createConnection() method in ChildConnectionAllocator.ConnectionFactoryImpl
DChildProcessConnection.java88 ChildServiceConnection createConnection( in createConnection() method
/external/apache-http/src/org/apache/http/impl/conn/
DDefaultClientConnectionOperator.java99 public OperatedClientConnection createConnection() { in createConnection() method in DefaultClientConnectionOperator
/external/volley/src/main/java/com/android/volley/toolbox/
DHurlStack.java196 protected HttpURLConnection createConnection(URL url) throws IOException { in createConnection() method in HurlStack
/external/libchrome/base/android/junit/src/org/chromium/base/process_launcher/
DChildConnectionAllocatorTest.java65 public ChildProcessConnection createConnection(Context context, ComponentName serviceName, in createConnection() method in ChildConnectionAllocatorTest.TestConnectionFactory