HomeSort by relevance Sort by last modified time
    Searched refs:Debug (Results 1 - 25 of 687) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/scripts/
debug.in 3 cmake -DCMAKE_BUILD_TYPE=Debug .
  /frameworks/base/core/java/com/android/internal/util/
MemInfoReader.java 19 import android.os.Debug;
23 final long[] mInfos = new long[Debug.MEMINFO_COUNT];
31 Debug.getMemInfo(mInfos);
38 return mInfos[Debug.MEMINFO_TOTAL] * 1024;
42 return mInfos[Debug.MEMINFO_FREE] * 1024;
46 return mInfos[Debug.MEMINFO_CACHED] * 1024;
50 return mInfos[Debug.MEMINFO_TOTAL];
54 return mInfos[Debug.MEMINFO_FREE];
58 return mInfos[Debug.MEMINFO_CACHED];
62 return mInfos[Debug.MEMINFO_BUFFERS]
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 26 import android.os.Debug;
36 Debug.stopAllocCounting();
37 Debug.resetAllCounts();
41 Debug.printLoadedClasses(Debug.SHOW_FULL_DETAIL);
42 Debug.printLoadedClasses(Debug.SHOW_CLASSLOADER);
43 Debug.printLoadedClasses(Debug.SHOW_INITIALIZED);
53 Debug.startMethodTracing()
    [all...]
Debug_InstructionCountTest.java 20 import android.os.Debug;
27 Debug.InstructionCount instructionCount = new Debug.InstructionCount();
  /external/chromium_org/v8/src/
d8-debug.h 10 #include "src/debug.h"
15 void HandleDebugEvent(const Debug::EventDetails& event_details);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
Debug.java 19 public class Debug {
21 public final static boolean DEBUG = false;
  /external/chromium_org/third_party/skia/experimental/PdfViewer/scripts/
vm_pdf_viewer_run_one_pdf.sh 10 out/Debug/pdfviewer -r $1 -w $DIR/new -n
  /external/skia/experimental/PdfViewer/scripts/
vm_pdf_viewer_run_one_pdf.sh 10 out/Debug/pdfviewer -r $1 -w $DIR/new -n
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventListenerConstants.cs 33 namespace Antlr.Runtime.Debug
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventListenerConstants.cs 33 namespace Antlr.Runtime.Debug
  /frameworks/base/tools/preload/loadclass/
LoadClass.java 18 import android.os.Debug;
34 Debug.startAllocCounting();
51 int allocCount = Debug.getGlobalAllocCount();
52 int allocSize = Debug.getGlobalAllocSize();
53 int freedCount = Debug.getGlobalFreedCount();
54 int freedSize = Debug.getGlobalFreedSize();
55 long nativeHeapSize = Debug.getNativeHeapSize();
57 Debug.stopAllocCounting();
62 Debug.MemoryInfo memoryInfo = new Debug.MemoryInfo()
    [all...]
  /hardware/ti/omap4-aah/libtiutils/
DebugUtils.cpp 19 #include "utils/Debug.h"
43 Debug Debug::sInstance;
48 Debug::Debug()
54 void Debug::grow()
79 Debug::ThreadInfo * Debug::registerThread(Data * const data, const int32_t threadId)
  /external/chromium_org/v8/test/mjsunit/
debug-conditional-breakpoints.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
41 // Add the debug event listener
    [all...]
debug-breakpoints.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
38 bp = Debug.setBreakPoint(f, 0, 0);
39 assertEquals("() {[B0]a=1;b=2}", Debug.showBreakPoints(f));
40 Debug.clearBreakPoint(bp)
    [all...]
debug-break-native.js 5 // Flags: --expose-debug-as debug
7 Debug = debug.Debug
11 if (event != Debug.DebugEvent.Break) return;
13 exec_state.prepareStep(Debug.StepAction.StepIn, 1);
21 Debug.setListener(breakListener);
29 Debug.setBreakPoint(f, 0, 0); // break
30 Debug.scripts(); // brea
    [all...]
debug-script-breakpoints.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
33 var sbp = Debug.setScriptBreakPointByName("1", 2, 3);
34 assertEquals(1, Debug.scriptBreakPoints().length);
35 assertEquals("1", Debug.scriptBreakPoints()[0].script_name())
    [all...]
debug-compile-optimized.js 5 // Flags: --expose-debug-as debug --allow-natives-syntax --crankshaft
7 Debug = debug.Debug;
9 Debug.setListener(function() {});
18 Debug.setListener(null);
  /external/lldb/scripts/
finish-swig-wrapper-classes.sh 32 if [ -n "$1" -a "$1" = "-debug" ]
35 Debug=1
39 Debug=0
62 if [ $Debug -eq 1 ]
73 if [ $Debug -eq 1 ]
84 if [ $Debug -eq 1 ]
build-swig-wrapper-classes.sh 33 # Check to see if we are in debug-mode or not.
36 if [ -n "$1" -a "$1" = "-debug" ]
39 Debug=1
43 Debug=0
77 if [ $Debug -eq 1 ]
115 if [ $Debug -eq 1 ]
126 if [ $Debug -eq 1 ]
141 if [ $Debug -eq 1 ]
  /external/libunwind/src/dwarf/
Gstep.c 39 Debug (15, "returning %d\n", ret);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
CAVLCWriter.java 23 import com.googlecode.mp4parser.h264.Debug;
41 Debug.print(string + "\t");
43 Debug.println("\t" + value);
62 Debug.print(string + "\t");
64 Debug.println("\t" + value);
68 Debug.print(string + "\t");
70 Debug.println("\t" + value);
74 Debug.print(string + "\t");
76 Debug.println("\t" + value);
84 Debug.print(string + "\t")
    [all...]
  /external/chromium_org/third_party/webrtc/build/
ios-webrtc.sh 23 ninja -C out/Debug || { echo "@@@STEP_FAILURE@@@"; exit 2; }
  /external/libunwind/src/x86/
Gstep.c 35 Debug (1, "(cursor=%p, ip=0x%08x)\n", c, (unsigned) c->dwarf.ip);
57 Debug (13, "dwarf_step() failed (ret=%d), trying frame-chain\n", ret);
64 Debug (2, "returning 0\n");
73 Debug (2, "returning %d\n", ret);
77 Debug (13, "[EBP=0x%x] = 0x%x\n", DWARF_GET_LOC (c->dwarf.loc[EBP]),
100 Debug (13, "dwarf_get([EIP=0x%x]) failed\n", DWARF_GET_LOC (c->dwarf.loc[EIP]));
101 Debug (2, "returning %d\n", ret);
106 Debug (13, "[EIP=0x%x] = 0x%x\n", DWARF_GET_LOC (c->dwarf.loc[EIP]),
130 Debug (2, "returning %d\n", ret);
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
DebugTest.java 19 import android.os.Debug;
38 return Debug.getCaller();
49 return Debug.getCallers(3);
  /external/chromium_org/v8/test/mjsunit/es6/
debug-promises-reentry.js 5 // Flags: --harmony-promises --expose-debug-as debug
9 Debug = debug.Debug;
11 Debug.setBreakOnUncaughtException();
12 Debug.setListener(function(event, exec_state, event_data, data) { });

Completed in 581 milliseconds

1 2 3 4 5 6 7 8 91011>>