Searched refs:bit (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java750 // bit property onlyCheckV21 excludeForV21
780 private boolean isFilteredIn(FilterBit bit, boolean vCardType21) { argument
781 final int offset = (bit.pos / 8) + 1;
782 final int bit_pos = bit.pos % 8;
783 if (!vCardType21 && bit.onlyCheckV21) return true;
784 if (vCardType21 && bit.excludeForV21) return false;
810 for (FilterBit bit : FilterBit.values()) {
811 if (bit.prop.equals(currentProp)) {
812 filteredIn = isFilteredIn(bit, vCardType21);
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_ext.h73 #define GET_BIT_TO_BYTE(bit) ((NJ_UINT8)(((bit) + 7) >> 3))
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoDataAdapter.java80 public ImageFetch(int offset, int bit) { argument
82 imageBit = bit;
670 int bit = sImageFetchSeq[i].imageBit;
671 if (bit == BIT_FULL_IMAGE && !mNeedFullImage) continue;
672 task = startTaskIfNeeded(currentIndex + offset, bit);
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndbdic.c214 NJ_UINT16 bit; local
307 bit = BIT_CANDIDATE_LEN(hdl);
309 stem_set->candidate_size = GET_BITFIELD_16(data, j, bit);
310 bit_all += bit;
323 bit = BIT_YOMI_LEN(hdl);
325 stem_set->yomi_size = GET_BITFIELD_16(data, j, bit);
326 bit_all += bit;
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java798 * precision, which is a bit better than guessing
1113 int bit = 1;
1115 // If we can find the day in the dow String, add the bit to our bits value
1117 bits |= bit;
1119 bit <<= 1;
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 352 milliseconds