HomeSort by relevance Sort by last modified time
    Searched full:end_pos (Results 1 - 25 of 25) sorted by null

  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
mkskel.tpu 19 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/dropbear/
progressmeter.c 59 static off_t end_pos; /* ending position of transfer */ variable
125 bytes_left = end_pos - cur_pos;
132 transferred = end_pos;
164 if (end_pos != 0)
165 percent = ((float)cur_pos / end_pos) * 100;
243 end_pos = filesize;
267 if (cur_pos != end_pos)
  /external/v8/src/
messages.h 71 int end_pos)
74 end_pos_(end_pos) { }
79 int end_pos() const { return end_pos_; } function in class:v8::internal::MessageLocation
log-utils.cc 196 char* end_pos = dest_buf + actual_size - 1; local
197 while (end_pos >= dest_buf && *end_pos != '\n') --end_pos;
198 actual_size = static_cast<int>(end_pos - dest_buf + 1);
scanner.h 284 Location(int b, int e) : beg_pos(b), end_pos(e) { }
285 Location() : beg_pos(0), end_pos(0) { }
287 int end_pos; member in struct:v8::internal::Scanner::Location
338 Handle<String> SubString(int start_pos, int end_pos);
messages.cc 81 end = loc->end_pos();
parser.h 64 int end_pos() { return backing_[kEndPosOffset]; } function in class:v8::internal::BASE_EMBEDDED
scanner.cc 605 next_.location.end_pos = source_pos();
952 next_.location.end_pos = source_pos();
    [all...]
parser.cc 970 store()->Add(loc.end_pos);
980 int end_pos = Read(1); local
981 return Scanner::Location(beg_pos, end_pos);
3754 int end_pos = entry.end_pos(); local
3771 int end_pos = scanner_.location().end_pos; local
    [all...]
top.cc 792 thread_local_.pending_message_end_pos_ = location->end_pos();
844 int end_pos = thread_local_.pending_message_end_pos_; local
845 MessageLocation location(script, start_pos, end_pos);
    [all...]
jsregexp.cc 4291 int end_pos = count; local
    [all...]
  /external/opencore/protocols/systems/tools/general/common/include/
media_packet.h 56 uint8* end_pos; member in class:MediaPacket
60 MediaPacket() : cur_pos(NULL), end_pos(NULL), cur_frag_num(0)/*, next(NULL)*/ {};
  /external/dbus/dbus/
dbus-address.c 368 int pos, end_pos, len, i; local
403 if (!_dbus_string_find (&str, pos, ";", &end_pos))
404 end_pos = len;
407 if (!_dbus_string_find_to (&str, pos, end_pos, ":", &found_pos))
421 while (pos < end_pos)
425 if (!_dbus_string_find_to (&str, pos, end_pos, ",", &comma_pos))
426 comma_pos = end_pos;
522 pos = end_pos + 1;
dbus-marshal-recursive.c 296 int end_pos; local
302 end_pos = reader->u.array.start_pos + array_reader_get_array_len (reader);
304 _dbus_assert (reader->value_pos <= end_pos);
307 return reader->value_pos == end_pos;
547 int end_pos; local
549 end_pos = reader->u.array.start_pos + array_reader_get_array_len (reader);
552 _dbus_verbose (" reader %p array next START start_pos = %d end_pos = %d value_pos = %d current_type = %s\n",
555 end_pos, reader->value_pos,
559 _dbus_assert (reader->value_pos < end_pos);
605 _dbus_verbose (" reader %p array next END start_pos = %d end_pos = %d value_pos = %d current_type = %s\n"
913 int end_pos; local
    [all...]
  /external/bluetooth/glib/glib/
gregex.h 232 gint *end_pos);
238 gint *end_pos);
  /external/dbus/bus/
desktop-file.c 183 int end_pos,
193 retval = dbus_malloc (end_pos - pos + 1);
202 while (pos < end_pos)
217 if (pos >= end_pos)
  /external/opencore/protocols/systems/tools/general/common/src/
media_packet.cpp 44 end_pos = NULL;
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 469 end_pos = output_file.tell()
470 file_size = end_pos - start_pos
473 end_pos += 1
477 output_file.seek(end_pos, 0)
    [all...]
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/qemu/
savevm.c 975 int64_t total_len, end_pos, cur_pos; local
979 end_pos = total_len + qemu_ftell(f);
981 if (qemu_ftell(f) >= end_pos)
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
gregex.sgml 597 @end_pos:
619 @end_pos:
  /external/libxml2/include/libxml/
parser.h 94 unsigned long end_pos; member in struct:_xmlParserNodeInfo
    [all...]
  /external/libxml2/
SAX2.c     [all...]
HTMLparser.c     [all...]
parser.c     [all...]

Completed in 239 milliseconds