/frameworks/base/services/java/com/android/server/ |
MountService.java | 503 Slog.e(TAG, String.format("Boot-time mount failed (%d)", 563 throw new IllegalArgumentException(String.format("Method %s not supported", method)); 567 mConnector.doCommand(String.format( 580 Slog.w(TAG, String.format("Duplicate state transition (%s -> %s) for %s", 656 throw new Exception(String.format("Unexpected state %d", st)); 697 * Format: "NNN Volume <label> <path> state changed 731 Slog.w(TAG, String.format("Insertion mount failed (%d)", rc)); 763 Slog.e(TAG, String.format("Unknown code {%d}", code)); [all...] |
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
omx_vdec_test.cpp | [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoEncoder.java | 43 * An encoder for the dex debug info state machine format. The format 203 annotate(1, String.format("%04x: prologue end",address)); 410 String.format("parameters_size: %04x", szParamTypes)); 621 String.format("%04x: +local restart %s", 700 String.format("%04x: +local %s", address, 730 String.format("%04x: +localx %s", address, 755 String.format("%04x: -local %s", address, 816 String.format("%04x: line %d", address, line)); 823 * Essentially the same as described in "DWARF Debugging Format Version 3 [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoEncoder.java | 43 * An encoder for the dex debug info state machine format. The format 203 annotate(1, String.format("%04x: prologue end",address)); 410 String.format("parameters_size: %04x", szParamTypes)); 621 String.format("%04x: +local restart %s", 700 String.format("%04x: +local %s", address, 730 String.format("%04x: +localx %s", address, 755 String.format("%04x: -local %s", address, 816 String.format("%04x: line %d", address, line)); 823 * Essentially the same as described in "DWARF Debugging Format Version 3 [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
camera.cc | 63 // format suitable for use with SkBitmap. For the formula see 76 // Enumerates available frame sizes for specified pixel format and picks up the 219 v4l2_format format = {}; local 220 format.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; 221 format.fmt.pix.width = frame_size.width(); 222 format.fmt.pix.height = frame_size.height(); 223 format.fmt.pix.pixelformat = V4L2_PIX_FMT_YUYV; 224 format.fmt.pix.field = V4L2_FIELD_INTERLACED; 225 if (xioctl(fd, VIDIOC_S_FMT, &format) == -1) { 237 frame_width_ = format.fmt.pix.width [all...] |
/external/kernel-headers/original/linux/ |
pnp.h | 452 #define pnp_err(format, arg...) printk(KERN_ERR "pnp: " format "\n" , ## arg) 453 #define pnp_info(format, arg...) printk(KERN_INFO "pnp: " format "\n" , ## arg) 454 #define pnp_warn(format, arg...) printk(KERN_WARNING "pnp: " format "\n" , ## arg) 457 #define pnp_dbg(format, arg...) printk(KERN_DEBUG "pnp: " format "\n" , ## arg) 459 #define pnp_dbg(format, arg...) do {} while (0)
|
usb.h | [all...] |
/external/openssl/apps/ |
apps.c | 170 const char *key_descrip, int format); 786 X509 *load_cert(BIO *err, const char *file, int format, 818 if (format == FORMAT_ASN1) 820 else if (format == FORMAT_NETSCAPE) 838 else if (format == FORMAT_PEM) 841 else if (format == FORMAT_PKCS12) 848 BIO_printf(err,"bad input format specified for %s\n", 862 EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin, 872 if (file == NULL && (!maybe_stdin || format == FORMAT_ENGINE)) 878 if (format == FORMAT_ENGINE [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/ |
SDL_xbios.c | 70 static SDL_Rect **XBIOS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 477 static SDL_Rect **XBIOS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) 481 if ((format->BitsPerPixel != 8) && (format->BitsPerPixel !=16)) { 485 return(SDL_modelist[(format->BitsPerPixel)>>4]); 606 /* Allocate the new pixel format for the screen */ 609 SDL_SetError("Couldn't allocate new pixel format for requested mode"); 730 if ((surface->format->BitsPerPixel) == 8) { 771 if ((surface->format->BitsPerPixel) > 8) { 779 if ((surface->format->BitsPerPixel) == 8) [all...] |
/external/skia/src/core/ |
SkString.cpp | 35 #define ARGS_TO_BUFFER(format, buffer, size) \ 38 va_start(args, format); \ 39 VSNPRINTF(buffer, size, format, args); \ 524 void SkString::printf(const char format[], ...) { 526 ARGS_TO_BUFFER(format, buffer, kBufferSize); 531 void SkString::appendf(const char format[], ...) { 533 ARGS_TO_BUFFER(format, buffer, kBufferSize); 538 void SkString::prependf(const char format[], ...) { 540 ARGS_TO_BUFFER(format, buffer, kBufferSize);
|
/hardware/ti/omap4xxx/security/tee_client_api/ |
tee_client_api_linux_driver.c | 99 static void TRACE_ERROR(const char* format, ...) 102 va_start(ap, format); 104 vfprintf(stderr, format, ap); 109 static void TRACE_WARNING(const char* format, ...) 112 va_start(ap, format); 114 vfprintf(stderr, format, ap); 119 static void TRACE_INFO(const char* format, ...) 122 va_start(ap, format); 124 vfprintf(stderr, format, ap);
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
SdkSource.java | 237 return String.format("%1$s (%2$s)", mUiName, host);
402 mFetchError = String.format(
426 mFetchError = String.format(
453 reason = String.format("Unknown (%1$s)", exception[0].getClass().getName());
508 mDescription += String.format("\n%1$d packages found.", mPackages.length);
528 mDescription = String.format("SDK Source: %1$s", mUrl);
606 outError[0] = String.format(
622 outError[0] = String.format(
630 outError[0] = String.format(
[all...] |
/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 17 package android.text.format.cts; 23 import android.text.format.Time; 404 String expectedTime = String.format("%d-%02d-%02d %02d:%02d", 406 String actualTime = String.format("%d-%02d-%02d %02d:%02d", 422 String expectedTime = String.format("%d-%02d-%02d %02d:%02d", 424 String actualTime = String.format("%d-%02d-%02d %02d:%02d", 445 String expectedTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d", 448 String actualTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d", 467 String expectedTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d", 470 String actualTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d" [all...] |
/external/bluetooth/bluez/attrib/ |
client.c | 66 struct format { struct 67 guint8 format; member in struct:format 91 struct format *format; member in struct:characteristic 118 g_free(chr->format); 217 /* FIXME: Missing Format, Value and Representation */ 740 g_free(chr->format); 742 chr->format = g_new0(struct format, 1); 743 memcpy(chr->format, pdu + 1, 7) 793 guint8 format; local [all...] |
/frameworks/base/opengl/tests/hwc/ |
hwcTestLib.cpp | 352 // of the graphic format named by the desc parameter. Search failure 366 // of the graphic format specified by the id parameter. Search failure 371 if (id == hwcTestGraphicFormat[n1].format) { 380 // Given the integer ID of a graphic format, return a pointer to 381 // a string that describes the format. 382 const char *hwcTestGraphicFormat2str(uint32_t format) 387 if (format == hwcTestGraphicFormat[n1].format) { 539 // Returns a uint32_t that contains a format specific representation of a 541 uint32_t hwcTestColor2Pixel(uint32_t format, ColorFract color, float alpha 544 uint32_t format; member in struct:attrib 607 int format; member in struct:attrib 797 uint32_t format; member in struct:attrib [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardBuilder.java | 292 if (DEBUG) Log.d(TAG, String.format("<%s> %s", TAG_KEYBOARD, mParams.mId)); 402 if (DEBUG) Log.d(TAG, String.format("<%s>", TAG_ROW)); 422 if (DEBUG) Log.d(TAG, String.format("</%s>", tag)); 469 if (DEBUG) Log.d(TAG, String.format("</%s>", TAG_ROW)); 475 if (DEBUG) Log.d(TAG, String.format("</%s>", tag)); 492 if (DEBUG) Log.d(TAG, String.format("<%s%s keyLabel=%s code=%d moreKeys=%s />", 506 if (DEBUG) Log.d(TAG, String.format("<%s />", TAG_SPACER)); 536 if (DEBUG) Log.d(TAG, String.format("<%s keyboardLayout=%s />", 575 if (DEBUG) Log.d(TAG, String.format("<%s> %s", TAG_SWITCH, mParams.mId)); 591 if (DEBUG) Log.d(TAG, String.format("</%s>", TAG_SWITCH)) [all...] |
/frameworks/base/media/libmedia/ |
AudioTrack.cpp | 89 int format, 99 mStatus = set(streamType, sampleRate, format, channelMask, 107 int format, 117 mStatus = set(streamType, sampleRate, format, channelMask, 144 int format, 181 if (format == 0) { 182 format = AUDIO_FORMAT_PCM_16_BIT; 189 if (!audio_is_valid_format(format)) { 190 LOGE("Invalid format"); 194 // force direct flag if format is not linear PC 286 int AudioTrack::format() const function in class:android::AudioTrack [all...] |
/external/icu4c/test/intltest/ |
dcfmapts.cpp | 121 Format *clone = def.clone(); 127 // ======= Test various format() methods 129 logln((UnicodeString)"Testing various format() methods"); 139 res1 = def.format(d, res1, pos1); 142 res2 = pat.format(l, res2, pos2); 146 res3 = cust1.format(fD, res3, pos3, status); 148 errln((UnicodeString)"ERROR: format(Formattable [double]) failed"); 153 res4 = cust2.format(fL, res4, pos4, status); 155 errln((UnicodeString)"ERROR: format(Formattable [long]) failed"); 450 pat.format(Roundingnumber, resultStr) [all...] |
tufmtts.cpp | 70 formatted = ((Format*)formats[style])->format(formattable, formatted, status); 71 if (!assertSuccess("format()", status)) return; 75 std::cout << "format result: " << formatResult << "\n"; 78 ((Format*)formats[style])->parseObject(formatted, result, status); 85 ((Format*)formats[1-style])->parseObject(formatted, result_1, status); 197 TimeUnitFormat* format = new TimeUnitFormat(status); local 198 format->setLocale(Locale("zh"), status); 199 format->setNumberFormat(*numberFmt, status); 202 delete format; [all...] |
/external/llvm/lib/Analysis/ |
ProfileEstimatorPass.cpp | 22 #include "llvm/Support/Format.h" 107 << format("%20.20g", getEdgeWeight(E)) << "\n"); 194 DEBUG(dbgs() << "Reserving " << format("%.20g",MinimalWeight[*ei]) << " at " << (*ei) << "\n"); 232 DEBUG(dbgs() << "Additionally " << format("%.20g",MinimalWeight[*ei]) << " at " << (*ei) << "\n"); 247 DEBUG(dbgs() << "Minimal Weight for " << e << ": " << format("%.20g",MinimalWeight[e]) << "\n"); 283 DEBUG(dbgs() << "Reserving " << format("%.20g",MinimalWeight[edge]) << " at " << edge << "\n"); 303 DEBUG(dbgs() << "Additionally " << format("%.20g",MinimalWeight[*ei]) << " at " << (*ei) << "\n");
|
/external/qemu/audio/ |
wavaudio.c | 253 int nchannels, freq, format, bits; local 278 format = le_read( hdr+32, 2 ); 293 switch (format) { 299 format, path); 303 if (format*8/nchannels != bits) { 305 bits, format*8/nchannels, path); 423 {"FORMAT", AUD_OPT_FMT, &conf_out.settings.fmt, 424 "Format", NULL, 0},
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 61 /* Everything in the pixel format structure is read-only */ 90 SDL_PixelFormat *format; /* Read-only */ member in struct:SDL_Surface 109 /* format version, bumped at every change to invalidate blit maps */ 122 #define SDL_ANYFORMAT 0x10000000 /* Allow any video depth/pixel-format */ 163 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */ 184 Uint32 format; /* Read-only */ member in struct:SDL_Overlay 233 * pixel format, but does not initialize a window or graphics mode. 251 * If SDL is doing format conversion on the display surface, this 260 * member of the returned structure will contain the pixel format of the 280 * given format and video flags, sorted largest to smallest. Returns [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_mixer.c | 95 Uint16 format; local 100 /* Mix the user-level audio format */ 103 format = current_audio->convert.src_format; 105 format = current_audio->spec.format; 109 format = AUDIO_S16; 111 switch (format) { 254 SDL_SetError("SDL_MixAudio(): unknown audio format");
|
/external/valgrind/main/coregrind/ |
m_xarray.c | 327 void VG_(xaprintf)( XArray* dst, const HChar* format, ... ) 330 va_start(vargs, format); 331 VG_(vcbprintf)( add_char_to_XA, (void*)dst, format, vargs ); 336 void VG_(xaprintf_no_f_c)( XArray* dst, const HChar* format, ... ) 339 va_start(vargs, format); 340 VG_(vcbprintf)( add_char_to_XA, (void*)dst, format, vargs );
|
/external/webkit/Source/WebCore/platform/ |
DefaultLocalizationStrategy.cpp | 44 // We can't use String::format for two reasons: 45 // 1) It doesn't handle non-ASCII characters in the format string. 47 // Note that because |format| is used as the second parameter to va_start, it cannot be a reference 49 static String formatLocalizedString(String format, ...) 53 va_start(arguments, format); 54 RetainPtr<CFStringRef> formatCFString(AdoptCF, format.createCFString()); 60 va_start(arguments, format); 62 result.vsprintf(format.latin1().data(), arguments); 67 return format; [all...] |