HomeSort by relevance Sort by last modified time
    Searched refs:Debug (Results 51 - 75 of 376) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/regress/
regress-269.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
33 if (event == Debug.DebugEvent.Break) {
34 exec_state.prepareStep(Debug.StepAction.StepIn);
38 // Add the debug event listener
    [all...]
regress-94873.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug;
33 // Get the debug command processor in paused state.
42 if (event == Debug.DebugEvent.Break) {
70 Debug.setListener(listener)
    [all...]
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
MiscService.java 22 import android.os.Debug;
103 Debug.startMethodTracing(name);
106 Debug.stopMethodTracing();
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 22 // -debug-compile - Command line option to inform opt and llc passes to
25 Debug("debug-compile", cl::desc("Compile for debugging"), cl::Hidden,
  /external/skia/tools/tests/
run.sh 19 # TODO: make it look in Release and/or Debug
20 SKDIFF_BINARY=out/Debug/skdiff
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Debug/
DebugOpcode.java 29 package org.jf.dexlib.Debug;
  /external/v8/test/mjsunit/
debug-break-inline.js 28 // Flags: --expose-debug-as debug --allow-natives-syntax
30 // This test tests that deoptimization due to debug breaks works for
36 // Get the Debug object exposed from the debug context global object.
37 Debug = debug.Debug;
42 // Debug event listener which sets a breakpoint first time it is hit
46 if (event == Debug.DebugEvent.Break)
    [all...]
debug-setbreakpoint.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.
71 if (event == Debug.DebugEvent.Break) {
72 // Get the debug command processor
    [all...]
debug-step-stub-callfunction.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 counts the number of breaks hit and steps.
35 if (event == Debug.DebugEvent.Break) {
39 exec_state.prepareStep(Debug.StepAction.StepIn)
    [all...]
debug-stepin-builtin.js 28 // Flags: --expose-debug-as debug
30 // Get the Debug object exposed from the debug context global object.
31 Debug = debug.Debug
38 // Simple debug event handler which first time will cause 'step in' action
43 if (event == Debug.DebugEvent.Break) {
45 exec_state.prepareStep(Debug.StepAction.StepIn, 2)
    [all...]
debug-stepin-constructor.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 counts the number of breaks hit and steps.
35 if (event == Debug.DebugEvent.Break) {
39 exec_state.prepareStep(Debug.StepAction.StepIn)
    [all...]
debug-stepout-recursive-function.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 counts the number of breaks hit and steps.
39 if (event == Debug.DebugEvent.Break) {
43 exec_state.prepareStep(Debug.StepAction.StepOut, step_out_count)
    [all...]
  /frameworks/base/test-runner/src/android/test/
LaunchPerformanceBase.java 23 import android.os.Debug;
  /external/v8/src/
debug-debugger.js 31 var Debug = {};
38 // Debug events which can occour in the V8 JavaScript engine. These originate
39 // from the API include file debug.h.
40 Debug.DebugEvent = { Break: 1,
48 Debug.ExceptionBreak = { Caught : 0,
52 Debug.StepAction = { StepOut: 0,
59 Debug.ScriptType = { Native: 0,
65 Debug.ScriptCompilationType = { Host: 0,
70 Debug.ScriptBreakPointType = { ScriptId: 0,
93 getValue: function() { return Debug.isBreakOnException(); }
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptDebugServer.cpp 46 class ClientDataImpl : public v8::Debug::ClientData {
66 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
76 v8::Handle<v8::Value> breakpointId = v8::Debug::Call(setBreakpointFunction, args);
87 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
94 v8::Debug::Call(removeBreakpointFunction, args);
101 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
105 v8::Debug::Call(clearBreakpoints);
112 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
118 v8::Debug::Call(setBreakpointsActivated, args);
127 v8::Context::Scope contextScope(v8::Debug::GetDebugContext())
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 37 import android.os.Debug;
145 int globeAllocCount = Debug.getGlobalAllocCount();
146 int globeAllocSize = Debug.getGlobalAllocSize();
147 int globeExternalAllCount = Debug.getGlobalExternalAllocCount();
148 int globeExternalAllSize = Debug.getGlobalExternalAllocSize();
149 int threadAllocCount = Debug.getThreadAllocCount();
151 assertTrue(Debug.getGlobalAllocCount() >= globeAllocCount);
152 assertTrue(Debug.getGlobalAllocSize() >= globeAllocSize);
153 assertTrue(Debug.getGlobalExternalAllocCount() >= globeExternalAllCount);
154 assertTrue(Debug.getGlobalExternalAllocSize() >= globeExternalAllSize)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
rule-tracer.rb 5 module Debug
6 =begin rdoc ANTLR3::Debug::RuleTracer
8 RuleTracer is simple debug event listener that writes the names of rule methods
  /external/libogg/win32/VS6/
build_ogg_dynamic_debug.bat 14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Debug" /rebuild
build_ogg_static_debug.bat 14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Debug" /rebuild
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
BitstreamWriter.java 23 import com.googlecode.mp4parser.h264.Debug;
69 Debug.print(value);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
CSeqParser.java 75 Debug.printStackTrace(ex);
78 Debug.printStackTrace(ex);
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 7 CFG=gas2masm - Win32 Debug
8 !MESSAGE No configuration specified. Defaulting to gas2masm - Win32 Debug.
12 "gas2masm - Win32 Debug"
17 !MESSAGE NMAKE /f "gas2masm.mak" CFG="gas2masm - Win32 Debug"
23 !MESSAGE "gas2masm - Win32 Debug" (based on "Win32 (x86) Console Application")
35 # PROP Target_Last_Scanned "gas2masm - Win32 Debug"
92 !ELSEIF "$(CFG)" == "gas2masm - Win32 Debug"
96 # PROP BASE Output_Dir "Debug"
97 # PROP BASE Intermediate_Dir "Debug"
101 # PROP Output_Dir "Debug"
    [all...]
  /external/skia/tools/
build-tot-chromium.sh 48 rm -rf out/Debug out/Release
  /external/webkit/Source/WebCore/gyp/
streamline-inspector-source.sh 3 # Don't do anything for Debug builds, so the Inspector is easier to debug.
4 if [[ ${CONFIGURATION:=Debug} == "Debug" ]]; then
  /external/webkit/Source/WebKit/chromium/src/
DebuggerAgentManager.h 36 #include <v8-debug.h>
56 // to the v8 debugger. This class coordinates communication between the debug
57 // agents and v8 debugger. It will set debug output handler as long as at least
89 static void onV8DebugMessage(const v8::Debug::Message& message);
91 v8::Debug::ClientData* data);

Completed in 1051 milliseconds

1 23 4 5 6 7 8 91011>>