Searched refs:off (Results 1 - 25 of 485) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java77 public void update(byte[] b, int off, int len) argument
79 for (int i = off; i < (off + len); i++)
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java76 public void update(byte[] b, int off, int len) argument
78 for (int i = off; i < (off + len); i++)
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java77 public void update(byte[] b, int off, int len) argument
79 for (int i = off; i < (off + len); i++)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java77 public void update(byte[] b, int off, int len) argument
79 for (int i = off; i < (off + len); i++)
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java76 public void update(byte[] b, int off, int len) argument
78 for (int i = off; i < (off + len); i++)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DGenerationIdChecksum.java69 public void update(byte[] b, int off, int len) argument
71 for (int i = off; i < off + len; i++)
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplOutputStream.java70 public void write(byte b[], int off, int len) throws IOException argument
72 domain.exportLDIFEntry(b, off, len);
H A DReplInputStream.java77 * @param off The position in the array at which point the data read may be
88 public int read(byte[] b, int off, int len) argument
128 System.arraycopy(bytes, index, b, off, copiedLength);
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplOutputStream.java64 public void write(byte b[], int off, int len) throws IOException argument
66 domain.exportLDIFEntry(b, off, len);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplOutputStream.java70 public void write(byte b[], int off, int len) throws IOException argument
72 domain.exportLDIFEntry(b, off, len);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplOutputStream.java70 public void write(byte b[], int off, int len) throws IOException argument
72 domain.exportLDIFEntry(b, off, len);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplOutputStream.java64 public void write(byte b[], int off, int len) throws IOException argument
66 domain.exportLDIFEntry(b, off, len);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplOutputStream.java64 public void write(byte b[], int off, int len) throws IOException argument
66 domain.exportLDIFEntry(b, off, len);
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java96 public int read(byte b[], int off, int len) throws IOException argument
98 if(off < 0 || len < 0 || off+len > b.length)
118 int readLen = parentStream.read(b, off, len);
/forgerock/opendj2/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java95 public int read(byte b[], int off, int len) throws IOException argument
97 if(off < 0 || len < 0 || off+len > b.length)
117 int readLen = parentStream.read(b, off, len);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java96 public int read(byte b[], int off, int len) throws IOException argument
98 if(off < 0 || len < 0 || off+len > b.length)
118 int readLen = parentStream.read(b, off, len);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java96 public int read(byte b[], int off, int len) throws IOException argument
98 if(off < 0 || len < 0 || off+len > b.length)
118 int readLen = parentStream.read(b, off, len);
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DSizeLimitInputStream.java95 public int read(byte b[], int off, int len) throws IOException argument
97 if(off < 0 || len < 0 || off+len > b.length)
117 int readLen = parentStream.read(b, off, len);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DUnicodeInputStreamReader.java72 * at offset off. As characters are read, the following conversions are
81 * @param off
87 public int read(char cbuf[], int off, int len) throws IOException { argument
161 cbuf[off + i] = (char) value;
163 cbuf[off + i] = cc;
166 cbuf[off + i] = cc;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DSizeLimitInputStream.java88 public int read(byte b[], int off, int len) throws IOException argument
90 if(off < 0 || len < 0 || off+len > b.length)
110 int readLen = parentStream.read(b, off, len);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DUnicodeInputStreamReader.java72 * at offset off. As characters are read, the following conversions are
81 * @param off
87 public int read(char cbuf[], int off, int len) throws IOException { argument
161 cbuf[off + i] = (char) value;
163 cbuf[off + i] = cc;
166 cbuf[off + i] = cc;
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAOathCode.m44 uint32_t off = digest[sizeof(digest) - 1] & 0xf;
45 binary = (digest[off + 0] & 0x7f) << 0x18;
46 binary |= (digest[off + 1] & 0xff) << 0x10;
47 binary |= (digest[off + 2] & 0xff) << 0x08;
48 binary |= (digest[off + 3] & 0xff) << 0x00;
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DMeteredStream.java85 * @param off The offset to write from.
90 public void write(byte buff[], int off, int len) throws IOException argument
92 out.write(buff,off,len);
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DMeteredStream.java85 * @param off The offset to write from.
90 public void write(byte buff[], int off, int len) throws IOException argument
92 out.write(buff,off,len);
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DMeteredStream.java85 * @param off The offset to write from.
90 public void write(byte buff[], int off, int len) throws IOException argument
92 out.write(buff,off,len);

Completed in 95 milliseconds

1234567891011>>