/external/elfutils/src/ |
readelf.c | 1008 printf (gettext (" Start of program headers: %" PRId64 " %s\n"), 1011 printf (gettext (" Start of section headers: %" PRId64 " %s\n"), [all...] |
strings.c | 371 : (radix == radix_decimal ? "%7" PRId64 " " 439 : (radix == radix_decimal ? "%7" PRId64 " "
|
/external/libvpx/libvpx/ |
vpxenc.c | [all...] |
/external/libcxx/test/std/input.output/file.streams/c.files/ |
cinttypes.pass.cpp | 271 #ifndef PRId64 272 #error PRId64 not defined
|
/external/strace/ |
defs.h | 583 printnum_long_int((tcp), (addr), "%" PRId64, "%d") 590 printnum_int64((tcp), (addr), "%" PRId64)
|
/external/v8/test/cctest/ |
test-macro-assembler-mips64.cc | 302 ::printf("f(%d) = %" PRId64 "\n", i, res); 377 ::printf("f(%d) = %" PRId64 "\n", i, res);
|
/frameworks/av/cmds/screenrecord/ |
screenrecord.cpp | 366 ALOGV("Got data in buffer %zu, size=%zu, pts=%" PRId64, 477 printf("Encoder stopping; recorded %u frames in %" PRId64 " seconds\n", [all...] |
Overlay.cpp | 239 String8 timeStr(String8::format("%s f=%" PRId64 " (%zd)",
|
/frameworks/av/cmds/stagefright/ |
sf2.cpp | 86 printf("%" PRId64 " bytes received. %.2f KB/sec\n", 90 printf("%d frames decoded, %.2f fps. %" PRId64 " bytes "
|
/frameworks/av/media/libmedia/ |
IMediaRecorder.cpp | 175 ALOGV("setOutputFile(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length);
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
CaptureSequencer.cpp | 659 ALOGW("Mismatched capture timestamps: Metadata frame %" PRId64 "," 660 " captured buffer %" PRId64,
|
/frameworks/base/core/jni/ |
android_database_CursorWindow.cpp | 231 snprintf(buf, sizeof(buf), "%" PRId64, value); 320 snprintf(buf, sizeof(buf), "%" PRId64, value);
|
com_android_internal_os_Zygote.cpp | 254 ALOGE("capset(%" PRId64 ", %" PRId64 ") failed", permitted, effective);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxenc.c | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/ |
cinttypes.pass.cpp | 271 #ifndef PRId64 272 #error PRId64 not defined
|
/system/core/libutils/ |
Looper.cpp | 237 ALOGD("%p ~ pollOnce - next message in %" PRId64 "ns, adjusted timeout: timeoutMillis=%d", 600 ALOGD("%p ~ sendMessageAtTime - uptime=%" PRId64 ", handler=%p, what=%d",
|
/external/bsdiff/ |
bspatch.cc | 293 err(1, "error seeking input file to offset %" PRId64, i);
|
/external/llvm/lib/Support/ |
Timer.cpp | 178 OS << format("%9" PRId64 " ", (int64_t)getMemUsed());
|
/external/pdfium/core/include/fxcrt/ |
fx_system.h | 289 #if (defined(_INTTYPES_H) || defined(_INTTYPES_H_)) && !defined(PRId64)
|
/external/vixl/src/vixl/a64/ |
debugger-a64.cc | 988 fprintf(out, "[Integer %" PRId64 "]", value()); 1050 case 64: return new Format<int64_t>("%20" PRId64, 's'); 1211 printf(" ** invalid value for steps: %" PRId64 " (<0) **\n", steps); 1221 fprintf(out, "%s %" PRId64 "", name(), count()); [all...] |
/external/webrtc/webrtc/video/ |
video_quality_test.cc | 549 fprintf(out, "%d %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRIuS [all...] |
/frameworks/av/media/libstagefright/matroska/ |
MatroskaExtractor.cpp | 387 ALOGV("Seek to beginning: %" PRId64, seekTimeUs); 396 ALOGV("Seeking to: %" PRId64, seekTimeUs); 493 ALOGV("Requested seek point: %" PRId64 " actual: %" PRId64, [all...] |
/frameworks/av/services/camera/libcameraservice/common/ |
Camera2ClientBase.cpp | 266 ALOGV("%s: Shutter notification for request id %" PRId32 " at time %" PRId64,
|
/frameworks/base/services/core/jni/ |
com_android_server_fingerprint_FingerprintService.cpp | 160 ALOG(LOG_VERBOSE, LOG_TAG, "nativeAuthenticate(sid=%" PRId64 ", gid=%d)\n", sessionId, groupId);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
inttypes.h | 63 # define PRId64 __PRI64_PREFIX "d"
|