Home
last modified time | relevance | path

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

/external/dropbear/
Dprogressmeter.c59 static off_t end_pos; /* ending position of transfer */ variable
125 bytes_left = end_pos - cur_pos; in refresh_progress_meter()
132 transferred = end_pos; in refresh_progress_meter()
164 if (end_pos != 0) in refresh_progress_meter()
165 percent = ((float)cur_pos / end_pos) * 100; in refresh_progress_meter()
243 end_pos = filesize; in start_progress_meter()
267 if (cur_pos != end_pos) in stop_progress_meter()
/external/dbus/dbus/
Ddbus-address.c368 int pos, end_pos, len, i; in dbus_parse_address() local
403 if (!_dbus_string_find (&str, pos, ";", &end_pos)) in dbus_parse_address()
404 end_pos = len; in dbus_parse_address()
407 if (!_dbus_string_find_to (&str, pos, end_pos, ":", &found_pos)) in dbus_parse_address()
421 while (pos < end_pos) in dbus_parse_address()
425 if (!_dbus_string_find_to (&str, pos, end_pos, ",", &comma_pos)) in dbus_parse_address()
426 comma_pos = end_pos; in dbus_parse_address()
522 pos = end_pos + 1; in dbus_parse_address()
Ddbus-marshal-recursive.c296 int end_pos; in array_reader_check_finished() local
302 end_pos = reader->u.array.start_pos + array_reader_get_array_len (reader); in array_reader_check_finished()
304 _dbus_assert (reader->value_pos <= end_pos); in array_reader_check_finished()
307 return reader->value_pos == end_pos; in array_reader_check_finished()
547 int end_pos; in array_reader_next() local
549 end_pos = reader->u.array.start_pos + array_reader_get_array_len (reader); in array_reader_next()
555 end_pos, reader->value_pos, in array_reader_next()
559 _dbus_assert (reader->value_pos < end_pos); in array_reader_next()
608 end_pos, reader->value_pos, in array_reader_next()
612 _dbus_assert (reader->value_pos <= end_pos); in array_reader_next()
[all …]
/external/v8/src/
Dmessages.h71 int end_pos) in MessageLocation() argument
74 end_pos_(end_pos) { } in MessageLocation()
79 int end_pos() const { return end_pos_; } in end_pos() function
Dscanner.h284 Location(int b, int e) : beg_pos(b), end_pos(e) { } in Location()
285 Location() : beg_pos(0), end_pos(0) { } in Location()
287 int end_pos; member
338 Handle<String> SubString(int start_pos, int end_pos);
Dlog-utils.cc196 char* end_pos = dest_buf + actual_size - 1; in GetLogLines() local
197 while (end_pos >= dest_buf && *end_pos != '\n') --end_pos; in GetLogLines()
198 actual_size = static_cast<int>(end_pos - dest_buf + 1); in GetLogLines()
Dscanner.cc605 next_.location.end_pos = source_pos(); in ScanJson()
952 next_.location.end_pos = source_pos(); in ScanJavaScript()
1246 next_.location.end_pos = source_pos() - (seen_equal ? 1 : 0); in ScanRegExpPattern()
1295 next_.location.end_pos = source_pos() - 1; in ScanRegExpFlags()
Dparser.h64 int end_pos() { return backing_[kEndPosOffset]; } in end_pos() function
Dtop.cc792 thread_local_.pending_message_end_pos_ = location->end_pos(); in DoThrow()
844 int end_pos = thread_local_.pending_message_end_pos_; in ReportPendingMessages() local
845 MessageLocation location(script, start_pos, end_pos); in ReportPendingMessages()
Dmessages.cc81 end = loc->end_pos(); in MakeMessageObject()
Dparser.cc970 store()->Add(loc.end_pos); in LogMessage()
980 int end_pos = Read(1); in MessageLocation() local
981 return Scanner::Location(beg_pos, end_pos); in MessageLocation()
1393 source_location.beg_pos, source_location.end_pos); in ReportMessageAt()
3754 int end_pos = entry.end_pos(); in ParseFunctionLiteral() local
3755 Counters::total_preparse_skipped.Increment(end_pos - start_pos); in ParseFunctionLiteral()
3756 scanner_.SeekForward(end_pos); in ParseFunctionLiteral()
3771 int end_pos = scanner_.location().end_pos; in ParseFunctionLiteral() local
3775 entry.set_end_pos(end_pos); in ParseFunctionLiteral()
3790 end_pos, in ParseFunctionLiteral()
Djsregexp.cc4291 int end_pos = count; in InsertRangeInCanonicalList() local
4295 end_pos = i; in InsertRangeInCanonicalList()
4309 if (start_pos == end_pos) { in InsertRangeInCanonicalList()
4317 if (start_pos + 1 == end_pos) { in InsertRangeInCanonicalList()
4329 int new_to = Max(list->at(end_pos - 1).to(), to); in InsertRangeInCanonicalList()
4330 if (end_pos < count) { in InsertRangeInCanonicalList()
4331 MoveRanges(list, end_pos, start_pos + 1, count - end_pos); in InsertRangeInCanonicalList()
4334 return count - (end_pos - start_pos) + 1; in InsertRangeInCanonicalList()
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
Dmkskel.tpu19 POSITION(LINE_END); end_pos := MARK(NONE);
20 MODIFY_RANGE(rest_of_line, start_pos, end_pos);
26 MODIFY_RANGE(rest_of_line, MARK(NONE), end_pos);
/external/chromium/net/base/
Dmime_util.cc114 size_t end_pos = strcspn(extensions, ","); in FindMimeType() local
115 if (end_pos == ext_len && in FindMimeType()
118 extensions += end_pos; in FindMimeType()
/external/dbus/bus/
Ddesktop-file.c183 int end_pos, in unescape_string() argument
193 retval = dbus_malloc (end_pos - pos + 1); in unescape_string()
202 while (pos < end_pos) in unescape_string()
217 if (pos >= end_pos) in unescape_string()
/external/bluetooth/glib/glib/
Dgregex.h232 gint *end_pos);
238 gint *end_pos);
/external/sonivox/jet_tools/JetCreator/
DJetFile.py469 end_pos = output_file.tell()
470 file_size = end_pos - start_pos
473 end_pos += 1
477 output_file.seek(end_pos, 0)
/external/protobuf/src/google/protobuf/
Ddescriptor.cc2985 char* end_pos = NULL; in BuildFieldOrExtension() local
2989 strtol(proto.default_value().c_str(), &end_pos, 0); in BuildFieldOrExtension()
2993 strto64(proto.default_value().c_str(), &end_pos, 0); in BuildFieldOrExtension()
2997 strtoul(proto.default_value().c_str(), &end_pos, 0); in BuildFieldOrExtension()
3001 strtou64(proto.default_value().c_str(), &end_pos, 0); in BuildFieldOrExtension()
3012 NoLocaleStrtod(proto.default_value().c_str(), &end_pos); in BuildFieldOrExtension()
3024 NoLocaleStrtod(proto.default_value().c_str(), &end_pos); in BuildFieldOrExtension()
3059 if (end_pos != NULL) { in BuildFieldOrExtension()
3063 if (proto.default_value().empty() || *end_pos != '\0') { in BuildFieldOrExtension()
/external/webkit/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1198 …void webkit_accessible_editable_text_copy_text(AtkEditableText* text, gint start_pos, gint end_pos) in webkit_accessible_editable_text_copy_text() argument
1203 … void webkit_accessible_editable_text_cut_text(AtkEditableText* text, gint start_pos, gint end_pos) in webkit_accessible_editable_text_cut_text() argument
1208 …id webkit_accessible_editable_text_delete_text(AtkEditableText* text, gint start_pos, gint end_pos) in webkit_accessible_editable_text_delete_text() argument
1217 …ionRange(coreObject->visiblePositionRangeForRange(PlainTextRange(start_pos, end_pos - start_pos))); in webkit_accessible_editable_text_delete_text()
/external/qemu/
Dsavevm.c975 int64_t total_len, end_pos, cur_pos; in qemu_loadvm_state_v2() local
979 end_pos = total_len + qemu_ftell(f); in qemu_loadvm_state_v2()
981 if (qemu_ftell(f) >= end_pos) in qemu_loadvm_state_v2()
/external/libxml2/include/libxml/
Dparser.h94 unsigned long end_pos; member
/external/libxml2/
DSAX2.c1757 node_info.end_pos = ctxt->input->cur - ctxt->input->base; in xmlSAX2EndElement()
2340 node_info.end_pos = ctxt->input->cur - ctxt->input->base; in xmlSAX2EndElementNs()
DHTMLparser.c4061 node_info.end_pos = ctxt->input->consumed + in htmlParseElement()
4096 node_info.end_pos = ctxt->input->consumed + in htmlParseElement()
Dparser.c9418 node_info.end_pos = ctxt->input->consumed + in xmlParseElement()
9446 node_info.end_pos = ctxt->input->consumed + in xmlParseElement()
9491 node_info.end_pos = ctxt->input->consumed + in xmlParseElement()
/external/dbus/
DChangeLog11237 Let you pass a NULL end_pos to _dbus_marshal_validate_type.
14125 that strings are nul-terminated. Also, end_pos can be equal