OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitstrings
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware/modules/input/evdev/
BitUtils.cpp
30
static const char*
bitstrings
[16] = {
member in namespace:android
56
ALOGD("block %04d: %s%s", i,
bitstrings
[bits >> 4],
bitstrings
[bits & 0x0f]);
68
ALOGD("mask: %s%s",
bitstrings
[mask >> 4],
bitstrings
[mask & 0x0f]);
/art/test/670-bitstring-type-check/
build
61
// Make sure the
bitstrings
are initialized.
71
// check
bitstrings
when we enter Main.main() and start initializing them above.
Completed in 202 milliseconds