/external/valgrind/main/memcheck/tests/amd64/ |
xor-undef-amd64.stdout.exp | 2 Complain int64 4 No complain int64
|
/external/chromium/chrome/browser/sync/engine/ |
read_node_mock.h | 23 MOCK_CONST_METHOD0(GetId, int64());
24 MOCK_CONST_METHOD0(GetFirstChildId, int64());
25 MOCK_CONST_METHOD0(GetFirstChild, int64());
26 MOCK_CONST_METHOD0(GetSuccessorId, int64());
27 MOCK_METHOD1(InitByIdLookup, bool(int64 id));
|
polling_constants.h | 13 extern const int64 kDefaultShortPollIntervalSeconds; 14 extern const int64 kDefaultLongPollIntervalSeconds; 15 extern const int64 kMaxBackoffSeconds;
|
polling_constants.cc | 15 const int64 kDefaultShortPollIntervalSeconds = 3600 * 8; 17 const int64 kDefaultLongPollIntervalSeconds = 3600 * 12; 20 const int64 kMaxBackoffSeconds = 60 * 60 * 4; // 4 hours.
|
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/net/http/ |
http_byte_range.h | 22 int64 first_byte_position() const { return first_byte_position_; } 23 void set_first_byte_position(int64 value) { first_byte_position_ = value; } 25 int64 last_byte_position() const { return last_byte_position_; } 26 void set_last_byte_position(int64 value) { last_byte_position_ = value; } 28 int64 suffix_length() const { return suffix_length_; } 29 void set_suffix_length(int64 value) { suffix_length_ = value; } 48 bool ComputeBounds(int64 size); 51 int64 first_byte_position_; 52 int64 last_byte_position_; 53 int64 suffix_length_ [all...] |
http_byte_range_unittest.cc | 10 int64 first_byte_position; 11 int64 last_byte_position; 12 int64 suffix_length; 37 int64 first_byte_position; 38 int64 last_byte_position; 39 int64 suffix_length; 40 int64 instance_size; 42 int64 expected_lower_bound; 43 int64 expected_upper_bound;
|
/external/chromium/chrome/browser/download/ |
download_status_updater_unittest.cc | 37 virtual int64 GetInProgressDownloadCount() { 41 virtual int64 GetReceivedDownloadBytes() { 45 virtual int64 GetTotalDownloadBytes() { 53 void set_in_progress_download_count(int64 download_count) { 57 void set_received_bytes(int64 received_bytes) { 61 void set_total_bytes(int64 total_bytes) { 69 int64 in_progress_download_count_; 70 int64 received_bytes_; 71 int64 total_bytes_;
|
download_status_updater_delegate.h | 17 virtual int64 GetInProgressDownloadCount() = 0; 20 virtual int64 GetReceivedDownloadBytes() = 0; 23 virtual int64 GetTotalDownloadBytes() = 0;
|
save_item.h | 37 void Update(int64 bytes_so_far); 43 void Finish(int64 size, bool is_success); 54 void SetTotalBytes(int64 total_bytes); 62 int64 total_bytes() const { return total_bytes_; } 63 int64 received_bytes() const { return received_bytes_; } 74 void UpdateSize(int64 size); 90 int64 total_bytes_; 93 int64 received_bytes_;
|
download_status_updater.cc | 41 int64 received_bytes = 0; 42 int64 total_bytes = 0; 56 int64 DownloadStatusUpdater::GetInProgressDownloadCount() { 57 int64 download_count = 0;
|
/external/bluetooth/bluez/test/ |
service-record.dtd | 6 <!ELEMENT sequence (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+> 8 <!ELEMENT alternate (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+> 58 <!ELEMENT int64 EMPTY> 59 <!ATTLIST int64 value CDATA #REQUIRED> 60 <!ATTLIST int64 name CDATA>
|
/external/chromium/chrome/browser/policy/ |
cloud_policy_controller.h | 46 void SetRefreshRate(int64 refresh_rate_milliseconds); 94 int64 policy_refresh_rate_ms, 96 int64 policy_refresh_deviation_max_ms, 97 int64 policy_refresh_error_delay_ms); 105 int64 policy_refresh_rate_ms, 107 int64 policy_refresh_deviation_max_ms, 108 int64 policy_refresh_error_delay_ms); 131 int64 GetRefreshDelay(); 141 int64 policy_refresh_rate_ms_; 143 int64 policy_refresh_deviation_max_ms_ [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_menu.h | 15 int64 id_; // id of the bookmark node we represent. 18 @property(nonatomic) int64 id;
|
/external/chromium/base/i18n/ |
number_formatting.h | 14 string16 FormatNumber(int64 number);
|
/external/chromium/chrome/browser/search_engines/ |
template_url_id.h | 11 typedef int64 TemplateURLID;
|
/external/libyuv/files/include/libyuv/ |
basic_types.h | 23 typedef __int64 int64; typedef 25 typedef long long int64; typedef 33 typedef __int64 int64; typedef 43 typedef long long int64; typedef
|
/external/chromium/chrome/browser/extensions/ |
extension_webnavigation_api.h | 34 bool CanSendEvents(int64 frame_id) const; 38 void TrackFrame(int64 frame_id, 45 GURL GetUrl(int64 frame_id) const; 48 bool IsMainFrame(int64 frame_id) const; 51 void ErrorOccurredInFrame(int64 frame_id); 63 typedef std::multimap<const TabContents*, int64> TabContentsToFrameIdMap; 69 typedef std::map<int64, FrameState> FrameIdToStateMap; 90 virtual void DidStartProvisionalLoadForFrame(int64 frame_id, 95 int64 frame_id, 99 virtual void DidFailProvisionalLoad(int64 frame_id [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
fxp_mul32_c_msc_evc.h | 168 __inline int64 fxp_mac64_Q31(int64 sum, const Int32 L_var1, const Int32 L_var2) 170 sum += (int64)L_var1 * L_var2; 189 return (Int32)(((int64)(a) * b) >> 30); 194 return (L_add + (Int32)(((int64)(a) * b) >> 30)); 200 return (Int32)(((int64)(a) * b) >> 29); 205 return (L_add + (Int32)(((int64)(a) * b) >> 29)); 210 return (L_sub - (Int32)(((int64)(a) * b) >> 29)); 216 return (Int32)(((int64)(a) * b) >> 28); 221 return (Int32)(((int64)(a) * b) >> 27) [all...] |
fxp_mul32_c_msc_evc_armv5.h | 90 __inline int64 fxp_mac64_Q31(int64 sum, const Int32 L_var1, const Int32 L_var2) 92 sum += (int64)L_var1 * L_var2; 113 return (Int32)(((int64)(a) * b) >> 30); 118 return (L_add + (Int32)(((int64)(a) * b) >> 30)); 124 return (Int32)(((int64)(a) * b) >> 29); 129 return (L_add + (Int32)(((int64)(a) * b) >> 29)); 134 return (L_sub - (Int32)(((int64)(a) * b) >> 29)); 140 return (Int32)(((int64)(a) * b) >> 28); 145 return (Int32)(((int64)(a) * b) >> 27) [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);
|
sys_info_freebsd.cc | 13 int64 SysInfo::AmountOfPhysicalMemory() { 22 return static_cast<int64>(pages) * page_size;
|
sys_info_linux.cc | 12 int64 SysInfo::AmountOfPhysicalMemory() { 20 return static_cast<int64>(pages) * page_size;
|
/prebuilt/linux-x86/toolchain/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/chrome/browser/history/ |
download_types.cc | 10 int64 received_bytes, 11 int64 total_bytes,
|