HomeSort by relevance Sort by last modified time
    Searched refs:PRIu32 (Results 101 - 125 of 140) sorted by null

1 2 3 45 6

  /external/bison/lib/
inttypes.in.h 165 #if !defined PRIu32 || @PRI_MACROS_BROKEN@
166 # undef PRIu32
168 # define PRIu32 "u"
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 213 ALOGV("addCodecBuffer h=%p size=%" PRIu32 " p=%p",
234 ALOGV("codecBufferEmptied h=%p size=%" PRIu32 " filled=%" PRIu32 " p=%p",
OMX.cpp 439 ALOGV("OnEvent(%d, %" PRIu32", %" PRIu32 ")", eEvent, nData1, nData2);
SoftVideoDecoderOMXComponent.cpp 296 ALOGE("Invalid port index: %" PRIu32, profileLevel->nPortIndex);
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 191 #ifndef PRIu32
192 #error PRIu32 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 191 #ifndef PRIu32
192 #error PRIu32 not defined
  /external/chromium_org/v8/tools/oom_dump/
oom_dump.cc 219 printf("exception thread ID: %" PRIu32 " (%#" PRIx32 ")\n",
  /external/e2fsprogs/intl/
loadmsgcat.c 159 #if !defined PRIu32 || PRI_MACROS_BROKEN
160 # undef PRIu32
161 # define PRIu32 "u"
556 return PRIu32;
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 435 #ifndef PRIu32
436 #error PRIu32 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 435 #ifndef PRIu32
436 #error PRIu32 not defined
  /system/core/liblog/
log_read.c 624 ret = snprintf(cp, remaining, " start=%" PRIu32 ".%09" PRIu32,
  /external/strace/
mtd.c 168 tprintf(", {start=%#" PRIx32 ", length=%#" PRIx32 ", locked=%" PRIu32 "}",
desc.c 492 tprintf(", {u32=%" PRIu32 ", u64=%" PRIu64 "}}",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 110 # define PRIu32 "u"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 110 # define PRIu32 "u"
  /system/core/libutils/
BlobCache.cpp 239 ALOGE("unflatten: bad magic number: %" PRIu32, header->mMagicNumber);
  /external/bison/darwin-lib/
inttypes.h 477 #if !defined PRIu32 || 0
478 # undef PRIu32
480 # define PRIu32 "u"
    [all...]
  /external/bison/linux-lib/
inttypes.h 477 #if !defined PRIu32 || 0
478 # undef PRIu32
480 # define PRIu32 "u"
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 201 ALOGE("%s: Received gralloc buffer with bad dimensions %" PRIu32 "x%" PRIu32
281 ALOGV("%s: stride is: %" PRIu32, __FUNCTION__, stride);
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 567 ALOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed to allocate %" PRIu32
571 ALOGV("\tLvmBundle_init CreateInstance allocated %" PRIu32
584 ALOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed to allocate %" PRIu32
587 ALOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed: but allocated %" PRIu32
    [all...]
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 603 DEBUG("rate %" PRIu32,out->common.cfg.rate);
612 DEBUG("out_set_sample_rate : %" PRIu32, rate);
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 649 printf("%s%" PRIu32 "/%" PRIu32, j > 0 ? ", " : "",
    [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 304 "pointerCount=%" PRIu32,
316 ALOGE("channel '%s' publisher ~ Invalid number of pointers provided: %" PRIu32 ".",
    [all...]
  /external/vixl/src/a64/
debugger-a64.cc 974 fprintf(out, "[FPRegister %c%" PRIu32 "]", prefix, value().code());
1136 case 32: return new Format<uint32_t>("%10" PRIu32, 'u');
    [all...]

Completed in 1779 milliseconds

1 2 3 45 6