Searched refs:PRId64 (Results 1 - 25 of 177) sorted by path

12345678

/external/bison/darwin-lib/
H A Dinttypes.h503 # if !defined PRId64 || 0
504 # undef PRId64 macro
505 # define PRId64 _PRI64_PREFIX "d" macro
613 # define PRIdLEAST64 PRId64
642 # define PRIdFAST8 PRId64
690 # define PRIdFAST16 PRId64
738 # define PRIdFAST32 PRId64
786 # define PRIdFAST64 PRId64
815 # define PRIdMAX PRId64
/external/bison/lib/
H A Dinttypes.in.h191 # if !defined PRId64 || @PRI_MACROS_BROKEN@
192 # undef PRId64 macro
193 # define PRId64 _PRI64_PREFIX "d" macro
301 # define PRIdLEAST64 PRId64
330 # define PRIdFAST8 PRId64
378 # define PRIdFAST16 PRId64
426 # define PRIdFAST32 PRId64
474 # define PRIdFAST64 PRId64
503 # define PRIdMAX PRId64
/external/bison/linux-lib/
H A Dinttypes.h503 # if !defined PRId64 || 0
504 # undef PRId64 macro
505 # define PRId64 _PRI64_PREFIX "d" macro
613 # define PRIdLEAST64 PRId64
642 # define PRIdFAST8 PRId64
690 # define PRIdFAST16 PRId64
738 # define PRIdFAST32 PRId64
786 # define PRIdFAST64 PRId64
815 # define PRIdMAX PRId64
/external/bluetooth/bluedroid/osi/src/
H A Dalarm.c279 ALOGE("%s unable to set wake alarm for %" PRId64 "ms.", __func__, next_exp);
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud_unittest.cc187 DisplayInfo info(id, base::StringPrintf("x-%" PRId64, id), false);
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc651 StringAppendF(out, "%" PRId64, static_cast<int64>(value.as_int));
711 "{\"cat\":\"%s\",\"pid\":%i,\"tid\":%i,\"ts\":%" PRId64 ","
738 StringAppendF(out, ",\"dur\":%" PRId64, duration);
742 StringAppendF(out, ",\"tdur\":%" PRId64, thread_duration);
749 StringAppendF(out, ",\"tts\":%" PRId64, thread_time_int64);
/external/chromium_org/base/
H A Dformat_macros.h12 // printf("xyz:%" PRId64, value);
28 #if (defined(_INTTYPES_H) || defined(_INTTYPES_H_)) && !defined(PRId64)
41 #define WidePRId64 PRId64
79 #if !defined(PRId64)
80 #define PRId64 "I64d" macro
/external/chromium_org/base/i18n/
H A Dnumber_formatting.cc54 return UTF8ToUTF16(StringPrintf("%" PRId64, number));
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.cc599 status_line.append(StringPrintf("(%" PRId64 " ms)",
H A Dunit_test_launcher.cc530 "Tests took %" PRId64 " seconds.\n",
/external/chromium_org/cc/test/
H A Dordered_simple_task_runner_unittest.cc117 base::StringPrintf("%d(%" PRId64 "ms)",
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.cc416 ".%" PRId64 "j%dj%d",
H A Dhistory_quick_provider_unittest.cc228 PRId64 ", 0, 0)",
242 "INSERT INTO \"visits\" VALUES(%" PRIuS ", %" PRIuS ", %" PRId64
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_actions.cc254 new std::string(base::StringPrintf("%" PRId64, action_id())));
318 std::string result = base::StringPrintf("ACTION ID=%" PRId64, action_id());
/external/chromium_org/chrome/browser/extensions/
H A Dblob_reader.cc48 base::StringPrintf("bytes=%" PRId64 "-%" PRId64, offset,
/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest_base.cc28 sql_time.push_back(base::StringPrintf("%" PRId64, now)); // last_visit_time
29 sql_time.push_back(base::StringPrintf("%" PRId64, now)); // visit_time
30 sql_time.push_back(base::StringPrintf("%" PRId64, now)); // time_slot
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ditunes_data_provider.cc68 base::StringPrintf(" (%" PRId64 ")", (*track_it)->id);
/external/chromium_org/chrome/browser/spellchecker/
H A Dfeedback_sender.cc68 base::StringPrintf("%" PRId64 "%" PRId64 "%" PRIuS,
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_model_associator.cc788 "Native version (%" PRId64 ") does not match sync version (%"
789 PRId64 ")",
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dconflict_resolver.cc68 "Detected multi-parent trackers (active tracker_id=%" PRId64 ")",
118 "(primary tracker_id=%" PRId64 ")",
H A Dlocal_to_remote_syncer.cc216 "Detected conflicting dirty tracker:%" PRId64,
H A Dmetadata_database_index_on_disk.cc311 "LevelDB error (%s) in getting FileTracker for ID: %" PRId64,
320 "Failed to parse a Tracker for ID: %" PRId64,
510 "LevelDB error (%s) in getting a dirty tracker for ID: %" PRId64,
H A Dregister_app_task_unittest.cc233 return base::StringPrintf("file_id_%" PRId64, next_file_id_++);
H A Dremote_to_local_syncer.cc118 "Start: tracker_id=%" PRId64, dirty_tracker_->tracker_id()));
165 "Missing synced_details of an active tracker: %" PRId64,
693 "[Remote -> Local]: Finished: action=%s, tracker=%" PRId64 " status=%s",
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_process_runner.cc160 "[%s] pending_changes updated: %" PRId64,
177 "[%s] * Finished (elapsed: %" PRId64 " ms)", name_.c_str(),
231 "[%s] Scheduling task in %" PRId64 " ms",

Completed in 879 milliseconds

12345678