/frameworks/av/services/camera/libcameraservice/utils/ |
TagMonitor.cpp | 165 dprintf(fd, " f%d:%" PRId64 "ns: %*s%s.%s: ", 245 dprintf(fd, "%" PRId64 " ",
|
/system/core/libpixelflinger/tests/gglmul/ |
gglmul_test.cpp | 264 printf(" Failed Actual(%" PRId64 ") Expected(%" PRId64 ")\n",
|
/system/core/libutils/ |
FileMap.cpp | 29 # define PRId64 "I64d" 156 ALOGE("MapViewOfFile(%" PRId64 ", %zu) failed with error %" PRId32 "\n",
|
/frameworks/av/media/libstagefright/webm/ |
WebmWriter.cpp | 222 ALOGV("limits: %" PRId64 "/%" PRId64 " bytes/us," 223 " bit rate: %d bps and the estimated cues size %" PRId64 " bytes", 297 ALOGD("Duration from tracks range is [%" PRId64 ", %" PRId64 "] us", minDurationUs, maxDurationUs);
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessor.cpp | 117 ALOGVV("Got preview metadata for frame %d with timestamp %" PRId64, frameNumber, timestamp); 494 String8::format(" %zu: b: %" PRId64 "\tf: %" PRId64 ", AE state: %d", i, 603 ALOGVV("%s: Saw timestamp %" PRId64, __FUNCTION__, frameTimestamp); 623 ALOGV("%s: Candidate timestamp %" PRId64 " (idx %zu), empty frames: %zu",
|
/frameworks/native/cmds/installd/ |
installd.cpp | 340 snprintf(reply, REPLY_MAX, "%" PRId64 " %" PRId64 " %" PRId64 " %" PRId64, 352 snprintf(reply, REPLY_MAX, "%" PRId64, (int64_t) inode);
|
/bionic/tests/ |
gtest_main.cpp | 330 printf(" (%" PRId64 " ms)", testcase.GetTestTime(test_id) / 1000000); 350 printf(" (%" PRId64 " ms)", testcase.GetTestTime(test_id) / 1000000); 398 printf(" (%" PRId64 " ms total)", elapsed_time_ns / 1000000); 422 printf("%s (stopped at %" PRId64 " ms)\n", timeout_pair.first.c_str(), 434 printf("%s (%" PRId64 " ms, exceed warnline %d ms)\n", std::get<0>(slow_tuple).c_str(), 668 printf(" %s (%" PRId64 " ms)\n", test_name.c_str(), run_time_ms); 800 snprintf(buf, sizeof(buf), "%s killed because of timeout at %" PRId64 " ms.\n", [all...] |
/external/libunwind_llvm/src/ |
DwarfParser.hpp | 432 "DW_CFA_offset_extended(reg=%" PRIu64 ", offset=%" PRId64 ")\n", 595 ", offset=%" PRId64 ")\n", 611 "DW_CFA_def_cfa_sf(reg=%" PRIu64 ", offset=%" PRId64 ")\n", reg, 630 "DW_CFA_val_offset(reg=%" PRIu64 ", offset=%" PRId64 "\n", reg, 646 "DW_CFA_val_offset_sf(reg=%" PRIu64 ", offset=%" PRId64 "\n", 683 fprintf(stderr, "DW_CFA_GNU_negative_offset_extended(%" PRId64 ")\n", 696 fprintf(stderr, "DW_CFA_offset(reg=%d, offset=%" PRId64 ")\n",
|
/frameworks/av/media/libstagefright/ |
MPEG4Writer.cpp | 486 snprintf(buffer, SIZE, " duration encoded : %" PRId64 " us\n", mTrackDurationUs); 672 ALOGI("limits: %" PRId64 "/%" PRId64 " bytes/us, bit rate: %d bps and the" 673 " estimated moov size %" PRId64 " bytes", 709 ALOGW("32-bit file size limit (%" PRId64 " bytes) too big. " 710 "It is changed to %" PRId64 " bytes", 973 ALOGD("Duration from tracks range is [%" PRId64 ", %" PRId64 "] us", [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
DwarfParser.hpp | 432 "DW_CFA_offset_extended(reg=%" PRIu64 ", offset=%" PRId64 ")\n", 595 ", offset=%" PRId64 ")\n", 611 "DW_CFA_def_cfa_sf(reg=%" PRIu64 ", offset=%" PRId64 ")\n", reg, 630 "DW_CFA_val_offset(reg=%" PRIu64 ", offset=%" PRId64 "\n", reg, 646 "DW_CFA_val_offset_sf(reg=%" PRIu64 ", offset=%" PRId64 "\n", 683 fprintf(stderr, "DW_CFA_GNU_negative_offset_extended(%" PRId64 ")\n", 696 fprintf(stderr, "DW_CFA_offset(reg=%d, offset=%" PRId64 ")\n",
|
/bionic/libc/include/ |
inttypes.h | 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
|
/development/ndk/platforms/android-21/include/ |
inttypes.h | 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
|
/external/elfutils/tests/ |
elfputzdata.c | 93 printf ("Lets compress %zd %s, size: %" PRId64 "\n",
|
varlocs.c | 306 printf ("%s(%" PRId64 ")", opname, (Dwarf_Sword) expr->number); 317 printf ("%s(%" PRId64 ")", opname, (Dwarf_Sword) expr->number); 322 printf ("%s(%" PRIu64 ",%" PRId64 ")", opname, 392 printf ("%s([%" PRIx64 "],%" PRId64 ") ", opname,
|
/external/valgrind/none/tests/s390x/ |
cu12.c | 143 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst); 144 printf(" dst len: %"PRId64"\n", result.len1); 147 printf(" src address difference: %"PRId64, result.addr2 - (uint64_t)src); 148 printf(" src len: %"PRId64"\n", result.len2);
|
cu12_1.c | 143 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst); 144 printf(" dst len: %"PRId64"\n", result.len1); 147 printf(" src address difference: %"PRId64, result.addr2 - (uint64_t)src); 148 printf(" src len: %"PRId64"\n", result.len2);
|
cu14.c | 143 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst); 144 printf(" dst len: %"PRId64"\n", result.len1); 147 printf(" src address difference: %"PRId64, result.addr2 - (uint64_t)src); 148 printf(" src len: %"PRId64"\n", result.len2);
|
cu14_1.c | 143 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst); 144 printf(" dst len: %"PRId64"\n", result.len1); 147 printf(" src address difference: %"PRId64, result.addr2 - (uint64_t)src); 148 printf(" src len: %"PRId64"\n", result.len2);
|
fpconv.c | 21 printf(insn " %"PRId64" -> %f\n", source, target); \
|
/hardware/libhardware/tests/camera2/ |
CameraBurstTests.cpp | 222 ALOGV("Submitting capture request %d with exposure %" PRId64, i, 234 ALOGV("Reading capture request %d with exposure %" PRId64, i, exposures[i]); 621 ALOGV("Submitting capture %zu with exposure %" PRId64 ", frame duration %" PRId64 ", sensitivity %d",
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/ |
inttypes.h | 88 #define PRId64 "I64d"
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
inttypes.h | 42 #define PRId64 "I64d"
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/ |
inttypes.h | 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/ |
inttypes.h | 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/ |
inttypes.h | 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
|