OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:print_info
(Results
1 - 11
of
11
) sorted by null
/external/perfetto/src/ftrace_reader/test/data/android_hammerhead_MRA59G_3.4.0/events/mmc/mmc_clk/
format
10
field:__data_loc char[]
print_info
; offset:12; size:4; signed:0;
12
print fmt: "%s", __get_str(
print_info
)
/external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/mmc/mmc_clk/
format
9
field:__data_loc char[]
print_info
; offset:8; size:4; signed:0;
11
print fmt: "%s", __get_str(
print_info
)
/external/autotest/site_utils/
bind_mysql_to_cpuset.sh
44
function
print_info
() {
function
72
print_info
"Running \"${1}\""
88
print_info
"Getting MySQL PID from ${MYSQL_PID_PATH}..."
93
print_info
"Searching for MySQL PID..."
112
print_info
"MySQL PID is ${pid}."
119
print_info
"${MOUNT_DIR} already mounted."
121
print_info
"Mounting cpuset to $MOUNT_DIR."
130
print_info
"Will Delete existing CPU set..."
153
print_info
"The CPU set does not exist."
156
print_info
"Done!
[
all
...]
/external/tensorflow/tensorflow/contrib/slim/python/slim/
model_analyzer.py
22
slim.model_analyzer.analyze_ops(tf.get_default_graph(),
print_info
=True)
27
slim.model_analyzer.analyze_vars(variables,
print_info
=False)
53
def analyze_ops(graph,
print_info
=False):
58
print_info
: Optional, if true print ops and their outputs.
63
if
print_info
:
77
if
print_info
:
83
def analyze_vars(variables,
print_info
=False):
88
print_info
: Optional, if true print variables and their shape.
93
if
print_info
:
105
if
print_info
[
all
...]
/external/ltp/testcases/kernel/security/integrity/ima/src/
ima_measure.c
40
#define
print_info
(format, arg...) \
macro
66
print_info
(" %02X", (*(digest + i) & 0xff));
165
print_info
("### PCR HASH "
180
print_info
("%3d %03u ", count++, template.header.pcr);
189
print_info
(" %s ", template.name);
199
print_info
(" %s\n", template.ima_data.filename);
209
print_info
("PCRAggr (re-calculated):");
/external/libmicrohttpd/src/examples/
mhd2spdy_http.c
99
PRINT_INFO
("sent end of stream");
113
PRINT_INFO
("FLUSH data");
127
PRINT_INFO
("no memory");
197
PRINT_INFO
("No memory");
218
PRINT_INFO
("POST processing");
226
PRINT_INFO
("POST http EOF");
234
PRINT_INFO
("not enough memory (malloc/realloc returned NULL)");
244
PRINT_INFO
("unnecessary call to http_cb_request");
309
PRINT_INFO
("SPDY_name_value_add failed: ");
312
PRINT_INFO
("SPDY_name_value_add failed: ")
[
all
...]
mhd2spdy_spdy.c
82
PRINT_INFO
("spdy_cb_data_source_read: length is 0");
90
PRINT_INFO
("POST spdy EOF");
93
PRINT_INFO
("POST SPDYLAY_ERR_DEFERRED");
107
PRINT_INFO
("no memory");
119
PRINT_INFO
("POST spdy EOF");
145
//
PRINT_INFO
("spdy_cb_send called");
434
PRINT_INFO
("proxy in spdy_cb_on_data_chunk_recv is NULL)");
441
PRINT_INFO
("not enough memory (malloc/realloc returned NULL)");
451
PRINT_INFO
("not enough memory (realloc returned NULL)");
525
PRINT_INFO
("Server did not advertise spdy/2 or spdy/3 protocol.")
[
all
...]
mhd2spdy.c
84
PRINT_INFO
("signal failed");
87
PRINT_INFO
("signal failed");
133
PRINT_INFO
("cannot connect to the proxy");
155
PRINT_INFO
("MHD_get_fdset error");
182
PRINT_INFO
("run");
188
PRINT_INFO
("MHD run again");
300
PRINT_INFO
("0 from getopt");
mhd2spdy_structures.h
230
#define
PRINT_INFO
(msg) do{\
/external/libmicrohttpd/src/spdy2http/
proxy.c
90
#define
PRINT_INFO
(msg) do{\
291
PRINT_INFO
("no standard scheme!");
416
PRINT_INFO
("not enough memory (malloc/realloc returned NULL)");
469
PRINT_INFO
("no memory");
699
PRINT_INFO
("not enough memory (malloc/realloc returned NULL)");
710
PRINT_INFO
("not enough memory (realloc returned NULL)");
757
PRINT_INFO
("no memory");
772
PRINT_INFO
("no memory");
918
PRINT_INFO
("curl_easy_init failed");
1219
else
PRINT_INFO
("shouldn't happen")
[
all
...]
/external/toybox/toys/pending/
lsof.c
49
static void
print_info
(void *data)
function
446
llist_traverse(TT.files,
print_info
);
Completed in 4286 milliseconds