Searched defs:offset (Results 201 - 225 of 1540) sorted by relevance

1234567891011>>

/external/chromium/net/disk_cache/
H A Dnet_log_parameters.cc27 int index, int offset, int buf_len, bool truncate)
28 : index_(index), offset_(offset), buf_len_(buf_len), truncate_(truncate) {
34 dict->SetInteger("offset", offset_);
59 int64 offset, int buff_len)
60 : offset_(offset), buff_len_(buff_len) {
67 dict->SetString("offset", base::Int64ToString(offset_));
26 ReadWriteDataParameters( int index, int offset, int buf_len, bool truncate) argument
58 SparseOperationParameters( int64 offset, int buff_len) argument
H A Dstorage_block-inl.h41 template<typename T> int StorageBlock<T>::offset() const { function in class:disk_cache::StorageBlock
/external/chromium/net/spdy/
H A Dspdy_frame_builder.h77 // Write an integer to a particular offset in the data buffer.
78 bool WriteUInt32ToOffset(int offset, uint32 value) { argument
80 return WriteBytesToOffset(offset, &value, sizeof(value));
83 // Write to a particular offset in the data buffer.
84 bool WriteBytesToOffset(int offset, const void* data, uint32 data_len) { argument
85 if (offset + data_len > length_)
87 char *ptr = buffer_ + offset;
127 // was an error. Call EndWrite with the returned offset and the given length
154 size_t variable_buffer_offset_; // IF non-zero, then offset to a buffer.
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbyteorder.h49 inline void Set8(void* memory, size_t offset, uint8 v) { argument
50 static_cast<uint8*>(memory)[offset] = v;
52 inline uint8 Get8(const void* memory, size_t offset) { argument
53 return static_cast<const uint8*>(memory)[offset];
/external/clang/test/Analysis/
H A Dstream.c82 void pr8081(FILE *stream, long offset, int whence) { argument
83 fseek(stream, offset, whence);
/external/collada/src/dae/
H A DdaeMetaChoice.cpp19 daeElement *daeMetaChoice::placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset, daeElement* before, daeElement *after ) { argument
20 (void)offset;
H A DdaeMetaGroup.cpp25 daeElement *daeMetaGroup::placeElement( daeElement *parent, daeElement *child, daeUInt &ordinal, daeInt offset, daeElement* before, daeElement *after ) { argument
26 (void)offset;
35 if ( _elementContainer->placeElement(parent, child, ordinal, offset ) != NULL ) {
75 el = _elementContainer->placeElement(parent, _elementContainer->_elementType->create(), ordinal, offset );
/external/e2fsprogs/ext2ed/
H A Dgroup_com.c82 unsigned long copy_num,offset; local
93 offset=file_system_info.first_group_desc_offset+copy_num*file_system_info.super_block.s_blocks_per_group*file_system_info.block_size;
95 if (offset > file_system_info.file_system_size) {
100 device_offset=offset+group_info.group_num*sizeof (struct ext2_group_desc);
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c61 static int valid_offset(int fd, blkid_loff_t offset) argument
65 if (blkid_llseek(fd, offset, 0) < 0)
/external/e2fsprogs/lib/ext2fs/
H A Dalloc_tables.c33 * block number with a correct offset were the bitmaps and inode
37 ext2fs_block_bitmap bmap, int offset, int size,
50 if (offset)
51 offset -= 1;
74 if (ext2fs_get_free_blocks(fs, first_free + offset, last_blk, size,
36 flexbg_offset(ext2_filsys fs, dgrp_t group, blk_t start_blk, ext2fs_block_bitmap bmap, int offset, int size, int elem_size) argument
H A Dbrel.h14 __s16 offset; member in struct:ext2_block_relocate_entry
H A Dlink.c34 int offset,
54 next = (struct ext2_dir_entry *) (buf + offset + curr_rec_len);
55 if ((offset + curr_rec_len < blocksize - 8) &&
57 (offset + curr_rec_len + next->rec_len <= blocksize)) {
78 next = (struct ext2_dir_entry *) (buf + offset +
33 link_proc(struct ext2_dir_entry *dirent, int offset, int blocksize, char *buf, void *priv_data) argument
/external/elfutils/libdw/
H A Ddwarf_getloclist.c31 Dwarf_Word offset; member in struct:loclist
72 /* Must have the form data4 or data8 which act as an offset. */
102 newloc->offset = data - block.data;
279 result[n].offset = loclist->offset;
/external/elfutils/libelf/
H A Dcommon.h56 allocate_elf (int fildes, void *map_address, off_t offset, size_t maxsize, argument
68 result->start_offset = offset;
H A Delf_getdata.c182 size_t offset; local
196 offset = shdr->sh_offset;
209 offset = shdr->sh_offset;
253 if (offset + size > elf->maximum_size)
261 = (char *) elf->map_address + elf->start_offset + offset;
276 elf->start_offset + offset) != size)
/external/elfutils/tests/
H A Dsectiondump.c93 "offset = %" PRIx64 "\n"
140 off_t offset = data->d_off; local
148 printf ("%*Zx: ", sizeof (size_t) == 4 ? 8 : 16, (size_t) offset + cnt);
H A Dshow-abbrev.c50 Dwarf_Off offset = 0; local
55 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length);
63 printf ("dwarf_getabbrevtag at offset %llu returned error: %s\n",
64 (unsigned long long int) offset,
72 printf ("dwarf_getabbrevcode at offset %llu returned error: %s\n",
73 (unsigned long long int) offset,
81 printf ("dwarf_abbrevhaschildren at offset %llu returned error: %s\n",
82 (unsigned long long int) offset,
88 (unsigned long long int) offset, code, tag, children);
93 printf ("dwarf_getattrcnt at offset
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/
H A DAttributeCollection.java32 public final Attribute_info get (final int offset) argument
34 return (Attribute_info) m_attributes.get (offset);
150 public Attribute_info set (final int offset, final Attribute_info attribute) argument
152 final Attribute_info result = (Attribute_info) m_attributes.set (offset, attribute);
164 m_innerClassesAttributeOffset = offset;
175 public Attribute_info remove (final int offset) argument
177 final Attribute_info result = (Attribute_info) m_attributes.remove (offset);
H A DFieldCollection.java28 public Field_info get (final int offset) argument
30 return (Field_info) m_fields.get (offset);
116 public Field_info set (final int offset, final Field_info field) argument
118 return (Field_info) m_fields.set (offset, field);
H A DMethodCollection.java28 public Method_info get (final int offset) argument
30 return (Method_info) m_methods.get (offset);
116 public Method_info set (final int offset, final Method_info method) argument
118 return (Method_info) m_methods.set (offset, method);
121 public Method_info remove (final int offset) argument
123 return (Method_info) m_methods.remove (offset);
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DInnerClassesAttribute_info.java51 * Returns {@link InnerClass_info} descriptor at a given offset.
53 * @param offset inner class entry offset [must be in [0, size()) range;
57 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
59 public final InnerClass_info get (final int offset) argument
61 return (InnerClass_info) m_classes.get (offset);
H A DLineNumberTableAttribute_info.java78 * Returns {@link LineNumber_info} descriptor at a given offset.
80 * @param offset line number entry offset [must be in [0, size()) range;
84 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range
86 public LineNumber_info get (final int offset) argument
88 return (LineNumber_info) m_lines.get (offset);
/external/emma/core/java12/com/vladium/util/
H A DIntSet.java119 public void values (final int [] target, final int offset) argument
123 int scan = offset;
/external/freetype/src/base/
H A Dftpatent.c171 FT_ULong offset, num_ins, size; local
175 offset = service->get_location( face, gindex, &size );
179 if ( FT_STREAM_SEEK( offset ) ||
/external/guava/src/com/google/common/collect/
H A DRegularImmutableList.java36 private final transient int offset; field in class:RegularImmutableList
40 RegularImmutableList(Object[] array, int offset, int size) { argument
41 this.offset = offset;
65 return (UnmodifiableIterator<E>) Iterators.forArray(array, offset, size);
70 Platform.unsafeArrayCopy(array, offset, newArray, 0, size);
80 Platform.unsafeArrayCopy(array, offset, other, 0, size);
88 return (E) array[index + offset];
93 for (int i = offset; i < offset
228 int offset() { method in class:RegularImmutableList
[all...]

Completed in 625 milliseconds

1234567891011>>