Home
last modified time | relevance | path

Searched refs:watches (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm-project/debuginfo-tests/dexter/dex/dextIR/
DProgramState.py51 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 …]
DStepIR.py51 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/
DDefaultController.py22 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)
DControllerHelpers.py21 def update_step_watches(step_info, watches, commands): argument
34 step_info.watches.update(result)
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
Ddbgeng.py109 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/
Ddebugger_state_interface.cc29 const protobuf::RepeatedPtrField<DebugTensorWatch>& watches) { in SummarizeDebugTensorWatches() argument
32 for (const DebugTensorWatch& watch : watches) { in SummarizeDebugTensorWatches()
Ddebugger_state_interface.h32 const protobuf::RepeatedPtrField<DebugTensorWatch>& watches);
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/
DVisualStudio.py149 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/
DDebuggerBase.py162 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/
DLLDB.py166 def _get_step_info(self, watches, step_index): argument
203 watches={})
206 watches):
207 state_frame.watches[expr.expression] = expr
/external/libchrome/mojo/core/
Dwatcher_dispatcher.cc100 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/
DHeuristic.py195 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/
DREADME.md1 This directory contains the `pw watch` subcommand, which watches the Pigweed
Ddocs.rst21 using the Pigweed environment as ``pw watch``. By default, ``pw_watch`` watches
/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.h75 const protobuf::RepeatedPtrField<DebugTensorWatch>& watches, Graph* graph,
Ddebug_graph_utils.cc49 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/
DDexExpectProgramState.py59 frame_expects = chain.from_iterable(frame.watches
DDexExpectWatchBase.py176 watch = step.program_state.frames[0].watches[self.expression]
/external/llvm-project/debuginfo-tests/dexter/
DCommands.md29 'watches': {
54 * Each `expr` in `watches` in the expected state can either be a dictionary
/external/bcc/tools/
Dttysnoop_example.txt4 ttysnoop watches a tty or pts device, and prints the same output that is
/external/pigweed/docs/
Dgetting_started.md205 generated in `out`. Additionally, `pw_watch` watches source code files for
/external/python/cpython2/Doc/library/
Dlogging.handlers.rst136 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/
Dlogging.handlers.rst161 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/
Dheapprofd-design.md276 * a mechanism that watches ftrace events to detect startup is non-trivial.
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md227 which it continuously watches for readability.
373 which watches the pipe for an incoming response message, reads and deserializes

12