HomeSort by relevance Sort by last modified time
    Searched refs:off (Results 226 - 250 of 1982) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
tellp.pass.cpp 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which)
34 assert(off == 0);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
AutoCloseInputStream.java 105 * @param off start offset within the buffer
110 public int read(byte[] b, int off, int len) throws IOException {
111 int n = in.read(b, off, len);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
CountingOutputStream.java 64 * @param off the start offset in the buffer
69 public void write(byte[] b, int off, int len) throws IOException {
71 super.write(b, off, len);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
PartialInputStream.java 50 public int read(byte b[], int off, int len) throws IOException {
52 return super.read(b, off, len); //To change body of overridden methods use File | Settings | File Templates.
  /bionic/libc/arch-x86/atom/string/
ssse3-wcscat-atom.S 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
52 # define cfi_adjust_cfa_offset(off) .cfi_adjust_cfa_offset off
  /bionic/libc/kernel/uapi/linux/tc_act/
tc_pedit.h 37 __u32 off; member in struct:tc_pedit_key
  /development/ndk/platforms/android-L/include/linux/tc_act/
tc_pedit.h 37 __u32 off; member in struct:tc_pedit_key
  /development/perftests/panorama/feature_mos/src/mosaic/
Pyramid.cpp 115 int off, off2, height, h, w; local
119 off = pyr->border - left;
120 off2 = pyr->width + off + pyr->border - right - 1;
123 base = pyr->ptr[-h] - off;
152 int off = in->border / 2; local
155 for (j = -off; j < in->height + off; j++) {
172 for (i = -off; i < scr->width + off; i++) {
217 int off = scr->border - 2 local
    [all...]
  /external/apache-http/src/org/apache/http/io/
SessionInputBuffer.java 49 int read(byte[] b, int off, int len) throws IOException;
SessionOutputBuffer.java 49 void write(byte[] b, int off, int len) throws IOException;
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Parser.java 119 public MessageType parseFrom(byte[] data, int off, int len)
127 public MessageType parseFrom(byte[] data, int off, int len,
152 public MessageType parsePartialFrom(byte[] data, int off, int len)
160 public MessageType parsePartialFrom(byte[] data, int off, int len,
  /external/elfutils/0.153/lib/
system.h 87 #define pwrite_retry(fd, buf, len, off) \
88 TEMP_FAILURE_RETRY (pwrite (fd, buf, len, off))
91 #define pread_retry(fd, buf, len, off) \
92 TEMP_FAILURE_RETRY (pread (fd, buf, len, off))
  /external/iproute2/include/linux/tc_act/
tc_pedit.h 20 __u32 off; /*offset */ member in struct:tc_pedit_key
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_pedit.h 20 __u32 off; /*offset */ member in struct:tc_pedit_key
  /frameworks/base/core/java/android/util/
Base64OutputStream.java 98 public void write(byte[] b, int off, int len) throws IOException {
101 internalWrite(b, off, len, false);
136 private void internalWrite(byte[] b, int off, int len, boolean finish) throws IOException {
138 if (!coder.process(b, off, len, finish)) {
  /libcore/luni/src/main/native/
ZipUtilities.cpp 44 void NativeZipStream::setDictionary(JNIEnv* env, jbyteArray javaDictionary, int off, int len,
51 env->GetByteArrayRegion(javaDictionary, off, len, &dictionaryBytes[0]);
66 void NativeZipStream::setInput(JNIEnv* env, jbyteArray buf, jint off, jint len) {
75 env->GetByteArrayRegion(buf, off, len, &input[0]);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 115 int off, off2, height, h, w; local
119 off = pyr->border - left;
120 off2 = pyr->width + off + pyr->border - right - 1;
123 base = pyr->ptr[-h] - off;
152 int off = in->border / 2; local
155 for (j = -off; j < in->height + off; j++) {
172 for (i = -off; i < scr->width + off; i++) {
217 int off = scr->border - 2 local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp 115 int off, off2, height, h, w; local
119 off = pyr->border - left;
120 off2 = pyr->width + off + pyr->border - right - 1;
123 base = pyr->ptr[-h] - off;
152 int off = in->border / 2; local
155 for (j = -off; j < in->height + off; j++) {
167 for (i = -off; i < scr->width + off; i++) {
211 int off = scr->border - 2 local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/tc_act/
tc_pedit.h 22 __u32 off; /*offset */ member in struct:tc_pedit_key
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/tc_act/
tc_pedit.h 22 __u32 off; /*offset */ member in struct:tc_pedit_key
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/tc_act/
tc_pedit.h 37 __u32 off; member in struct:tc_pedit_key
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/tc_act/
tc_pedit.h 37 __u32 off; member in struct:tc_pedit_key
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/tc_act/
tc_pedit.h 37 __u32 off; member in struct:tc_pedit_key
  /external/apache-http/src/org/apache/http/impl/conn/
LoggingSessionOutputBuffer.java 65 public void write(byte[] b, int off, int len) throws IOException {
66 this.out.write(b, off, len);
68 this.wire.output(b, off, len);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BEROctetStringGenerator.java 67 public void write(byte[] b, int off, int len) throws IOException
72 System.arraycopy(b, off, _buf, _off, numToCopy);
83 off += numToCopy;

Completed in 495 milliseconds

1 2 3 4 5 6 7 8 91011>>