HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 1976 - 2000 of 4596) sorted by null

<<71727374757677787980>>

  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gsc_utils.h 112 struct v4l2_format format; member in struct:gsc_info
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 35 struct v4l2_format format; member in struct:android::VideoInfo
  /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DialogSmsDisplay.java 86 .setTitle(String.format(getString(R.string.sms_message_from_format),
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/format/
FormatUtilsTests.java 17 package com.android.contacts.common.format;
24 * Test cases for format utility methods.
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 27 = String.format("BODY.PEEK[]<0.%d>", Store.FETCH_BODY_SANE_SUGGESTED_SIZE);
ImapTempFileLiteral.java 113 return String.format("{%d byte literal(file)}", mSize);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalMediaItem.java 89 formater.format(new Date(dateModifiedInSec * 1000)));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterKMeans.java 20 import android.text.format.Time;
  /packages/apps/Gallery2/src/com/android/photos/adapters/
AlbumSetCursorAdapter.java 22 import android.text.format.DateFormat;
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifXmlDataTestCase.java 92 return String.format(RES_ID_TITLE, mImageResourceId);
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 72 * format here, using PixelFormat.TRANSLUCENT for GL Surfaces
84 /* We need to choose an EGLConfig that matches the format of
120 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
215 Log.w(TAG, String.format("%d configurations", numConfigs));
217 Log.w(TAG, String.format("Configuration %d:\n", i));
299 Log.w(TAG, String.format(" %s: %d\n", name, value[0]));
301 // Log.w(TAG, String.format(" %s: failed\n", name));
  /packages/apps/Nfc/src/com/android/nfc/handover/
ConfirmConnectActivity.java 40 String confirmString = String.format(res.getString(R.string.confirm_pairing), deviceName);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
PrivateLog.java 90 c.put(COLUMN_DATE, sDateFormat.format(new Date(System.currentTimeMillis())));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 453 Log.d(TAG, String.format("[%d] onPress : %s%s%s", mPointerId,
481 Log.d(TAG, String.format("[%d] onCodeInput: %4d %4d %s%s%s", mPointerId, x, y,
513 Log.d(TAG, String.format("[%d] onRelease : %s%s%s%s", mPointerId,
532 Log.d(TAG, String.format("[%d] onFinishSlidingInput", mPointerId));
539 Log.d(TAG, String.format("[%d] onCancelInput", mPointerId));
736 Log.d(TAG, String.format("[%d] onStartBatchInput", mPointerId));
776 Log.d(TAG, String.format("[%d] onUpdateBatchInput: batchPoints=%d", mPointerId,
    [all...]
  /packages/screensavers/Basic/src/com/android/dreams/basic/
Colors.java 38 Log.v(TAG, String.format(fmt, args));
  /packages/screensavers/WebView/src/com/android/dreams/web/
Screensaver.java 72 Log.v("WebViewDream", String.format("loading %s in %s mode",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_extplug.h 43 SND_PCM_EXTPLUG_HW_FORMAT, /**< format */
94 * format hw parameter; filled after hw_params is caled
96 snd_pcm_format_t format; member in struct:snd_pcm_extplug
pcm_ioplug.h 44 SND_PCM_IOPLUG_HW_FORMAT, /**< format */
111 snd_pcm_format_t format; /**< PCM format; filled after hw_params is called */ member in struct:snd_pcm_ioplug
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_extplug.h 43 SND_PCM_EXTPLUG_HW_FORMAT, /**< format */
94 * format hw parameter; filled after hw_params is caled
96 snd_pcm_format_t format; member in struct:snd_pcm_extplug
pcm_ioplug.h 44 SND_PCM_IOPLUG_HW_FORMAT, /**< format */
111 snd_pcm_format_t format; /**< PCM format; filled after hw_params is called */ member in struct:snd_pcm_ioplug
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_extplug.h 43 SND_PCM_EXTPLUG_HW_FORMAT, /**< format */
94 * format hw parameter; filled after hw_params is caled
96 snd_pcm_format_t format; member in struct:snd_pcm_extplug
pcm_ioplug.h 44 SND_PCM_IOPLUG_HW_FORMAT, /**< format */
111 snd_pcm_format_t format; /**< PCM format; filled after hw_params is called */ member in struct:snd_pcm_ioplug
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
time.h 80 extern size_t strftime(char *s, size_t max, const char *format, const struct tm *tm);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
time.h 80 extern size_t strftime(char *s, size_t max, const char *format, const struct tm *tm);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
time.h 80 extern size_t strftime(char *s, size_t max, const char *format, const struct tm *tm);

Completed in 665 milliseconds

<<71727374757677787980>>