Searched defs:start_offset (Results 26 - 50 of 113) sorted by relevance

12345

/external/elfutils/0.153/libdwfl/
H A Dgzip.c99 unzip (int fd, off64_t start_offset, argument
160 ssize_t n = pread_retry (fd, input_buffer, READ_SIZE, start_offset);
206 start_offset + input_pos);
253 if (start_offset != 0)
255 off64_t off = lseek (d, start_offset, SEEK_SET);
256 if (off != start_offset)
/external/chromium_org/cc/animation/
H A Danimation.cc195 double start_offset = iteration_start_ * curve_->Duration(); local
199 return start_offset;
220 (active_time - active_duration) * playback_rate_ + start_offset;
222 scaled_active_time = active_time * playback_rate_ + start_offset;
226 if (scaled_active_time - start_offset == repeated_duration &&
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager.cc288 const BrowserAccessibility& node, int start_offset, int end_offset) {
291 node.GetId(), start_offset, end_offset);
287 SetTextSelection( const BrowserAccessibility& node, int start_offset, int end_offset) argument
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_selection_controller_unittest.cc333 gfx::PointF start_offset = start_rect.CenterPoint(); local
337 EXPECT_EQ(start_offset + gfx::Vector2dF(0, 5), GetLastCaretPosition());
342 EXPECT_EQ(start_offset + gfx::Vector2dF(5, 5), GetLastCaretPosition());
347 EXPECT_EQ(start_offset + gfx::Vector2dF(10, 10), GetLastCaretPosition());
537 gfx::PointF start_offset = start_rect.CenterPoint(); local
543 EXPECT_EQ(start_offset + gfx::Vector2dF(0, 5), GetLastSelectionEnd());
549 EXPECT_EQ(start_offset + gfx::Vector2dF(5, 5), GetLastSelectionEnd());
555 EXPECT_EQ(start_offset + gfx::Vector2dF(10, 5), GetLastSelectionEnd());
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_complete.cc347 int acc_obj_id, int start_offset, int end_offset) {
367 input_element->setSelectionRange(start_offset, end_offset);
346 OnSetTextSelection( int acc_obj_id, int start_offset, int end_offset) argument
/external/chromium_org/net/disk_cache/blockfile/
H A Dbitmap.cc137 int start_offset = begin & (kIntBits - 1); local
138 if (start_offset) {
140 int len = std::min(end - begin, kIntBits - start_offset);
/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.cc42 size_t start_offset = buffer->offset(); local
66 if (buffer->offset() - start_offset > std::numeric_limits<uint32_t>::max()) {
69 glyph->composite_data_size = buffer->offset() - start_offset;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-jstf-table.hh150 inline unsigned int get_lang_sys_tags (unsigned int start_offset, argument
153 { return langSys.get_tags (start_offset, lang_sys_count, lang_sys_tags); }
200 inline unsigned int get_script_tags (unsigned int start_offset, argument
203 { return scriptList.get_tags (start_offset, script_count, script_tags); }
H A Dhb-ot-layout-gdef-table.hh50 unsigned int start_offset,
65 const USHORT *array = points.sub_array (start_offset, point_count);
208 unsigned int start_offset,
213 const OffsetTo<CaretValue> *array = carets.sub_array (start_offset, caret_count);
241 unsigned int start_offset,
253 return lig_glyph.get_lig_carets (font, direction, glyph_id, start_offset, caret_count, caret_array);
349 unsigned int start_offset,
352 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); }
358 unsigned int start_offset,
361 { return (this+ligCaretList).get_lig_carets (font, direction, glyph_id, start_offset, caret_coun
49 get_attach_points(hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *point_count , unsigned int *point_array ) const argument
205 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
238 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
348 get_attach_points(hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *point_count , unsigned int *point_array ) const argument
355 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
[all...]
/external/chromium_org/third_party/libwebp/utils/
H A Dfilters.c49 const size_t start_offset = row * stride; local
52 in += start_offset;
53 out += start_offset;
96 const size_t start_offset = row * stride; local
99 in += start_offset;
100 out += start_offset;
149 const size_t start_offset = row * stride; local
152 in += start_offset;
153 out += start_offset;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc170 int32_t start_offset,
180 int32_t location_start = ReadUShort(start_index + location * start_offset);
202 int32_t start_offset,
210 int32_t location_start = ReadUShort(start_index + location * start_offset);
225 int32_t start_offset,
236 + location * start_offset);
169 SearchUShort(int32_t start_index, int32_t start_offset, int32_t end_index, int32_t end_offset, int32_t length, int32_t key) argument
201 SearchUShort(int32_t start_index, int32_t start_offset, int32_t length, int32_t key) argument
224 SearchULong(int32_t start_index, int32_t start_offset, int32_t end_index, int32_t end_offset, int32_t length, int32_t key) argument
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc135 int start_offset = Offset::kHeaderLength; local
149 start_offset + glyph_offset, size, builder->format());
153 start_offset += glyph_offset;
/external/chromium_org/url/
H A Durl_canon_relative.cc52 bool DoesBeginSlashWindowsDriveSpec(const CHAR* spec, int start_offset, argument
54 if (start_offset >= spec_len)
56 return IsURLSlash(spec[start_offset]) &&
57 DoesBeginWindowsDriveSpec(spec, start_offset + 1, spec_len);
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.h99 int start_offset,
175 Register start_offset() { return w27; } function in class:v8::internal::RegExpMacroAssemblerARM64
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler.cc90 int start_offset = previous_index; local
91 int char_length = subject_ptr->length() - start_offset;
111 StringCharacterPosition(subject_ptr, start_offset + slice_offset);
116 start_offset,
129 int start_offset,
142 start_offset,
126 Execute( Code* code, String* input, int start_offset, const byte* input_start, const byte* input_end, int* output, int output_size, Isolate* isolate) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-jstf-table.hh150 inline unsigned int get_lang_sys_tags (unsigned int start_offset, argument
153 { return langSys.get_tags (start_offset, lang_sys_count, lang_sys_tags); }
200 inline unsigned int get_script_tags (unsigned int start_offset, argument
203 { return scriptList.get_tags (start_offset, script_count, script_tags); }
H A Dhb-ot-layout-gdef-table.hh50 unsigned int start_offset,
65 const USHORT *array = points.sub_array (start_offset, point_count);
208 unsigned int start_offset,
213 const OffsetTo<CaretValue> *array = carets.sub_array (start_offset, caret_count);
241 unsigned int start_offset,
253 return lig_glyph.get_lig_carets (font, direction, glyph_id, start_offset, caret_count, caret_array);
349 unsigned int start_offset,
352 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); }
358 unsigned int start_offset,
361 { return (this+ligCaretList).get_lig_carets (font, direction, glyph_id, start_offset, caret_coun
49 get_attach_points(hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *point_count , unsigned int *point_array ) const argument
205 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
238 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
348 get_attach_points(hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *point_count , unsigned int *point_array ) const argument
355 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
[all...]
/external/qemu/android/
H A Dsnapshot.c114 uint64_t start_offset = seek_or_die(fd, 0, SEEK_CUR); local
151 uint32_t total_size = end_offset - start_offset;
155 seek_or_die(fd, start_offset + aligned_size, SEEK_SET);
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc170 int32_t start_offset,
180 int32_t location_start = ReadUShort(start_index + location * start_offset);
202 int32_t start_offset,
210 int32_t location_start = ReadUShort(start_index + location * start_offset);
225 int32_t start_offset,
236 + location * start_offset);
169 SearchUShort(int32_t start_index, int32_t start_offset, int32_t end_index, int32_t end_offset, int32_t length, int32_t key) argument
201 SearchUShort(int32_t start_index, int32_t start_offset, int32_t length, int32_t key) argument
224 SearchULong(int32_t start_index, int32_t start_offset, int32_t end_index, int32_t end_offset, int32_t length, int32_t key) argument
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc135 int start_offset = Offset::kHeaderLength; local
149 start_offset + glyph_offset, size, builder->format());
153 start_offset += glyph_offset;
/external/webp/src/utils/
H A Dfilters.c49 const size_t start_offset = row * stride; local
52 in += start_offset;
53 out += start_offset;
96 const size_t start_offset = row * stride; local
99 in += start_offset;
100 out += start_offset;
149 const size_t start_offset = row * stride; local
152 in += start_offset;
153 out += start_offset;
/external/chromium_org/base/strings/
H A Dstring_util_unittest.cc513 string16::size_type start_offset; member in struct:base::__anon2477
534 ReplaceSubstringsAfterOffset(&str, cases[i].start_offset,
544 string16::size_type start_offset; member in struct:base::__anon2478
564 ReplaceFirstSubstringAfterOffset(&str, cases[i].start_offset,
/external/chromium_org/tools/cygprofile/
H A Dcygprofile.cc83 // stored in |line| at position |start_offset| was successfully stored in
86 off_t start_offset,
89 if (start_offset >= line.length())
94 base::StringPiece(line.c_str() + start_offset, length), &address);
85 ParseAddress(const std::string& line, off_t start_offset, size_t length, uint64* result) argument
/external/libunwind/src/ia64/
H A DGtables.c40 uint64_t start_offset; member in struct:ia64_table_entry
89 unw_word_t e_addr = 0, start_offset, end_offset, info_offset; local
99 if ((ret = remote_read (e_addr, start_offset)) < 0)
102 if (rel_ip < start_offset)
115 if (rel_ip < start_offset || rel_ip >= end_offset)
117 e->start_offset = start_offset;
143 unw_word_t start_offset, end_offset, info_offset, segbase; local
161 start_offset = e[0].start_offset;
[all...]
/external/openfst/src/include/fst/
H A Dconst-fst.h348 size_t start_offset = 0; local
354 } else if ((start_offset = strm.tellp()) == -1) {
413 properties, &hdr, start_offset);

Completed in 607 milliseconds

12345