HomeSort by relevance Sort by last modified time
    Searched refs:Printf (Results 251 - 275 of 1069) sorted by null

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_utils.cc 34 return strings::Printf("%lld", n);
36 return strings::Printf("%.2fk", n / 1000.0);
38 return strings::Printf("%.2fm", n / 1000000.0);
40 return strings::Printf("%.2fb", n / 1000000000.0);
46 return strings::Printf("%lldus", micros);
48 return strings::Printf("%.2fms", micros / 1000.0);
50 return strings::Printf("%.2fsec", micros / 1000000.0);
56 return strings::Printf("%lldB", bytes);
58 return strings::Printf("%.2fKB", bytes / 1000.0);
60 return strings::Printf("%.2fMB", bytes / 1000000.0)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
numcpu_freebsd.go 24 fmt.Printf("%d\n", runtime.NumCPU())
43 fmt.Printf("fail to launch '%s', error: %s, output: %s\n", strings.Join(cmd.Args, " "), err, output)
54 fmt.Printf("%s\n", err)
59 fmt.Printf("%s\n", err)
65 fmt.Printf("%s\n", err)
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
numcpu_freebsd.go 24 fmt.Printf("%d\n", runtime.NumCPU())
43 fmt.Printf("fail to launch '%s', error: %s, output: %s\n", strings.Join(cmd.Args, " "), err, output)
54 fmt.Printf("%s\n", err)
59 fmt.Printf("%s\n", err)
65 fmt.Printf("%s\n", err)
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.cc 62 // Helpers for Printf and Appendf.
72 // Like tensorflow::strings::Printf/Appendf, but you don't need to call c_str()
75 string Printf(const char* fmt, const Ts&... ts) {
76 return tensorflow::strings::Printf(fmt, PrintfConvert<Ts>()(ts)...);
203 return Printf(
500 Printf(" #%s%d:hover ~ #edge%lld text { fill: %s; }\n"
550 return Printf(fmt, graph_label, Join(edge_css_rules, "\n"));
599 subcomp_label = Printf("Fused expression for <b>%s</b><br/>%s",
613 Printf(R"(style="rounded,filled,bold"; fillcolor="%s"; color="%s;")",
616 subcomp_label = Printf("Subcomputation for <b>%s</b><br/>%s"
    [all...]
  /external/tensorflow/tensorflow/core/profiler/
tfprof_options.cc 53 strings::Printf("E.g. Unknown output type: %s, Valid types: %s\n",
63 strings::Printf("E.g. Unknown output type: %s, Valid types: %s\n",
107 strings::Printf("Unrecognized options %s for output_type: %s\n",
117 strings::Printf("Missing required output_options for %s\n"
176 const string s = strings::Printf(
  /prebuilts/go/darwin-x86/src/strings/
example_test.go 14 fmt.Printf("Fields are: %q", strings.Fields(" foo bar baz "))
22 fmt.Printf("Fields are: %q", strings.FieldsFunc(" foo1;bar2,baz3...", f))
209 fmt.Printf("%q\n", strings.Split("a,b,c", ","))
210 fmt.Printf("%q\n", strings.Split("a man a plan a canal panama", "a "))
211 fmt.Printf("%q\n", strings.Split(" xyz ", ""))
212 fmt.Printf("%q\n", strings.Split("", "Bernardo O'Higgins"))
221 fmt.Printf("%q\n", strings.SplitN("a,b,c", ",", 2))
223 fmt.Printf("%q (nil = %v)\n", z, z == nil)
230 fmt.Printf("%q\n", strings.SplitAfter("a,b,c", ","))
235 fmt.Printf("%q\n", strings.SplitAfterN("a,b,c", ",", 2)
    [all...]
  /prebuilts/go/darwin-x86/test/
copy.go 122 fmt.Printf("%s bad(%d %d %d): %c not %c:\n\t%s\n\t%s\n",
134 fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n)
163 fmt.Printf("%s bad(%d %d %d): %c not %c:\n\t%s\n\t%s\n",
175 fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n)
204 fmt.Printf("%s bad(%d %d %d): %x not %x:\n\t%v\n\t%v\n",
216 fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n)
245 fmt.Printf("%s bad(%d %d %d): %x not %x:\n\t%v\n\t%v\n",
257 fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n)
286 fmt.Printf("%s bad(%d %d %d): %x not %x:\n\t%v\n\t%v\n",
298 fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n
    [all...]
  /prebuilts/go/linux-x86/src/strings/
example_test.go 14 fmt.Printf("Fields are: %q", strings.Fields(" foo bar baz "))
22 fmt.Printf("Fields are: %q", strings.FieldsFunc(" foo1;bar2,baz3...", f))
209 fmt.Printf("%q\n", strings.Split("a,b,c", ","))
210 fmt.Printf("%q\n", strings.Split("a man a plan a canal panama", "a "))
211 fmt.Printf("%q\n", strings.Split(" xyz ", ""))
212 fmt.Printf("%q\n", strings.Split("", "Bernardo O'Higgins"))
221 fmt.Printf("%q\n", strings.SplitN("a,b,c", ",", 2))
223 fmt.Printf("%q (nil = %v)\n", z, z == nil)
230 fmt.Printf("%q\n", strings.SplitAfter("a,b,c", ","))
235 fmt.Printf("%q\n", strings.SplitAfterN("a,b,c", ",", 2)
    [all...]
  /prebuilts/go/linux-x86/test/
copy.go 122 fmt.Printf("%s bad(%d %d %d): %c not %c:\n\t%s\n\t%s\n",
134 fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n)
163 fmt.Printf("%s bad(%d %d %d): %c not %c:\n\t%s\n\t%s\n",
175 fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n)
204 fmt.Printf("%s bad(%d %d %d): %x not %x:\n\t%v\n\t%v\n",
216 fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n)
245 fmt.Printf("%s bad(%d %d %d): %x not %x:\n\t%v\n\t%v\n",
257 fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n)
286 fmt.Printf("%s bad(%d %d %d): %x not %x:\n\t%v\n\t%v\n",
298 fmt.Printf("count bad(%d %d %d): %d not %d\n", length, in, out, m, n
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc 97 Printf("ThreadSanitizer: unknown report type %d\n", typ);
161 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count,
164 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count),
tsan_rtl_thread.cc 170 Printf("ThreadSanitizer: main thread finished with ignores enabled\n");
172 Printf("ThreadSanitizer: thread T%d %s finished with ignores enabled,"
176 Printf(" One of the following ignores was not ended"
179 Printf(" Ignore was enabled at:\n");
332 Printf("Access to non app mem %zx\n", addr);
336 Printf("Access to non app mem %zx\n", addr + size - 1);
340 Printf("Bad shadow addr %p (%zx)\n", shadow_mem, addr);
344 Printf("Bad shadow addr %p (%zx)\n",
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
tuple_ops.cc 56 tensorflow::strings::Printf("on_true_element_%d", i).c_str());
61 tensorflow::strings::Printf("on_false_element_%d", i).c_str());
68 tensorflow::strings::Printf("select_output_element_%d", i).c_str()),
  /external/tensorflow/tensorflow/core/kernels/
as_string_op.cc 103 format_ = strings::Printf("(%s,%s)", format_.c_str(), format_.c_str());
122 output_flat(i) = strings::Printf((enc_str.c_str()), input_flat(i)); \
141 output_flat(i) = strings::Printf(
save_op.cc 65 out->scalar<string>()() = strings::Printf(
88 out->scalar<string>()() = strings::Printf(
split_op_test.cc 52 strings::Printf("1-D %d chunks of %d each", num_split, chunk_size); \
69 strings::Printf("2-D %d chunks in dim %d of (%d * %d) each", \
  /external/tensorflow/tensorflow/core/profiler/internal/advisor/
expensive_operation_checker.h 60 outputs.push_back(strings::Printf(
105 outputs.push_back(strings::Printf(
124 outputs->push_back(strings::Printf(
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18902.go 66 fmt.Printf("%s\n%s", err, buf.Bytes())
73 fmt.Printf("Failed to find expected symbol %s in output\n%s\n", begin, s)
97 fmt.Printf("Scanned only %d lines, was expecting more than %d\n", int(scannedCount), minLines)
105 fmt.Printf("Line numbers change too much, # of changes=%.f, sumdiffs=%.f, # of instructions=%.f\n", changes, sumdiffs, scannedCount)
113 fmt.Printf("Expected 3-digit line number after %s in %s\n", beforeLineNumber, line)
133 fmt.Printf("%d %.f %.f %s\n", lineVal, changes, sumdiffs, line)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18902.go 66 fmt.Printf("%s\n%s", err, buf.Bytes())
73 fmt.Printf("Failed to find expected symbol %s in output\n%s\n", begin, s)
97 fmt.Printf("Scanned only %d lines, was expecting more than %d\n", int(scannedCount), minLines)
105 fmt.Printf("Line numbers change too much, # of changes=%.f, sumdiffs=%.f, # of instructions=%.f\n", changes, sumdiffs, scannedCount)
113 fmt.Printf("Expected 3-digit line number after %s in %s\n", beforeLineNumber, line)
133 fmt.Printf("%d %.f %.f %s\n", lineVal, changes, sumdiffs, line)
  /build/soong/cmd/symbol_inject/
pe.go 84 fmt.Printf("\t\tMachine: %#v,\n", peFile.FileHeader.Machine)
89 fmt.Printf("\t\t&pe.Section{SectionHeader: %#v},\n", section.SectionHeader)
95 fmt.Printf("\t\t%#v,\n", symbol)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_libcdep.cc 84 Printf("%s: RSS: %zdMb\n", SanitizerToolName, current_rss_mb);
91 Printf("%s: StackDepot: %zd ids; %zdM allocated\n",
  /external/golang-protobuf/descriptor/
descriptor_test.go 27 fmt.Printf("%v uses option message_set_wire_format.\n", md.GetName())
  /external/llvm/lib/Fuzzer/
FuzzerMutate.cpp 250 Printf("###### Recommended dictionary. ######\n");
252 Printf("\"");
254 Printf(" # Uses: %zd\n", DE.GetUseCount());
256 Printf("###### End of recommended dictionary. ######\n");
260 Printf("MS: %zd ", CurrentMutatorSequence.size());
262 Printf("%s-", M.Name);
264 Printf(" DE: ");
266 Printf("\"");
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDictionary.h 74 Printf("@%zd", GetPositionHint());
75 Printf("%s", PrintAfter);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDictionary.h 78 Printf("@%zd", GetPositionHint());
79 Printf("%s", PrintAfter);
  /prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDictionary.h 78 Printf("@%zd", GetPositionHint());
79 Printf("%s", PrintAfter);

Completed in 430 milliseconds

<<11121314151617181920>>