HomeSort by relevance Sort by last modified time
    Searched refs:offset_end (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/components/policy/core/common/
schema_internal.h 87 // than |offset_end| is assumed.
90 int offset_end; member in struct:policy::internal::RestrictionNode::EnumerationRestriction
schema.cc 612 int offset_end; local
624 offset_end = static_cast<int>(int_enums_.size());
637 offset_end = static_cast<int>(string_enums_.size());
645 restriction_nodes_.back().enumeration_restriction.offset_end = offset_end;
    [all...]
  /art/runtime/gc/accounting/
space_bitmap-inl.h 80 const uintptr_t offset_end = visit_end - heap_begin_; local
83 const uintptr_t index_end = OffsetToIndex(offset_end);
86 const size_t bit_end = (offset_end / kAlignment) % kBitsPerWord;
  /external/chromium_org/components/policy/tools/
generate_policy_source.py 355 offset_end = len(self.int_enums)
357 self.AppendRestriction(offset_begin, offset_end),
364 offset_end = len(self.string_enums)
366 self.AppendRestriction(offset_begin, offset_end),
    [all...]
  /external/pcre/dist/
pcre_exec.c     [all...]
  /system/core/adb/
commandline.c 603 size_t offset_end = offset + SIDELOAD_HOST_BLOCK_SIZE; local
605 if (offset_end > sz) {
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 3035 const off_t offset_end = append? iterator->offset[iterator->depth] + (off_t)FLAC__STREAM_METADATA_HEADER_LENGTH + (off_t)iterator->length : iterator->offset[iterator->depth]; local
    [all...]

Completed in 262 milliseconds