/frameworks/native/include/ui/ |
GraphicBufferAllocator.h | 65 status_t alloc(uint32_t w, uint32_t h, PixelFormat format, int usage, 78 PixelFormat format; member in struct:android::GraphicBufferAllocator::alloc_rec_t
|
/frameworks/rs/driver/linkloader/utils/ |
helper.cpp | 36 out() << format("%08x", i) << ':'; 52 out() << ' ' << format("%02x", (unsigned)data[j]);
|
/hardware/msm7k/libgralloc-qsd8k/ |
gpu.h | 61 int alloc_impl(int w, int h, int format, int usage, 64 static int gralloc_alloc(alloc_device_t* dev, int w, int h, int format,
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_Android.h | 53 OMX_IN OMX_COLOR_FORMATTYPE format, 62 OMX_IN OMX_COLOR_FORMATTYPE format,
|
/libcore/luni/src/main/java/java/sql/ |
Timestamp.java | 96 * a time value in the format of milliseconds since the Epoch 346 * format, which is {@code "yyyy-MM-dd HH:mm:ss.nnnnnnnnn"}. 349 * Timestamp}, in JDBC Timestamp escape format. 356 format((getYear() + 1900), 4, sb); method 358 format((getMonth() + 1), 2, sb); method 360 format(getDate(), 2, sb); 362 format(getHours(), 2, sb); 364 format(getMinutes(), 2, sb); 366 format(getSeconds(), 2, sb); 371 format(nanos, 9, sb) method 385 private void format(int date, int digits, StringBuilder sb) { method in class:Timestamp [all...] |
/libcore/luni/src/main/java/java/text/ |
DateFormat.java | 44 * System.out.println(df.format(new Date(0))); 46 * System.out.println(df.format(new Date(0))); 64 public abstract class DateFormat extends Format { 69 * The calendar that this {@code DateFormat} uses to format a number 75 * The number format used to format a number. 80 * The format style constant defining the default format style. The default 86 * The format style constant defining the full style. 91 * The format style constant defining the long style 289 public final StringBuffer format(Object object, StringBuffer buffer, FieldPosition field) { method in class:DateFormat 306 public final String format(Date date) { method in class:DateFormat 328 public abstract StringBuffer format(Date date, StringBuffer buffer, FieldPosition field); method in class:DateFormat [all...] |
/libcore/luni/src/main/java/java/util/logging/ |
SimpleFormatter.java | 28 * contained in a {@code LogRecord} object in a human readable format. 46 public String format(LogRecord r) { method in class:SimpleFormatter 48 sb.append(MessageFormat.format("{0, date} {0, time} ",
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldFormatTest.java | 22 import java.text.Format; 29 private class MockFormat extends Format { 31 public StringBuffer format(Object obj, StringBuffer toAppendTo, method in class:OldFormatTest.MockFormat 50 * java.text.Format#clone() Test of method java.text.Format#clone(). 55 Format fm = new MockFormat(); 56 Format fmc = (Format) fm.clone(); 62 assertEquals("", mf.format("")); 63 assertTrue("It calls an abstract metod format", true) [all...] |
/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
PgmImage.h | 40 PgmImage(int w, int h, int format = PGM_BINARY_GRAYMAP); 70 //! Get image format (returns PGM_BINARY_GRAYMAP, PGM_BINARY_PIXMAP or PGM_FORMAT_INVALID) 73 //! Set image format (returns PGM_BINARY_GRAYMAP, PGM_BINARY_PIXMAP). Image data becomes invalid. 74 void SetFormat(int format);
|
/packages/apps/Gallery2/jni_mosaic/feature_stab/src/dbregtest/ |
PgmImage.h | 40 PgmImage(int w, int h, int format = PGM_BINARY_GRAYMAP); 70 //! Get image format (returns PGM_BINARY_GRAYMAP, PGM_BINARY_PIXMAP or PGM_FORMAT_INVALID) 73 //! Set image format (returns PGM_BINARY_GRAYMAP, PGM_BINARY_PIXMAP). Image data becomes invalid. 74 void SetFormat(int format);
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
PgmImage.h | 40 PgmImage(int w, int h, int format = PGM_BINARY_GRAYMAP); 70 //! Get image format (returns PGM_BINARY_GRAYMAP, PGM_BINARY_PIXMAP or PGM_FORMAT_INVALID) 73 //! Set image format (returns PGM_BINARY_GRAYMAP, PGM_BINARY_PIXMAP). Image data becomes invalid. 74 void SetFormat(int format);
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
SmsStressTest.java | 50 Log.v(TAG, String.format("mIteration: %d, mSendInterval: %d", 76 mWriter.write(String.format("send message %d out of %d\n",
|
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/ |
GalaxyView.java | 25 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 26 super.surfaceChanged(holder, format, w, h);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
ResizeState.java | 113 return String.format(VALUE_N_DP, mRule.mRulesEngine.pxToDp(bounds.w)); 128 return String.format(VALUE_N_DP, mRule.mRulesEngine.pxToDp(bounds.h));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AndroidPrintStream.java | 83 return String.format(Messages.Console_Date_Tag, c); 86 return String.format(Messages.Console_Data_Project_Tag, c, tag);
|
/system/bluetooth/data/ |
blacklist.conf | 1 // Do NOT change this file format without updating the parsing logic in
|
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/ |
SDL_alsa_audio.c | 286 * from Windows/Mac order to the format alsalib will want. 291 const Uint16 fmtsize = (this->spec.format & 0xFF); /* bits/channel. */ 311 const int frame_size = (((int) (this->spec.format & 0xFF)) / 8) * this->spec.channels; 468 snd_pcm_format_t format; local 499 /* Try for a closest match on audio format */ 501 for ( test_format = SDL_FirstAudioFormat(spec->format); 505 format = SND_PCM_FORMAT_U8; 508 format = SND_PCM_FORMAT_S8; 511 format = SND_PCM_FORMAT_S16_LE; 514 format = SND_PCM_FORMAT_S16_BE [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_video.c | 149 * Initialize the video and event subsystems -- determine native pixel format 251 /* Create a zero sized video surface of the appropriate format */ 267 if ( SDL_VideoSurface->format->palette ) { 268 SDL_PixelFormat *vf = SDL_VideoSurface->format; 274 video->info.vfmt = SDL_VideoSurface->format; 326 * given format, sorted largest to smallest. Returns NULL if there are 327 * no dimensions available for a particular format, or (SDL_Rect **)-1 328 * if any dimension is okay for the given format. If 'format' is NULL, 329 * the mode list will be for the format given by SDL_GetVideoInfo()->vfm 377 SDL_PixelFormat format; local 437 SDL_PixelFormat format; local 956 SDL_PixelFormat *format; local [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
VCardService.java | 118 // If true, VCardExporter is able to emits files longer than 8.3 format. 210 String.format("received multiple import request (uri: %s, displayName: %s)", 239 String.format("The path %s is already reserved. Reject export request", 280 if (DEBUG) Log.d(LOG_TAG, String.format("Received cancel request. (id: %d)", jobId)); 295 String.format("Cancel reservation for the path %s if appropriate", path)); 301 Log.w(LOG_TAG, String.format("Tried to remove unknown job (id: %d)", jobId)); 347 Log.i(LOG_TAG, String.format("Found unfinished job (id: %d)", jobId)); 403 Log.d(LOG_TAG, String.format("Received vCard import finish notification (id: %d). " 413 Log.d(LOG_TAG, String.format("Received vCard export finish notification (id: %d). " 419 Log.w(LOG_TAG, String.format("Tried to remove unknown job (id: %d)", jobId)) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
ExposureCompensationTest.java | 61 Log.v(TAG, String.format("Exposure level is from %d to %d", 107 Log.v(TAG, String.format("Current exposure level is %d", i)); 124 Log.v(TAG, String.format("Camera exposure level is %d", mCameraExposure)); 150 Log.v(TAG, String.format("Current exposure is %f", mExposureLevel)); 180 return String.format("EC %d -> %d", (index - mNumTests / 2 - 1) * 10,
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
TestPlanTest.java | 45 String.format("<Entry uri=\"%s\" />", TEST_URI1) + 46 String.format("<Entry uri=\"%s\" />", TEST_URI2) + 51 String.format("<Entry uri=\"%s\" exclude=\"%s#%s\" />", TEST_URI1, EXCLUDE_TEST_CLASS, 57 String.format("<Entry uri=\"%s\" exclude=\"%s#%s;%s#%s\" />", TEST_URI1, 64 String.format("<Entry uri=\"%s\" exclude=\"%s\" />", TEST_URI1,
|
/external/chromium/chrome/browser/chromeos/ |
version_loader.cc | 24 // TODO(rkc): Remove once we change over the Chrome OS version format. 35 // Format: x.x.xx.x (Developer|Official build extra info) board info 50 VersionFormat format) { 62 NewRunnableMethod(backend_.get(), &Backend::GetVersion, request, format)); 137 VersionFormat format) { 148 (format == VERSION_FULL) ? kFullVersionPrefix : kVersionPrefix); 165 if (format == VERSION_SHORT_WITH_DATE) {
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
imageinfo.js | 56 format : "UNKNOWN" 76 format : "PNG", 94 format : "GIF", 131 format : "JPEG", 146 format : "BMP",
|
/external/eigen/bench/btl/data/ |
gnuplot_common_settings.hh | 13 set format x "%g" 14 set format y "%g" 15 set format x2 "%g" 16 set format y2 "%g" 17 set format z "%g"
|
/external/grub/docs/ |
kernel.c | 48 void printf (const char *format, ...); 238 /* Format a string and print it on the screen, just like the libc 241 printf (const char *format, ...) 243 char **arg = (char **) &format; 249 while ((c = *format++) != 0) 257 c = *format++;
|