/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/ |
D | Pack.java | 8 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() 17 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() 33 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian() 48 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian() 57 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong() 64 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong() 80 public static void longToBigEndian(long n, byte[] bs, int off) in longToBigEndian() 93 public static void longToBigEndian(long[] ns, byte[] bs, int off) in longToBigEndian() 102 public static int littleEndianToInt(byte[] bs, int off) in littleEndianToInt() 111 public static void littleEndianToInt(byte[] bs, int off, int[] ns) in littleEndianToInt() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Pack.java | 5 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() 14 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() 30 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian() 45 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian() 54 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong() 61 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong() 77 public static void longToBigEndian(long n, byte[] bs, int off) in longToBigEndian() 90 public static void longToBigEndian(long[] ns, byte[] bs, int off) in longToBigEndian() 99 public static int littleEndianToInt(byte[] bs, int off) in littleEndianToInt() 108 public static void littleEndianToInt(byte[] bs, int off, int[] ns) in littleEndianToInt() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | ByteArray.java | 125 public int getByte(int off) { in getByte() 136 public int getShort(int off) { in getShort() 147 public int getInt(int off) { in getInt() 161 public long getLong(int off) { in getLong() 181 public int getUnsignedByte(int off) { in getUnsignedByte() 192 public int getUnsignedShort(int off) { in getUnsignedShort() 235 private int getByte0(int off) { in getByte0() 246 private int getUnsignedByte0(int off) { in getUnsignedByte0()
|
D | IndentingWriter.java | 139 public void write(char[] cbuf, int off, int len) throws IOException { in write() 151 public void write(String str, int off, int len) throws IOException { in write()
|
/external/apache-http/src/org/apache/http/util/ |
D | ByteArrayBuffer.java | 67 public void append(final byte[] b, int off, int len) { in append() 95 public void append(final char[] b, int off, int len) { in append() 117 public void append(final CharArrayBuffer b, int off, int len) { in append() 121 append(b.buffer(), off, len); in append() local
|
D | CharArrayBuffer.java | 69 public void append(final char[] b, int off, int len) { in append() 101 public void append(final CharArrayBuffer b, int off, int len) { in append() 124 public void append(final byte[] b, int off, int len) { in append() 150 public void append(final ByteArrayBuffer b, int off, int len) { in append() 154 append(b.buffer(), off, len); in append() local
|
/external/proguard/src/proguard/io/ |
D | ManifestRewriter.java | 117 public int read(char[] cbuf, int off, int len) throws IOException in read() 197 public void write(char[] cbuf, int off, int len) throws IOException in write() 206 public void write(String str, int off, int len) throws IOException in write() 208 write(str.toCharArray(), off, len); in write() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
D | Hex.java | 24 int off, in toHexString() 49 int off, in encode() 86 int off, in encode()
|
D | Base64.java | 24 int off, in toBase64String() 49 int off, in encode() 87 int off, in encode()
|
D | Encoder.java | 12 int encode(byte[] data, int off, int length, OutputStream out) throws IOException; in encode() 14 int decode(byte[] data, int off, int length, OutputStream out) throws IOException; in decode()
|
D | HexEncoder.java | 55 int off, in encode() 85 int off, in decode()
|
/external/iproute2/tc/ |
D | f_u32.c | 118 int off, int offmask) in pack_key() 150 int off, int offmask) in pack_key32() 158 int off, int offmask) in pack_key16() 174 static int pack_key8(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) in pack_key8() 197 int parse_at(int *argc_p, char ***argv_p, int *off, int *offmask) in parse_at() 227 int off, int offmask) in parse_u32() 259 int off, int offmask) in parse_u16() 290 int off, int offmask) in parse_u8() 325 int off) in parse_ip_addr() 360 struct tc_u32_sel *sel, int off) in parse_ip6_addr() [all …]
|
/external/javasqlite/src/main/java/SQLite/ |
D | Blob.java | 132 public int read(byte b[], int off, int len) throws IOException { in read() 225 public void write(byte[] b, int off, int len) throws IOException { in write() 295 native int write(byte[] b, int off, int pos, int len) throws IOException; in write() 306 native int read(byte[] b, int off, int pos, int len) throws IOException; in read()
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | TestCharSink.java | 69 public void write(char[] cbuf, int off, int len) throws IOException { in openStream() 75 public void write(String str, int off, int len) throws IOException { in openStream()
|
D | TestWriter.java | 49 public void write(char[] cbuf, int off, int len) throws IOException { in write() 55 public void write(String str, int off, int len) throws IOException { in write()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Parser.java | 121 public MessageType parseFrom(byte[] data, int off, int len) in parseFrom() 129 public MessageType parseFrom(byte[] data, int off, int len, in parseFrom() 154 public MessageType parsePartialFrom(byte[] data, int off, int len) in parsePartialFrom() 162 public MessageType parsePartialFrom(byte[] data, int off, int len, in parsePartialFrom()
|
D | AbstractParser.java | 132 public MessageType parsePartialFrom(byte[] data, int off, int len, in parsePartialFrom() 149 public MessageType parsePartialFrom(byte[] data, int off, int len) in parsePartialFrom() 165 public MessageType parseFrom(byte[] data, int off, int len, in parseFrom() 172 public MessageType parseFrom(byte[] data, int off, int len) in parseFrom()
|
/external/libnl/lib/route/cls/ |
D | u32.c | 398 int off, int offmask) in rtnl_u32_add_key() 426 int off, int offmask) in rtnl_u32_add_key_uint8() 445 int off, int offmask) in rtnl_u32_add_key_uint16() 466 int off, int offmask) in rtnl_u32_add_key_uint32() 473 uint8_t bitmask, int off, int offmask) in rtnl_u32_add_key_in_addr() 480 uint8_t bitmask, int off, int offmask) in rtnl_u32_add_key_in6_addr()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
D | HttpZipLocator.java | 105 private static int get16(byte[] b, int off) { in get16() 110 private static int get32(byte[] b, int off) { in get32() 117 private static long getu32(byte[] b, int off) throws IOException{ in getu32() 124 … private static String getUTF8String(byte[] b, int off, int len) throws CharacterCodingException { in getUTF8String()
|
/external/apache-http/src/org/apache/http/impl/io/ |
D | AbstractSessionInputBuffer.java | 106 int off = this.bufferlen; in fillBuffer() local 133 public int read(final byte[] b, int off, int len) throws IOException { in read() 243 int off = this.bufferpos; in lineFromReadBuffer() local
|
/external/smali/util/src/main/java/org/jf/util/ |
D | WrappedIndentingWriter.java | 154 public void write(char[] cbuf, int off, int len) throws IOException { in write() 166 public void write(String str, int off, int len) throws IOException { in write()
|
/external/elfutils/src/libdw/ |
D | dwarf_nextcu.c | 39 dwarf_next_unit (dwarf, off, next_off, header_sizep, versionp, abbrev_offsetp, in dwarf_next_unit() argument 188 Dwarf_Off off; variable
|
/external/libvorbis/lib/ |
D | analysis.c | 70 void _analysis_output_always(char *base,int i,float *v,int n,int bark,int dB,ogg_int64_t off){ in _analysis_output_always() 105 ogg_int64_t off){ in _analysis_output()
|
/external/guava/guava/src/com/google/common/io/ |
D | AppendableWriter.java | 54 @Override public void write(char cbuf[], int off, int len) in write() 91 @Override public void write(@Nullable String str, int off, int len) throws IOException { in write()
|
/external/elfutils/src/tests/ |
D | low_high_pc.c | 44 fail(Dwarf_Off off, const char *name, const char *msg) in fail() 54 Dwarf_Off off = dwarf_dieoffset (die); in handle_die() local
|