Searched defs:offset (Results 26 - 50 of 3590) sorted by relevance

1234567891011>>

/external/chromium_org/net/disk_cache/flash/
H A Dstorage_unittest.cc26 int32 offset = kOffsets[i]; local
33 bool rv = storage.Write(write_buffer->data(), size, offset);
36 rv = storage.Read(read_buffer->data(), size, offset);
/external/chromium_org/net/disk_cache/
H A Dmapped_file.cc12 size_t offset = block->offset() + view_size_; local
13 return Read(block->buffer(), block->size(), offset);
17 size_t offset = block->offset() + view_size_; local
18 return Write(block->buffer(), block->size(), offset);
24 size_t offset = block->offset() + view_size_; local
25 return Read(block->buffer(), block->size(), offset, callback, completed);
31 size_t offset local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DDeleteFromTextNodeCommand.cpp36 DeleteFromTextNodeCommand::DeleteFromTextNodeCommand(PassRefPtr<Text> node, unsigned offset, unsigned count) argument
39 , m_offset(offset)
H A DSplitTextNodeContainingElementCommand.cpp36 SplitTextNodeContainingElementCommand::SplitTextNodeContainingElementCommand(PassRefPtr<Text> text, int offset) argument
37 : CompositeEditCommand(text->document()), m_text(text), m_offset(offset)
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dparseerr.h34 * <p>The line, offset, and context fields are optional; parsing
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
70 * this is the offset from the start of the text. If the parser
74 int32_t offset; member in struct:UParseError
/external/chromium_org/third_party/icu/source/i18n/
H A Dregextxt.cpp17 uregex_utext_unescape_charAt(int32_t offset, void *ct) { argument
20 if (offset == context->lastOffset + 1) {
23 } else if (offset == context->lastOffset) {
27 utext_moveIndex32(context->text, offset - context->lastOffset - 1);
29 context->lastOffset = offset;
41 uregex_ucstr_unescape_charAt(int32_t offset, void *context) { argument
42 return ((UChar *)context)[offset];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_debug_private.h36 unsigned offset; /* current gtt offset */ member in struct:debug_stream
37 char *ptr; /* pointer to gtt offset zero */
38 char *end; /* pointer to gtt offset zero */
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_debug.h38 unsigned offset; /* current gtt offset */ member in struct:debug_stream
39 char *ptr; /* pointer to gtt offset zero */
40 char *end; /* pointer to gtt offset zero */
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvarray.h50 GLsizeiptrARB offset = (GLsizeiptrARB) array->Ptr; local
53 if (offset < bufSize) {
54 array->_MaxElement = (bufSize - offset + array->StrideB
/external/chromium_org/third_party/skia/src/animator/
H A DSkTextOnPath.h24 SkScalar offset; member in class:SkTextOnPath
/external/chromium_org/ui/gfx/
H A Dutf16_indexing_unittest.cc19 ptrdiff_t offset = static_cast<ptrdiff_t>(j - i); local
21 --offset;
22 EXPECT_EQ(offset, UTF16IndexToOffset(s, i, j));
23 EXPECT_EQ(-offset, UTF16IndexToOffset(s, j, i));
25 EXPECT_EQ(adjusted_j, UTF16OffsetToIndex(s, i, offset));
27 EXPECT_EQ(adjusted_i, UTF16OffsetToIndex(s, j, -offset));
/external/chromium_org/v8/test/mjsunit/
H A Dsubstr.js142 var offset = 0; variable
147 offset += i;
152 assertEquals(xl - offset, z.length);
153 offset -= i;
/external/eigen/bench/btl/data/
H A Dgnuplot_common_settings.hh64 set timestamp "" bottom norotate offset 0,0
69 set xlabel "matrix size" offset 0,0 variable
70 set x2label "" offset 0,0 variable
74 set ylabel "MFLOPS" offset 0,0 variable
75 set y2label "" offset 0,0 variable
78 set zlabel "" offset 0,0 variable
/external/elfutils/libdw/
H A Ddwarf_getfuncs.c61 void *arg, ptrdiff_t offset)
71 if (offset == 0)
75 die = INTUSE(dwarf_offdie) (cudie->cu->dbg, offset, &die_mem);
60 dwarf_getfuncs(Dwarf_Die *cudie, int (*callback) (Dwarf_Die *, void *), void *arg, ptrdiff_t offset) argument
H A Ddwarf_haspc.c67 ptrdiff_t offset = 0; local
68 while ((offset = INTUSE(dwarf_ranges) (die, offset, &base,
73 return offset;
H A Ddwarf_siblingof.c99 Dwarf_Off offset; local
101 if (unlikely (__libdw_formref (&sibattr, &offset) != 0))
108 + sibattr.cu->start + offset);
/external/elfutils/libdwfl/
H A Ddwfl_validate_address.c1 /* Validate an address and the relocatability of an offset from it.
53 dwfl_validate_address (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Sword offset) argument
64 if (offset != 0)
67 relative = address + offset;
/external/elfutils/libelf/
H A Delf_readall.c64 set_address (Elf *elf, size_t offset) argument
75 child->start_offset -= offset;
77 child->state.ar.offset -= offset;
79 set_address (child, offset);
139 elf->state.ar.offset -= elf->start_offset;
/external/grub/stage2/
H A Dstage1_5.c25 disk_read_savesect_func (int sector, int offset, int length) argument
/external/icu4c/common/unicode/
H A Dparseerr.h34 * <p>The line, offset, and context fields are optional; parsing
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
70 * this is the offset from the start of the text. If the parser
74 int32_t offset; member in struct:UParseError
/external/icu4c/i18n/
H A Dregextxt.cpp18 uregex_utext_unescape_charAt(int32_t offset, void *ct) { argument
21 if (offset == context->lastOffset + 1) {
24 } else if (offset == context->lastOffset) {
28 utext_moveIndex32(context->text, offset - context->lastOffset - 1);
30 context->lastOffset = offset;
42 uregex_ucstr_unescape_charAt(int32_t offset, void *context) { argument
43 return ((UChar *)context)[offset];
/external/libvpx/libvpx/third_party/libmkv/
H A DEbmlBufferWriter.h5 unsigned long long offset; member in struct:__anon21522
11 unsigned int offset; member in struct:__anon21523
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h98 static bool validSpImm8(int offset) { argument
99 return ((offset & 7) == 0) && isInt<11>(offset);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_debug_private.h36 unsigned offset; /* current gtt offset */ member in struct:debug_stream
37 char *ptr; /* pointer to gtt offset zero */
38 char *end; /* pointer to gtt offset zero */
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_debug.h38 unsigned offset; /* current gtt offset */ member in struct:debug_stream
39 char *ptr; /* pointer to gtt offset zero */
40 char *end; /* pointer to gtt offset zero */

Completed in 1371 milliseconds

1234567891011>>