OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sConfig
(Results
1 - 3
of
3
) sorted by null
/cts/tools/host/src/com/android/cts/
TestHost.java
69
static private HostConfig
sConfig
;
219
CaseRepository caseRepo =
sConfig
.getCaseRepository();
244
PlanRepository planRepo =
sConfig
.getPlanRepository();
289
CaseRepository caseRepo =
sConfig
.getCaseRepository();
373
Log.initLog(
sConfig
.getLogRoot());
374
sConfig
.loadRepositories(sQuick);
423
sConfig
= HostConfig.getInstance();
425
return
sConfig
.load(configPath);
434
return
sConfig
.getCaseRepository();
443
return
sConfig
.getPlanRepository()
[
all
...]
/hardware/invensense/mlsdk/mllite/
dmpDefault.c
232
static const unsigned short
sConfig
= 0x013f;
349
result = inv_load_dmp(dmpMemory, SCD,
sConfig
);
/frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java
[
all
...]
Completed in 62 milliseconds