/external/llvm-project/debuginfo-tests/dexter/dex/dextIR/ |
D | ProgramState.py | 51 watches: OrderedDict = None): 52 if watches is None: 53 watches = {} 58 self.watches = watches 65 {k: str(self.watches[k]) for k in self.watches}) 77 if self.watches: 78 for name in iter(self.watches): 80 if isinstance(self.watches[name], dict): 81 for attr in iter(self.watches[name]): 82 if (getattr(other.watches[name], attr, None) != [all …]
|
D | StepIR.py | 51 watches: OrderedDict = None, 62 if watches is None: 63 watches = {} 64 self.watches = watches 76 [w for w in self.watches])
|
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ |
D | DefaultController.py | 22 self.watches = set() 41 self.watches.update(command_obj.get_watches()) 52 step_info = self.debugger.get_step_info(self.watches, self.step_index) 55 update_step_watches(step_info, self.watches, self.step_collection.commands)
|
D | ControllerHelpers.py | 21 def update_step_watches(step_info, watches, commands): argument 34 step_info.watches.update(result)
|
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
D | dbgeng.py | 109 def _get_step_info(self, watches, step_index): argument 128 watches={}) 131 watches): 132 state_frame.watches[expr.expression] = expr
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | debugger_state_interface.cc | 29 const protobuf::RepeatedPtrField<DebugTensorWatch>& watches) { in SummarizeDebugTensorWatches() argument 32 for (const DebugTensorWatch& watch : watches) { in SummarizeDebugTensorWatches()
|
D | debugger_state_interface.h | 32 const protobuf::RepeatedPtrField<DebugTensorWatch>& watches);
|
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/ |
D | VisualStudio.py | 149 def _get_step_info(self, watches, step_index): argument 170 watches={}) 172 for watch in watches: 173 state_frame.watches[watch] = self.evaluate_expression(
|
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/ |
D | DebuggerBase.py | 162 def get_step_info(self, watches, step_index): argument 163 step_info = self._get_step_info(watches, step_index) 169 def _get_step_info(self, watches, step_index): argument 215 def _get_step_info(self, watches, step_index): argument
|
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/lldb/ |
D | LLDB.py | 166 def _get_step_info(self, watches, step_index): argument 203 watches={}) 206 watches): 207 state_frame.watches[expr.expression] = expr
|
/external/libchrome/mojo/core/ |
D | watcher_dispatcher.cc | 100 base::flat_map<uintptr_t, scoped_refptr<Watch>> watches; in Close() local 106 std::swap(watches, watches_); in Close() 111 for (auto& entry : watches) { in Close()
|
/external/llvm-project/debuginfo-tests/dexter/dex/heuristic/ |
D | Heuristic.py | 195 s for s in steps.steps if 'DexUnreachable' in s.watches.keys() 228 deso = [s for s in ss if 'DexExpectStepOrder' in s.watches.keys()] 229 deso = [s.watches['DexExpectStepOrder'] for s in deso] 373 for penalty_score, watches, description in penalty_descriptions: 379 for w in watches:
|
/external/pigweed/pw_watch/ |
D | README.md | 1 This directory contains the `pw watch` subcommand, which watches the Pigweed
|
D | docs.rst | 21 using the Pigweed environment as ``pw watch``. By default, ``pw_watch`` watches
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_graph_utils.h | 75 const protobuf::RepeatedPtrField<DebugTensorWatch>& watches, Graph* graph,
|
D | debug_graph_utils.cc | 49 const protobuf::RepeatedPtrField<DebugTensorWatch>& watches, Graph* graph, in InsertNodes() argument 54 if (watches.empty()) { in InsertNodes() 71 for (const DebugTensorWatch& watch : watches) { in InsertNodes()
|
/external/llvm-project/debuginfo-tests/dexter/dex/command/commands/ |
D | DexExpectProgramState.py | 59 frame_expects = chain.from_iterable(frame.watches
|
D | DexExpectWatchBase.py | 176 watch = step.program_state.frames[0].watches[self.expression]
|
/external/llvm-project/debuginfo-tests/dexter/ |
D | Commands.md | 29 'watches': { 54 * Each `expr` in `watches` in the expected state can either be a dictionary
|
/external/bcc/tools/ |
D | ttysnoop_example.txt | 4 ttysnoop watches a tty or pts device, and prints the same output that is
|
/external/pigweed/docs/ |
D | getting_started.md | 205 generated in `out`. Additionally, `pw_watch` watches source code files for
|
/external/python/cpython2/Doc/library/ |
D | logging.handlers.rst | 136 module, is a :class:`FileHandler` which watches the file it is logging to. If 141 under Unix/Linux, watches the file to see if it has changed since the last emit.
|
/external/python/cpython3/Doc/library/ |
D | logging.handlers.rst | 161 module, is a :class:`FileHandler` which watches the file it is logging to. If 166 under Unix/Linux, watches the file to see if it has changed since the last emit.
|
/external/perfetto/docs/design-docs/ |
D | heapprofd-design.md | 276 * a mechanism that watches ftrace events to detect startup is non-trivial.
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | README.md | 227 which it continuously watches for readability. 373 which watches the pipe for an incoming response message, reads and deserializes
|