/external/chromium_org/webkit/browser/fileapi/ |
file_system_usage_cache_unittest.cc | 47 static const int64 size = 240122; 49 int64 usage = 0; 56 static const int64 size = kint64max; 58 int64 usage = 0; 67 int64 usage = 0; 77 static const int64 size = 71839; 79 int64 usage = 0; 88 static const int64 size = 198491; 90 int64 usage = 0; 101 int64 usage = 0 [all...] |
file_system_usage_cache.cc | 20 const int64 kCloseDelaySeconds = 5; 44 sizeof(int) + sizeof(int32) + sizeof(int64); // NOLINT 47 int64* usage_out) { 53 int64 usage = 0; 67 int64 usage = 0; 80 int64 usage = 0; 97 int64 usage = 0;; 112 int64 usage = 0; 124 int64 usage = 0; 131 const base::FilePath& usage_file_path, int64 delta) [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
64bit-core-valgrind-s1.xml | 35 <reg name="raxs1" bitsize="64" type="int64"/> 36 <reg name="rbxs1" bitsize="64" type="int64"/> 37 <reg name="rcxs1" bitsize="64" type="int64"/> 38 <reg name="rdxs1" bitsize="64" type="int64"/> 39 <reg name="rsis1" bitsize="64" type="int64"/> 40 <reg name="rdis1" bitsize="64" type="int64"/> 43 <reg name="r8s1" bitsize="64" type="int64"/> 44 <reg name="r9s1" bitsize="64" type="int64"/> 45 <reg name="r10s1" bitsize="64" type="int64"/> 46 <reg name="r11s1" bitsize="64" type="int64"/> [all...] |
64bit-core-valgrind-s2.xml | 35 <reg name="raxs2" bitsize="64" type="int64"/> 36 <reg name="rbxs2" bitsize="64" type="int64"/> 37 <reg name="rcxs2" bitsize="64" type="int64"/> 38 <reg name="rdxs2" bitsize="64" type="int64"/> 39 <reg name="rsis2" bitsize="64" type="int64"/> 40 <reg name="rdis2" bitsize="64" type="int64"/> 43 <reg name="r8s2" bitsize="64" type="int64"/> 44 <reg name="r9s2" bitsize="64" type="int64"/> 45 <reg name="r10s2" bitsize="64" type="int64"/> 46 <reg name="r11s2" bitsize="64" type="int64"/> [all...] |
64bit-core.xml | 30 <reg name="rax" bitsize="64" type="int64"/> 31 <reg name="rbx" bitsize="64" type="int64"/> 32 <reg name="rcx" bitsize="64" type="int64"/> 33 <reg name="rdx" bitsize="64" type="int64"/> 34 <reg name="rsi" bitsize="64" type="int64"/> 35 <reg name="rdi" bitsize="64" type="int64"/> 38 <reg name="r8" bitsize="64" type="int64"/> 39 <reg name="r9" bitsize="64" type="int64"/> 40 <reg name="r10" bitsize="64" type="int64"/> 41 <reg name="r11" bitsize="64" type="int64"/> [all...] |
/external/chromium_org/webkit/browser/quota/ |
quota_manager.h | 51 int64 usage; 52 int64 global_limited_usage; 53 int64 quota; 54 int64 available_disk_space; 57 UsageAndQuota(int64 usage, 58 int64 global_limited_usage, 59 int64 quota, 60 int64 available_disk_space); 91 UsageInfo(const std::string& host, StorageType type, int64 usage) 97 int64 usage [all...] |
/external/chromium/base/ |
sys_info_win.cc | 23 int64 SysInfo::AmountOfPhysicalMemory() { 31 int64 rv = static_cast<int64>(memory_info.ullTotalPhys); 38 int64 SysInfo::AmountOfFreeDiskSpace(const FilePath& path) { 43 int64 rv = static_cast<int64>(available.QuadPart);
|
/external/chromium_org/base/ |
platform_file_posix.cc | 49 static int DoPread(PlatformFile file, char* data, int size, int64 offset) { 54 int64 offset) { 62 static int CallFtruncate(PlatformFile file, int64 length) { 88 static int DoPread(PlatformFile file, char* data, int size, int64 offset) { 94 int64 offset) { 106 static int CallFtruncate(PlatformFile file, int64 length) { 231 int64 SeekPlatformFile(PlatformFile file, 233 int64 offset) { 241 int ReadPlatformFile(PlatformFile file, int64 offset, char* data, int size) { 278 int ReadPlatformFileNoBestEffort(PlatformFile file, int64 offset [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_quota_helper.h | 43 int64 temporary_usage, 44 int64 persistent_usage, 45 int64 syncable_usage); 55 int64 temporary_usage; 56 int64 persistent_usage; 57 int64 syncable_usage;
|
/external/chromium_org/chrome/browser/history/ |
in_memory_url_index_cache.proto | 49 repeated int64 history_id = 3 [packed=true]; 59 required int64 visit_time = 1; 63 required int64 history_id = 1; 66 required int64 last_visit = 4; 78 required int64 history_id = 1; 92 required int64 last_rebuild_timestamp = 1;
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
syncable_file_operation_runner.h | 55 SyncableFileOperationRunner(int64 max_inflight_tasks, 81 int64 num_pending_tasks() const { 82 return static_cast<int64>(pending_tasks_.size()); 85 int64 num_inflight_tasks() const { return num_inflight_tasks_; } 96 const int64 max_inflight_tasks_; 97 int64 num_inflight_tasks_;
|
/external/chromium_org/chrome/browser/ui/webui/quota_internals/ |
quota_internals_proxy.h | 51 void ReportAvailableSpace(int64 available_space); 58 void DidGetAvailableSpace(quota::QuotaStatusCode status, int64 space); 61 int64 quota); 63 int64 usage, 64 int64 unlimited_usage); 69 int64 usage);
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_transaction.h | 26 IndexedDBTransaction(int64 id, 28 const std::set<int64>& object_store_ids, 45 const std::set<int64>& scope() const { return object_store_ids_; } 68 int64 id() const { return id_; } 95 const int64 id_; 96 const std::set<int64> object_store_ids_;
|
/external/chromium_org/content/renderer/media/ |
test_response_generator.cc | 21 int64 content_length) 44 WebURLResponse TestResponseGenerator::Generate206(int64 first_byte_offset) { 48 WebURLResponse TestResponseGenerator::Generate206(int64 first_byte_offset, 50 int64 range_content_length = content_length_ - first_byte_offset; 51 int64 last_byte_offset = content_length_ - 1; 89 int64 first_byte_offset) {
|
/external/chromium_org/net/disk_cache/simple/ |
simple_util.cc | 70 int32 GetDataSizeFromKeyAndFileSize(const std::string& key, int64 file_size) { 71 int64 data_size = file_size - key.size() - sizeof(SimpleFileHeader) - 73 DCHECK_GE(implicit_cast<int64>(std::numeric_limits<int32>::max()), data_size); 77 int64 GetFileSizeFromKeyAndDataSize(const std::string& key, int32 data_size) { 82 int64 GetFileOffsetFromKeyAndDataOffset(const std::string& key, 84 const int64 headers_size = sizeof(disk_cache::SimpleFileHeader) + key.size();
|
/external/chromium_org/sync/notifier/ |
push_client_channel.h | 59 int64 GetSchedulingHashForTest() const; 64 int64 scheduling_hash); 70 int64* scheduling_hash); 79 int64 scheduling_hash); 85 int64* scheduling_hash); 97 int64 scheduling_hash_;
|
/external/openfst/src/include/fst/script/ |
info-impl.h | 186 int64 NumStates() const { CheckLong(); return nstates_; } 187 int64 NumArcs() const { CheckLong(); return narcs_; } 188 int64 Start() const { CheckLong(); return start_; } 189 int64 NumFinal() const { CheckLong(); return nfinal_; } 190 int64 NumEpsilons() const { CheckLong(); return nepsilons_; } 191 int64 NumInputEpsilons() const { CheckLong(); return niepsilons_; } 192 int64 NumOutputEpsilons() const { CheckLong(); return noepsilons_; } 193 int64 NumAccessible() const { CheckLong(); return naccess_; } 194 int64 NumCoAccessible() const { CheckLong(); return ncoaccess_; } 195 int64 NumConnected() const { CheckLong(); return nconnect_; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
compatibility.h | 75 int64 faa64(int64* x, int64 inc) 133 inline int64 134 fetch_and_add_64(volatile int64* ptr, int64 addend) 137 return faa64<int>((int64*)ptr, addend); 153 volatile int64 before, after; 167 int64 res; 189 else if (sizeof(T) == sizeof(int64)) [all...] |
/external/chromium_org/sync/internal_api/ |
change_reorder_buffer.cc | 32 typedef pair<int64, int64> ParentChildLink; 40 int64 child_handle) { 47 int64 node_to_include = child_handle; 49 int64 node_parent = 0; 83 int64 top() const { return top_; } 89 LinkSet::const_iterator begin_children(int64 parent_id) const { 91 ParentChildLink(parent_id, numeric_limits<int64>::min())); 96 LinkSet::const_iterator end_children(int64 parent_id) const { 105 int64 top_ [all...] |
/external/openfst/src/lib/ |
symbol-table.cc | 47 int64 nline = 0; 67 int64 key = strtoll(value, &p, 10); 96 for (int64 i = 0; i < symbols_.size(); ++i) 102 for (int64 key = 0; key < dense_key_limit_; ++key) { 107 for (map<int64, const char*>::const_iterator it = 122 int64 SymbolTableImpl::AddSymbol(const string& symbol, int64 key) { 123 map<const char *, int64, StrCmp>::const_iterator it = 150 static bool IsInRange(const vector<pair<int64, int64> >& ranges [all...] |
/external/stressapptest/src/ |
disk_blocks.cc | 39 for (map<int64, StorageData*>::iterator it = 51 int64 DiskBlockTable::Random64() { 52 int64 x = random(); 61 int64 DiskBlockTable::NumElems() { 70 int64 address = block->GetAddress(); 90 int64 address = block->GetAddress(); 151 int64 random_number = Random64(); 152 int64 random_pos = random_number % nelems_; 153 int64 address = pos_to_addr_[random_pos]; 169 int sector_size, int write_block_size, int64 device_sectors [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer_util.h | 37 std::vector<int64> *handles); 147 inline int64 ServerTimeToClientTime(int64 server_time) { 151 inline int64 ClientTimeToServerTime(int64 client_time) { 157 inline bool ClientAndServerTimeMatch(int64 client_time, int64 server_time) { 166 inline int64 ServerTimeToClientTime(int64 server_time) { 170 inline int64 ClientTimeToServerTime(int64 client_time) [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
bookmark_model_associator.h | 37 : public PerDataTypeAssociatorInterface<BookmarkNode, int64> { 76 virtual int64 GetSyncIdFromChromeId(const int64& node_id) OVERRIDE; 80 virtual const BookmarkNode* GetChromeNodeFromSyncId(int64 sync_id) OVERRIDE; 86 const int64& node_id, 90 virtual void Associate(const BookmarkNode* node, int64 sync_id) OVERRIDE; 92 virtual void Disassociate(int64 sync_id) OVERRIDE; 106 virtual bool GetSyncIdForTaggedNode(const std::string& tag, int64* sync_id); 109 typedef std::map<int64, int64> BookmarkIdToSyncIdMap [all...] |
/external/chromium_org/content/browser/speech/endpointer/ |
endpointer.h | 69 EpStatus Status(int64 *time_us); 81 void set_speech_input_complete_silence_length(int64 time_us) { 85 void set_long_speech_input_complete_silence_length(int64 time_us) { 89 void set_speech_input_possibly_complete_silence_length(int64 time_us) { 93 void set_long_speech_length(int64 time_us) { 110 int64 speech_input_minimum_length_us_; 115 int64 speech_input_possibly_complete_silence_length_us_; 120 int64 speech_input_complete_silence_length_us_; 126 int64 long_speech_input_complete_silence_length_us_; 132 int64 long_speech_length_us_ [all...] |
/external/chromium_org/sync/test/engine/ |
mock_connection_manager.h | 56 // compile for both the int64 and string id based versions of the server. 64 int64 version, 65 int64 sync_ts, 71 int64 version, 72 int64 sync_ts, 80 int64 version, 81 int64 sync_ts, 87 int64 version, 88 int64 sync_ts, 96 int64 version [all...] |