OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:otherpss
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/jni/
android_os_Debug.cpp
54
int
otherPss
;
182
stats->
otherPss
+= pss;
219
env->SetIntField(object, otherPss_field, stats.
otherPss
);
316
otherPss_field = env->GetFieldID(clazz, "
otherPss
", "I");
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java
148
memInfo.
otherPss
, memInfo.nativePss + memInfo.dalvikPss + memInfo.
otherPss
);
/frameworks/base/core/java/android/os/
Debug.java
125
public int
otherPss
;
138
return dalvikPss + nativePss +
otherPss
;
166
dest.writeInt(
otherPss
);
178
otherPss
= source.readInt();
[
all
...]
PerformanceCollector.java
530
mPerfSnapshot.putLong(METRIC_KEY_OTHER_PSS, memInfo.
otherPss
);
/frameworks/base/core/java/android/app/
ActivityThread.java
[
all
...]
Completed in 186 milliseconds