/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 296 const char *format, va_list ap) { 298 int res = REAL(vsnprintf)(str, size, format, ap); 305 INTERCEPTOR(int, vsprintf, char *str, const char *format, va_list ap) { 307 int res = REAL(vsprintf)(str, format, ap); 314 INTERCEPTOR(int, vswprintf, void *str, uptr size, void *format, va_list ap) { 316 int res = REAL(vswprintf)(str, size, format, ap); 323 INTERCEPTOR(int, sprintf, char *str, const char *format, ...) { // NOLINT 326 va_start(ap, format); 327 int res = vsprintf(str, format, ap); // NOLINT 332 INTERCEPTOR(int, snprintf, char *str, uptr size, const char *format, ...) [all...] |
/external/icu4c/test/intltest/ |
calregts.cpp | 770 logln(date->format(now, temp, pos)); 773 logln(date->format(now,temp, pos)); 776 logln(date->format(now,temp, pos)); 779 logln(date->format(now,temp, pos)); 1897 DateFormat *format = new SimpleDateFormat(UnicodeString("EEE MMM dd HH:mm:ss zzz yyyy G"), local [all...] |
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | 40 #include "llvm/Support/Format.h" 120 cl::desc("Display format specific file headers")); 356 outs() << format("%8" PRIx64 ":", SectionAddr + Index); 386 outs() << format("\t\t\t%8" PRIx64 ": ", SectionAddr + addr) << name 447 outs() << format("%3d %-13s %08" PRIx64 " %016" PRIx64 " %s\n", 470 outs() << format(" %04" PRIx64 " ", BaseAddr + addr); 508 << format("scnlen 0x%x nreloc %d nlnno %d checksum 0x%x " 513 << format("assoc %d comdat %d\n" 522 outs() << "[" << format("%2d", i) << "]" 523 << "(sec " << format("%2d", int(symbol->SectionNumber)) << ") [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_image.c | 41 bpp=screen->format->BitsPerPixel; 118 bpp=screen->format->BitsPerPixel; 194 if ((screen->format->BitsPerPixel==8) && (desktopbpp!=8)) 316 if (ph_SetupOpenGLContext(this, screen->w, screen->h, screen->format->BitsPerPixel, screen->flags)!=0) 363 if ((screen->format->BitsPerPixel==8) && (desktopbpp!=8)) 661 switch(surface->format->BitsPerPixel) 665 if ((surface->format->palette) && (color<=surface->format->palette->ncolors)) 667 truecolor=PgRGB(surface->format->palette->colors[color].r, 668 surface->format->palette->colors[color].g [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
ClassPath.java | 99 throw new ExceptionWithContext(String.format("Cannot parse dependency value %s", dependency)); 104 throw new ExceptionWithContext(String.format("Cannot parse dependency value %s", dependency)); 191 System.err.println(String.format("warning: cannot open %s for reading. Will continue " + 214 String.format("Error while loading boot classpath entry %s", bootClassPathEntry)); 218 throw new ExceptionWithContext(String.format("Cannot locate boot class path file %s", bootClassPathEntry)); 230 throw ExceptionWithContext.withContext(ex, String.format("Error while loading class %s", 254 throw ExceptionWithContext.withContext(ex, String.format("Error while loading class %s from file %s", 274 String.format("Could not find definition for class %s", classType)); 278 String.format("Error while loading ClassPath class %s", classType)); 536 return new ValidationException(String.format("class %s cannot be resolved.", this.getClassType())) [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/ |
Exynos_OMX_Mpeg4enc.c | 231 pCommonParam->SourceWidth = pExynosOutputPort->portDefinition.format.video.nFrameWidth; 232 pCommonParam->SourceHeight = pExynosOutputPort->portDefinition.format.video.nFrameHeight; 235 pCommonParam->Bitrate = pExynosOutputPort->portDefinition.format.video.nBitrate; 259 switch ((EXYNOS_OMX_COLOR_FORMATTYPE)pExynosInputPort->portDefinition.format.video.eColorFormat) { 281 pMpeg4Param->TimeIncreamentRes = (pExynosInputPort->portDefinition.format.video.xFramerate) >> 16; 339 pCommonParam->SourceWidth = pExynosOutputPort->portDefinition.format.video.nFrameWidth; 340 pCommonParam->SourceHeight = pExynosOutputPort->portDefinition.format.video.nFrameHeight; 343 pCommonParam->Bitrate = pExynosOutputPort->portDefinition.format.video.nBitrate; 367 switch ((EXYNOS_OMX_COLOR_FORMATTYPE)pExynosInputPort->portDefinition.format.video.eColorFormat) { 386 pH263Param->FrameRate = (pExynosInputPort->portDefinition.format.video.xFramerate) >> 16 [all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | 431 audio_format_t format, 457 if (audio_is_linear_pcm(format) && format != AUDIO_FORMAT_PCM_16_BIT) { 458 ALOGE("createTrack() invalid format %d", format); 500 track = thread->createTrack_l(client, streamType, sampleRate, format, 564 audio_format_t AudioFlinger::format(audio_io_handle_t output) const function in class:android::AudioFlinger 569 ALOGW("format() unknown thread %d", output); 572 return thread->format(); 974 size_t AudioFlinger::getInputBufferSize(uint32_t sampleRate, audio_format_t format, 1643 NBAIO_Format format = Format_from_SR_C(inStream->common.get_sample_rate(&inStream->common), local 2320 NBAIO_Format format = teeSource->format(); local [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/ |
Exynos_OMX_H264enc.c | 240 pCommonParam->SourceWidth = pExynosOutputPort->portDefinition.format.video.nFrameWidth; 241 pCommonParam->SourceHeight = pExynosOutputPort->portDefinition.format.video.nFrameHeight; 244 pCommonParam->Bitrate = pExynosOutputPort->portDefinition.format.video.nBitrate; 269 switch ((EXYNOS_OMX_COLOR_FORMATTYPE)pExynosInputPort->portDefinition.format.video.eColorFormat) { 291 pH264Param->FrameRate = (pExynosInputPort->portDefinition.format.video.xFramerate) >> 16; 369 if (pCommonParam->Bitrate != (int)pExynosOutputPort->portDefinition.format.video.nBitrate) { 370 setParam = pExynosOutputPort->portDefinition.format.video.nBitrate; 373 if (pH264Param->FrameRate != (int)((pExynosInputPort->portDefinition.format.video.xFramerate) >> 16)) { 374 setParam = (pExynosInputPort->portDefinition.format.video.xFramerate) >> 16; [all...] |
/bionic/libc/bionic/ |
pthread_debug.cpp | 99 #define LOGD(format, ...) \ 100 __libc_format_log(ANDROID_LOG_DEBUG, "pthread_debug", (format), ##__VA_ARGS__ ) 102 #define LOGW(format, ...) \ 103 __libc_format_log(ANDROID_LOG_WARN, "pthread_debug", (format), ##__VA_ARGS__ ) 105 #define LOGE(format, ...) \ 106 __libc_format_log(ANDROID_LOG_ERROR, "pthread_debug", (format), ##__VA_ARGS__ ) 108 #define LOGI(format, ...) \ 109 __libc_format_log(ANDROID_LOG_INFO, "pthread_debug", (format), ##__VA_ARGS__ )
|
/cts/tests/tests/view/src/android/view/cts/ |
VelocityTrackerTest.java | 171 Log.d(TAG, String.format( 187 fail(String.format("Velocity exceeds tolerance of %6.1f%%: "
|
/cts/tools/dex-tools/src/dex/reader/ |
DexMethodImpl.java | 145 builder.append(formatter.format(getReturnType())); 153 builder.append(formatter.format(dexParameter.getTypeName()));
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
TestPlan.java | 72 * Expected format: 151 throw new IllegalArgumentException(String.format("Could not find package %s", uri)); 164 throw new IllegalArgumentException(String.format("Could not find package %s", uri));
|
/cts/tools/vm-tests-tf/src/dot/junit/format/f1/d/ |
T_f1_1.d | 16 .class public dot.junit.format.f1.d.T_f1_1
|
T_f1_10.d | 16 .class public dot.junit.format.f1.d.T_f1_10
|
T_f1_11.d | 16 .class public dot.junit.format.f1.d.T_f1_11
|
T_f1_12.d | 16 .class public dot.junit.format.f1.d.T_f1_12
|
T_f1_2.d | 16 .class public dot.junit.format.f1.d.T_f1_2
|
T_f1_3.d | 16 .class public dot.junit.format.f1.d.T_f1_3
|
T_f1_4.d | 16 .class public dot.junit.format.f1.d.T_f1_4
|
T_f1_5.d | 16 .class public dot.junit.format.f1.d.T_f1_5
|
T_f1_6.d | 16 .class public dot.junit.format.f1.d.T_f1_6
|
T_f1_7.d | 16 .class public dot.junit.format.f1.d.T_f1_7
|
T_f1_8.d | 16 .class public dot.junit.format.f1.d.T_f1_8
|
T_f1_9.d | 16 .class public dot.junit.format.f1.d.T_f1_9
|
/dalvik/hit/src/com/android/hit/ |
ClassObj.java | 77 root.mComment = String.format( 86 root.mComment = String.format(
|