OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connectionInfo
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/LLVM/utils/
plotNLT.pl
12
$
connectionInfo
="dbi:mysql:$db;$host";
15
$dbh = DBI->connect($
connectionInfo
,$userid,$passwd) or die DBI->errstr;
cgiplotNLT.pl
14
$
connectionInfo
="dbi:mysql:$db;$host";
17
$dbh = DBI->connect($
connectionInfo
,$userid,$passwd) or die DBI->errstr;
webNLT.pl
24
$
connectionInfo
="dbi:mysql:$db;$host";
27
$dbh = DBI->connect($
connectionInfo
,$userid,$passwd) or die DBI->errstr;
importNLT.pl
12
$
connectionInfo
="dbi:mysql:$db;$host";
15
$dbh = DBI->connect($
connectionInfo
,$userid,$passwd) or die DBI->errstr;
/platform_testing/libraries/system-helpers/connectivity-helper/src/android/system/helpers/
ConnectivityHelper.java
182
WifiInfo
connectionInfo
= getWifiManager().getConnectionInfo();
183
if (
connectionInfo
!= null) {
184
return
connectionInfo
.getSSID();
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUFlowManager.java
187
WifiInfo
connectionInfo
= mPlatformAdapter.getConnectionInfo();
188
if (
connectionInfo
== null) {
194
", addr " + Utils.toIpString(
connectionInfo
.getIpAddress()));
197
if (mResultNetwork == null && network != null &&
connectionInfo
.getIpAddress() != 0
198
&&
connectionInfo
.getNetworkId() == mWifiNetworkId) {
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
/prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar
Completed in 172 milliseconds