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

<<61626364656667686970>>

  /hardware/ti/omap4xxx/hwc/
hal_public.h 88 * and format. These are available on the ANativeWindowBuffer,
131 void *dest[MAX_SUB_ALLOCS], int format);
156 /* Friendly name for format */
162 /* GPU output format (creates EGLConfig for format) */
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java 78 // FIXME support only one format for encoding, do we need others?
89 String temp = sdf.format(out.content);
ASN1UTCTime.java 90 // FIXME support only one format for encoding, do we need others?
92 // According to X.680 coordinated universal time format:
100 out.content = sdf.format(out.content).getBytes(Charsets.UTF_8);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFormatterTest.java 60 // The RI fails in this test because it uses a MessageFormat to format
70 public String format(LogRecord arg0) { method in class:OldFormatterTest.MockFormatter
71 return "format";
  /packages/apps/Browser/src/com/android/browser/preferences/
FontSizePreview.java 53 mHtml = String.format(HTML_FORMAT, visualNames);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/format/
PrefixHighlighter.java 17 package com.android.contacts.common.format;
SpannedTestUtils.java 17 package com.android.contacts.common.format;
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/format/
PrefixHighligherTest.java 17 package com.android.contacts.common.format;
24 * Unit tests for {@link com.android.contacts.common.format.PrefixHighlighter}.
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapMemoryLiteral.java 70 return String.format("{%d byte literal(memory)}", mData.length);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifModifierTest.java 128 assertTrue(String.format("Tag %x, ", tag.getTagId()) + getImageTitle(),
159 assertNotNull(String.format("Tag %x, ", tag.getTagId()) + getImageTitle(), truth);
167 assertEquals(String.format("Tag %x, ", tag.getTagId()) + getImageTitle(),
170 assertTrue(String.format("Tag %x, ", tag.getTagId()) + getImageTitle(),
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailPermissions.java 64 throw new SecurityException(String.format("The caller must have permissions %s AND %s",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 270 snd_pcm_format_t format; /* SNDRV_PCM_FORMAT_* */ member in struct:snd_pcm_runtime
278 snd_pcm_uframes_t min_align; /* Min alignment for the format */
873 int snd_pcm_format_signed(snd_pcm_format_t format);
874 int snd_pcm_format_unsigned(snd_pcm_format_t format);
875 int snd_pcm_format_linear(snd_pcm_format_t format);
876 int snd_pcm_format_little_endian(snd_pcm_format_t format);
877 int snd_pcm_format_big_endian(snd_pcm_format_t format);
880 * snd_pcm_format_cpu_endian - Check the PCM format is CPU-endian
881 * @format: the format to chec
    [all...]
seq_kernel.h 80 __attribute__ ((format (printf, 3, 4)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 270 snd_pcm_format_t format; /* SNDRV_PCM_FORMAT_* */ member in struct:snd_pcm_runtime
278 snd_pcm_uframes_t min_align; /* Min alignment for the format */
873 int snd_pcm_format_signed(snd_pcm_format_t format);
874 int snd_pcm_format_unsigned(snd_pcm_format_t format);
875 int snd_pcm_format_linear(snd_pcm_format_t format);
876 int snd_pcm_format_little_endian(snd_pcm_format_t format);
877 int snd_pcm_format_big_endian(snd_pcm_format_t format);
880 * snd_pcm_format_cpu_endian - Check the PCM format is CPU-endian
881 * @format: the format to chec
    [all...]
seq_kernel.h 80 __attribute__ ((format (printf, 3, 4)));
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
msm_mdp.h 63 uint32_t format; member in struct:mdp_img
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
msm_mdp.h 63 uint32_t format; member in struct:mdp_img
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
msm_mdp.h 63 uint32_t format; member in struct:mdp_img
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_mdp.h 65 uint32_t format; member in struct:mdp_img
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
msm_mdp.h 63 uint32_t format; member in struct:mdp_img
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_mdp.h 65 uint32_t format; member in struct:mdp_img
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
msm_mdp.h 63 uint32_t format; member in struct:mdp_img
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
msm_mdp.h 63 uint32_t format; member in struct:mdp_img
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
msm_mdp.h 63 uint32_t format; member in struct:mdp_img
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
msm_mdp.h 63 uint32_t format; member in struct:mdp_img

Completed in 963 milliseconds

<<61626364656667686970>>