Home
last modified time | relevance | path

Searched refs:hasBit (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DNativeBitSet64.java41 if (hasBit(n)) { in count()
54 boolean hasBit(int n) { in hasBit() method in NativeBitSet64
71 if (hasBit(n)) { in firstMarkedBit()
96 if (hasBit(i)) { in getIndexOfBit()
DNativeInput.java94 if (axis < 0 || axis > 63 || !bits.hasBit(axis)) { in getAxisValue()
103 if (!bits.hasBit(axis)) { in setAxisValue()
/external/pdfium/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp58 bool CBC_DefaultPlacement::hasBit(int32_t col, int32_t row) { in hasBit() function in CBC_DefaultPlacement
79 if ((row < m_numrows) && (col >= 0) && !hasBit(col, row)) { in place()
88 if ((row >= 0) && (col < m_numcols) && !hasBit(col, row)) { in place()
97 if (!hasBit(m_numcols - 1, m_numrows - 1)) { in place()
DBC_DefaultPlacement.h24 bool hasBit(int32_t col, int32_t row);