Searched defs:start_offset (Results 1 - 25 of 113) sorted by relevance

12345

/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/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/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/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
/external/chromium_org/ui/metro_viewer/
H A Dime_types.h20 int32 start_offset; member in struct:metro_viewer::UnderlineInfo
/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/ppapi/cpp/
H A Durl_request_info.cc63 int64_t start_offset,
71 start_offset,
61 AppendFileRangeToBody( const FileRef& file_ref, int64_t start_offset, int64_t length, PP_Time expected_last_modified_time) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_url_request_info_thunk.cc53 int64_t start_offset,
61 start_offset,
51 AppendFileToBody(PP_Resource request, PP_Resource file_ref, int64_t start_offset, int64_t number_of_bytes, PP_Time expected_last_modified_time) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c93 uint32_t start_offset = brw->state_batch_list[i].offset; local
94 uint32_t end_offset = start_offset + brw->state_batch_list[i].size;
96 start_offset);
/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/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/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c93 uint32_t start_offset = brw->state_batch_list[i].offset; local
94 uint32_t end_offset = start_offset + brw->state_batch_list[i].size;
96 start_offset);
/external/chromium_org/content/renderer/pepper/
H A Durl_request_info_util.cc51 int64_t start_offset,
87 start_offset,
198 item.start_offset,
49 AppendFileRefToBody(PP_Instance instance, PP_Resource resource, int64_t start_offset, int64_t number_of_bytes, PP_Time expected_last_modified_time, WebHTTPBody* http_body) argument
/external/chromium_org/ppapi/proxy/
H A Durl_request_info_resource.cc83 int64_t start_offset,
95 if (start_offset < 0 || number_of_bytes < -1)
100 start_offset,
81 AppendFileToBody( PP_Resource file_ref, int64_t start_offset, int64_t number_of_bytes, PP_Time expected_last_modified_time) argument
/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/oprofile/libpp/
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/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')
/external/chromium_org/content/browser/download/
H A Ddownload_net_log_parameters.cc59 dict->SetString("start_offset",
151 int64 start_offset,
156 dict->SetString("start_offset", base::Int64ToString(start_offset));
150 FileOpenedNetLogCallback(const base::FilePath* file_name, int64 start_offset, net::NetLog::LogLevel log_level) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.h335 size_t start_offset,
334 OnTextSurroundingSelectionResponse(const base::string16& content, size_t start_offset, size_t end_offset) argument
/external/chromium_org/media/base/
H A Daudio_buffer_unittest.cc18 float start_offset,
21 const float v = start_offset + start + ch * bus->frames() * increment;
14 VerifyBusWithOffset(AudioBus* bus, int offset, int frames, float start, float start_offset, float increment) argument
/external/chromium_org/net/tools/tld_cleanup/
H A Dtld_cleanup_util.cc93 size_t start_offset = 0; local
107 if (domain->find("*.", start_offset) != std::string::npos ||
108 domain->find('!', start_offset) != std::string::npos) {

Completed in 760 milliseconds

12345