Searched defs:bit (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/awt/javax/imageio/stream/
H A DImageOutputStream.java283 * Writes a single bit at the current position.
285 * @param bit
286 * the integer whose least significant bit is to be written to
291 void writeBit(int bit) throws IOException; argument
298 * with the bit in position numBits - 1 down to the least
299 * significant bit.
301 * the number of significant bit, it can be between 0 and 64.
H A DImageOutputStreamImpl.java149 public void writeBit(int bit) throws IOException { argument
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccUtils.java118 * - the SMS default 7 bit coded alphabet as defined in
119 * TS 23.038 [12] with bit 8 set to 0. The alpha identifier
125 * remaining octets are 16 bit UCS2 characters ...
129 * 8 bit number which defines bits 15 to 8 of a 16 bit
130 * base pointer, where bit 16 is set to zero and bits 7 to 1
135 * If bit 8 of the octet is set to zero, the remaining 7 bits
137 * whereas if bit 8 of the octet is set to one, then the
139 * 16 bit base pointer defined earlier...
143 * contain a 16 bit numbe
373 bitToRGB(int bit) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
H A DIconLoader.java263 * Decode one bit to a black and white color:
266 * @param bit to decode
269 private static int bitToBnW(int bit){ argument
270 if(bit == 1){
326 * Calculate bit mask for a given number of bits. The mask should enable to
329 * @return bit mask

Completed in 223 milliseconds