/external/chromium/chrome/browser/diagnostics/ |
recon_diagnostics.cc | 197 int64 max_size; 200 const int64 kOneKilo = 1024; 201 const int64 kOneMeg = 1024 * kOneKilo; 241 int64 dir_or_file_size = 0; 295 int64 disk_space = base::SysInfo::AmountOfFreeDiskSpace(data_dir); 317 JSONTest(const FilePath& path, const string16& name, int64 max_file_size) 328 int64 file_size; 364 int64 max_file_size_;
|
/external/chromium/chrome/browser/extensions/ |
extension_bookmarks_module.cc | 96 const std::string& id_string, int64* id) { 285 int64 id; 299 int64 id; 318 int64 id; 390 std::list<int64>* ids, 395 int64 id; 406 std::list<int64> ids; 420 for (std::list<int64>::iterator it = ids.begin(); it != ids.end(); ++it) { 435 int64 parentId; 497 std::list<int64>* ids [all...] |
/external/chromium/chrome/browser/renderer_host/ |
download_resource_handler.h | 65 void set_content_length(const int64& content_length); 83 int64 content_length_;
|
/external/chromium/chrome/browser/sync/engine/net/ |
syncapi_server_connection_manager.cc | 60 static_cast<int64>(http->GetResponseContentLength()); 62 static_cast<int64>(http->GetResponseContentLength());
|
/external/chromium/chrome/browser/webdata/ |
autofill_table.h | 151 bool RemoveFormElementForTimeRange(int64 pair_id, 159 bool AddToCountOfFormElement(int64 pair_id, int delta, bool* was_removed); 165 int64* pair_id, 169 bool GetCountOfFormElement(int64 pair_id, int* count); 172 bool SetCountOfFormElement(int64 pair_id, int count); 176 bool InsertFormElement(const webkit_glue::FormField& element, int64* pair_id); 179 bool InsertPairIDAndDate(int64 pair_id, base::Time date_created); 182 bool RemoveFormElementForID(int64 pair_id);
|
keyword_table.h | 77 bool SetDefaultSearchProviderID(int64 id); 78 int64 GetDefaulSearchProviderID();
|
/external/chromium/net/disk_cache/ |
entry_impl.h | 42 int ReadSparseDataImpl(int64 offset, net::IOBuffer* buf, int buf_len, 44 int WriteSparseDataImpl(int64 offset, net::IOBuffer* buf, int buf_len, 46 int GetAvailableRangeImpl(int64 offset, int len, int64* start); 150 virtual int ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len, 152 virtual int WriteSparseData(int64 offset, net::IOBuffer* buf, int buf_len, 154 virtual int GetAvailableRange(int64 offset, int len, int64* start,
|
in_flight_backend_io.cc | 148 void BackendIO::ReadSparseData(EntryImpl* entry, int64 offset, 157 void BackendIO::WriteSparseData(EntryImpl* entry, int64 offset, 166 void BackendIO::GetAvailableRange(EntryImpl* entry, int64 offset, int len, 167 int64* start) { 402 void InFlightBackendIO::ReadSparseData(EntryImpl* entry, int64 offset, 410 void InFlightBackendIO::WriteSparseData(EntryImpl* entry, int64 offset, 418 void InFlightBackendIO::GetAvailableRange(EntryImpl* entry, int64 offset, 419 int len, int64* start,
|
net_log_parameters.cc | 59 int64 offset, int buff_len) 85 int64 start, int result)
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
xmpppump.cc | 66 int64 XmppPump::CurrentTime() { 67 return (int64)talk_base::Time();
|
/external/openfst/src/extensions/pdt/ |
pdtexpand.cc | 57 vector<pair<int64, int64> > parens;
|
pdtshortestpath.cc | 58 vector<pair<int64, int64> > parens, rparens;
|
/external/protobuf/src/google/protobuf/ |
unittest_lite.proto | 57 optional int64 optional_int64 = 2; 90 repeated int64 repeated_int64 = 32; 123 optional int64 default_int64 = 62 [default = 42 ]; 160 repeated int64 packed_int64 = 91 [packed = true]; 182 optional int64 optional_int64_extension_lite = 2; 218 repeated int64 repeated_int64_extension_lite = 32; 254 optional int64 default_int64_extension_lite = 62 [default = 42 ]; 287 repeated int64 packed_int64_extension_lite = 91 [packed = true];
|
/external/stressapptest/src/ |
os.cc | 303 int64 OsLayer::FindHugePages() { 329 int64 pages = strtoull(buf, NULL, 10); // NOLINT 334 int64 OsLayer::FindFreeMemSize() { 335 int64 size = 0; 336 int64 minsize = 0; 340 int64 pages = sysconf(_SC_PHYS_PAGES); 341 int64 avpages = sysconf(_SC_AVPHYS_PAGES); 342 int64 pagesize = sysconf(_SC_PAGESIZE); 343 int64 physsize = pages * pagesize; 344 int64 avphyssize = avpages * pagesize [all...] |
os.h | 55 void SetMinimumHugepagesSize(int64 min_bytes) { 177 virtual int64 FindFreeMemSize(); 182 virtual int64 AllocateAllMem(); // Returns length. 184 virtual bool AllocateTestMem(int64 length, uint64 paddr_base); 255 int64 totalmemsize_; // Size of available memory. 256 int64 min_hugepages_bytes_; // Minimum hugepages size. 264 int64 regionsize_; // Size of memory "regions" 287 virtual int64 FindHugePages();
|
sat.h | 139 int64 GetTotalErrorCount(); 147 int64 pages_; // Number of memory blocks. 148 int64 size_; // Size of memory tested, in bytes. 149 int64 size_mb_; // Size of memory tested, in MB. 150 int64 min_hugepages_mbytes_; // Minimum hugepages size. 151 int64 freepages_; // How many invalid pages we need. 176 int64 segment_size_; // Size of segment to split disk into. 237 int64 errorcount_; // Total hardware incidents seen.
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
CacheResult.h | 44 int64 contentSize() const; 50 int64 expires() const;
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model.h | 58 BookmarkNode(int64 id, const GURL& url); 69 int64 id() const { return id_; } 71 void set_id(int64 id) { id_ = id; } 131 void Initialize(int64 id); 134 int64 id_; 264 const BookmarkNode* GetNodeByID(int64 id); 334 int64 next_node_id() const { return next_node_id_; } 378 const BookmarkNode* GetNodeByID(const BookmarkNode* node, int64 id); 411 int64 generate_next_node_id(); 416 void set_next_node_id(int64 id) { next_node_id_ = id; [all...] |
bookmark_storage.h | 34 int64 max_id); 47 void set_max_id(int64 max_id) { max_id_ = max_id; } 48 int64 max_id() const { return max_id_; } 70 int64 max_id_;
|
/external/chromium/net/base/ |
file_stream_posix.cc | 36 COMPILE_ASSERT(sizeof(int64) == sizeof(off_t), off_t_64_bit); 47 int64 MapErrorCode(int err) { 328 int64 FileStream::Seek(Whence whence, int64 offset) { 345 int64 FileStream::Available() { 351 int64 cur_pos = Seek(FROM_CURRENT, 0); 359 int64 size = static_cast<int64>(info.st_size); 425 int64 FileStream::Truncate(int64 bytes) [all...] |
/external/chromium/base/ |
file_util_proxy.h | 155 int64 offset, 165 int64 offset, 192 int64 length, 201 int64 length,
|
platform_file.h | 81 int64 size; 112 BASE_API int ReadPlatformFile(PlatformFile file, int64 offset, 118 BASE_API int WritePlatformFile(PlatformFile file, int64 offset, 124 BASE_API bool TruncatePlatformFile(PlatformFile file, int64 length);
|
rand_util_unittest.cc | 36 std::numeric_limits<int64>::max());
|
/external/chromium/base/i18n/ |
number_formatting.cc | 38 string16 FormatNumber(int64 number) {
|
/external/chromium/chrome/browser/download/ |
download_item_model.cc | 31 int64 size = download_->received_bytes(); 32 int64 total = download_->total_bytes(); 112 int64 size = download_->received_bytes(); 113 int64 total_size = download_->total_bytes();
|