HomeSort by relevance Sort by last modified time
    Searched full:child_offset (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/android/app/activity/
SubActivityScreen.java 30 static final int CHILD_OFFSET = 1000;
57 } else if (mMode < CHILD_OFFSET) {
60 intent.putExtra("mode", CHILD_OFFSET+mMode);
79 if (mMode >= CHILD_OFFSET) {
90 switch (mMode-CHILD_OFFSET) {
  /external/bluetooth/glib/gio/xdgmime/
xdgmimecache.c 216 xdg_uint32_t child_offset = GET_UINT32 (cache->buffer, offset + 28); local
227 if (cache_magic_matchlet_compare (cache, child_offset + 32 * i,
453 xdg_uint32_t child_offset; local
479 child_offset = GET_UINT32 (cache->buffer, offset + 12 * mid + 8);
484 n_children, child_offset,
495 match_char = GET_UINT32 (cache->buffer, child_offset + 12 * i);
499 mimetype_offset = GET_UINT32 (cache->buffer, child_offset + 12 * i + 4);
500 weight = GET_UINT32 (cache->buffer, child_offset + 12 * i + 8);
966 xdg_uint32_t child_offset; local
972 child_offset = GET_UINT32 (cache->buffer, offset + 12)
    [all...]
  /external/chromium/net/disk_cache/
mem_entry_impl.cc 359 int child_offset = ToChildOffset(offset + io_buf->BytesConsumed()); local
363 if (child_offset < child->child_first_pos_)
372 int ret = child->ReadData(kSparseData, child_offset, io_buf,
413 int child_offset = ToChildOffset(offset + io_buf->BytesConsumed()); local
418 kMaxSparseEntrySize - child_offset);
435 int ret = child->WriteData(kSparseData, child_offset, io_buf, write_len,
449 if (data_size != child_offset)
450 child->child_first_pos_ = child_offset;

Completed in 67 milliseconds