HomeSort by relevance Sort by last modified time
    Searched full:int64 (Results 251 - 275 of 779) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/history/
text_database.cc 228 int64 rowid = db_.GetLastInsertRowId();
259 std::set<int64> rows_to_delete;
268 for (std::set<int64>::const_iterator i = rows_to_delete.begin();
283 for (std::set<int64>::const_iterator i = rows_to_delete.begin();
320 int64 effective_begin_time = options.begin_time.is_null() ?
322 int64 effective_end_time = options.end_time.is_null() ?
323 std::numeric_limits<int64>::max() : options.end_time.ToInternalValue();
  /external/chromium/chrome/browser/sync/glue/
password_model_associator.cc 117 int64 sync_child_id = password_root.GetFirstChildId();
180 int64 password_sync_id;
215 int64 sync_id) {
230 int64 PasswordModelAssociator::GetSyncIdFromChromeId(
237 const std::string* password, int64 sync_id) {
246 void PasswordModelAssociator::Disassociate(int64 sync_id) {
256 int64* sync_id) {
typed_url_model_associator.cc 132 int64 sync_child_id = typed_url_root.GetFirstChildId();
212 int64 typed_url_sync_id;
238 int64 sync_id) {
248 int64 TypedUrlModelAssociator::GetSyncIdFromChromeId(
255 const std::string* typed_url, int64 sync_id) {
264 void TypedUrlModelAssociator::Disassociate(int64 sync_id) {
274 int64* sync_id) {
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 75 int64 Now() {
88 return static_cast<int64>(tv.tv_sec);
158 int64 a_position = a->ref(SERVER_POSITION_IN_PARENT);
159 int64 b_position = b->ref(SERVER_POSITION_IN_PARENT);
206 StringValue* Int64ToValue(int64 i) {
220 // Int64 fields.
465 EntryKernel* Directory::GetEntryByHandle(int64 metahandle) {
470 EntryKernel* Directory::GetEntryByHandle(int64 metahandle,
577 int64 handle = entry->ref(META_HANDLE);
661 int64 handle = entry->ref(META_HANDLE)
    [all...]
syncable_unittest.cc 108 int64 written_metahandle;
185 int64 written_metahandle;
351 bool IsInDirtyMetahandles(int64 metahandle) {
355 bool IsInMetahandlesToPurge(int64 metahandle) {
405 int64 id,
408 int64 base_version,
409 int64 server_version,
458 std::vector<int64> expected_dirty_metahandles;
484 std::vector<int64> new_dirty_metahandles;
485 for (std::vector<int64>::const_iterator i
    [all...]
  /external/libvpx/vp8/encoder/
onyx_int.h 222 INT64 source_time_stamp;
223 INT64 source_end_time_stamp;
285 INT64 source_time_stamp;
286 INT64 source_end_time_stamp;
398 INT64 key_frame_count;
399 INT64 tot_key_frame_bits;
422 INT64 total_byte_count;
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 76 int64 ByteCount() const;
109 int64 ByteCount() const;
141 int64 ByteCount() const;
213 int64 ByteCount() const;
230 int64 position_;
300 int64 ByteCount() const;
319 int64 position_;
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 305 int64 now_server_time = ClientTimeToServerTime(syncable::Now());
306 int64 now_plus_30s = ServerTimeToClientTime(now_server_time + 30000);
307 int64 now_minus_2h = ServerTimeToClientTime(now_server_time - 7200000);
343 const vector<int64>& unsynced_handle_view,
379 int64 CreateUnsyncedDirectory(const string& entry_name,
385 int64 CreateUnsyncedDirectory(const string& entry_name,
412 ValueType GetField(int64 metahandle, FieldType field,
427 Id Get(int64 metahandle, syncable::IdField field) const {
431 string Get(int64 metahandle, syncable::StringField field) const {
435 int64 Get(int64 metahandle, syncable::Int64Field field) const
    [all...]
  /dalvik/docs/
dalvik-bytecode.html     [all...]
  /external/chromium/base/
basictypes.h 36 typedef long int64; typedef
38 typedef long long int64; typedef
79 const int64 kint64min = (( int64) GG_LONGLONG(0x8000000000000000));
80 const int64 kint64max = (( int64) GG_LONGLONG(0x7FFFFFFFFFFFFFFF));
process_util_posix.cc 51 int WaitpidWithTimeout(ProcessHandle handle, int64 wait_milliseconds,
78 static const int64 kMaxSleepInMicroseconds = 1 << 18; // ~256 milliseconds.
79 int64 max_sleep_time_usecs = 1 << 10; // ~1 milliseconds.
80 int64 double_sleep_time = 0;
90 int64 sleep_time_usecs = (wakeup_time - now).InMicroseconds();
731 int64 timeout_milliseconds) {
755 int64 wait_milliseconds) {
811 bool WaitForSingleProcess(ProcessHandle handle, int64 wait_milliseconds) {
837 int64 TimeValToMicroseconds(const struct timeval& tv) {
839 int64 ret = tv.tv_sec; // Avoid (int * int) integer overflow
    [all...]
platform_file_unittest.cc 15 int ReadFully(base::PlatformFile file, int64 offset, char* data, int size) {
38 int WriteFully(base::PlatformFile file, int64 offset,
183 int64 file_size = 0;
222 int64 file_size = 0;
process_util_win.cc 473 int64 timeout_milliseconds) {
517 int64 wait_milliseconds,
526 std::max<int64>(0, wait_milliseconds - (GetTickCount() - start_time));
538 bool WaitForSingleProcess(ProcessHandle handle, int64 wait_milliseconds) {
544 int64 wait_milliseconds,
760 int64 system_time = (FileTimeToUTC(kernel_time) + FileTimeToUTC(user_time)) /
762 int64 time = FileTimeToUTC(now);
771 int64 system_time_delta = system_time - last_system_time_;
772 int64 time_delta = time - last_time_;
  /external/opencv/cv/src/
cvoptflowbm.cpp 151 int64 patch_mask = (((int64) 1) << (blSize - patch_ofs * 8)) - 1;
156 patch_mask = (int64) - 1;
392 *((int64 *) (blockA + patch_ofs)) &= patch_mask;
393 *((int64 *) (blockB + patch_ofs)) &= patch_mask;
462 *((int64 *) (blockB + patch_ofs)) &= patch_mask;
  /external/chromium/chrome/browser/policy/
cloud_policy_controller_unittest.cc 103 void CreateNewController(int64 policy_refresh_rate_ms,
105 int64 policy_refresh_deviation_max_ms,
106 int64 policy_refresh_error_delay_ms) {
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details_unittest.mm 61 int64 size = 1234;
90 int64 size = 1234;
149 int64 size = 1234;
  /external/chromium/chrome/browser/webdata/
keyword_table.cc 210 bool KeywordTable::SetDefaultSearchProviderID(int64 id) {
214 int64 KeywordTable::GetDefaulSearchProviderID() {
215 int64 value = 0;
  /external/chromium/net/url_request/
url_request_throttler_entry.cc 131 int64 URLRequestThrottlerEntry::ReserveSendingTimeForNextRequest(
237 int64 value_ms = static_cast<int64>(0.5 + time_in_sec * 1000);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.cpp 68 int64 CacheResult::contentSize() const
96 int64 CacheResult::expires() const
107 return static_cast<int64>(1000.0 * time.ToDoubleT());
  /frameworks/base/media/libstagefright/codecs/aacdec/
fxp_mul32_arm_v4.h 227 __inline int64 fxp_mac64_Q31(int64 sum, const Int32 L_var1, const Int32 L_var2)
235 return (((int64(c)) << 32) | b);
fxp_mul32_arm_v5.h 168 __inline int64 fxp_mac64_Q31(int64 sum, const Int32 L_var1, const Int32 L_var2)
176 return (((int64(c)) << 32) | b);
  /external/bluetooth/glib/gio/
gfileattribute-priv.h 38 gint64 int64; member in union:__anon1953::__anon1954
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc 70 int64* max_id,
195 int64 id = 0;
214 int64 internal_time;
273 int64 internal_time;
  /external/chromium/chrome/browser/extensions/
extension_bookmark_helpers.cc 85 int64 id,
  /external/chromium/chrome/browser/importer/
firefox3_importer.h 42 typedef std::map<int64, std::set<GURL> > FaviconMap;

Completed in 187 milliseconds

<<11121314151617181920>>