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

1 2 3 4 5 6 7 8 91011>>

  /device/samsung/crespo/alsa-lib/src/conf/cards/
ICH4.conf 88 value off
144 value off
151 value off
VIA8233.conf 81 value off
131 value off
138 value off
VIA8233A.conf 79 value off
135 value off
142 value off
VIA8237.conf 74 value off
119 value off
126 value off
  /external/libffi/src/m68k/
sysv.S 34 #define CFI_OFFSET(reg,off) .cfi_offset reg,off
35 #define CFI_DEF_CFA(reg,off) .cfi_def_cfa reg,off
39 #define CFI_OFFSET(reg,off)
40 #define CFI_DEF_CFA(reg,off)
  /external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessageLite.java 156 public BuilderType mergeFrom(final byte[] data, final int off,
161 CodedInputStream.newInstance(data, off, len);
182 final byte[] data, final int off, final int len,
187 CodedInputStream.newInstance(data, off, len);
249 public int read(final byte[] b, final int off, int len)
255 final int result = super.read(b, off, len);
  /frameworks/base/core/java/android/text/method/
TextKeyListener.java 80 int off = cap.ordinal() * 2 + (autotext ? 1 : 0); local
82 if (sInstance[off] == null) {
83 sInstance[off] = new TextKeyListener(cap, autotext);
86 return sInstance[off];
103 * @param off the offset into that text where the insertion is being made.
107 public static boolean shouldCap(Capitalize cap, CharSequence cs, int off) {
118 return TextUtils.getCapsMode(cs, off, cap == Capitalize.WORDS
  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 29 static void Deflater_setDictionaryImpl(JNIEnv* env, jobject, jbyteArray dict, int off, int len, jlong handle) {
30 toNativeZipStream(handle)->setDictionary(env, dict, off, len, false);
71 static void Deflater_setInputImpl(JNIEnv* env, jobject, jbyteArray buf, jint off, jint len, jlong handle) {
72 toNativeZipStream(handle)->setInput(env, buf, off, len);
75 static jint Deflater_deflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong handle, int flushParm) {
87 stream->stream.next_out = reinterpret_cast<Bytef*>(out.get() + off);
  /external/fsck_msdos/
fat.c 76 off_t off; local
83 off = boot->ResSectors;
84 off *= boot->BytesPerSec;
92 if (lseek(fs, off, SEEK_SET) != off) {
171 off_t off; local
182 off = boot->ResSectors + no * boot->FATsecs;
183 off *= boot->BytesPerSec;
185 if (lseek(fs, off, SEEK_SET) != off) {
559 off_t off; local
    [all...]
  /external/tcpdump/
print-ip.c 369 u_int len, off; member in struct:ip_print_demux_state
429 ipds->off & (IP_MF|IP_OFFMASK));
435 ipds->off & (IP_MF|IP_OFFMASK));
441 ipds->off & (IP_MF|IP_OFFMASK));
543 ipd.off = 0;
610 * Cut off the snapshot length to the end of the IP payload.
618 ipds->off = EXTRACT_16BITS(&ipds->ip->ip_off);
647 (ipds->off & 0x1fff) * 8,
648 bittok2str(ip_frag_values, "none", ipds->off&0xe000),
676 if ((ipds->off & 0x1fff) == 0)
    [all...]
  /external/qemu/slirp/
tcp_output.c 71 int off, flags, error; local
97 off = tp->snd_nxt - tp->snd_una;
128 if (off < so->so_snd.sb_cc)
137 len = min(so->so_snd.sb_cc, win) - off;
180 len + off >= so->so_snd.sb_cc)
361 sbcopy(&so->so_snd, off, (int) len, mtod(m, caddr_t) + hdrlen);
365 * m->m_next = m_copy(so->so_snd.sb_mb, off, (int) len);
376 if (off + len == so->so_snd.sb_cc)
  /external/qemu/slirp-android/
tcp_output.c 71 int off, flags, error; local
97 off = tp->snd_nxt - tp->snd_una;
128 if (off < so->so_snd.sb_cc)
137 len = min(so->so_snd.sb_cc, win) - off;
180 len + off >= so->so_snd.sb_cc)
361 sbcopy(&so->so_snd, off, (int) len, mtod(m, caddr_t) + hdrlen);
365 * m->m_next = m_copy(so->so_snd.sb_mb, off, (int) len);
376 if (off + len == so->so_snd.sb_cc)
  /libcore/luni/src/main/java/java/util/zip/
ZipOutputStream.java 385 public void write(byte[] buffer, int off, int nbytes)
388 if ((off < 0 || (nbytes < 0) || off > buffer.length)
389 || (buffer.length - off < nbytes)) {
398 out.write(buffer, off, nbytes);
400 super.write(buffer, off, nbytes);
402 crc.update(buffer, off, nbytes);
  /external/qemu/elff/
dwarf_die.cc 210 Elf_Word off = attr.value()->u32; local
213 while (elf_file()->get_range<Elf_Xword>(off, &low, &high) &&
217 off += 16;
221 while (elf_file()->get_range<Elf_Word>(off, &low, &high) &&
225 off += 8;
  /external/nist-sip/java/gov/nist/javax/sip/message/
MultipartMimeContentImpl.java 115 int off = 4; local
118 off = 2;
122 String rest = nextPart.substring(position + off);
  /external/stlport/src/
stdio_streambuf.cpp 76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir,
93 if (off <= numeric_limits<off_type>::max() && FSEEK(_M_file, off, whence) == 0) {
  /libcore/luni/src/main/java/java/nio/
FloatToByteBufferAdapter.java 202 public FloatBuffer put(float[] c, int off, int len) {
206 ((ReadWriteDirectByteBuffer) byteBuffer).put(c, off, len);
210 return super.put(c, off, len);
IntToByteBufferAdapter.java 202 public IntBuffer put(int[] i, int off, int len) {
206 ((ReadWriteDirectByteBuffer) byteBuffer).put(i, off, len);
210 return super.put(i, off, len);
ShortToByteBufferAdapter.java 202 public ShortBuffer put(short[] s, int off, int len) {
206 ((ReadWriteDirectByteBuffer) byteBuffer).put(s, off, len);
210 return super.put(s, off, len);
  /ndk/sources/android/stlport/src/
stdio_streambuf.cpp 76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir,
93 if (off <= numeric_limits<off_type>::max() && FSEEK(_M_file, off, whence) == 0) {
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 108 native void nAllocationSubData1D(int id, int off, int count, int[] d, int sizeBytes);
109 native void nAllocationSubData1D(int id, int off, int count, short[] d, int sizeBytes);
110 native void nAllocationSubData1D(int id, int off, int count, byte[] d, int sizeBytes);
111 native void nAllocationSubData1D(int id, int off, int count, float[] d, int sizeBytes);
124 native void nAdapter1DSubData(int ad, int off, int count, int[] d);
125 native void nAdapter1DSubData(int ad, int off, int count, float[] d);
  /frameworks/base/services/java/com/android/server/
Installer.java 79 int off = 0, count; local
81 while (off != len) {
83 count = mIn.read(buffer, off, len - off);
88 off += count;
95 if (off == len) return true;
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 137 * @param off The offset into the byte array at which bytes will start to be
145 public int read (byte[] b, int off, int len) throws IOException {
161 int count = in.read(b, off, len);
  /external/chromium/third_party/icu/source/tools/genpname/
genpname.cpp 687 Offset off = sizeof(header); local
690 printf("header \t offset=%4d size=%5d\n", 0, off);
702 printf(#foo "\t offset=%4d size=%5d\n", off, (int)foo##_size);\
703 foo##_offset = off;\
704 U_ASSERT(IS_VALID_OFFSET(off + foo##_size));\
706 off = (Offset) (off + foo##_size);
716 (int)i, off, (int)valueEnumToName_size[i]);
719 valueEnumToName_offset[i] = off; // 5:
720 U_ASSERT(IS_VALID_OFFSET(off + valueEnumToName_size[i]))
    [all...]
  /external/guava/src/com/google/common/io/
FileBackedOutputStream.java 169 @Override public synchronized void write(byte[] b, int off, int len) throws IOException {
171 out.write(b, off, len);

Completed in 309 milliseconds

1 2 3 4 5 6 7 8 91011>>