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

1 23 4 5 6 7 8

  /external/chromium_org/ui/base/gtk/
gtk_im_context_util.cc 86 if (underline.start_offset == cursor_offset) {
90 composition->selection.set_start(underline.start_offset);
  /packages/inputmethods/PinyinIME/jni/share/
pinyinime.cpp 49 bool im_open_decoder_fd(int sys_fd, long start_offset, long length,
58 return matrix_search->init_fd(sys_fd, start_offset, length, fn_usr_dict);
  /external/chromium_org/ppapi/cpp/
url_request_info.h 85 /// @param[in] start_offset An optional starting point offset within the
100 int64_t start_offset,
  /external/elfutils/libelf/
elf_clone.c 77 retval = allocate_elf (elf->fildes, elf->map_address, elf->start_offset,
elf_getdata_rawchunk.c 117 rawchunk = elf->map_address + elf->start_offset + offset;
131 elf->start_offset + offset)
elf32_getshdr.c 106 + elf->start_offset + ehdr->e_shoff);
126 + elf->start_offset + ehdr->e_shoff);
131 + elf->start_offset + ehdr->e_shoff),
170 elf->start_offset + ehdr->e_shoff);
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.cc     [all...]
browser_accessibility_win.h 451 LONG* start_offset,
454 CONTENT_EXPORT STDMETHODIMP get_text(LONG start_offset,
461 LONG* start_offset,
468 LONG* start_offset,
475 LONG* start_offset,
500 CONTENT_EXPORT STDMETHODIMP addSelection(LONG start_offset, LONG end_offset);
507 LONG start_offset,
511 CONTENT_EXPORT STDMETHODIMP get_attributes(LONG offset, LONG* start_offset,
835 LONG start_offset,
  /external/chromium_org/content/browser/download/
download_net_log_parameters.h 74 int64 start_offset,
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_complete.h 102 void OnSetTextSelection(int acc_obj_id, int start_offset, int end_offset);
  /device/asus/deb/
releasetools.py 106 # unsigned int start_offset;
126 magic, num_images, start_offset, bootloader_size = struct.unpack(
139 p = start_offset
144 assert p - start_offset == bootloader_size, "bootloader.img corrupted"
  /device/asus/flo/
releasetools.py 131 # unsigned int start_offset;
151 magic, num_images, start_offset, bootloader_size = struct.unpack(
164 p = start_offset
169 assert p - start_offset == bootloader_size, "bootloader.img corrupted"
  /device/lge/hammerhead/
releasetools.py 106 # unsigned int start_offset;
131 magic, num_images, start_offset, bootloader_size = struct.unpack(
144 p = start_offset
149 assert p - start_offset == bootloader_size, "bootloader.img corrupted"
  /device/lge/mako/
releasetools.py 106 # unsigned int start_offset;
126 magic, num_images, start_offset, bootloader_size = struct.unpack(
139 p = start_offset
144 assert p - start_offset == bootloader_size, "bootloader.img corrupted"
  /external/chromium/base/
string_util.cc 710 typename StringType::size_type start_offset,
714 if ((start_offset == StringType::npos) || (start_offset >= str->length()))
718 for (typename StringType::size_type offs(str->find(find_this, start_offset));
729 string16::size_type start_offset,
732 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
737 std::string::size_type start_offset,
740 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
745 string16::size_type start_offset,
748 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with
    [all...]
  /external/chromium/net/disk_cache/
bitmap.cc 137 int start_offset = begin & (kIntBits - 1); local
138 if (start_offset) {
140 int len = std::min(end - begin, kIntBits - start_offset);
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 121 size_t start_offset = 0; local
135 if (domain->find("*.", start_offset) != std::string::npos ||
136 domain->find('!', start_offset) != std::string::npos) {
  /external/chromium_org/base/strings/
string_util.cc 605 typename StringType::size_type start_offset,
609 if ((start_offset == StringType::npos) || (start_offset >= str->length()))
613 for (typename StringType::size_type offs(str->find(find_this, start_offset));
624 string16::size_type start_offset,
627 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
632 std::string::size_type start_offset,
635 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
640 string16::size_type start_offset,
643 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with
    [all...]
  /external/chromium_org/net/disk_cache/
bitmap.cc 137 int start_offset = begin & (kIntBits - 1); local
138 if (start_offset) {
140 int len = std::min(end - begin, kIntBits - start_offset);
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.cc 93 size_t start_offset = 0; local
107 if (domain->find("*.", start_offset) != std::string::npos ||
108 domain->find('!', start_offset) != std::string::npos) {
  /external/qemu/android/
snapshot.c 119 uint64_t start_offset = seek_or_die(fd, 0, SEEK_CUR); local
156 uint32_t total_size = end_offset - start_offset;
160 seek_or_die(fd, start_offset + aligned_size, SEEK_SET);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 135 int start_offset = Offset::kHeaderLength; local
149 start_offset + glyph_offset, size, builder->format());
153 start_offset += glyph_offset;
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 84 underline.start_offset = clause_data[i];
90 if (underline.start_offset >= static_cast<unsigned>(target_start) &&
348 underline.start_offset = 0;
354 underline.start_offset = target_start;
360 underline.start_offset = target_end;
  /external/speex/libspeex/
jitter.c 465 EXPORT int jitter_buffer_get(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t desired_span, spx_int32_t *start_offset)
472 if (start_offset != NULL)
473 *start_offset = 0;
614 if (start_offset != NULL)
615 *start_offset = offset;
617 speex_warning_int("jitter_buffer_get() discarding non-zero start_offset", offset);
630 if (start_offset != NULL)
631 jitter->buffered += *start_offset;
716 static int _jitter_buffer_update_delay(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t *start_offset)
739 EXPORT int jitter_buffer_update_delay(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t *start_offset)
    [all...]
  /external/elfutils/libdwfl/
core-file.c 102 memcpy (h.ar_size, parent->map_address + parent->start_offset + offset,
106 parent->start_offset + offset
328 void *contents = elf->map_address + elf->start_offset + start;

Completed in 1605 milliseconds

1 23 4 5 6 7 8