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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/url/
url_file.h 39 // Returns true if the start_offset in the given spec looks like it begins a
40 // drive spec, for example "c:". This function explicitly handles start_offset
44 // plus a colon starting at |start_offset|.
46 inline bool DoesBeginWindowsDriveSpec(const CHAR* spec, int start_offset,
48 int remaining_len = spec_len - start_offset;
51 if (!IsWindowsDriveLetter(spec[start_offset]))
53 if (!IsWindowsDriveSeparator(spec[start_offset + 1]))
58 // Returns true if the start_offset in the given text looks like it begins a
59 // UNC path, for example "\\". This function explicitly handles start_offset
67 int start_offset,
    [all...]
  /external/chromium_org/base/process/
process_info_linux.cc 21 TimeDelta start_offset = internal::ClockTicksToTimeDelta(start_ticks); local
24 return Time(boot_time + start_offset);
  /external/chromium_org/ui/accessibility/
ax_text_utils.cc 15 size_t start_offset,
18 DCHECK(start_offset <= text_size);
21 if (direction == FORWARDS_DIRECTION && start_offset < text_size)
22 return start_offset + 1;
24 return start_offset;
29 if (line_break > start_offset)
36 if (line_break <= start_offset)
43 size_t result = start_offset;
ax_text_utils.h 42 // (depending on |direction|) from the given |start_offset| until the
49 size_t start_offset,
  /external/chromium_org/ppapi/shared_impl/
url_request_info_data.cc 21 start_offset(0),
29 start_offset(0),
34 int64_t start_offset,
40 start_offset(start_offset),
url_request_info_data.h 28 int64_t start_offset,
44 int64_t start_offset; member in struct:ppapi::URLRequestInfoData::BodyItem
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.h 39 int32_t start_offset,
50 int32_t start_offset,
57 int32_t offset() const { return block_offset() + start_offset(); }
58 int32_t start_offset() const { return start_offset_; } function in class:sfntly::BitmapGlyphInfo
bitmap_glyph_info.cc 23 int32_t start_offset,
29 start_offset_(start_offset),
35 int32_t start_offset,
41 start_offset_(start_offset),
65 return lhs->start_offset() > rhs->start_offset();
  /external/chromium_org/ui/metro_viewer/
ime_types.cc 10 : start_offset(0),
ime_types.h 20 int32 start_offset; member in struct:metro_viewer::UnderlineInfo
  /external/elfutils/0.153/libelf/
elf_getbase.c 65 return elf == NULL ? (off_t) -1 : elf->start_offset;
elf_getaroff.c 74 return elf->start_offset - sizeof (struct ar_hdr) - parent->start_offset;
elf_readall.c 76 child->start_offset -= offset;
137 elf->start_offset)
155 set_address (elf, elf->start_offset);
159 elf->state.ar.offset -= elf->start_offset;
160 elf->start_offset = 0;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.h 39 int32_t start_offset,
50 int32_t start_offset,
57 int32_t offset() const { return block_offset() + start_offset(); }
58 int32_t start_offset() const { return start_offset_; } function in class:sfntly::BitmapGlyphInfo
bitmap_glyph_info.cc 23 int32_t start_offset,
29 start_offset_(start_offset),
35 int32_t start_offset,
41 start_offset_(start_offset),
65 return lhs->start_offset() > rhs->start_offset();
  /external/chromium_org/ui/base/ime/
composition_underline.h 19 : start_offset(0),
27 : start_offset(s),
34 : start_offset(s),
41 return (this->start_offset == rhs.start_offset) &&
51 uint32 start_offset; member in struct:ui::CompositionUnderline
composition_text_util_pango_unittest.cc 22 int start_offset; member in struct:__anon342::AttributeInfo
27 unsigned start_offset; member in struct:__anon342::Underline
98 EXPECT_EQ(a.start_offset, b.start_offset);
127 g_utf8_offset_to_pointer(text, attrs[a].start_offset) - text;
  /external/oprofile/libpp/
profile.h 141 u64 start_offset; member in class:profile_t
165 const_iterator() : start_offset(0) {}
167 : it(it_), start_offset(start_offset_) {}
172 odb_key_t vma() const { return it->first + start_offset; }
184 u64 start_offset; member in class:profile_t::const_iterator
profile.cpp 35 : start_offset(0)
132 // address space and setting a non zero start_offset will overflow
137 start_offset = header.anon_start;
139 start_offset = abfd.get_start_offset(0);
142 cverb << (vdebug) << "start_offset is now " << start_offset << endl;
149 // Check the start position isn't before start_offset:
154 if (start < start_offset) {
159 start -= start_offset;
160 end -= start_offset;
    [all...]
  /external/chromium_org/content/renderer/android/
content_detector.cc 60 for (size_t start_offset = 0; start_offset < content.length();) {
62 if (!FindContent(content.begin() + start_offset,
66 size_t content_start = start_offset + relative_start;
67 size_t content_end = start_offset + relative_end;
76 start_offset += relative_end;
  /external/chromium_org/ppapi/thunk/
ppb_url_request_info_api.h 25 int64_t start_offset,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.h 77 unsigned int start_offset,
86 unsigned int start_offset,
102 unsigned int start_offset,
123 unsigned int start_offset,
131 unsigned int start_offset,
162 unsigned int start_offset,
171 unsigned int start_offset,
187 unsigned int start_offset,
  /external/harfbuzz_ng/src/
hb-ot-layout.h 77 unsigned int start_offset,
86 unsigned int start_offset,
102 unsigned int start_offset,
123 unsigned int start_offset,
131 unsigned int start_offset,
162 unsigned int start_offset,
171 unsigned int start_offset,
187 unsigned int start_offset,
  /external/elfutils/0.153/libdwfl/
image-header.c 81 __libdw_image_header (int fd, off64_t *start_offset,
91 *start_offset + H_START);
116 *start_offset += offset;
  /external/pcre/dist/
pcredemo.c 299 int start_offset = ovector[1]; /* Start at end of previous match */ local
318 start_offset, /* starting offset in the subject */
339 ovector[1] = start_offset + 1; /* Advance one byte */
341 start_offset < subject_length - 1 && /* we are at CRLF, */
342 subject[start_offset] == '\r' &&
343 subject[start_offset + 1] == '\n')

Completed in 729 milliseconds

1 2 3 4 5 6 7 8 910