/external/chromium/chrome/browser/web_resource/ |
web_resource_service.cc | 39 void StartAfterDelay(int64 delay_ms) { 228 void WebResourceService::PostNotification(int64 delay_ms) { 262 int64 delay = start_fetch_delay_; 271 int64 ms_until_update = cache_update_delay_ - 272 static_cast<int64>((base::Time::Now() - base::Time::FromDoubleT(
|
/external/chromium/third_party/libjingle/source/talk/base/ |
task.h | 123 int64 ElapsedTime(); 130 int64 timeout_time() const { return timeout_time_; } 154 int64 CurrentTime(); 183 int64 start_time_; 184 int64 timeout_time_;
|
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.mli | 47 (** [of_int64 n w] boxes the int64 [i] in a generic value with the bitwidth 49 val of_int64 : Llvm.lltype -> int64 -> t 76 (** [as_int64 gv] returns the integer-valued generic value [gv] as an [int64]. 77 Is invalid if [gv] has a bitwidth greater than [int64]. See the field 79 val as_int64 : t -> int64
|
executionengine_ocaml.c | 121 /* Llvm.lltype -> int64 -> t */ 122 CAMLprim value llvm_genericvalue_of_int64(LLVMTypeRef Ty, value Int64) { 123 CAMLparam1(Int64); 125 LLVMCreateGenericValueOfInt(Ty, Int64_val(Int64), 1))); 155 /* t -> int64 */ 159 && "Generic value too wide to treat as an int64!");
|
/external/protobuf/src/google/protobuf/ |
generated_message_reflection.cc | 232 HANDLE_TYPE( INT64, int64); 352 SWAP_ARRAYS(INT64 , int64 ); 379 SWAP_VALUES(INT64 , int64 ); 440 HANDLE_TYPE( INT64, int64); 478 CLEAR_TYPE(INT64 , int64 ); [all...] |
/external/chromium/chrome/browser/sync/glue/ |
autofill_model_associator.cc | 259 int64 sync_child_id = autofill_root.GetFirstChildId(); 358 int64 sync_id = node.GetId(); 386 int64 autofill_sync_id; 414 AutofillModelAssociator::GetChromeNodeFromSyncId(int64 sync_id) { 425 int64 AutofillModelAssociator::GetSyncIdFromChromeId( 432 const std::string* autofill, int64 sync_id) { 441 void AutofillModelAssociator::Disassociate(int64 sync_id) { 451 int64* sync_id) { 561 static_cast<int64>(0)) {
|
autofill_profile_model_associator.cc | 118 int64* sync_id) { 260 int64 AutofillProfileModelAssociator::FindSyncNodeWithProfile( 265 int64 sync_child_id = autofill_root.GetFirstChildId(); 298 int64 sync_node_id = FindSyncNodeWithProfile(trans, 367 int64 sync_child_id = autofill_root.GetFirstChildId(); 460 int64 sync_id) { 469 void AutofillProfileModelAssociator::Disassociate(int64 sync_id) { 478 int64 AutofillProfileModelAssociator::GetSyncIdFromChromeId( 491 int64 sync_id) {
|
session_model_associator.cc | 83 int64 SessionModelAssociator::GetSyncIdFromChromeId(const size_t& id) { 88 int64 SessionModelAssociator::GetSyncIdFromSessionTag(const std::string& tag) { 98 SessionModelAssociator::GetChromeNodeFromSyncId(int64 sync_id) { 205 int64 sync_id; 230 void SessionModelAssociator::Associate(const TabContents* tab, int64 sync_id) { 248 int64 sync_id, 378 void SessionModelAssociator::Disassociate(int64 sync_id) { 470 int64 id = root.GetFirstChildId(); 480 const int64 modification_time = sync_node.GetModificationTime(); 513 const int64 modification_time) [all...] |
autofill_change_processor.cc | 28 int64 id_; 31 int64 id, const sync_pb::AutofillSpecifics& autofill) 133 int64 sync_id = model_associator_->GetSyncIdFromChromeId(tag); 174 int64 sync_id = model_associator_->GetSyncIdFromChromeId(tag); 242 int64 sync_id = sync_node.GetId(); 318 int64 sync_id) { 339 int64 sync_id) { 392 int64 sync_id) {
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_session_unittest.cc | 181 int64 sync_id = model_associator_->GetSyncIdFromSessionTag(machine_tag); 215 int64 sync_id = model_associator_->GetSyncIdFromSessionTag(machine_tag); 324 int64 node_id = model_associator_->GetSyncIdFromSessionTag( 343 int64 node_id = model_associator_->GetSyncIdFromSessionTag( 362 int64 node_id = model_associator_->GetSyncIdFromSessionTag( 380 std::vector<int64> node_ids; 386 int64 id = model_associator_->tab_pool_.GetFreeTabNode(); 412 std::vector<int64> node_ids; 418 int64 id = model_associator_->tab_pool_.GetFreeTabNode();
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_impl.cc | 100 int64 FileInputStream::ByteCount() const { 199 int64 FileOutputStream::ByteCount() const { 290 int64 IstreamInputStream::ByteCount() const { 330 int64 OstreamOutputStream::ByteCount() const { 384 int64 target_byte_count = streams_[0]->ByteCount() + count; 389 int64 final_byte_count = streams_[0]->ByteCount(); 402 int64 ConcatenatingInputStream::ByteCount() const { 414 int64 limit) 457 int64 LimitingInputStream::ByteCount() const {
|
zero_copy_stream_impl.h | 94 int64 ByteCount() const; 176 int64 ByteCount() const; 228 int64 ByteCount() const; 271 int64 ByteCount() const; 315 int64 ByteCount() const; 323 int64 bytes_retired_; // Bytes read from previous streams. 334 LimitingInputStream(ZeroCopyInputStream* input, int64 limit); 341 int64 ByteCount() const; 346 int64 limit_; // Decreases as we go, becomes negative if we overshoot.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
fst.h | 83 int64 Start() const { return start_; } 84 int64 NumStates() const { return numstates_; } 85 int64 NumArcs() const { return numarcs_; } 92 void SetStart(int64 start) { start_ = start; } 93 void SetNumStates(int64 numstates) { numstates_ = numstates; } 94 void SetNumArcs(int64 numarcs) { numarcs_ = numarcs; } 105 int64 start_; // Start state 106 int64 numstates_; // # of states 107 int64 numarcs_; // # of arcs
|
/external/chromium/net/tools/dump_cache/ |
upgrade.cc | 58 int64 long_arg1; 59 int64 long_arg2; 60 int64 long_arg3; 61 int64 long_arg4; 259 int64 remote_entry_; 699 msg.long_arg1 = reinterpret_cast<int64>(entry_); 719 msg.long_arg1 = reinterpret_cast<int64>(entry_); 727 if (input_->msg.long_arg1 != reinterpret_cast<int64>(entry_)) 757 msg_.long_arg1 = reinterpret_cast<int64>(entry_); 766 if (!entry_ || input_->msg.long_arg1 != reinterpret_cast<int64>(entry_)) [all...] |
/external/chromium/net/tools/flip_server/ |
epoll_server.cc | 380 int64 now_in_us = NowInUsec(); 384 int64 next_alarm_time_in_us = alarm_map_.begin()->first; 389 int64 wait_time_in_us; 390 int64 alarm_timeout_in_us = next_alarm_time_in_us - now_in_us; 396 wait_time_in_us = std::max(alarm_timeout_in_us, static_cast<int64>(0)); 459 void EpollServer::RegisterAlarm(int64 timeout_time_in_us, AlarmCB* ac) { 495 int64 EpollServer::NowInUsec() const { 499 int64 EpollServer::ApproximateNowInUsec() const { 631 void EpollServer::WaitForEventsAndCallHandleEvents(int64 timeout_in_us, 737 inline int64 EpollServer::DoRoundingOnNow(int64 now_in_us) const [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncapi_unittest.cc | 69 void ExpectInt64Value(int64 expected_value, 73 int64 val = 0; 80 int64 MakeNode(UserShare* share, 94 int64 MakeFolder(UserShare* share, 108 int64 MakeNodeWithParent(UserShare* share, 111 int64 parent_id) { 123 int64 MakeFolderWithParent(UserShare* share, 125 int64 parent_id, 139 int64 MakeServerNodeForType(UserShare* share, 294 int64 node_id [all...] |
/external/chromium/chrome/browser/policy/ |
user_policy_cache_unittest.cc | 32 Value* DecodeIntegerValue(google::protobuf::int64 value); 163 DecodeIntegerValue(static_cast<google::protobuf::int64>(42))); 168 DecodeIntegerValue(static_cast<google::protobuf::int64>(min - 1LL))); 170 value.reset(DecodeIntegerValue(static_cast<google::protobuf::int64>(min))); 175 DecodeIntegerValue(static_cast<google::protobuf::int64>(max + 1LL))); 177 value.reset(DecodeIntegerValue(static_cast<google::protobuf::int64>(max)));
|
/external/chromium/chrome/browser/sync/sessions/ |
session_state.h | 115 int64 num_server_changes_remaining, 122 int64 unsynced_count, 133 const int64 num_server_changes_remaining; 139 const int64 unsynced_count; 286 DirtyOnWrite<std::vector<int64> > unsynced_handles; 290 DirtyOnWrite<int64> num_server_changes_remaining;
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_service_browsertest.cc | 214 void IntroduceDelay(int64 ms) { 221 int64 delay_ms_; 344 void IntroduceGetHashDelay(int64 ms) { 348 int64 DownloadUrlCheckTimeout(SafeBrowsingService* sb_service) { 352 int64 DownloadHashCheckTimeout(SafeBrowsingService* sb_service) { 356 void SetDownloadUrlCheckTimeout(SafeBrowsingService* sb_service, int64 ms) { 360 void SetDownloadHashCheckTimeout(SafeBrowsingService* sb_service, int64 ms) { 595 const int64 kOneSec = 1000; 596 const int64 kOneMs = 1; 597 int64 default_urlcheck_timeout = DownloadUrlCheckTimeout(sb_service) [all...] |
/external/ceres-solver/internal/ceres/ |
block_random_access_sparse_matrix.h | 88 int64 IntPairToLong(int a, int b) { 92 const int64 kMaxRowBlocks;
|
/external/chromium/app/sql/ |
meta_table.cc | 87 bool MetaTable::SetValue(const char* key, int64 value) { 95 bool MetaTable::GetValue(const char* key, int64* value) {
|
/external/chromium/chrome/browser/automation/ |
automation_tab_helper_unittest.cc | 41 void WillPerformClientRedirect(int64 frame_id) { 45 void CompleteOrCancelClientRedirect(int64 frame_id) {
|
/external/chromium/chrome/browser/ |
browsing_data_database_helper_browsertest.cc | 30 int64 size; 31 int64 available;
|
/external/chromium/chrome/browser/history/ |
visit_database.cc | 260 int64 end = end_time.ToInternalValue(); 262 statement.BindInt64(1, end ? end : std::numeric_limits<int64>::max()); 264 max_results ? max_results : std::numeric_limits<int64>::max()); 287 int64 end = end_time.ToInternalValue(); 289 statement.BindInt64(1, end ? end : std::numeric_limits<int64>::max()); 293 max_results ? max_results : std::numeric_limits<int64>::max()); 318 int64 end = end_time.ToInternalValue(); 320 statement.BindInt64(1, end ? end : std::numeric_limits<int64>::max());
|
/external/chromium/net/disk_cache/ |
disk_cache_test_base.h | 105 int ReadSparseData(disk_cache::Entry* entry, int64 offset, net::IOBuffer* buf, 107 int WriteSparseData(disk_cache::Entry* entry, int64 offset,
|