/external/xz-java/src/org/tukaani/xz/ |
D | DeltaInputStream.java | 39 private final byte[] tempBuf = new byte[1]; field in DeltaInputStream
|
D | DeltaOutputStream.java | 25 private final byte[] tempBuf = new byte[1]; field in DeltaOutputStream
|
D | UncompressedLZMA2OutputStream.java | 28 private final byte[] tempBuf = new byte[1]; field in UncompressedLZMA2OutputStream
|
D | BlockOutputStream.java | 28 private final byte[] tempBuf = new byte[1]; field in BlockOutputStream
|
D | SimpleInputStream.java | 30 private final byte[] tempBuf = new byte[1]; field in SimpleInputStream
|
D | SimpleOutputStream.java | 28 private final byte[] tempBuf = new byte[1]; field in SimpleOutputStream
|
D | BlockInputStream.java | 34 private final byte[] tempBuf = new byte[1]; field in BlockInputStream
|
D | XZInputStream.java | 73 private final byte[] tempBuf = new byte[1]; field in XZInputStream
|
D | LZMA2OutputStream.java | 40 private final byte[] tempBuf = new byte[1]; field in LZMA2OutputStream
|
D | LZMAOutputStream.java | 41 private final byte[] tempBuf = new byte[1]; field in LZMAOutputStream
|
D | LZMA2InputStream.java | 62 private final byte[] tempBuf = new byte[1]; field in LZMA2InputStream
|
D | SingleXZInputStream.java | 54 private final byte[] tempBuf = new byte[1]; field in SingleXZInputStream
|
D | XZOutputStream.java | 75 private final byte[] tempBuf = new byte[1]; field in XZOutputStream
|
D | SeekableXZInputStream.java | 187 private final byte[] tempBuf = new byte[1]; field in SeekableXZInputStream
|
D | LZMAInputStream.java | 57 private final byte[] tempBuf = new byte[1]; field in LZMAInputStream
|
/external/icu/icu4c/source/common/ |
D | ucnv_u8.cpp | 310 uint8_t tempBuf[4]; in ucnv_fromUnicode_UTF8() local 427 uint8_t tempBuf[4]; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local
|
D | ustr_wcs.cpp | 73 char* tempBuf = stackBuffer; in _strToWCS() local
|
D | ucnvhz.cpp | 158 char tempBuf[2]; in UConverter_toUnicode_HZ_OFFSETS_LOGIC() local
|
D | ucnv2022.cpp | 2089 char tempBuf[2]; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 2682 char tempBuf[2]; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 3275 char tempBuf[3]; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
|
/external/lzma/C/ |
D | 7zDec.c | 376 Byte *tempBuf[]) in SzFolder_Decode2() 573 Byte *tempBuf[3] = { 0, 0, 0}; in SzAr_DecodeFolder() local
|
D | LzmaDec.h | 73 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX]; member
|
D | 7zArcIn.c | 996 CBuf *tempBuf = tempBufs + fo; in SzReadAndDecodePackedStreams() local 1006 const CBuf *tempBuf = tempBufs + fo; in SzReadAndDecodePackedStreams() local 1574 CBuf tempBuf; in SzArEx_Open2() local 1640 Byte **tempBuf, in SzArEx_Extract()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cnmdptst.c | 129 char tempBuf[256]; in TestQuotes() local 349 char tempBuf[256]; in TestCurrencySign() local
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | DexDataWriter.java | 52 private byte[] tempBuf = new byte[8]; field in DexDataWriter
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetISO2022.java | 1026 … _2022ToSJIS((char)mySourceChar, (char)trailByte, tempBuf); in decodeLoop() local
|