/external/skia/experimental/wasm-skp-debugger/tests/ |
D | startup.spec.js | 7 var Debugger = null; 9 if (Debugger) { 15 Debugger = _Debugger; 27 const surface = Debugger.MakeSWCanvasSurface('debugger_view'); 28 const player = new Debugger.SkpDebugPlayer(); 42 const fileMemPtr = Debugger._malloc(size); 44 let fileMem = new Uint8Array(Debugger.buffer, fileMemPtr, size);
|
/external/v8/src/inspector/ |
D | v8-debugger-agent-impl.h | 30 class V8DebuggerAgentImpl : public protocol::Debugger::Backend { 53 std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations) 56 std::unique_ptr<protocol::Debugger::Location>, 58 std::unique_ptr<protocol::Debugger::Location>* actualLocation) override; 63 Response continueToLocation(std::unique_ptr<protocol::Debugger::Location>, 71 std::unique_ptr<protocol::Array<protocol::Debugger::SearchMatch>>*) 74 std::unique_ptr<protocol::Debugger::Location> start, 75 Maybe<protocol::Debugger::Location> end, Maybe<bool> restrictToFunction, 76 std::unique_ptr<protocol::Array<protocol::Debugger::BreakLocation>>* 81 Maybe<protocol::Array<protocol::Debugger::CallFrame>>* optOutCallFrames, [all …]
|
D | v8-debugger-agent-impl.cc | 31 using protocol::Debugger::BreakpointId; 32 using protocol::Debugger::CallFrame; 36 using protocol::Debugger::Scope; 64 void TranslateLocation(protocol::Debugger::Location* location, in TranslateLocation() 213 return protocol::Debugger::BreakLocation::TypeEnum::Call; in breakLocationType() 215 return protocol::Debugger::BreakLocation::TypeEnum::Return; in breakLocationType() 217 return protocol::Debugger::BreakLocation::TypeEnum::DebuggerStatement; in breakLocationType() 279 scope->setStartLocation(protocol::Debugger::Location::create() in buildScopes() 286 scope->setEndLocation(protocol::Debugger::Location::create() in buildScopes() 457 std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations) { in setBreakpointByUrl() [all …]
|
D | search-util.cc | 123 std::unique_ptr<protocol::Debugger::SearchMatch> buildObjectForSearchMatch( in buildObjectForSearchMatch() 125 return protocol::Debugger::SearchMatch::create() in buildObjectForSearchMatch() 141 std::vector<std::unique_ptr<protocol::Debugger::SearchMatch>> 151 std::vector<std::unique_ptr<protocol::Debugger::SearchMatch>> result; in searchInTextByLinesImpl()
|
D | v8-inspector-session-impl.cc | 29 protocol::Debugger::Metainfo::commandPrefix) || in canDispatchMethod() 84 this, this, agentState(protocol::Debugger::Metainfo::domainName))); in V8InspectorSessionImpl() 85 protocol::Debugger::Dispatcher::wire(&m_dispatcher, m_debuggerAgent.get()); in V8InspectorSessionImpl() 356 .setName(protocol::Debugger::Metainfo::domainName) in supportedDomainsImpl() 357 .setVersion(protocol::Debugger::Metainfo::version) in supportedDomainsImpl() 415 std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>> 420 std::vector<std::unique_ptr<protocol::Debugger::SearchMatch>> matches = in searchInTextByLines() 423 std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>> result; in searchInTextByLines()
|
D | BUILD.gn | 16 "protocol/Debugger.cpp", 17 "protocol/Debugger.h", 26 "../../include/inspector/Debugger.h",
|
D | search-util.h | 17 std::vector<std::unique_ptr<protocol::Debugger::SearchMatch>>
|
D | v8-debugger.h | 35 protocol::Debugger::Backend::ScheduleStepIntoAsyncCallback; 72 std::unique_ptr<protocol::Debugger::Location>,
|
D | js_protocol.pdl | 61 # Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing 63 domain Debugger 75 # Script identifier as reported in the `Debugger.scriptParsed`. 142 # Script identifier as reported in the `Debugger.scriptParsed`. 238 # Debugger will pause when async call with given stack trace is started. 262 # This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and 263 # Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled 429 # Debugger will issue additional Debugger.paused notification if any async task is scheduled 473 # This field is available only after `Debugger.stepInto` call with `breakOnAsynCall` flag. 658 depends on Debugger [all …]
|
/external/libchrome/base/debug/ |
D | debugger_unittest.cc | 29 TEST(Debugger, CrashAtBreakpoint) { in TEST() argument 34 TEST(Debugger, DoesntExecuteBeyondBreakpoint) { in TEST() argument 41 TEST(Debugger, NoTest) { in TEST() argument
|
/external/skia/site/dev/tools/ |
D | debugger.md | 1 Skia Debugger 7 The Skia Debugger is a graphical tool used to step through and analyze the 29 ![Debugger interface](/dev/tools/onlinedebugger.png)
|
/external/skqp/site/dev/tools/ |
D | debugger.md | 1 Skia Debugger 7 The Skia Debugger is a graphical tool used to step through and analyze the 29 ![Debugger interface](/dev/tools/onlinedebugger.png)
|
/external/tensorflow/tensorflow/python/debug/ |
D | README.md | 1 # TensorFlow Debugger (TFDBG) 5 TensorFlow Debugger (TFDBG) is a specialized debugger for TensorFlow's computation 42 …[TensorBoard Debugger Plugin](https://github.com/tensorflow/tensorboard/blob/master/tensorboard/pl… 47 * For information on the web GUI of TFDBG (TensorBoard Debugger Plugin), see 54 * Cai, S., Breck E., Nielsen E., Salib M., Sculley D. (2016) TensorFlow Debugger:
|
/external/harfbuzz_ng/src/ |
D | sample.py | 38 class Debugger(object): class 42 debugger = Debugger()
|
/external/python/cpython2/Lib/idlelib/ |
D | RemoteDebugger.py | 24 from idlelib import Debugger 186 idb = Debugger.Idb(gui_proxy) 356 gui = Debugger.Debugger(pyshell, idb_proxy)
|
D | README.txt | 41 Debugger.py # Debug code run from editor; show window. 170 Debugger # Debugger, RemoteDebugger, PyShell.toggle_debuger 228 Defined in Debugger
|
D | ChangeLog | 342 * Debugger.py: py-cvs-rel2_1 (Rev 1.15) merge - whitespace 418 ClassBrowser.py, ColorDelegator.py, Debugger.py, Delegator.py, 435 Debugger.py, Delegator.py, EditorWindow.py, FileList.py, 463 ConfigParser.py, Debugger.py, Delegator.py, EditorWindow.py, 531 ColorDelegator.py, ConfigParser.py, Debugger.py, Delegator.py, 553 ColorDelegator.py, ConfigParser.py, Debugger.py, Delegator.py, 645 * Debugger.py: Break cycle on close. 1235 * Debugger.py: Add canonic() function -- for brand new bdb.py feature. 1257 * Debugger.py: Add Quit button to the debugger window. 1301 * Debugger.py: Bind ESC to close-window. [all …]
|
/external/antlr/runtime/Python/tests/ |
D | t059debug.py | 13 class Debugger(threading.Thread): class 15 super(Debugger, self).__init__() 78 debugger = Debugger(port)
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DebugGradientIdentity.pbtxt | 5 This op is hidden from public in Python. It is used by TensorFlow Debugger to
|
D | api_def_DebugGradientRefIdentity.pbtxt | 5 This op is hidden from public in Python. It is used by TensorFlow Debugger to
|
/external/tensorflow/tensorflow/python/debug/examples/ |
D | README.md | 3 The documentation of **TensorFlow Debugger (tfdbg)** has moved.
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | debug.proto | 10 // Option for watching a node in TensorFlow Debugger (tfdbg). 54 // Options for initializing DebuggerState in TensorFlow Debugger (tfdbg).
|
/external/python/cpython3/Lib/idlelib/ |
D | ChangeLog | 342 * Debugger.py: py-cvs-rel2_1 (Rev 1.15) merge - whitespace 418 ClassBrowser.py, ColorDelegator.py, Debugger.py, Delegator.py, 435 Debugger.py, Delegator.py, EditorWindow.py, FileList.py, 463 ConfigParser.py, Debugger.py, Delegator.py, EditorWindow.py, 531 ColorDelegator.py, ConfigParser.py, Debugger.py, Delegator.py, 553 ColorDelegator.py, ConfigParser.py, Debugger.py, Delegator.py, 645 * Debugger.py: Break cycle on close. 1235 * Debugger.py: Add canonic() function -- for brand new bdb.py feature. 1257 * Debugger.py: Add Quit button to the debugger window. 1301 * Debugger.py: Bind ESC to close-window. [all …]
|
/external/antlr/runtime/Python3/tests/ |
D | t059debug.py | 13 class Debugger(threading.Thread): class 82 debugger = Debugger(port)
|
/external/tensorflow/tensorflow/core/debug/ |
D | BUILD | 2 # TensorFlow Debugger (tfdbg). 8 # TensorFlow Debugger (tfdbg) support. For details, please see
|