HomeSort by relevance Sort by last modified time
    Searched full:int64 (Results 226 - 250 of 779) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/tools/flip_server/
output_ordering.h 57 virtual int64 OnAlarm();
sm_interface.h 57 virtual void SendDataFrame(uint32 stream_id, const char* data, int64 len,
  /external/chromium/third_party/libjingle/source/talk/base/
task.cc 68 int64 Task::CurrentTime() {
72 int64 Task::ElapsedTime() {
263 int64 previous_timeout_time = timeout_time_;
277 int64 previous_timeout_time = timeout_time_;
  /external/libvpx/vp8/common/
onyx.h 209 int vp8_receive_raw_frame(VP8_PTR comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, INT64 time_stamp, INT64 end_time_stamp);
210 int vp8_get_compressed_data(VP8_PTR comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, INT64 *time_stamp, INT64 *time_end, int flush);
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 130 def Int64ByteSize(field_number, int64):
132 return UInt64ByteSize(field_number, 0xffffffffffffffff & int64)
147 def SInt64ByteSize(field_number, int64):
148 return UInt64ByteSize(field_number, ZigZagEncode(int64))
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 76 HANDLE_TYPE(INT64 , Int64 );
101 HANDLE_TYPE(INT64 , Int64 );
unittest.proto 70 optional int64 optional_int64 = 2;
102 repeated int64 repeated_int64 = 32;
134 optional int64 default_int64 = 62 [default = 42 ];
181 optional int64 optional_int64_extension = 2;
215 repeated int64 repeated_int64_extension = 32;
249 optional int64 default_int64_extension = 62 [default = 42 ];
449 optional int64 my_int = 1;
466 optional int64 small_int64 = 5 [default = -0x7FFFFFFFFFFFFFFF];
505 repeated int64 packed_int64 = 91 [packed = true];
524 repeated int64 unpacked_int64 = 91 [packed = false]
    [all...]
unittest_micro.proto 55 optional int64 optional_int64 = 2;
88 repeated int64 repeated_int64 = 32;
121 optional int64 default_int64 = 62 [default = 42 ];
  /frameworks/compile/libbcc/runtime/lib/ppc/
fixunstfdi.c 25 result <<= 11; /* mantissa(hi) left aligned in the int64 field. */
  /external/chromium/base/
file_util_proxy.cc 527 int64 offset,
555 int64 offset_;
565 int64 offset,
595 int64 offset_;
654 int64 length,
669 int64 length_;
675 int64 length,
702 int64 length_;
846 int64 offset,
857 int64 offset
    [all...]
platform_file_win.cc 112 int ReadPlatformFile(PlatformFile file, int64 offset, char* data, int size) {
133 int WritePlatformFile(PlatformFile file, int64 offset,
153 bool TruncatePlatformFile(PlatformFile file, int64 length) {
file_util.cc 187 bool GetFileSize(const FilePath& file_path, int64* file_size) {
276 int64 ComputeDirectorySize(const FilePath& root_path) {
277 int64 running_size = 0;
293 int64 ComputeFilesSize(const FilePath& directory,
295 int64 running_size = 0;
string_number_conversions_unittest.cc 33 static const IntToStringTest<int64> int64_tests[] = {
36 { std::numeric_limits<int64>::max(),
39 { std::numeric_limits<int64>::min(),
52 const IntToStringTest<int64>* test = &int64_tests[i];
176 int64 output;
214 int64 output = 0;
248 int64 output;
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.h 58 int64* max_node_id,
150 std::set<int64> ids_;
160 int64 maximum_id_;
  /external/chromium/chrome/browser/history/
download_database.cc 109 bool DownloadDatabase::UpdateDownload(int64 received_bytes,
148 int64 DownloadDatabase::CreateDownload(const DownloadCreateInfo& info) {
193 end_time ? end_time : std::numeric_limits<int64>::max());
  /external/chromium/chrome/browser/sync/sessions/
status_controller.cc 91 int64 changes_remaining) {
117 const std::vector<int64>& unsynced_handles) {
161 int64 StatusController::CountUpdates() const {
status_controller_unittest.cc 79 std::vector<int64> v;
83 std::vector<int64> v2;
146 std::vector<int64> v;
  /external/chromium/net/base/
bandwidth_metrics.h 86 static const int64 kRecordSizeThreshold = 20 * 1024;
107 bytes_since_last_start_ += static_cast<int64>(bytes);
115 int64 bytes_since_last_start_; // Bytes tracked during this "session".
cookie_monster_store_test.cc 120 int64 creation_time = cookie.CreationDate().ToInternalValue();
127 int64 creation_time = cookie.CreationDate().ToInternalValue();
134 int64 creation_time = cookie.CreationDate().ToInternalValue();
upload_data.h 183 void set_identifier(int64 id) { identifier_ = id; }
184 int64 identifier() const { return identifier_; }
192 int64 identifier_;
  /external/chromium/net/disk_cache/
mem_entry_impl.cc 27 inline int ToChildIndex(int64 offset) {
32 inline int ToChildOffset(int64 offset) {
207 int MemEntryImpl::ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
221 int MemEntryImpl::WriteSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
234 int MemEntryImpl::GetAvailableRange(int64 offset, int len, int64* start,
336 int MemEntryImpl::InternalReadSparseData(int64 offset, net::IOBuffer* buf,
394 int MemEntryImpl::InternalWriteSparseData(int64 offset, net::IOBuffer* buf,
461 int MemEntryImpl::GetAvailableRange(int64 offset, int len, int64* start)
    [all...]
  /external/chromium/chrome/browser/net/
url_info.cc 218 int sample(int64 value) {
239 int64 sum_;
240 int64 square_sum_;
242 int64 minimum_;
243 int64 maximum_;
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 99 int64 ArrayInputStream::ByteCount() const {
140 int64 ArrayOutputStream::ByteCount() const {
181 int64 StringOutputStream::ByteCount() const {
290 int64 CopyingInputStreamAdaptor::ByteCount() const {
355 int64 CopyingOutputStreamAdaptor::ByteCount() const {
  /external/icu4c/i18n/unicode/
fmtable.h 285 * long, int64 or Decimal Number then a conversion is peformed, with
324 * Gets the int64 value of this object. If this object is not of type
326 * @return the int64 value of this object.
332 * Gets the int64 value of this object. If this object is of a numeric
333 * type and the magnitude is too large to fit in an int64, then
334 * the maximum or minimum int64 value, as appropriate, is returned
336 * magnitude fits in an int64, then a casting conversion is
343 * @return the int64 value of this object.
500 * Sets the int64 value of this object and changes the type to
502 * @param ll the new int64 value to be set
    [all...]
  /external/chromium/chrome/browser/download/
download_item.cc 306 void DownloadItem::UpdateSize(int64 bytes_so_far) {
327 void DownloadItem::Update(int64 bytes_so_far) {
360 void DownloadItem::OnAllDataSaved(int64 size) {
397 void DownloadItem::Interrupted(int64 size, int os_error) {
441 int64 speed = CurrentSpeed();
450 int64 DownloadItem::CurrentSpeed() const {
454 int64 diff_ms = diff.InMilliseconds();

Completed in 75 milliseconds

1 2 3 4 5 6 7 8 91011>>