Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 25 of 133) sorted by relevance

123456

/frameworks/base/core/java/com/android/internal/util/
DMemInfoReader.java20 import android.os.Debug;
24 final long[] mInfos = new long[Debug.MEMINFO_COUNT];
33 Debug.getMemInfo(mInfos); in readMemInfo()
44 return mInfos[Debug.MEMINFO_TOTAL] * 1024; in getTotalSize()
52 return mInfos[Debug.MEMINFO_FREE] * 1024; in getFreeSize()
75 return mInfos[Debug.MEMINFO_TOTAL]; in getTotalSizeKb()
82 return mInfos[Debug.MEMINFO_FREE]; in getFreeSizeKb()
90 return mInfos[Debug.MEMINFO_BUFFERS] + mInfos[Debug.MEMINFO_SLAB_RECLAIMABLE] in getCachedSizeKb()
91 + mInfos[Debug.MEMINFO_CACHED] - mInfos[Debug.MEMINFO_MAPPED]; in getCachedSizeKb()
98 return mInfos[Debug.MEMINFO_SHMEM] + mInfos[Debug.MEMINFO_SLAB_UNRECLAIMABLE] in getKernelUsedSizeKb()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/
DGoogle.Protobuf.sln17 Debug|Any CPU = Debug|Any CPU
21 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Debug|Any CPU.Build.0 = Debug|Any CPU
25 {9B576380-726D-4142-8238-60A43AB0E35A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26 {9B576380-726D-4142-8238-60A43AB0E35A}.Debug|Any CPU.Build.0 = Debug|Any CPU
29 {580EB013-D3C7-4578-B845-015F4A3B0591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30 {580EB013-D3C7-4578-B845-015F4A3B0591}.Debug|Any CPU.Build.0 = Debug|Any CPU
33 {DDDC055B-E185-4181-BAB0-072F0F984569}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34 {DDDC055B-E185-4181-BAB0-072F0F984569}.Debug|Any CPU.Build.0 = Debug|Any CPU
37 {9695E08F-9829-497D-B95C-B38F28D48690}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
[all …]
/frameworks/base/tools/preload/loadclass/
DLoadClass.java18 import android.os.Debug;
34 Debug.startAllocCounting(); in main()
51 int allocCount = Debug.getGlobalAllocCount(); in main()
52 int allocSize = Debug.getGlobalAllocSize(); in main()
53 int freedCount = Debug.getGlobalFreedCount(); in main()
54 int freedSize = Debug.getGlobalFreedSize(); in main()
55 long nativeHeapSize = Debug.getNativeHeapSize(); in main()
57 Debug.stopAllocCounting(); in main()
62 Debug.MemoryInfo memoryInfo = new Debug.MemoryInfo(); in main()
63 Debug.getMemoryInfo(memoryInfo); in main()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DDebugTest.java19 import android.os.Debug;
39 return Debug.getCaller(); in callDepth0()
50 return Debug.getCallers(3); in callDepth4()
73 Debug.MemoryInfo info = new Debug.MemoryInfo(); in testGetMemoryInfo()
74 Debug.getMemoryInfo(-1, info); in testGetMemoryInfo()
/frameworks/base/core/java/android/os/
DPerformanceCollector.java494 long nativeMax = Debug.getNativeHeapSize() / 1024; in endPerformanceSnapshot()
495 long nativeAllocated = Debug.getNativeHeapAllocatedSize() / 1024; in endPerformanceSnapshot()
496 long nativeFree = Debug.getNativeHeapFreeSize() / 1024; in endPerformanceSnapshot()
498 Debug.MemoryInfo memInfo = new Debug.MemoryInfo(); in endPerformanceSnapshot()
499 Debug.getMemoryInfo(memInfo); in endPerformanceSnapshot()
553 Debug.resetAllCounts(); in startAllocCounting()
556 Debug.startAllocCounting(); in startAllocCounting()
566 Debug.stopAllocCounting(); in stopAllocCounting()
574 results.putLong(METRIC_KEY_GLOBAL_ALLOC_COUNT, Debug.getGlobalAllocCount()); in getAllocCounts()
575 results.putLong(METRIC_KEY_GLOBAL_ALLOC_SIZE, Debug.getGlobalAllocSize()); in getAllocCounts()
[all …]
DDebug.aidl19 parcelable Debug.MemoryInfo;
/frameworks/base/core/java/android/ddm/
DDdmHandleProfiling.java22 import android.os.Debug;
114 Debug.startMethodTracing(fileName, bufferSize, flags); in handleMPRS()
128 Debug.stopMethodTracing(); in handleMPRE()
155 Debug.startMethodTracingDdms(bufferSize, flags, false, 0); in handleMPSS()
172 Debug.stopMethodTracing(); in handleMPSEOrSPSE()
187 int result = Debug.getMethodTracingMode(); in handleMPRQ()
209 Debug.startMethodTracingDdms(bufferSize, flags, true, interval); in handleSPSS()
DDdmHandleHeap.java23 import android.os.Debug;
166 Debug.dumpHprofData(fileName); in handleHPDU()
199 Debug.dumpHprofDataDdms(); in handleHPDS()
DDdmHandleHello.java19 import android.os.Debug;
171 if (Debug.waitingForDebugger()) in handleHELO()
183 final String[] vmFeatures = Debug.getVmFeatureList(); in handleFEAT()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDelegateManager.java20 import com.android.layoutlib.bridge.util.Debug;
147 if (Debug.DEBUG) { in getDelegate()
174 if (Debug.DEBUG) { in addNewDelegate()
192 if (Debug.DEBUG) { in removeJavaReferenceFor()
226 if (Debug.DEBUG) { in markAsNativeAllocation()
255 if (Debug.DEBUG && collected) { in markAsNativeAllocation()
/frameworks/base/core/tests/coretests/src/android/os/
DTraceTest.java41 Debug.startNativeTracing(); in testNativeTracingFromJava()
47 Debug.stopNativeTracing(); in testNativeTracingFromJava()
75 Debug.startMethodTracing("traceTest"); in testMethodTracing()
77 Debug.stopMethodTracing(); in testMethodTracing()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DGlifPatternDrawableTest.java27 import android.os.Debug;
154 Debug.MemoryInfo memoryInfo = new Debug.MemoryInfo(); in testMemoryAllocation()
155 Debug.getMemoryInfo(memoryInfo); in testMemoryAllocation()
162 Debug.getMemoryInfo(memoryInfo); in testMemoryAllocation()
/frameworks/base/core/tests/coretests/BinderProxyCountingTestService/src/com/android/frameworks/coretests/binderproxycountingtestservice/
DBpcTestServiceCmdService.java21 import android.os.Debug;
43 int gcCount = Integer.parseInt(Debug.getRuntimeStat("art.gc.gc-count"));
45 while (gcCount == Integer.parseInt(Debug.getRuntimeStat("art.gc.gc-count")) && i > 0) {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/DevTools/
Dfull_mac_build.sh41 Skip the Xcode Debug configuration.
167 "${XCODEBUILD_CLEAN_BASE_IOS[@]}" -configuration Debug clean
180 "${XCODEBUILD_CLEAN_BASE_OSX[@]}" -configuration Debug clean
268 "${XCODEBUILD_TEST_BASE_IOS[@]}" -configuration Debug test
287 "${XCODEBUILD_TEST_BASE_OSX[@]}" -configuration Debug test
/frameworks/base/tools/aapt2/cmd/
DDump.cpp183 Debug::PrintTable(table, print_options, printer_); in Action()
275 Debug::DumpResStringPool(&pool, GetPrinter()); in Dump()
300 Debug::PrintStyleGraph(table, target_style); in Dump()
320 Debug::PrintTable(*table, print_options, GetPrinter()); in Dump()
375 Debug::DumpResStringPool(&tree.getStrings(), GetPrinter()); in Dump()
386 Debug::DumpXml(*xml, GetPrinter()); in Dump()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagReaders.inc6 DiagnosticEngine::Debug,
10 DiagnosticEngine::Debug,
DDiagLayouts.inc28 DiagnosticEngine::Debug,
32 DiagnosticEngine::Debug,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/
Dproject.pbxproj162 F4D5A0B81CEE2D8F00562D79 /* Debug */ = {
204 name = Debug;
243 F4D5A0BB1CEE2D8F00562D79 /* Debug */ = {
253 name = Debug;
273 F4D5A0B81CEE2D8F00562D79 /* Debug */,
282 F4D5A0BB1CEE2D8F00562D79 /* Debug */,
/frameworks/base/services/core/java/com/android/server/policy/
DSplashScreenSurface.java21 import android.os.Debug;
50 + this + " Callers=" + Debug.getCallers(4)); in remove()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/
Dproject.pbxproj180 F4D5A09B1CEE01E200562D79 /* Debug */ = {
223 name = Debug;
264 F4D5A09E1CEE01E200562D79 /* Debug */ = {
273 name = Debug;
292 F4D5A09B1CEE01E200562D79 /* Debug */,
301 F4D5A09E1CEE01E200562D79 /* Debug */,
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DBenchmarkState.java22 import android.os.Debug;
123 Debug.startMethodTracingSampling(f.getAbsolutePath(), 16 * 1024 * 1024, 100); in beginBenchmark()
141 Debug.stopMethodTracing(); in startNextTestRun()
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp102 ".debug", LDFileFormat::Debug, llvm::ELF::SHT_PROGBITS, 0x0, 0x1); in initStdSections()
128 ".line", LDFileFormat::Debug, llvm::ELF::SHT_PROGBITS, 0x0, 0x1); in initStdSections()
216 ".stab", LDFileFormat::Debug, llvm::ELF::SHT_PROGBITS, 0x0, 0x1); in initStdSections()
218 ".stabstr", LDFileFormat::Debug, llvm::ELF::SHT_STRTAB, 0x0, 0x1); in initStdSections()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
Dgenerate_protos.sh16 if [ -x cmake/build/Debug/protoc.exe ]; then
17 PROTOC=cmake/build/Debug/protoc.exe
/frameworks/base/core/java/android/app/
DInstrumentation.java34 import android.os.Debug;
348 Debug.startMethodTracing(file.toString(), 8 * 1024 * 1024); in startProfiling()
357 Debug.stopMethodTracing(); in stopProfiling()
1528 Debug.resetAllCounts(); in startAllocCounting()
1531 Debug.startAllocCounting(); in startAllocCounting()
1544 Debug.stopAllocCounting(); in stopAllocCounting()
1570 results.putLong("global_alloc_count", Debug.getGlobalAllocCount()); in getAllocCounts()
1571 results.putLong("global_alloc_size", Debug.getGlobalAllocSize()); in getAllocCounts()
1572 results.putLong("global_freed_count", Debug.getGlobalFreedCount()); in getAllocCounts()
1573 results.putLong("global_freed_size", Debug.getGlobalFreedSize()); in getAllocCounts()
[all …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DDebug.java19 public class Debug { class

123456