Home
last modified time | relevance | path

Searched refs:end_offset (Results 1 – 25 of 93) sorted by relevance

1234

/external/chromium_org/net/quic/crypto/
Dcrypto_framer.cc125 uint32 end_offset = 0; in ConstructHandshakeMessage() local
139 if (!WritePadTag(&writer, pad_length, &end_offset)) { in ConstructHandshakeMessage()
148 end_offset += it->second.length(); in ConstructHandshakeMessage()
149 if (!writer.WriteUInt32(end_offset)) { in ConstructHandshakeMessage()
156 if (!WritePadTag(&writer, pad_length, &end_offset)) { in ConstructHandshakeMessage()
240 uint32 end_offset; in Process() local
241 reader.ReadUInt32(&end_offset); in Process()
243 if (end_offset < last_end_offset) { in Process()
247 make_pair(tag, static_cast<size_t>(end_offset - last_end_offset))); in Process()
248 last_end_offset = end_offset; in Process()
[all …]
/external/chromium_org/ui/base/ime/
Dcomposition_underline.h20 end_offset(0), in CompositionUnderline()
28 end_offset(e), in CompositionUnderline()
35 end_offset(e), in CompositionUnderline()
42 (this->end_offset == rhs.end_offset) && (this->color == rhs.color) &&
52 uint32 end_offset; member
Dcomposition_text_util_pango_unittest.cc23 int end_offset; member
28 unsigned end_offset; member
99 EXPECT_EQ(a.end_offset, b.end_offset); in CompareUnderline()
129 g_utf8_offset_to_pointer(text, attrs[a].end_offset) - text; in TEST()
Dcomposition_text_util_pango.cc92 composition->selection.set_start(underline.end_offset); in ExtractCompositionTextFromGtkPreedit()
94 } else if (underline.end_offset == cursor_offset) { in ExtractCompositionTextFromGtkPreedit()
/external/libunwind/src/ia64/
DGtables.c41 uint64_t end_offset; member
89 unw_word_t e_addr = 0, start_offset, end_offset, info_offset; in remote_lookup() local
106 if ((ret = remote_read (e_addr, end_offset)) < 0) in remote_lookup()
109 if (rel_ip >= end_offset) in remote_lookup()
115 if (rel_ip < start_offset || rel_ip >= end_offset) in remote_lookup()
118 e->end_offset = end_offset; in remote_lookup()
143 unw_word_t start_offset, end_offset, info_offset, segbase; in _Uia64_find_dyn_list() local
162 end_offset = e[0].end_offset; in _Uia64_find_dyn_list()
177 || (ret = remote_read (e_addr, end_offset) < 0) in _Uia64_find_dyn_list()
184 if (start_offset != end_offset) in _Uia64_find_dyn_list()
[all …]
/external/chromium_org/ui/views/accessibility/
Dnative_view_accessibility_win.cc1002 LONG* end_offset) { in get_selection() argument
1006 if (!start_offset || !end_offset || selection_index != 0) in get_selection()
1012 *end_offset = static_cast<LONG>(state.selection_end); in get_selection()
1017 LONG end_offset, in get_text() argument
1032 if (end_offset == IA2_TEXT_OFFSET_LENGTH) { in get_text()
1033 end_offset = static_cast<LONG>(text_str.size()); in get_text()
1034 } else if (end_offset == IA2_TEXT_OFFSET_CARET) { in get_text()
1035 end_offset = static_cast<LONG>(state.selection_end); in get_text()
1039 if (start_offset > end_offset) { in get_text()
1041 start_offset = end_offset; in get_text()
[all …]
Dnative_view_accessibility_win.h232 LONG* end_offset);
234 STDMETHODIMP get_text(LONG start_offset, LONG end_offset, BSTR* text);
238 LONG* start_offset, LONG* end_offset,
243 LONG* start_offset, LONG* end_offset,
248 LONG* start_offset, LONG* end_offset,
265 STDMETHODIMP addSelection(LONG start_offset, LONG end_offset) { in addSelection() argument
270 LONG* end_offset, in get_attributes() argument
288 LONG end_offset) { in setSelection() argument
/external/chromium_org/net/http/
Dhttp_stream_parser.cc781 int end_offset; in HandleReadHeaderResult() local
784 end_offset = read_buf_->offset(); in HandleReadHeaderResult()
787 end_offset = 0; in HandleReadHeaderResult()
789 int rv = DoParseResponseHeaders(end_offset); in HandleReadHeaderResult()
851 int end_offset = -1; in ParseResponseHeaders() local
861 end_offset = HttpUtil::LocateEndOfHeaders(read_buf_->StartOfBuffer(), in ParseResponseHeaders()
867 end_offset = 0; in ParseResponseHeaders()
870 if (end_offset == -1) in ParseResponseHeaders()
873 int rv = DoParseResponseHeaders(end_offset); in ParseResponseHeaders()
876 return end_offset; in ParseResponseHeaders()
[all …]
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win.cc1992 LONG* end_offset) { in get_selection() argument
1996 if (!start_offset || !end_offset || selection_index != 0) in get_selection()
2000 *end_offset = 0; in get_selection()
2009 *end_offset = sel_end; in get_selection()
2017 LONG end_offset, in get_text() argument
2029 HandleSpecialTextOffset(text_str, &end_offset); in get_text()
2032 if (start_offset > end_offset) { in get_text()
2034 start_offset = end_offset; in get_text()
2035 end_offset = tmp; in get_text()
2043 if (end_offset > len) in get_text()
[all …]
Dbrowser_accessibility_win.h459 LONG* end_offset);
462 LONG end_offset,
469 LONG* end_offset,
476 LONG* end_offset,
483 LONG* end_offset,
507 CONTENT_EXPORT STDMETHODIMP addSelection(LONG start_offset, LONG end_offset);
515 LONG end_offset);
519 LONG* end_offset, in get_attributes() argument
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc172 int32_t end_offset, in SearchUShort() argument
186 int32_t location_end = ReadUShort(end_index + location * end_offset); in SearchUShort()
227 int32_t end_offset, in SearchULong() argument
242 int32_t location_end = ReadULongAsInt(end_index + location * end_offset); in SearchULong()
Dreadable_font_data.h204 int32_t end_offset,
239 int32_t end_offset,
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc172 int32_t end_offset, in SearchUShort() argument
186 int32_t location_end = ReadUShort(end_index + location * end_offset); in SearchUShort()
227 int32_t end_offset, in SearchULong() argument
242 int32_t location_end = ReadULongAsInt(end_index + location * end_offset); in SearchULong()
Dreadable_font_data.h204 int32_t end_offset,
239 int32_t end_offset,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_batch.c94 uint32_t end_offset = start_offset + brw->state_batch_list[i].size; in brw_annotate_aub() local
98 AUB_TRACE_SUBTYPE(type), end_offset); in brw_annotate_aub()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_state_batch.c94 uint32_t end_offset = start_offset + brw->state_batch_list[i].size; in brw_annotate_aub() local
98 AUB_TRACE_SUBTYPE(type), end_offset); in brw_annotate_aub()
/external/chromium_org/ui/base/ime/win/
Dimm32_manager.cc83 underline.end_offset = clause_data[i+1]; in GetCompositionUnderlines()
90 underline.end_offset <= static_cast<uint32>(target_end)) { in GetCompositionUnderlines()
349 underline.end_offset = static_cast<uint32>(target_start); in GetCompositionInfo()
355 underline.end_offset = static_cast<uint32>(target_end); in GetCompositionInfo()
361 underline.end_offset = static_cast<uint32>(length); in GetCompositionInfo()
/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp151 const dw_offset_t end_offset = cie_offset + length + 4; in ParseCIE() local
253 if (end_offset > offset) in ParseCIE()
256 cie_sp->inst_length = end_offset - offset; in ParseCIE()
258 while (offset < end_offset) in ParseCIE()
418 const dw_offset_t end_offset = current_entry + length + 4; in FDEToUnwindPlan() local
448 while (m_cfi_data.ValidOffset(offset) && offset < end_offset) in FDEToUnwindPlan()
/external/chromium_org/net/disk_cache/blockfile/
Dbitmap.cc149 int end_offset = end & (kIntBits - 1); in SetRange() local
150 end -= end_offset; in SetRange()
151 SetWordBits(end, end_offset, value); in SetRange()
/external/chromium_org/device/media_transfer_protocol/
Dmedia_transfer_protocol_daemon_client.cc137 size_t end_offset = file_ids.size(); in GetFileInfo() local
139 end_offset = std::min(end_offset, offset + entries_to_read); in GetFileInfo()
140 for (size_t i = offset; i < end_offset; ++i) in GetFileInfo()
/external/chromium_org/ui/metro_viewer/
Dime_types.cc11 end_offset(0), in UnderlineInfo()
Dime_types.h21 int32 end_offset; member
/external/chromium_org/tools/gn/
Dstring_utils.cc80 size_t end_offset = *i; in LocateInlineIdenfitier() local
101 end_offset - begin_offset); in LocateInlineIdenfitier()
/external/lldb/source/Core/
DSourceManager.cpp618 size_t end_offset = GetLineOffset (line_no + 1); in GetLine() local
619 if (end_offset == UINT32_MAX) in GetLine()
621 end_offset = m_data_sp->GetByteSize(); in GetLine()
623 buffer.assign((char *) m_data_sp->GetBytes() + start_offset, end_offset - start_offset); in GetLine()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.cpp208 …const dw_offset_t end_offset = debug_line_offset + prologue.total_length + sizeof(prologue.total_l… in DumpStatementOpcodes() local
210 assert(debug_line_data.ValidOffset(end_offset-1)); in DumpStatementOpcodes()
212 while (offset < end_offset) in DumpStatementOpcodes()
373 return end_offset; in DumpStatementOpcodes()
603 …const dw_offset_t end_offset = debug_line_offset + prologue->total_length + sizeof(prologue->total… in ParseStatementTable() local
607 while (*offset_ptr < end_offset) in ParseStatementTable()
841 return end_offset; in ParseStatementTable()

1234