HomeSort by relevance Sort by last modified time
    Searched refs:off (Results 126 - 150 of 1168) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
CountOutputStream.java 43 public void write(byte[] buf, int off, int len) throws IOException
45 out.write(buf, off, len);
  /frameworks/base/core/java/android/text/
AlteredCharSequence.java 89 public char charAt(int off) {
90 if (off >= mStart && off < mEnd)
91 return mChars[off - mStart];
93 return mSource.charAt(off);
105 public void getChars(int start, int end, char[] dest, int off) {
106 TextUtils.getChars(mSource, start, end, dest, off);
112 System.arraycopy(mChars, start - mStart, dest, off, end - start);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSocketOutputStream.java 42 public void write(byte[] b, int off, int len) throws IOException {
43 owner.writeAppData(b, off, len);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ByteBufferInputStream.java 39 public int read(byte[] bytes, int off, int len) {
45 mBuf.get(bytes, off, len);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
NullOutputStream.java 18 public void write(byte[] buf, int off, int len)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509NameEntryConverter.java 56 * @param off the index at which the encoding starts
61 int off)
65 byte[] data = new byte[(str.length() - off) / 2];
68 char left = str.charAt((index * 2) + off);
69 char right = str.charAt((index * 2) + off + 1);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
Hex.java 29 int off,
36 encoder.encode(data, off, length, bOut);
66 int off,
71 return encoder.encode(data, off, length, out);
HexEncoder.java 52 int off,
57 for (int i = off; i < (off + length); i++)
82 int off,
90 int end = off + length;
92 while (end > off)
102 int i = off;
  /external/elfutils/tests/
allfcts.c 59 Dwarf_Off off = 0; local
63 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
66 Dwarf_Die *die = dwarf_offdie (dbg, off + cuhl, &die_mem);
70 off = noff;
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
HMAC.java 69 public void update(byte[] b, int off, int len)
71 md.update(b, off, len);
85 public void digest(byte[] out, int off)
94 System.arraycopy(tmp, 0, out, off, size);
MAC.java 77 public void update(byte[] packetdata, int off, int len)
79 mac.update(packetdata, off, len);
82 public void getMac(byte[] out, int off)
84 mac.digest(out, off);
  /external/guava/guava/src/com/google/common/io/
ByteProcessor.java 37 * from {@code buf[off]} through {@code buf[off + len - 1]}
41 * @param off the initial offset into the array
45 boolean processBytes(byte[] buf, int off, int len) throws IOException;
LineBuffer.java 45 * @param off the offset into the buffer
50 protected void add(char[] cbuf, int off, int len) throws IOException {
51 int pos = off;
60 for (int end = off + len; pos < end; pos++) {
80 line.append(cbuf, start, off + len - start);
NullOutputStream.java 36 @Override public void write(byte[] b, int off, int len) {
  /external/iproute2/include/linux/tc_ematch/
tc_em_cmp.h 10 __u16 off; member in struct:tcf_em_cmp
  /external/openssl/crypto/dsa/
dsa_prn.c 65 int DSA_print_fp(FILE *fp, const DSA *x, int off)
76 ret=DSA_print(b,x,off);
98 int DSA_print(BIO *bp, const DSA *x, int off)
105 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature1.java 80 protected void engineUpdate(byte[] b, int off, int len)
83 if (off < 0 || off > b.length || off > len) {
84 throw new IllegalArgumentException("incorrect parameter off");
  /packages/apps/Email/src/org/apache/commons/io/output/
NullOutputStream.java 41 * @param off The start offset
44 public void write(byte[] b, int off, int len) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/tc_ematch/
tc_em_cmp.h 10 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_ematch/
tc_em_cmp.h 10 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_ematch/
tc_em_cmp.h 10 __u16 off; member in struct:tcf_em_cmp
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
CipherInputStream.java 49 private int internal_read(byte[] b, int off, int len) throws IOException
67 System.arraycopy(input_buffer, input_buffer_pos, b, off, thiscopy);
111 public int read(byte[] dst, int off, int len) throws IOException
124 System.arraycopy(buffer, pos, dst, off, copy);
126 off += copy;
142 public int readPlain(byte[] b, int off, int len) throws IOException
151 int cnt = internal_read(b, off + n, len - n);
  /dalvik/vm/compiler/template/mips/
header.S 218 #define LOAD_rSELF_OFF(rd,off) lw rd, offThread_##off##(rSELF)
259 #define LOAD_RB_OFF(rd,rbase,off) lw rd, off(rbase)
260 #define LOADu2_RB_OFF(rd,rbase,off) lhu rd, off(rbase)
261 #define STORE_RB_OFF(rd,rbase,off) sw rd, off(rbase)
265 #define STORE64_off(rlo,rhi,rbase,off) sw rlo, off(rbase);
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedOutputStream.java 108 * @param off
112 protected void flushCacheWithAppend(byte bufferToAppend[], int off, int len) throws IOException {
115 this.out.write(bufferToAppend, off, len);
159 public void write(byte src[], int off, int len) throws IOException {
164 flushCacheWithAppend(src, off, len);
166 System.arraycopy(src, off, cache, this.cachePosition, len);
  /external/libvorbis/lib/
analysis.c 70 void _analysis_output_always(char *base,int i,float *v,int n,int bark,int dB,ogg_int64_t off){
85 if(off!=0)
86 fprintf(of,"%f ",(double)(j+off)/8000.);
105 ogg_int64_t off){
106 if(analysis_noisy)_analysis_output_always(base,i,v,n,bark,dB,off);

Completed in 1566 milliseconds

1 2 3 4 56 7 8 91011>>