HomeSort by relevance Sort by last modified time
    Searched refs:PRId64 (Results 151 - 175 of 189) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/base/debug/
trace_event_impl.cc 630 StringAppendF(out, "%" PRId64, static_cast<int64>(value.as_int));
679 "{\"cat\":\"%s\",\"pid\":%i,\"tid\":%i,\"ts\":%" PRId64 ","
706 StringAppendF(out, ",\"dur\":%" PRId64, duration);
710 StringAppendF(out, ",\"tdur\":%" PRId64, thread_duration);
717 StringAppendF(out, ",\"tts\":%" PRId64, thread_time_int64);
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 95 # define __STDC_FORMAT_MACROS 1 // gcc requires this to get PRId64, etc.
139 #ifndef PRId64
140 # define PRId64 "lld"
364 snprintf(intbuf, sizeof(intbuf), "%"PRId64, VALUE_AS(int64));
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 95 # define __STDC_FORMAT_MACROS 1 // gcc requires this to get PRId64, etc.
140 #ifndef PRId64
141 # define PRId64 "lld"
364 snprintf(intbuf, sizeof(intbuf), "%"PRId64, VALUE_AS(int64));
    [all...]
  /external/chromium_org/ash/touch/
touch_observer_hud_unittest.cc 187 DisplayInfo info(id, base::StringPrintf("x-%" PRId64, id), false);
  /external/chromium_org/base/test/launcher/
unit_test_launcher.cc 537 "Tests took %" PRId64 " seconds.\n",
  /external/chromium_org/google_apis/gaia/
oauth_request_signer.cc 121 "%" PRId64,
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 91 printf("Count(%d): %" PRId64 "\n", i, *counters++);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc 590 "prot %d flags %d fd %d offs %"PRId64,
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 107 printf("%"PRId64", ", tx_count_32x32p_stats[i][j]);
117 printf("%"PRId64", ", tx_count_16x16p_stats[i][j]);
127 printf("%"PRId64", ", tx_count_8x8p_stats[i][j]);
146 printf("%"PRId64", ", switchable_interp_stats[i][j]);
    [all...]
  /external/qemu/hw/
i8259.c 545 monitor_printf(mon, "%2d: %" PRId64 "\n", i, count);
  /external/qemu/tcg/
tcg.h 37 #define TCG_PRIld PRId64
tcg.c     [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 143 StringAppendF(&out, " size: %" PRId64 "\n", file_info.size());
180 StringAppendF(&out, " changestamp: %" PRId64 "\n",
    [all...]
  /external/qemu/block/
vmdk.c 680 "RW %" PRId64 " SPARSE \"%s\"\n"
686 "ddb.geometry.cylinders = \"%" PRId64 "\"\n"
qcow2.c     [all...]
  /external/qemu/
kqemu.c 655 fprintf(f, "total: %" PRId64 "\n", total);
660 fprintf(f, "%08lx: %" PRId64 " %0.2f%% %0.2f%%\n",
  /frameworks/native/cmds/installd/
commands.c 316 ALOGI("free_cache(%" PRId64 ") avail %" PRId64 "\n", free_size, avail);
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_controller.cc 415 ".%" PRId64 "j%dj%d",
  /external/chromium_org/chrome/browser/extensions/
extension_protocols.cc 85 std::string hash = base::StringPrintf("%" PRId64,
  /external/chromium_org/content/browser/download/
download_manager_impl.cc 94 base::StringPrintf("bytes=%" PRId64 "-", params->offset()),
download_item_impl.cc 792 " total = %" PRId64
793 " received = %" PRId64
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 753 "prot %d flags %d fd %d offs %" PRId64,
    [all...]
  /external/elfutils/src/
strings.c 290 locfmt = "%7" PRId64 " ";
  /external/qemu/android/
hw-sensors.c 342 snprintf(buffer, sizeof buffer, "sync:%" PRId64, now_ns/1000);

Completed in 529 milliseconds

1 2 3 4 5 67 8