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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
example_test.go 39 fmt.Printf("%#v\n", result)
67 fmt.Printf("haveVersion: %t, version: %d, data: %s\n", haveVersion, version, string(data))
97 fmt.Printf("%x\n", result)
121 fmt.Printf("%x\n", result)
136 fmt.Printf("len=%d err=%s\n", len(result), err)
151 fmt.Printf("len=%d err=%s\n", len(result), err)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15528.go 89 fmt.Printf("eface(%d)=%q want %q\n", i, s, test.s)
97 fmt.Printf("iface(%d)=%q want %q\n", i, s, test.s)
103 fmt.Printf("bad int ptr %d\n", got)
111 fmt.Printf("bad closure exec %d\n", clos)
116 fmt.Printf("bad deep directiface\n")
123 fmt.Printf("bad chan\n")
issue10332.go 23 fmt.Printf("BUG: incorrect PkgPath: %v", pkgpath)
issue19040.go 32 fmt.Printf("panicwrap error text:\n\t%q\nwant:\n\t%q\n", got, want)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/
example_test.go 39 fmt.Printf("%#v\n", result)
67 fmt.Printf("haveVersion: %t, version: %d, data: %s\n", haveVersion, version, string(data))
97 fmt.Printf("%x\n", result)
121 fmt.Printf("%x\n", result)
136 fmt.Printf("len=%d err=%s\n", len(result), err)
151 fmt.Printf("len=%d err=%s\n", len(result), err)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15528.go 89 fmt.Printf("eface(%d)=%q want %q\n", i, s, test.s)
97 fmt.Printf("iface(%d)=%q want %q\n", i, s, test.s)
103 fmt.Printf("bad int ptr %d\n", got)
111 fmt.Printf("bad closure exec %d\n", clos)
116 fmt.Printf("bad deep directiface\n")
123 fmt.Printf("bad chan\n")
  /external/tensorflow/tensorflow/python/client/
tf_session.i 229 tensorflow::strings::Printf(
241 tensorflow::strings::Printf("Failed to create a list of size %zd",
259 tensorflow::strings::Printf(
293 tensorflow::strings::Printf("Failed to create a list of size %zd",
594 PyObject* py_int_seq = PySequence_Fast($input, tensorflow::strings::Printf(
598 SWIG_exception_fail(SWIG_RuntimeError, tensorflow::strings::Printf(
637 PyObject* seq = PySequence_Fast($input, tensorflow::strings::Printf(
641 SWIG_exception_fail(SWIG_RuntimeError, tensorflow::strings::Printf(
647 SWIG_exception_fail(SWIG_ValueError, tensorflow::strings::Printf(
655 PyObject* py_int_seq = PySequence_Fast(item, tensorflow::strings::Printf(
    [all...]
  /build/kati/
log.go 33 fmt.Printf(f, a...)
38 fmt.Printf(f, a...)
  /external/compiler-rt/lib/esan/
esan_linux.cpp 75 Printf("ERROR: unsupported mapping at [%p-%p)\n", Addr, Addr+Size);
  /external/tensorflow/tensorflow/compiler/xla/client/
executable_build_options.cc 62 return tensorflow::strings::Printf(
  /prebuilts/go/darwin-x86/src/container/heap/
example_intheap_test.go 40 fmt.Printf("minimum: %d\n", (*h)[0])
42 fmt.Printf("%d ", heap.Pop(h))
  /prebuilts/go/darwin-x86/test/
zerodivide.go 211 fmt.Printf("BUG\n")
213 fmt.Printf("%s: expected %q; got no error\n", t.name, t.err)
217 fmt.Printf("BUG\n")
219 fmt.Printf("%s: expected no error; got %q\n", t.name, err)
224 fmt.Printf("BUG\n")
226 fmt.Printf("%s: expected %q; got %q\n", t.name, t.err, err)
238 fmt.Printf("BUG\n")
240 fmt.Printf("%v/%v: expected %g error; got %g\n", t.f, t.g, t.out, x)
  /prebuilts/go/linux-x86/src/container/heap/
example_intheap_test.go 40 fmt.Printf("minimum: %d\n", (*h)[0])
42 fmt.Printf("%d ", heap.Pop(h))
  /prebuilts/go/linux-x86/test/
zerodivide.go 211 fmt.Printf("BUG\n")
213 fmt.Printf("%s: expected %q; got no error\n", t.name, t.err)
217 fmt.Printf("BUG\n")
219 fmt.Printf("%s: expected no error; got %q\n", t.name, err)
224 fmt.Printf("BUG\n")
226 fmt.Printf("%s: expected %q; got %q\n", t.name, t.err, err)
238 fmt.Printf("BUG\n")
240 fmt.Printf("%v/%v: expected %g error; got %g\n", t.f, t.g, t.out, x)
  /external/compiler-rt/lib/asan/
asan_memory_profile.cc 56 Printf("Live Heap Allocations: %zd bytes from %zd allocations; "
60 Printf("%zd byte(s) (%zd%%) in %zd allocation(s)\n", a.total_size,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 107 Printf("sancov.map write failed: %d\n", err);
117 Printf("sancov.map rename failed: %d\n", err);
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.cc 119 Printf("ThreadSanitizer: incorrect value for history_size"
125 Printf("ThreadSanitizer: incorrect value for io_sync"
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
parallel_loop_emitter.cc 52 /*suffix=*/tensorflow::strings::Printf("dim.%lld", dimension),
60 /*suffix=*/tensorflow::strings::Printf("dim.%lld", dimension));
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/stats/
node-stats.h 110 << strings::Printf("Gradient should be of rank 2, got rank %d",
112 QCHECK(grad_stats.first.t.dim_size(0) == 1) << strings::Printf(
116 << strings::Printf("Hessian should be of rank 3, got rank %d",
120 << strings::Printf(
159 << strings::Printf("Gradient should be of rank 2, got rank %d",
161 QCHECK(grad_stats.first.t.dim_size(0) == 1) << strings::Printf(
165 << strings::Printf("Hessian should be of rank 2, got rank %d",
168 << strings::Printf(
  /external/tensorflow/tensorflow/stream_executor/
executor_cache.cc 76 port::Printf("No executors registered for ordinal %d",
84 port::Printf("No executors registered for ordinal %d", config.ordinal));
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
closure.go 27 fmt.Printf("expected %d, got %d", want, got)
  /prebuilts/go/darwin-x86/src/os/
example_test.go 73 fmt.Printf("file does not exist")
96 fmt.Printf("%s not set\n", key)
98 fmt.Printf("%s=%s\n", key, val)
111 fmt.Printf("%s lives in %s.\n", os.Getenv("USER"), os.Getenv("HOME"))
  /prebuilts/go/darwin-x86/src/text/scanner/
example_test.go 23 fmt.Printf("%s: %s\n", s.Position, s.TokenText())
  /prebuilts/go/darwin-x86/src/unicode/utf8/
example_test.go 17 fmt.Printf("%c %v\n", r, size)
38 fmt.Printf("%c %v\n", r, size)
60 fmt.Printf("%c %v\n", r, size)
81 fmt.Printf("%c %v\n", r, size)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
example_test.go 20 fmt.Printf("%[1]s: %+[1]q\n", s[i:i+d])

Completed in 1030 milliseconds

1 2 3 4 5 6 7 891011>>