HomeSort by relevance Sort by last modified time
    Searched refs:start_offset (Results 26 - 50 of 200) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 773 LONG* start_offset,
778 if (!start_offset || !end_offset || selection_index != 0)
783 *start_offset = static_cast<LONG>(state.selection_start);
788 STDMETHODIMP NativeViewAccessibilityWin::get_text(LONG start_offset,
799 if (start_offset == IA2_TEXT_OFFSET_LENGTH) {
800 start_offset = len;
801 } else if (start_offset == IA2_TEXT_OFFSET_CARET) {
802 start_offset = static_cast<LONG>(state.selection_end);
811 if (start_offset > end_offset) {
812 LONG tmp = start_offset;
    [all...]
native_view_accessibility_win.h 220 LONG* start_offset,
223 STDMETHODIMP get_text(LONG start_offset, LONG end_offset, BSTR* text);
227 LONG* start_offset, LONG* end_offset,
232 LONG* start_offset, LONG* end_offset,
237 LONG* start_offset, LONG* end_offset,
254 STDMETHODIMP addSelection(LONG start_offset, LONG end_offset) {
258 LONG* start_offset,
276 LONG start_offset,
388 LONG start_offset,
  /external/speex/include/speex/
speex_jitter.h 152 int jitter_buffer_get(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t desired_span, spx_int32_t *start_offset);
189 int jitter_buffer_update_delay(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t *start_offset);
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc 606 LONG* start_offset,
611 if (!start_offset || !end_offset || selection_index != 0)
619 *start_offset = sel_start;
622 *start_offset = 0;
626 *start_offset = 0;
634 LONG start_offset, LONG end_offset, BSTR* text) {
644 if (start_offset > end_offset) {
645 LONG tmp = start_offset;
646 start_offset = end_offset;
653 if (start_offset < 0
    [all...]
browser_accessibility_win.h 238 LONG* start_offset,
241 STDMETHODIMP get_text(LONG start_offset, LONG end_offset, BSTR* text);
245 LONG* start_offset, LONG* end_offset,
250 LONG* start_offset, LONG* end_offset,
255 LONG* start_offset, LONG* end_offset,
259 STDMETHODIMP addSelection(LONG start_offset, LONG end_offset) {
262 STDMETHODIMP get_attributes(LONG offset, LONG* start_offset, LONG* end_offset,
284 LONG start_offset,
478 LONG start_offset,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gdef-table.hh 50 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_count, caret_array);
    [all...]
hb-ot-layout.cc 147 unsigned int start_offset,
151 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array);
158 unsigned int start_offset,
162 return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array);
185 unsigned int start_offset,
191 return g.get_script_tags (start_offset, script_count, script_tags);
277 unsigned int start_offset,
283 return g.get_feature_tags (start_offset, feature_count, feature_tags);
291 unsigned int start_offset,
297 return s.get_lang_sys_tags (start_offset, language_count, language_tags)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 50 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_count, caret_array);
    [all...]
hb-ot-layout.cc 141 unsigned int start_offset,
145 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array);
152 unsigned int start_offset,
156 return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array);
179 unsigned int start_offset,
185 return g.get_script_tags (start_offset, script_count, script_tags);
271 unsigned int start_offset,
277 return g.get_feature_tags (start_offset, feature_count, feature_tags);
285 unsigned int start_offset,
291 return s.get_lang_sys_tags (start_offset, language_count, language_tags)
    [all...]
  /external/elfutils/libelf/
elf_getarsym.c 108 sizeof (struct ar_hdr), elf->start_offset + SARMAG)
129 + elf->start_offset + SARMAG);
159 elf->start_offset + SARMAG + sizeof (struct ar_hdr))
168 n = *(uint32_t *) (elf->map_address + elf->start_offset
219 elf->start_offset + SARMAG
225 elf->start_offset
241 file_data = (uint32_t *) (elf->map_address + elf->start_offset
elf32_updatefile.c 155 (*fctp) ((char *) elf->map_address + elf->start_offset, ehdr,
159 memcpy (elf->map_address + elf->start_offset, ehdr,
178 memset (elf->map_address + elf->start_offset + ehdr->e_ehsize,
193 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff,
198 memcpy (elf->map_address + elf->start_offset + ehdr->e_phoff,
207 last_position = ((char *) elf->map_address + elf->start_offset
217 char *const shdr_start = ((char *) elf->map_address + elf->start_offset
242 assert ((char *) elf->map_address + elf->start_offset
245 < ((char *) elf->map_address + elf->start_offset
260 if (((char *) elf->map_address + elf->start_offset
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_batch.c 93 uint32_t start_offset = brw->state_batch_list[i].offset; local
94 uint32_t end_offset = start_offset + brw->state_batch_list[i].size;
96 start_offset);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_batch.c 93 uint32_t start_offset = brw->state_batch_list[i].offset; local
94 uint32_t end_offset = start_offset + brw->state_batch_list[i].size;
96 start_offset);
  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.h 202 int32_t start_offset,
219 int32_t start_offset,
237 int32_t start_offset,
readable_font_data.cc 170 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);
  /external/chromium_org/ppapi/c/
ppb_url_request_info.h 240 * @param[in] start_offset An optional starting point offset within the
257 int64_t start_offset,
  /external/chromium_org/ppapi/proxy/
url_request_info_resource.h 35 int64_t start_offset,
url_request_info_resource.cc 83 int64_t start_offset,
95 if (start_offset < 0 || number_of_bytes < -1)
100 start_offset,
  /packages/inputmethods/PinyinIME/jni/include/
pinyinime.h 44 * @param start_offset The starting position of the system dictionary in the
50 bool im_open_decoder_fd(int sys_fd, long start_offset, long length,
  /external/chromium_org/ppapi/api/
ppb_url_request_info.idl 238 * @param[in] start_offset An optional starting point offset within the
256 [in] int64_t start_offset,
  /external/v8/src/
regexp-macro-assembler.cc 122 int start_offset = previous_index; local
123 int char_length = subject_ptr->length() - start_offset;
143 StringCharacterPosition(subject_ptr, start_offset + slice_offset);
148 start_offset,
160 int start_offset,
173 start_offset,
  /art/compiler/dex/
mir_graph.cc 144 bottom_block->start_offset = code_offset;
153 block_map_.Put(bottom_block->start_offset, bottom_block);
227 if ((code_offset > bb->start_offset) && (bb->last_mir_insn != NULL) &&
239 bb->start_offset = code_offset;
240 block_map_.Put(bb->start_offset, bb);
256 int start_offset = pTry->start_addr_; local
257 int end_offset = start_offset + pTry->insn_count_;
258 for (offset = start_offset; offset < end_offset; offset++) {
444 catches_.insert(catch_block->start_offset);
457 eh_block->start_offset = cur_offset
    [all...]
  /external/chromium_org/content/renderer/pepper/
url_request_info_util.cc 47 int64_t start_offset,
78 start_offset,
155 item.start_offset,
  /external/chromium_org/v8/src/
regexp-macro-assembler.cc 121 int start_offset = previous_index; local
122 int char_length = subject_ptr->length() - start_offset;
142 StringCharacterPosition(subject_ptr, start_offset + slice_offset);
147 start_offset,
160 int start_offset,
174 start_offset,
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager.h 36 int acc_obj_id, int start_offset, int end_offset) = 0;
122 const BrowserAccessibility& node, int start_offset, int end_offset);

Completed in 968 milliseconds

12 3 4 5 6 7 8