OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sSystem
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeAssetManager.java
34
if (!(AssetManager.
sSystem
instanceof BridgeAssetManager)) {
37
AssetManager.
sSystem
= new BridgeAssetManager();
38
AssetManager.
sSystem
.makeStringBlocks(false);
40
return AssetManager.
sSystem
;
44
* Clears the static {@link AssetManager#
sSystem
} to make sure we don't leave objects
48
AssetManager.
sSystem
= null;
/external/webrtc/src/system_wrappers/source/
cpu_linux.cc
135
char
sSystem
[100];
138
firstWord, sUser, sNice,
sSystem
, sIdle) != 5) {
144
long long lsystem = atoll(
sSystem
);
155
if (sscanf(line, "%s %s %s %s %s ", firstWord, sUser, sNice,
sSystem
,
162
lsystem = atoll(
sSystem
);
/frameworks/base/core/java/android/content/res/
AssetManager.java
66
/*package*/ static AssetManager
sSystem
= null;
102
if (
sSystem
== null) {
105
sSystem
= system;
128
return
sSystem
;
257
final int sysNum = copyFromSystem ?
sSystem
.mStringBlocks.length : 0;
264
mStringBlocks[i] =
sSystem
.mStringBlocks[i];
Completed in 2986 milliseconds