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
121
char
sSystem
[100];
123
sscanf(line, "%s %s %s %s %s ", firstWord, sUser, sNice,
sSystem
, sIdle);
126
long long lsystem = atoll(
sSystem
);
134
sscanf(line, "%s %s %s %s %s ", firstWord, sUser, sNice,
sSystem
,
138
lsystem = atoll(
sSystem
);
/frameworks/base/core/java/android/content/res/
AssetManager.java
65
/*package*/ static AssetManager
sSystem
= null;
101
if (
sSystem
== null) {
104
sSystem
= system;
127
return
sSystem
;
256
final int sysNum = copyFromSystem ?
sSystem
.mStringBlocks.length : 0;
263
mStringBlocks[i] =
sSystem
.mStringBlocks[i];
Completed in 42 milliseconds