OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shiftIn
(Results
1 - 3
of
3
) sorted by null
/external/arduino/hardware/arduino/cores/arduino/
wiring_shift.c
27
uint8_t
shiftIn
(uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogBuffer.java
45
public void
shiftIn
(final LogUnit logUnit) {
FixedLogBuffer.java
59
public void
shiftIn
(final LogUnit newLogUnit) {
62
super.
shiftIn
(newLogUnit);
75
super.
shiftIn
(newLogUnit);
Completed in 180 milliseconds