HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 1451 - 1475 of 3271) sorted by null

<<51525354555657585960>>

  /frameworks/base/include/android_runtime/
android_app_NativeActivity.h 33 ANativeActivity* activity, int32_t format);
  /frameworks/base/include/media/stagefright/foundation/
AString.h 89 AString StringPrintf(const char *format, ...);
  /frameworks/base/media/libstagefright/
AudioPlayer.cpp 82 // updated format, if there isn't, we'll stash away the valid buffer
104 sp<MetaData> format = mSource->getFormat(); local
106 bool success = format->findCString(kKeyMIMEType, &mime);
110 success = format->findInt32(kKeySampleRate, &mSampleRate);
114 success = format->findInt32(kKeyChannelCount, &numChannels);
  /frameworks/base/native/include/android/
native_activity.h 248 * Change the window format of the given activity. Calls getWindow().setFormat()
253 void ANativeActivity_setWindowFormat(ANativeActivity* activity, int32_t format);
  /frameworks/base/opengl/libagl/
TextureObjectManager.h 56 int format, int compressedFormat, int bpr);
  /frameworks/base/services/java/com/android/server/
TwilightCalculator.java 19 import android.text.format.DateUtils;
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 80 return String.format("http://127.0.0.1:%d/%s/%s/start.html?auto=1&iterations=%s",
156 private void printRow(PrintStream ps, String format, Object...objs) {
157 ps.println(String.format(format, objs));
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
AdbUtils.java 38 * Convert integer format IP into xxx.xxx.xxx.xxx format
40 * @param host IP address in integer format
41 * @return human readable format
55 * @return IP address in integer format
92 cmd = String.format("%04X", cmd.length()) + cmd;
  /frameworks/base/tools/preload/
Record.java 128 result = String.format("%s%c%s", before, Integer.parseInt(escaped, 16), after);
  /frameworks/base/voip/java/android/net/rtp/
AudioGroup.java 149 String codecSpec = String.format("%d %s %s", codec.type,
  /frameworks/media/libvideoeditor/lvpp/
AudioPlayerBase.cpp 82 // updated format, if there isn't, we'll stash away the valid buffer
98 sp<MetaData> format = mSource->getFormat(); local
100 bool success = format->findCString(kKeyMIMEType, &mime);
104 success = format->findInt32(kKeySampleRate, &mSampleRate);
108 success = format->findInt32(kKeyChannelCount, &numChannels);
  /hardware/libhardware/include/hardware/
gralloc.h 219 int w, int h, int format, int usage,
  /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/Contacts/tests/src/com/android/contacts/format/
FormatUtilsTests.java 17 package com.android.contacts.format;
24 * Test cases for format utility methods.
PrefixHighligherTest.java 17 package com.android.contacts.format;
  /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/experimental/UiAutomation/library/src/com/android/testing/uiautomation/
AutomationProvider.java 352 str = String.format("%s(%s)", t.getClass().toString(), t.getMessage());
358 String log = String.format("func:[%s] args:%s return:[%s]",
366 mWriter.write(String.format("%s %s\n", now(), log));
378 return sdf.format(cal.getTime());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SubtypeLocaleTests.java 89 messages.append(String.format(
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactAggregatorPerformanceTest.java 116 Log.i(TAG, String.format("Aggregated contacts in %d ms.\n" +
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/ndk/android-ndk-r4/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);
  /prebuilt/ndk/android-ndk-r4/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);

Completed in 1763 milliseconds

<<51525354555657585960>>