Home
last modified time | relevance | path

Searched refs:prefix_string (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/cronet/base/debug/
H A Dstack_trace_android.cc86 void StackTrace::PrintMessageWithPrefix(cstring_view prefix_string, in PrintMessageWithPrefix() argument
88 if (!prefix_string.empty()) { in PrintMessageWithPrefix()
90 StrCat({prefix_string, message}).c_str()); in PrintMessageWithPrefix()
96 void StackTrace::PrintWithPrefixImpl(cstring_view prefix_string) const { in PrintWithPrefixImpl()
97 std::string backtrace = ToStringWithPrefix(prefix_string); in PrintWithPrefixImpl()
106 cstring_view prefix_string) const { in OutputToStreamWithPrefixImpl()
137 *os << prefix_string; in OutputToStreamWithPrefixImpl()
H A Dstack_trace_win.cc256 cstring_view prefix_string) { in OutputTraceToStream() argument
288 (*os) << prefix_string << "\t"; in OutputTraceToStream()
392 void StackTrace::PrintMessageWithPrefix(cstring_view prefix_string, in PrintMessageWithPrefix() argument
394 std::cerr << prefix_string << message; in PrintMessageWithPrefix()
397 void StackTrace::PrintWithPrefixImpl(cstring_view prefix_string) const { in PrintWithPrefixImpl()
398 OutputToStreamWithPrefixImpl(&std::cerr, prefix_string); in PrintWithPrefixImpl()
403 cstring_view prefix_string) const { in OutputToStreamWithPrefixImpl()
409 (*os) << prefix_string << "\t" << trace_[i] << "\n"; in OutputToStreamWithPrefixImpl()
412 context->OutputTraceToStream(trace_, count_, os, prefix_string); in OutputToStreamWithPrefixImpl()
H A Dstack_trace_posix.cc196 cstring_view prefix_string, in ProcessBacktrace() argument
208 if (!prefix_string.empty()) in ProcessBacktrace()
209 handler->HandleOutput(prefix_string.c_str()); in ProcessBacktrace()
248 if (!prefix_string.empty()) { in ProcessBacktrace()
249 handler->HandleOutput(prefix_string.c_str()); in ProcessBacktrace()
276 if (!prefix_string.empty()) in ProcessBacktrace()
277 handler->HandleOutput(prefix_string.c_str()); in ProcessBacktrace()
1046 void StackTrace::PrintMessageWithPrefix(cstring_view prefix_string, in PrintMessageWithPrefix() argument
1050 if (!prefix_string.empty()) { in PrintMessageWithPrefix()
1051 PrintToStderr(prefix_string.c_str()); in PrintMessageWithPrefix()
[all …]
H A Dstack_trace.cc283 void StackTrace::PrintWithPrefix(cstring_view prefix_string) const { in PrintWithPrefix()
286 PrintMessageWithPrefix(prefix_string, *g_stack_trace_message); in PrintWithPrefix()
290 PrintWithPrefixImpl(prefix_string); in PrintWithPrefix()
298 cstring_view prefix_string) const { in OutputToStreamWithPrefix()
301 (*os) << prefix_string << *g_stack_trace_message; in OutputToStreamWithPrefix()
305 OutputToStreamWithPrefixImpl(os, prefix_string); in OutputToStreamWithPrefix()
312 std::string StackTrace::ToStringWithPrefix(cstring_view prefix_string) const { in ToStringWithPrefix()
315 OutputToStreamWithPrefix(&stream, prefix_string); in ToStringWithPrefix()
H A Dstack_trace.h120 void PrintWithPrefix(cstring_view prefix_string) const;
128 cstring_view prefix_string) const;
136 std::string ToStringWithPrefix(cstring_view prefix_string) const;
145 static void PrintMessageWithPrefix(cstring_view prefix_string,
148 void PrintWithPrefixImpl(cstring_view prefix_string) const;
151 cstring_view prefix_string) const;
H A Dstack_trace_fuchsia.cc241 void StackTrace::PrintMessageWithPrefix(cstring_view prefix_string, in PrintMessageWithPrefix() argument
243 std::cerr << prefix_string << message; in PrintMessageWithPrefix()
246 void StackTrace::PrintWithPrefixImpl(cstring_view prefix_string) const { in PrintWithPrefixImpl()
247 OutputToStreamWithPrefixImpl(&std::cerr, prefix_string); in PrintWithPrefixImpl()
254 cstring_view prefix_string) const { in OutputToStreamWithPrefixImpl()
H A Dstack_trace_unittest.cc144 cstring_view prefix_string = "[test]"; in TEST_F() local
146 trace.OutputToStreamWithPrefix(&os, prefix_string); in TEST_F()
150 EXPECT_EQ(backtrace_message, trace.ToStringWithPrefix(prefix_string)); in TEST_F()
H A Dstack_trace_nacl.cc22 std::string StackTrace::ToStringWithPrefix(cstring_view prefix_string) const { in ToStringWithPrefix()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsave_restore_v2_ops.cc107 const string& prefix_string = prefix.scalar<tstring>()(); in Compute() local
111 BundleWriter writer(Env::Default(), prefix_string); in Compute()
113 VLOG(1) << "BundleWriter, prefix_string: " << prefix_string; in Compute()
161 VLOG(1) << "Done BundleWriter, prefix_string: " << prefix_string; in Compute()
178 checkpoint_callback_manager->Save(prefix_string); in Compute()
204 const string& prefix_string = prefix.scalar<tstring>()(); in Compute() local
212 if (!env->GetMatchingPaths(MetaFilename(prefix_string), &paths).ok() || in Compute()
245 checkpoint_callback_manager->Restore(prefix_string); in Compute()
H A Dsave_restore_tensor.cc368 const string& prefix_string = prefix.scalar<tstring>()(); in RestoreTensorsV2() local
377 shape_and_slices_flat(i), prefix_string, dtypes[i]}); in RestoreTensorsV2()
380 BundleReader default_reader(Env::Default(), prefix_string); in RestoreTensorsV2()
/aosp_15_r20/external/google-breakpad/src/third_party/libdisasm/
H A Dia32_insn.c226 strncat(insn->prefix_string, "lock ", 32 - in ia32_handle_prefix()
227 strlen(insn->prefix_string)); in ia32_handle_prefix()
231 strncat(insn->prefix_string, "repnz ", 32 - in ia32_handle_prefix()
232 strlen(insn->prefix_string)); in ia32_handle_prefix()
234 strncat(insn->prefix_string, "repz ", 32 - in ia32_handle_prefix()
235 strlen(insn->prefix_string)); in ia32_handle_prefix()
H A Dx86_format.c1076 STRNCAT( buf, insn->prefix_string, len ); in x86_format_mnemonic()
1141 STRNCATF( buf, "|%s|", insn->prefix_string , len ); in format_raw_insn()
1181 STRNCATF( buf, "\" string=\"%s\"/>\n", insn->prefix_string, len ); in format_xml_insn()
1311 STRNCAT( buf, insn->prefix_string, len ); in x86_format_insn()
1340 STRNCAT( buf, insn->prefix_string, len ); in x86_format_insn()
1401 STRNCAT( buf, insn->prefix_string, len ); in x86_format_insn()
H A Dlibdis.h510 char prefix_string[MAX_PREFIX_STR]; /* prefixes [might be truncated] */ member
/aosp_15_r20/external/google-breakpad/src/third_party/libdisasm/swig/
H A Dlibdisasm_oop.i487 char prefix_string[MAX_PREFIX_STR]; member