/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
symbol-table.cpp | 45 int64 nline = 0; 61 int64 key = strtoll(value, &p, 10); 82 int64 SymbolTableImpl::AddSymbol(const string& symbol, int64 key) { 83 hash_map<string, int64>::const_iterator it = 114 int64 size; 117 int64 key = 0; 132 int64 size = symbols_.size(); 137 hash_map<string, int64>::const_iterator it = symbol_map_.find(symbol);
|
/external/stressapptest/src/ |
queue.cc | 47 int64 nextnextin; 72 int64 lastin; 73 int64 entries; 74 int64 newindex;
|
worker.h | 242 int64 ReadThreadTimer() { 257 int64 GetErrorCount() {return errorcount_;} 258 int64 GetPageCount() {return pages_copied_;} 259 int64 GetRunDurationUSec() {return runduration_usec_;} 324 int64 length, 326 int64 patternoffset); 378 volatile int64 pages_copied_; // Recorded for memory bandwidth calc. 379 volatile int64 errorcount_; // Miscompares seen by this thread. 388 volatile int64 runduration_usec_; // Worker run duration in u-seconds. 590 virtual void SetFillPages(int64 num_pages_to_fill_init) [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pv_mp3dec_fxd_op_c_equivalent.h | 64 return (Int32)(((int64)(a) * b) >> 30); 69 return (L_add + (Int32)(((int64)(a) * b) >> 30)); 74 return (Int32)(((int64)(a) * b) >> 32); 80 return (Int32)(((int64)(a) * b) >> 28); 85 return (Int32)(((int64)(a) * b) >> 27); 90 return (Int32)(((int64)(a) * b) >> 26); 96 return (L_add + (Int32)(((int64)(a) * b) >> 32)); 101 return (L_sub - ((Int32)(((int64)(a) * b) >> 32))); 107 return (Int32)(((int64)(a) * b) >> 29);
|
/external/chromium/chrome/browser/sync/glue/ |
session_model_associator.h | 77 virtual int64 GetSyncIdFromChromeId(const size_t& id); 82 virtual int64 GetSyncIdFromSessionTag(const std::string& tag); 85 virtual const TabContents* GetChromeNodeFromSyncId(int64 sync_id); 109 virtual void Associate(const TabContents* tab, int64 sync_id); 113 virtual void Disassociate(int64 sync_id); 140 int64 modification_time); 201 TabLinks(int64 sync_id, const TabContents* tab) 206 TabLinks(int64 sync_id, const SessionTab* session_tab) 212 inline int64 sync_id() const { return sync_id_; } 216 int64 sync_id_ [all...] |
autofill_model_associator.h | 73 virtual const std::string* GetChromeNodeFromSyncId(int64 sync_id); 81 virtual int64 GetSyncIdFromChromeId(const std::string& node_id); 84 virtual void Associate(const std::string* node, int64 sync_id); 87 virtual void Disassociate(int64 sync_id); 91 virtual bool GetSyncIdForTaggedNode(const std::string& tag, int64* sync_id); 119 typedef std::map<std::string, int64> AutofillToSyncIdMap; 120 typedef std::map<int64, std::string> SyncIdToAutofillMap; 178 int64 autofill_node_id_;
|
typed_url_model_associator_unittest.cc | 21 int64 last_visit, 40 int64 last_visit, 146 const int64 visits[] = { 1024, 2065, 65534, 1237684 }; 167 const int64 visits_left[] = { 1, 1024, 1500, 2065, 6000, 169 const int64 visits_right[] = { 1024, 2065, 65534, 1237684 }; 171 const int64 visits_removed[] = { 1, 1500, 6000, 2237684 }; 199 const int64 visits_left[] = { 1024, 2065, 65534, 1237684 }; 200 const int64 visits_right[] = { 1, 1024, 1500, 2065, 6000, 203 const int64 visits_added[] = { 1, 1500, 6000, 2237684 };
|
/external/chromium/chrome/browser/chromeos/cros/ |
burn_library.h | 27 int64 amount_burnt; 28 int64 total_size;
|
/external/chromium/chrome/browser/extensions/ |
extension_processes_api.cc | 32 int64 net, 33 int64 pr_mem, 34 int64 sh_mem) { 124 int64 net = model_->GetNetworkUsage(i); 126 int64 pr_mem = model_->GetPrivateMemory(i, &mem) ? 127 static_cast<int64>(mem) : -1; 128 int64 sh_mem = model_->GetSharedMemory(i, &mem) ? 129 static_cast<int64>(mem) : -1;
|
extension_bookmarks_module.h | 85 // Helper to get the bookmark id as int64 from the given string id. 87 // as an int64. In case of error, doesn't change id and returns false. 88 bool GetBookmarkIdAsInt64(const std::string& id_string, int64* id); 146 // from id string to int64 failed. 147 static bool ExtractIds(const ListValue* args, std::list<int64>* ids, 175 static bool ExtractIds(const ListValue* args, std::list<int64>* ids, 188 static bool ExtractIds(const ListValue* args, std::list<int64>* ids,
|
/external/chromium/chrome/browser/net/websocket_experiment/ |
websocket_experiment_runner.h | 36 int64 initial_delay_ms; 37 int64 next_delay_ms;
|
websocket_experiment_task.h | 90 int64 url_fetch_deadline_ms; 91 int64 websocket_onopen_deadline_ms; 93 int64 websocket_hello_echoback_deadline_ms; 94 int64 websocket_idle_ms; 95 int64 websocket_receive_push_message_deadline_ms; 97 int64 websocket_bye_deadline_ms; 98 int64 websocket_close_deadline_ms; 186 void SetTimeout(int64 deadline_ms);
|
/external/chromium/chrome/browser/policy/proto/ |
old_generic_format.proto | 39 optional int64 int64_value = 3; 44 repeated int64 int64_array = 8;
|
/external/chromium/net/http/ |
http_byte_range.cc | 11 const int64 kPositionNotSpecified = -1; 44 bool HttpByteRange::ComputeBounds(int64 size) {
|
/external/openfst/src/script/ |
replace.cc | 24 void Replace(const vector<pair<int64, const FstClass *> > &tuples, 25 MutableFstClass *ofst, const int64 &root,
|
/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/llvm/bindings/ocaml/target/ |
target_ocaml.c | 56 /* DataLayout.t -> Llvm.lltype -> Int64.t */ 61 /* DataLayout.t -> Llvm.lltype -> Int64.t */ 66 /* DataLayout.t -> Llvm.lltype -> Int64.t */ 92 /* DataLayout.t -> Llvm.lltype -> Int64.t -> int */ 98 /* DataLayout.t -> Llvm.lltype -> int -> Int64.t */
|
/frameworks/ex/variablespeed/jni/ |
ring_buffer.h | 49 int64 Tell(int reader) const; 54 void Seek(int reader, int64 position); 98 int64 GetTail() const; 102 std::vector<int64> readers_; 106 int64 head_logical_;
|
/external/chromium/base/ |
time_posix.cc | 18 int64 microseconds = InMicroseconds(); 43 static const int64 kWindowsEpochDeltaSeconds = GG_INT64_C(11644473600); 44 static const int64 kWindowsEpochDeltaMilliseconds = 48 const int64 Time::kWindowsEpochDeltaMicroseconds = 54 const int64 Time::kTimeTToMicrosecondsOffset = kWindowsEpochDeltaMicroseconds; 80 int64 milliseconds = (us_ - kWindowsEpochDeltaMicroseconds) / 123 int64 milliseconds; 178 (static_cast<int64>(ts.tv_sec) * Time::kMicrosecondsPerSecond) + 179 (static_cast<int64>(ts.tv_nsec) / Time::kNanosecondsPerMicrosecond); 206 int64 us = us_ - kTimeTToMicrosecondsOffset [all...] |
message_loop_proxy_impl.cc | 27 const tracked_objects::Location& from_here, Task* task, int64 delay_ms) { 39 int64 delay_ms) { 85 const tracked_objects::Location& from_here, Task* task, int64 delay_ms,
|
/external/protobuf/src/google/protobuf/ |
extension_set.cc | 275 PRIMITIVE_ACCESSORS( INT64, int64, Int64) 611 HANDLE_TYPE( INT64, int64, RepeatedField < int64>); 653 HANDLE_TYPE( INT64, int64, Int64); 745 HANDLE_TYPE( INT64, Int64, int64) [all...] |
/external/chromium/chrome/browser/policy/ |
cloud_policy_controller.cc | 52 static const int64 kPolicyRefreshDeviationMaxInMilliseconds = 30 * 60 * 1000; 56 static const int64 kPolicyRefreshErrorDelayInMilliseconds = 87 void CloudPolicyController::SetRefreshRate(int64 refresh_rate_milliseconds) { 180 int64 policy_refresh_rate_ms, 182 int64 policy_refresh_deviation_max_ms, 183 int64 policy_refresh_error_delay_ms) 202 int64 policy_refresh_rate_ms, 204 int64 policy_refresh_deviation_max_ms, 205 int64 policy_refresh_error_delay_ms) { 369 int64 delay = std::max<int64>((refresh_at - now).InMilliseconds(), 0) [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_bookmark_unittest.cc | 55 virtual bool GetSyncIdForTaggedNode(const std::string& tag, int64* sync_id) { 91 int64 last_child_id = sync_api::kInvalidId; 92 for (int64 id = root.GetFirstChildId(); id != sync_api::kInvalidId; /***/) { 136 int64 Add(const std::wstring& title, 139 int64 parent_id, 140 int64 predecessor_id) { 167 int64 AddFolder(const std::wstring& title, 168 int64 parent_id, 169 int64 predecessor_id) { 174 int64 AddURL(const std::wstring& title [all...] |
/external/regex-re2/re2/testing/ |
re2_arg_test.cc | 17 int64 value; 28 // string integer value short ushort int uint int64 uint64 60 static_cast<int64>(0xFFFFFFFF80000000LL), 74 { "-9223372036854775808", static_cast<int64>(0x8000000000000000LL), 78 { "9223372036854775808", static_cast<int64>(9223372036854775808ULL), 80 { "18446744073709551615", static_cast<int64>(18446744073709551615ULL), 126 PARSE_FOR_TYPE(int64, 4);
|