/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | managed_stack_trace.h | 88 std::vector<StackFrame> stack_frames = in DefinitionLocationMsg() local 92 if (!stack_frames.empty()) { in DefinitionLocationMsg() 93 const StackFrame& last_frame = stack_frames[0]; in DefinitionLocationMsg()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | tf_stack.cc | 142 explicit StackTraceWrapper(absl::Span<const StackFrame> stack_frames) in StackTraceWrapper() argument 143 : stack_frames_cache_(std::vector<StackFrame>(stack_frames.begin(), in StackTraceWrapper() 144 stack_frames.end())) {} in StackTraceWrapper() 299 static std::string ToStringHelper(absl::Span<const StackFrame> stack_frames, in ToStringHelper() argument 303 stack_frames, "\n", [&](std::string* out, const StackFrame& frame) { in ToStringHelper()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ |
H A D | dumping_callback_test.py | 62 def _verifyStackFrames(self, stack_frames): argument 73 frame for frame in stack_frames if frame[0] == _current_file_full_path]) 215 host_name, stack_frames = reader.read_execution_stack_trace(execution) 217 self._verifyStackFrames(stack_frames) 526 _, stack_frames = reader.read_graph_op_creation_stack_trace(op_digest) 527 self._verifyStackFrames(stack_frames) 1156 _, stack_frames = reader.read_execution_stack_trace(execution) 1157 self._verifyStackFrames(stack_frames) 1179 _, stack_frames = reader.read_execution_stack_trace(execution) 1180 self._verifyStackFrames(stack_frames)
|
H A D | dumping_callback.py | 258 stack_frames = tf_stack.extract_stack() 261 for file_path, lineno, func, _ in stack_frames:
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | tracelogger.py | 33 stack_frames = inspect_stack[offset + i] 34 info = inspect.getframeinfo(stack_frames[0])
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/ |
D | tracelogger.py | 32 stack_frames = inspect_stack[offset + i] 33 info = inspect.getframeinfo(stack_frames[0])
|
/aosp_15_r20/art/tools/jvmti-agents/ti-alloc-sample/ |
H A D | ti_alloc_sample.cc | 334 std::unique_ptr<jvmtiFrameInfo[]> stack_frames(new jvmtiFrameInfo[stack_depth_limit]); in logVMObjectAlloc() local 339 stack_frames.get(), in logVMObjectAlloc() 345 record += ";" + formatMethod(jvmti, jni, stack_frames[i].method); in logVMObjectAlloc()
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | ssh_host.py | 106 stack_frames = inspect.stack() 108 for frame in stack_frames[lowest_frames:highest_frames]: 111 del stack_frames
|
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/ |
D | status.pb.h | 476 const ::tensorflow::StackTracePayload_StackFrame& stack_frames(int index) const; in Swap() 479 stack_frames() const; in Swap() 646 inline const ::tensorflow::StackTracePayload_StackFrame& StackTracePayload::stack_frames(int index)… in stack_frames() function 659 StackTracePayload::stack_frames() const { in stack_frames() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/ |
H A D | status.proto | 21 repeated StackFrame stack_frames = 1; field
|
/aosp_15_r20/external/googleapis/google/devtools/clouddebugger/v2/ |
H A D | debugger.proto | 172 // the result: `stack_frames`, `evaluated_expressions` and `variable_table`. 191 // The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
|
H A D | data.proto | 365 // The stack at breakpoint time, where stack_frames[0] represents the most 367 repeated StackFrame stack_frames = 7; field
|
/aosp_15_r20/external/google-cloud-java/java-debugger-client/proto-google-cloud-debugger-client-v2/src/main/proto/google/devtools/clouddebugger/v2/ |
H A D | debugger.proto | 172 // the result: `stack_frames`, `evaluated_expressions` and `variable_table`. 191 // The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
|
H A D | data.proto | 365 // The stack at breakpoint time, where stack_frames[0] represents the most 367 repeated StackFrame stack_frames = 7; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/src/opencensus/proto/trace/v1/ |
D | trace.proto | 380 StackFrames stack_frames = 1; field 387 // `stack_frames` and a value in `stack_trace_hash_id`.
|
/aosp_15_r20/external/googleapis/google/devtools/cloudtrace/v2/ |
H A D | trace.proto | 348 StackFrames stack_frames = 1; field
|
/aosp_15_r20/external/google-cloud-java/java-trace/proto-google-cloud-trace-v2/src/main/proto/google/devtools/cloudtrace/v2/ |
H A D | trace.proto | 348 StackFrames stack_frames = 1; field
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_third_party_chromium_descriptor/gen/ |
D | perfetto_protos_third_party_chromium_descriptor.bin | 1643 stack_frames (2.perfetto.protos.V8StackFrameRstackFrames"�
|
/aosp_15_r20/external/cronet/base/tracing/protos/ |
H A D | chrome_track_event.proto | 1104 repeated V8StackFrame stack_frames = 7; field
|
/aosp_15_r20/external/perfetto/protos/third_party/chromium/ |
H A D | chrome_track_event.proto | 1119 repeated V8StackFrame stack_frames = 7; field
|