HomeSort by relevance Sort by last modified time
    Searched full:int64 (Results 376 - 400 of 3116) sorted by null

<<11121314151617181920>>

  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.h 47 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
80 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
  /external/lzma/CPP/7zip/
IStream.h 39 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) PURE;
44 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) PURE;
  /external/lzma/CPP/Common/
IntToString.cpp 48 void ConvertInt64ToString(Int64 value, char *s)
58 void ConvertInt64ToString(Int64 value, wchar_t *s)
StringToInt.cpp 85 Int64 ConvertStringToInt64(const char *s, const char **end)
88 return -(Int64)ConvertStringToUInt64(s + 1, end);
  /external/openfst/src/script/
replace.cc 24 void Replace(const vector<pair<int64, const FstClass *> > &tuples,
25 MutableFstClass *ofst, const int64 &root,
  /external/chromium_org/chrome/browser/drive/
fake_drive_service.h 56 void SetQuotaValue(int64 used, int64 total);
60 int64 largest_changestamp() const { return largest_changestamp_; }
122 int64 start_changestamp,
182 int64 content_length,
188 int64 content_length,
194 int64 start_position,
195 int64 end_position,
196 int64 content_length,
203 int64 content_length
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_refresh_scheduler.cc 38 const int64 CloudPolicyRefreshScheduler::kDefaultRefreshDelayMs =
40 const int64 CloudPolicyRefreshScheduler::kUnmanagedRefreshDelayMs =
46 const int64 CloudPolicyRefreshScheduler::kWithInvalidationsRefreshDelayMs =
48 const int64 CloudPolicyRefreshScheduler::kInitialErrorRetryDelayMs =
50 const int64 CloudPolicyRefreshScheduler::kRefreshDelayMinMs =
52 const int64 CloudPolicyRefreshScheduler::kRefreshDelayMaxMs =
57 const int64 CloudPolicyRefreshScheduler::kDefaultRefreshDelayMs =
59 const int64 CloudPolicyRefreshScheduler::kUnmanagedRefreshDelayMs =
65 const int64 CloudPolicyRefreshScheduler::kWithInvalidationsRefreshDelayMs =
67 const int64 CloudPolicyRefreshScheduler::kInitialErrorRetryDelayMs
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 89 static void SetTempQuota(int64 bytes, scoped_refptr<QuotaManager> qm) {
104 virtual int64 RequestDiskUsage() {
121 virtual void DidGetDiskUsage(int64 bytes) {
126 int64 disk_usage_;
286 int64 original_size = RequestDiskUsage();
289 int64 new_size = RequestDiskUsage();
302 int64 original_size = RequestDiskUsage();
305 int64 new_size = RequestDiskUsage();
318 int64 original_size = RequestDiskUsage();
321 int64 new_size = RequestDiskUsage()
    [all...]
indexed_db_callbacks.h 49 int64 host_transaction_id,
58 virtual void OnBlocked(int64 existing_version);
62 int64 old_version,
98 virtual void OnSuccess(int64 value);
119 int64 host_transaction_id_;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe.cc 97 int64 elapsed_time, int64 time_stamp, int rotation) {
110 size_t pixel_height, int64 elapsed_time,
111 int64 time_stamp) {
121 size_t pixel_height, int64 elapsed_time, int64 time_stamp, int rotation) {
243 size_t pixel_width, size_t pixel_height, int64 elapsed_time,
244 int64 time_stamp, int rotation) {
285 int64 elapsed_time, int64 time_stamp, int rotation)
    [all...]
  /external/chromium/chrome/browser/history/
download_create_info.h 28 int64 received_bytes,
29 int64 total_bytes,
55 int64 received_bytes;
56 int64 total_bytes;
63 int64 db_handle;
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.h 36 bool HaveCommitItem(const int64 metahandle) const {
40 void AddCommitItem(const int64 metahandle, const syncable::Id& commit_id,
89 int64 meta;
98 std::set<int64> inserted_metahandles_;
100 std::vector<int64> metahandle_order_;
  /external/chromium_org/base/time/
time_win.cc 57 int64 FileTimeToMicroseconds(const FILETIME& ft) {
61 return bit_cast<int64, FILETIME>(ft) / 10;
64 void MicrosecondsToFileTime(int64 us, FILETIME* ft) {
70 *ft = bit_cast<FILETIME, int64>(us * 10);
73 int64 CurrentWallclockMicroseconds() {
82 int64 initial_time = 0;
99 const int64 Time::kTimeTToMicrosecondsOffset = GG_INT64_C(11644473600000000);
144 if (bit_cast<int64, FILETIME>(ft) == 0)
154 return bit_cast<FILETIME, int64>(0);
296 int64 rollover_ms = 0
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
truncate_operation_unittest.cc 35 const int64 file_size = src_entry.file_info().size();
57 int64 local_file_size = 0;
66 const int64 file_size = src_entry.file_info().size();
97 const int64 file_size = src_entry.file_info().size();
119 EXPECT_EQ(file_size + 10, static_cast<int64>(content.size()));
  /external/chromium_org/chrome/browser/chromeos/extensions/
install_limiter.cc 23 void GetFileSizeOnBlockingPool(const base::FilePath& file, int64* size) {
74 int64* size = new int64(0); // Owned by reply callback below.
85 int64* size) {
86 const int64 kBigAppSizeThreshold = 1048576; // 1MB
  /external/chromium_org/content/browser/download/
download_net_log_parameters.h 47 int64 bytes_so_far,
54 int64 bytes_so_far,
59 base::Value* ItemCompletingNetLogCallback(int64 bytes_so_far,
68 base::Value* ItemCanceledNetLogCallback(int64 bytes_so_far,
74 int64 start_offset,
  /external/chromium_org/content/browser/speech/endpointer/
endpointer.cc 29 static_cast<int64>(1.7 * Time::kMicrosecondsPerSecond);
31 static_cast<int64>(0.5 * Time::kMicrosecondsPerSecond);
88 EpStatus Endpointer::Status(int64 *time) {
112 int64 ep_time;
147 int64 requested_silence_length;
  /external/chromium_org/content/child/fileapi/
webfilewriter_impl.cc 43 void Truncate(const GURL& path, int64 offset,
53 void Write(const GURL& path, const GURL& blob_url, int64 offset,
89 void DidWrite(int64 bytes, bool complete) {
136 void WebFileWriterImpl::DoTruncate(const GURL& path, int64 offset) {
143 const GURL& path, const GURL& blob_url, int64 offset) {
  /external/chromium_org/content/common/fileapi/
file_system_messages.h 51 int64 /* byte count */,
69 int64 /* requested_size */,
125 int64 /* position */)
131 int64 /* length */)
177 int64 /* delta */)
  /external/chromium_org/media/mp4/
track_run_iterator.cc 30 int64 timescale;
31 int64 start_dts;
32 int64 sample_start_offset;
38 int64 aux_info_start_offset; // Only valid if aux_info_total_size > 0.
59 TimeDelta TimeDeltaFromRational(int64 numer, int64 denom) {
77 const int64 edit_list_offset,
128 int64 a_aux = a.aux_info_total_size ? a.aux_info_start_offset : kint64max;
129 int64 b_aux = b.aux_info_total_size ? b.aux_info_start_offset : kint64max;
131 int64 a_lesser = std::min(a_aux, a.sample_start_offset)
    [all...]
  /external/chromium_org/sync/internal_api/public/base/
node_ordinal_unittest.cc 16 const int64 kTestValues[] = {
72 const int64 expected_value = kTestValues[i];
74 const int64 value = NodeOrdinalToInt64(ordinal);
93 // Sort kTestValues by int64 value and then sort it by NodeOrdinal
107 IndexedLessThan<int64>(kTestValues));
  /external/chromium_org/sync/notifier/
push_client_channel.cc 101 int64 PushClientChannel::GetSchedulingHashForTest() const {
107 int64 scheduling_hash) {
115 int64* scheduling_hash) {
122 int64 scheduling_hash) {
144 int64* scheduling_hash) {
  /external/chromium_org/sync/sessions/
ordered_commit_set.h 36 bool HaveCommitItem(const int64 metahandle) const {
40 void AddCommitItem(const int64 metahandle, const syncable::Id& commit_id,
101 int64 meta;
110 std::set<int64> inserted_metahandles_;
112 std::vector<int64> metahandle_order_;
  /external/chromium_org/sync/syncable/
entry.h 49 Entry(BaseTransaction* trans, GetByHandle, int64 handle);
59 inline int64 Get(MetahandleField field) const {
67 inline int64 Get(Int64Field field) const {
75 inline int64 Get(BaseVersion field) const {
119 void GetChildHandles(std::vector<int64>* result) const;
syncable_write_transaction.cc 16 const int64 kInvalidTransactionVersion = -1;
27 int64* transaction_version)
40 const int64 handle = entry->ref(META_HANDLE);
97 std::vector<int64> entry_changed;
125 const std::vector<int64>& entry_changed) {

Completed in 654 milliseconds

<<11121314151617181920>>