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

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/
debug-stepin-function-call.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
35 // Simple debug event handler which first time will cause 'step in' action
40 if (event == Debug.DebugEvent.Break) {
43 exec_state.prepareStep(Debug.StepAction.StepIn, 2)
    [all...]
debug-listbreakpoints.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
35 // in test-debug.cc instead.
50 // Simple function which stores the last debug event.
118 if (event == Debug.DebugEvent.Break)
    [all...]
debug-backtrace-text.js 28 // Flags: --expose-debug-as debug
58 // Get the Debug object exposed from the debug context global object.
59 Debug = debug.Debug
75 if (event == Debug.DebugEvent.Break)
104 // Add the debug event listener.
105 Debug.setListener(listener)
    [all...]
debug-changebreakpoint.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 function which stores the last debug event.
61 if (event == Debug.DebugEvent.Break) {
62 // Get the debug command processor
    [all...]
debug-continue.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 function which stores the last debug event.
48 // Get the debug command processor in paused state.
70 if (event == Debug.DebugEvent.Break)
    [all...]
debug-evaluate-with-context.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
90 Debug.setListener(listener);
92 // Add the debug event listener.
93 Debug.setListener(listener)
    [all...]
debug-evaluate.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
68 if (event == Debug.DebugEvent.Break) {
69 // Get the debug command processor.
129 // Add the debug event listener
    [all...]
debug-liveedit-patch-positions.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
35 Debug = debug.Debug
65 var pc = Debug.LiveEdit.GetPcFromSourcePos(func, positions[i]);
84 var script = Debug.findScript(ChooseAnimal);
92 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script
    [all...]
debug-receiver.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug;
41 // Debug event listener which delegates. Exceptions have to be
46 if (event == Debug.DebugEvent.Break) {
56 // Add the debug event listener
    [all...]
debug-return-value.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
73 if (event == Debug.DebugEvent.Break)
101 exec_state.prepareStep(Debug.StepAction.StepIn, 1);
130 // Add the debug event listener
    [all...]
debug-scripts-request.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
61 if (event == Debug.DebugEvent.Break) {
62 // Get the debug command processor.
101 // Add the debug event listener
    [all...]
debug-setexceptionbreak.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
35 // in test-debug.cc instead.
37 // Simple function which stores the last debug event.
68 if (event == Debug.DebugEvent.Break)
    [all...]
debug-constructed-by.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
36 var ctor = debug.MakeMirror(Point);
debug-sourceslice.js 28 // Flags: --expose-debug-as debug
49 // Flags: --expose-debug-as debug
50 // Get the Debug object exposed from the debug context global object.
51 Debug = debug.Debug
54 var script = Debug.findScript(a)
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 27 import android.os.Debug;
307 Debug.startAllocCounting();
327 if (Debug.getGlobalAllocSize() > PRELOAD_GC_THRESHOLD) {
330 " GC at " + Debug.getGlobalAllocSize());
334 Debug.resetGlobalAllocSize();
365 Debug.stopAllocCounting();
384 Debug.startAllocCounting();
413 Debug.stopAllocCounting();
420 if (Debug.getGlobalAllocSize() > PRELOAD_GC_THRESHOLD) {
422 Log.v(TAG, " GC at " + Debug.getGlobalAllocSize())
    [all...]
  /external/libunwind/src/ppc32/
Gstep.c 61 Debug (1, "(cursor=%p, ip=0x%016lx)\n", c, (unsigned long) c->dwarf.ip);
76 Debug (2, "returning %d\n", ret);
102 Debug (2,
116 Debug (2,
137 Debug (1, "signal frame, skip over trampoline\n");
148 Debug (2, "returning %d\n", ret);
154 Debug (2, "returning %d\n", ret);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptDebugServer.h 45 #include <v8-debug.h>
107 virtual void preprocessBeforeCompile(const v8::Debug::EventDetails&) { }
125 static void v8DebugEventCallback(const v8::Debug::EventDetails& eventDetails);
126 void handleV8DebugEvent(const v8::Debug::EventDetails& eventDetails);
  /external/chromium_org/tools/win/
copy-installer.bat 8 REM into the directory \[out|build]\[Debug|Release] on the current drive.
13 REM By default, the script will copy the Debug build in the tree, falling back
16 REM preferred over the x64 build. Specify any of "out|build", "Debug|Release"
38 IF "%%a"=="Debug" SET BUILDTYPE=Debug
84 ECHO Ready to run/debug %TO%\%INSTALLER%.
104 SET BUILDTYPES=Debug Release
  /frameworks/base/core/java/android/ddm/
DdmHandleHello.java 23 import android.os.Debug;
164 if (Debug.waitingForDebugger())
176 final String[] vmFeatures = Debug.getVmFeatureList();
  /packages/services/Telephony/src/com/android/phone/
CallTime.java 20 import android.os.Debug;
218 Debug.startMethodTracing(baseName, 8 * 1024 * 1024);
227 Debug.stopMethodTracing();
  /external/chromium_org/v8/test/mjsunit/regress/
regress-392114.js 28 // Flags: --expose-debug-as debug --allow-natives-syntax
30 Debug = debug.Debug;
53 Debug.setListener(function () {});
regress-1853.js 28 // Flags: --expose-debug-as debug
33 Debug = debug.Debug;
40 // Get the debug command processor in paused state.
75 if (event == Debug.DebugEvent.Break) {
98 Debug.setListener(listener);
  /external/libunwind/src/x86/
Gos-freebsd.c 94 Debug (16, "returning %d\n", ret);
118 Debug (2, "returning 0\n");
135 Debug (8, "Gstep: not handling frame format %d\n", c->sigcontext_format);
347 Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip);
353 Debug (8, "resuming at ip=%x via sigreturn(%p)\n", c->dwarf.ip, sc);
357 Debug (8, "resuming at ip=%x for sigcontext format %d not implemented\n",
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILDevice.cpp 79 if (mSTM->isOverride(AMDGPUDeviceInfo::Debug)) {
84 if (mSTM->isOverride(AMDGPUDeviceInfo::Debug)) {
  /external/chromium_org/third_party/skia/experimental/webtry/setup/
continue_install 55 ninja -C out/Debug webtry

Completed in 887 milliseconds

<<11121314151617181920>>