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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/misc/ios/
detect.go 38 fmt.Printf("export GOIOS_DEV_ID=%s\n", devID)
51 fmt.Printf("export GOIOS_APP_ID=%s\n", appID)
55 fmt.Printf("export GOIOS_TEAM_ID=%s\n", teamID)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/
copyGen.go 65 fmt.Fprintf(w, " fmt.Printf(\"t%dcopy got=%%v, want %%v\\n\", a, want)\n", s)
95 fmt.Fprintf(w, " fmt.Printf(\"tu%dcopy got=%%v, want %%v\\n\", a, want%d)\n", s, s)
119 fmt.Printf("%s\n", b)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
unsafe.go 106 fmt.Printf("%d:%x\n", i, c[i])
120 fmt.Printf("%d:%x\n", i, c[i])
139 fmt.Printf("alias_ssa: wanted %d, got %d\n", want, got)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 293 fmt.Printf("loop finding in %s\n", f.Name)
299 fmt.Printf("loop finding at %s\n", b)
320 fmt.Printf("loop finding succ %s of %s is header\n", bb.String(), b.String())
331 fmt.Printf("loop finding succ %s of %s is IRRED, in %s\n", bb.String(), b.String(), f.Name)
343 fmt.Printf("loop finding succ %s of %s has no loop\n", bb.String(), b.String())
345 fmt.Printf("loop finding succ %s of %s provides loop with header %s\n", bb.String(), b.String(), l.header.String())
350 fmt.Printf("loop finding succ %s of %s has no loop\n", bb.String(), b.String())
409 fmt.Printf("Loops in %s:\n", f.Name)
411 fmt.Printf("%s, b=", l.LongString())
414 fmt.Printf(" %s", b
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/web/
http.go 85 log.Printf("Fetching %s", urlStr)
102 log.Printf("https fetch failed: %v", err)
116 log.Printf("Parsing meta tags from %s (status code %d)", urlStr, res.StatusCode)
  /prebuilts/go/linux-x86/src/reflect/
example_test.go 137 fmt.Printf("value: %+v\n", s)
138 fmt.Printf("json: %s", w.Bytes())
144 fmt.Printf("value: %+v\n", s)
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
gc.go 45 fmt.Printf("using too much memory: %d bytes\n", sys)
48 fmt.Printf("OK\n")
117 fmt.Printf("goroutine %d did not run\n", i)
  /prebuilts/go/linux-x86/src/testing/
example.go 62 fmt.Printf("=== RUN %s\n", eg.Name)
111 fmt.Printf("--- FAIL: %s (%s)\n%s", eg.Name, dstr, fail)
114 fmt.Printf("--- PASS: %s (%s)\n", eg.Name, dstr)
  /prebuilts/go/linux-x86/test/
rotate.go 74 fmt.Printf("BUG\n")
84 fmt.Printf("%s = %T(%#x), want %T(%#x)\n", desc, have, have, want, want)
86 fmt.Printf("BUG: stopping after 100 failures\n")
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
plive.go 775 fmt.Printf("\t\t\tCLOBBERDEAD %s\n", lv.fn.funcname())
1074 fmt.Printf("\t")
1076 fmt.Printf(" ")
1080 fmt.Printf("%s=", name)
1082 fmt.Printf(",")
1085 fmt.Printf("%s", n.Sym.Name)
1096 fmt.Printf("\t")
1098 fmt.Printf(" ")
1100 fmt.Printf("%s=%s", name, lv.vars[pos].Sym.Name)
1108 fmt.Printf("liveness: %s\n", lv.fn.funcname()
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
plive.go 775 fmt.Printf("\t\t\tCLOBBERDEAD %s\n", lv.fn.funcname())
1074 fmt.Printf("\t")
1076 fmt.Printf(" ")
1080 fmt.Printf("%s=", name)
1082 fmt.Printf(",")
1085 fmt.Printf("%s", n.Sym.Name)
1096 fmt.Printf("\t")
1098 fmt.Printf(" ")
1100 fmt.Printf("%s=%s", name, lv.vars[pos].Sym.Name)
1108 fmt.Printf("liveness: %s\n", lv.fn.funcname()
    [all...]
  /external/boringssl/src/util/fipstools/
break-hash.go 125 fmt.Printf("Found start of module at offset 0x%x (VMA 0x%x):\n", start-textSection.Addr, start)
126 fmt.Printf(hex.Dump(moduleText[:128]))
127 fmt.Printf("\nHash of module was: %x\n", hashWas)
128 fmt.Printf("Hash of corrupted module is: %x\n", newHash)
  /external/compiler-rt/lib/esan/
esan.cpp 169 Printf("FATAL: EfficiencySanitizer failed to map its shadow memory.\n");
201 Printf("ERROR: unknown tool %d requested\n", __esan_which_tool);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc 70 Printf("%s: failed to read suppressions file '%s'\n", SanitizerToolName,
127 Printf("%s: failed to parse suppressions\n", SanitizerToolName);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 194 Printf("ThreadSanitizer: Matched %d \"benign\" races (pid=%d):\n",
197 Printf("%d %s:%d %s\n",
203 Printf("ThreadSanitizer: Annotated %d \"benign\" races, %d unique"
207 Printf("%d %s:%d %s\n",
215 Printf("==================\n");
216 Printf("WARNING: ThreadSanitizer: missed expected data race\n");
217 Printf(" %s addr=%zx %s:%d\n",
219 Printf("==================\n");
tsan_stat.cc 173 Printf("Statistics:\n");
175 Printf("%s: %16zu\n", name[i], (uptr)stat[i]);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
disassembler.cc 154 ostream << tensorflow::strings::Printf("0x%08lx", index) << " ";
166 annotation = tensorflow::strings::Printf("[0x%08lx]", target);
  /external/tensorflow/tensorflow/compiler/xla/service/
human_readable_profile_builder.cc 28 using tensorflow::strings::Printf;
51 Printf("%.3fB", static_cast<float>(op.bytes_accessed) / op.cycles);
  /external/tensorflow/tensorflow/core/graph/
mkl_tfconversion_pass_test.cc 272 s += strings::Printf("node { name: 'in%04d' op: 'Input'}", in);
277 s += strings::Printf(
  /external/tensorflow/tensorflow/core/kernels/
split_v_op_test.cc 80 strings::Printf("1-D %d chunks totaling %d", num_split, total_size); \
100 strings::Printf("2-D %d chunks in dim %d totaling (%d * %d)", \
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_platform.cc 130 port::Printf("Executor for bus %d not found.", bus_ordinal)};
178 port::Printf(
  /prebuilts/go/darwin-x86/doc/progs/
gobs2.go 42 fmt.Printf("%q: {%d,%d}\n", q.Name, *q.X, *q.Y)
  /prebuilts/go/darwin-x86/misc/android/
cleaner.go 27 log.Printf("removing %s", path)
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/libgo/
libgo.go 50 fmt.Printf("CheckArgs: want [_, arg1, arg2], got: %v\n", os.Args)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
append.go 38 fmt.Printf("expected %v, got %v\n", want, got)

Completed in 654 milliseconds

<<11121314151617181920>>