Searched refs:start_offset (Results 1 - 25 of 214) sorted by relevance

123456789

/external/chromium_org/url/
H A Durl_file.h39 // 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, argument
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,
66 DoesBeginUNCPath(const CHAR* text, int start_offset, int len, bool strict_slashes) argument
[all...]
/external/chromium_org/base/process/
H A Dprocess_info_linux.cc21 TimeDelta start_offset = internal::ClockTicksToTimeDelta(start_ticks); local
24 return Time(boot_time + start_offset);
/external/chromium_org/ui/accessibility/
H A Dax_text_utils.cc15 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;
12 FindAccessibleTextBoundary(const base::string16& text, const std::vector<int>& line_breaks, TextBoundaryType boundary, size_t start_offset, TextBoundaryDirection direction) argument
H A Dax_text_utils.h42 // (depending on |direction|) from the given |start_offset| until the
49 size_t start_offset,
/external/chromium_org/ppapi/shared_impl/
H A Durl_request_info_data.cc21 start_offset(0),
29 start_offset(0),
34 int64_t start_offset,
40 start_offset(start_offset),
33 BodyItem(Resource* file_ref, int64_t start_offset, int64_t number_of_bytes, PP_Time expected_last_modified_time) argument
H A Durl_request_info_data.h28 int64_t start_offset,
44 int64_t start_offset; member in struct:ppapi::URLRequestInfoData::BodyItem
/external/chromium_org/ui/metro_viewer/
H A Dime_types.cc10 : start_offset(0),
H A Dime_types.h20 int32 start_offset; member in struct:metro_viewer::UnderlineInfo
/external/elfutils/0.153/libelf/
H A Delf_getbase.c65 return elf == NULL ? (off_t) -1 : elf->start_offset;
H A Delf_getaroff.c74 return elf->start_offset - sizeof (struct ar_hdr) - parent->start_offset;
H A Delf_readall.c76 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/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.cc23 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();
21 BitmapGlyphInfo(int32_t glyph_id, int32_t block_offset, int32_t start_offset, int32_t length, int32_t format) argument
34 BitmapGlyphInfo(int32_t glyph_id, int32_t start_offset, int32_t length, int32_t format) argument
H A Dbitmap_glyph_info.h39 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
/external/chromium_org/ui/base/ime/
H A Dcomposition_underline.h19 : 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
H A Dcomposition_text_util_pango_unittest.cc22 int start_offset; member in struct:__anon16637::AttributeInfo
27 unsigned start_offset; member in struct:__anon16637::Underline
98 EXPECT_EQ(a.start_offset, b.start_offset);
127 g_utf8_offset_to_pointer(text, attrs[a].start_offset) - text;
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.cc23 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();
21 BitmapGlyphInfo(int32_t glyph_id, int32_t block_offset, int32_t start_offset, int32_t length, int32_t format) argument
34 BitmapGlyphInfo(int32_t glyph_id, int32_t start_offset, int32_t length, int32_t format) argument
H A Dbitmap_glyph_info.h39 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
/external/chromium_org/content/renderer/android/
H A Dcontent_detector.cc60 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/oprofile/libpp/
H A Dprofile.cpp35 : 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...]
H A Dprofile.h141 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
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.h77 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/
H A Dhb-ot-layout.h77 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/chromium_org/ppapi/thunk/
H A Dppb_url_request_info_api.h25 int64_t start_offset,
/external/elfutils/0.153/libdwfl/
H A Dimage-header.c81 __libdw_image_header (int fd, off64_t *start_offset, argument
91 *start_offset + H_START);
116 *start_offset += offset;
/external/pcre/dist/
H A Dpcredemo.c299 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 527 milliseconds

123456789