HomeSort by relevance Sort by last modified time
    Searched refs:start_offset (Results 76 - 100 of 240) sorted by null

1 2 34 5 6 7 8 910

  /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_org/base/strings/
string_util.cc 495 size_t start_offset,
499 if ((start_offset == StringType::npos) || (start_offset >= str->length()))
503 for (size_t offs(str->find(find_this, start_offset));
514 size_t start_offset,
517 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
522 size_t start_offset,
525 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
530 size_t start_offset,
533 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with
    [all...]
string_util.h 377 // Starting at |start_offset| (usually 0), replace the first instance of
381 size_t start_offset,
386 size_t start_offset,
390 // Starting at |start_offset| (usually 0), look through |str| and replace all
398 size_t start_offset,
402 size_t start_offset,
  /external/chromium_org/content/renderer/pepper/
url_request_info_util.cc 51 int64_t start_offset,
87 start_offset,
198 item.start_offset,
  /external/chromium_org/net/disk_cache/blockfile/
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/chromium_org/third_party/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/qemu/android/
snapshot.c 114 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/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;
  /art/compiler/dex/
mir_graph.cc 157 DCHECK_GT(code_offset, orig_block->start_offset);
171 bottom_block->start_offset = code_offset;
232 DCHECK_EQ(insn->offset, bottom_block->start_offset);
275 if ((bb != NULL) && (bb->start_offset == code_offset)) {
293 bb->start_offset = code_offset;
294 dex_pc_to_block_map_.Put(bb->start_offset, bb->id);
311 DexOffset start_offset = pTry->start_addr_; local
312 DexOffset end_offset = start_offset + pTry->insn_count_;
313 for (offset = start_offset; offset < end_offset; offset++) {
564 IsBadMonitorExitCatch(insn->offset, catch_block->start_offset)) {
    [all...]
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 82 underline.start_offset = clause_data[i];
89 if (underline.start_offset >= static_cast<uint32>(target_start) &&
348 underline.start_offset = 0U;
354 underline.start_offset = static_cast<uint32>(target_start);
360 underline.start_offset = static_cast<uint32>(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/chromium_org/tools/cygprofile/
cygprofile.cc 83 // 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);
  /external/elfutils/0.153/libdwfl/
core-file.c 102 memcpy (h.ar_size, parent->map_address + parent->start_offset + offset,
106 parent->start_offset + offset
337 void *contents = elf->map_address + elf->start_offset + start;
libdwflP.h 389 extern Dwfl_Error __libdw_gunzip (int fd, off64_t start_offset,
393 extern Dwfl_Error __libdw_bunzip2 (int fd, off64_t start_offset,
397 extern Dwfl_Error __libdw_unlzma (int fd, off64_t start_offset,
402 /* Skip the image header before a file image: updates *START_OFFSET. */
403 extern Dwfl_Error __libdw_image_header (int fd, off64_t *start_offset,
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.cc     [all...]
browser_accessibility_win.h 458 LONG* start_offset,
461 CONTENT_EXPORT STDMETHODIMP get_text(LONG start_offset,
468 LONG* start_offset,
475 LONG* start_offset,
482 LONG* start_offset,
507 CONTENT_EXPORT STDMETHODIMP addSelection(LONG start_offset, LONG end_offset);
514 LONG start_offset,
518 CONTENT_EXPORT STDMETHODIMP get_attributes(LONG offset, LONG* start_offset,
833 LONG start_offset,
  /external/chromium_org/ui/metro_viewer/
metro_viewer_messages.h 184 IPC_STRUCT_TRAITS_MEMBER(start_offset)
  /external/chromium_org/url/
url_canon_relative.cc 52 bool DoesBeginSlashWindowsDriveSpec(const CHAR* spec, int start_offset,
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/heap/
incremental-marking.cc 185 int start_offset = local
188 Min(object_size, start_offset + kProgressBarScanningChunk);
189 int already_scanned_offset = start_offset;
193 HeapObject::RawField(object, start_offset),
195 start_offset = end_offset;
198 } while (scan_until_end && start_offset < object_size);
199 chunk->set_progress_bar(start_offset);
200 if (start_offset < object_size) {
203 object_size - (start_offset - already_scanned_offset));
    [all...]
  /external/elfutils/0.153/libelf/
common.h 104 result->start_offset = offset;
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 433 int right_crop = 0, start_offset = 0; local
444 start_offset = input->start_offset;
502 row_src = src + start_offset;
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 365 int right_crop = 0, start_offset = 0; local
376 start_offset = input->start_offset;
432 row_src = src + start_offset;
  /external/chromium_org/content/browser/download/
download_net_log_parameters.cc 59 dict->SetString("start_offset",
151 int64 start_offset,
156 dict->SetString("start_offset", base::Int64ToString(start_offset));

Completed in 697 milliseconds

1 2 34 5 6 7 8 910