HomeSort by relevance Sort by last modified time
    Searched refs:PRIu32 (Results 176 - 200 of 247) sorted by null

1 2 3 4 5 6 78 910

  /external/vboot_reference/futility/
vb1_helper.c 573 printf(" Header version: %" PRIu32 ".%" PRIu32 "\n",
cmd_gbb_utility.c 315 "ERROR: file %s exceeds capacity (%" PRIu32 ")\n",
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DrmPlugin.cpp 48 snprintf(buffer, kSecureStopIdSize, "%" PRIu32, value);
535 sscanf(reinterpret_cast<char*>(input.data()), "%04" PRIu32, &count);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 435 #ifndef PRIu32
436 #error PRIu32 not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 435 #ifndef PRIu32
436 #error PRIu32 not defined
  /system/core/liblog/
event_tag_map.cpp 156 OUT_TAG ": duplicate tag entries %" PRIu32 ":%.*s:%.*s and %" PRIu32
logd_reader.c 527 ret = snprintf(cp, remaining, " start=%" PRIu32 ".%09" PRIu32,
  /system/nvram/core/
nvram_manager.cpp 668 NVRAM_LOG_ERR("Storage format %" PRIu32 " is more recent than %" PRIu32
  /external/drm_hwcomposer/
platformnv.cpp 140 ALOGE("Freeing bo %" PRIu32 ", buf is NULL!", bo->fb_id);
drmresources.cpp 330 ALOGE("Failed to destroy mode property blob %" PRIu32 "/%d", blob_id, ret);
  /external/honggfuzz/libhfuzz/
instrument.c 49 LOG_F("Received (via envvar) my_thread_no > _HF_THREAD_MAX (%" PRIu32 " > %d)\n",
  /external/v8/src/asmjs/
asm-types.cc 338 int length = base::OS::SNPrintF(digits, arraysize(digits), "%" PRIu32, u32);
  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.cpp 197 ALOGV(" ff_effects_max=%" PRIu32, uidev_.ff_effects_max);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
inttypes.h 110 # define PRIu32 "u"
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 214 ALOGE("%s: Received gralloc buffer with bad dimensions %" PRIu32 "x%" PRIu32
295 ALOGV("%s: stride is: %" PRIu32, __FUNCTION__, stride);
com_android_internal_content_NativeLibraryHelper.cpp 143 ALOGV("%s: crc = %lx, zipCrc = %" PRIu32 "\n", filePath, crc, zipCrc);
  /system/core/logd/
LogTags.cpp 180 android::prdebug("Multiple tag %" PRIu32 " %s %s %s", tag, Name.c_str(),
798 return android::base::StringPrintf("%" PRIu32 "\t%s\n", tag, name);
805 return android::base::StringPrintf("%" PRIu32 "\t%s%s\t%s%s\n", tag, name,
  /system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc 502 ERROR("Invalid sample rate: %" PRIu32, sample_rate);
514 ERROR("Invalid channel count: %" PRIu32, channel_count);
688 ERROR("Invalid sample rate: %" PRIu32, common->cfg.rate);
992 DEBUG("rate %" PRIu32, out->common.cfg.rate);
1000 DEBUG("out_set_sample_rate : %" PRIu32, rate);
    [all...]
  /system/bt/audio_hearing_aid_hw/src/
audio_hearing_aid_hw.cc 483 ERROR("Invalid sample rate: %" PRIu32, sample_rate);
495 ERROR("Invalid channel count: %" PRIu32, channel_count);
681 ERROR("Invalid sample rate: %" PRIu32, common->cfg.rate);
947 DEBUG("rate %" PRIu32, out->common.cfg.rate);
955 DEBUG("out_set_sample_rate : %" PRIu32, rate);
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 602 ALOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed to allocate %" PRIu32
606 ALOGV("\tLvmBundle_init CreateInstance allocated %" PRIu32
619 ALOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed to allocate %" PRIu32
622 ALOGV("\tLVM_ERROR :LvmBundle_init CreateInstance Failed: but allocated %" PRIu32
    [all...]
  /external/dhcpcd-6.8.2/
dhcp.c 1197 "%s: validated using 0x%08" PRIu32,
    [all...]
ipv6.c 670 "%s: pltime infinity, vltime %"PRIu32" seconds",
674 "%s: pltime %"PRIu32"seconds, vltime infinity",
678 "%s: pltime %"PRIu32" seconds, vltime %"PRIu32" seconds",
705 "%s: adj pltime %"PRIu32" seconds, "
706 "vltime %"PRIu32" seconds",
    [all...]
  /external/kmod/libkmod/
libkmod-elf.c 260 ELFDBG(elf, "section=%"PRIu16" is: offset=%"PRIu64" size=%"PRIu64" nameoff=%"PRIu32"\n",
805 ELFDBG(elf, ".strtab is %"PRIu64" bytes, but .symtab entry %d wants to access offset %"PRIu32".\n", strtablen, i, name_off);
1035 ELFDBG(elf, ".strtab is %"PRIu64" bytes, but .symtab entry %d wants to access offset %"PRIu32".\n", strtablen, i, name_off);
  /external/perfetto/src/tracing/core/
service_impl.cc 205 PERFETTO_ELOG("Requested too long trace (%" PRIu32 "ms > %" PRIu64
    [all...]
  /device/google/contexthub/contexthubhal/
nanohubhal.cpp 269 ALOGE("malformed packet with len %" PRIu32, len);

Completed in 1488 milliseconds

1 2 3 4 5 6 78 910