OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bit_label
(Results
1 - 1
of
1
) sorted by null
/system/core/toolbox/
getevent.c
49
const char *
bit_label
;
local
61
bit_label
= get_label(input_prop_labels, i * 8 + j);
62
if(
bit_label
)
63
printf(" %s\n",
bit_label
);
83
const char *
bit_label
;
local
167
bit_label
= get_label(bit_labels, j * 8 + k);
168
if(
bit_label
)
169
printf(" %.20s%c%*s",
bit_label
, down, 20 - strlen(
bit_label
), "");
Completed in 26 milliseconds