OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Println
(Results
1 - 4
of
4
) sorted by null
/art/test/983-source-transform-verify/
source_transform.cc
34
static void
Println
(JNIEnv* env, const char* msg) {
59
Println
(env, android::base::StringPrintf("Dex file hook for %s", name).c_str());
/art/test/909-attach-agent/
attach.cc
30
static void
Println
(const char* c) {
40
Println
("Attached Agent for test 909-attach-agent");
47
Println
("call " #c " did not succeed"); \
53
Println
("Created env for kArtTiVersion");
57
Println
("Failed to create env for kArtTiVersion");
61
Println
("Unable to create env for JVMTI_VERSION_1_0");
66
Println
("GetEnv returned same environment twice!");
76
Println
("Got different data from local storage then what was set!");
81
Println
("env2 did not have nullptr local storage.");
88
Println
("Unexpected version number!")
[
all
...]
/external/syzkaller/vendor/google.golang.org/grpc/grpclog/
grpclog.go
48
// Infoln logs to the INFO log. Arguments are handled in the manner of fmt.
Println
.
63
// Warningln logs to the WARNING log. Arguments are handled in the manner of fmt.
Println
.
78
// Errorln logs to the ERROR log. Arguments are handled in the manner of fmt.
Println
.
99
// Fatalln logs to the FATAL log. Arguments are handled in the manner of fmt.
Println
.
121
//
Println
prints to the logger. Arguments are handled in the manner of fmt.
Println
.
124
func
Println
(args ...interface{}) {
/build/soong/ui/logger/
logger.go
50
// Arguments to
Println
are handled in the manner of fmt.
Println
51
Println
(v ...interface{})
208
s.
Println
(p)
249
//
Println
prints to both stderr and the file log.
250
// Arguments are handled in the manner of fmt.
Println
.
251
func (s *stdLogger)
Println
(v ...interface{}) {
270
// Verboseln is equivalent to
Println
, but only goes to the file log unless
293
// Fatalln is equivalent to
Println
() followed by a call to panic() that
315
// Panicln is equivalent to
Println
() followed by a call to panic()
[
all
...]
Completed in 1229 milliseconds