Searched refs:format (Results 76 - 100 of 677) sorted by relevance

1234567891011>>

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java46 Frame(FrameFormat format, FrameManager frameManager) { argument
47 mFormat = format.mutableCopy();
51 Frame(FrameFormat format, FrameManager frameManager, int bindingType, long bindingId) { argument
52 mFormat = format.mutableCopy();
172 protected void setFormat(FrameFormat format) { argument
173 mFormat = format.mutableCopy();
H A DFilterSurfaceView.java116 int format,
120 mFormat = format;
127 mListener.surfaceChanged(holder, format, width, height);
115 surfaceChanged(SurfaceHolder holder, int format, int width, int height) argument
/frameworks/av/media/mtp/
H A DMtpDevice.h83 MtpObjectHandleList* getObjectHandles(MtpStorageID storageID, MtpObjectFormat format,
93 MtpObjectPropertyList* getObjectPropsSupported(MtpObjectFormat format);
96 MtpProperty* getObjectPropDesc(MtpObjectProperty code, MtpObjectFormat format);
/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DSvc.java85 String format = " %-" + maxlen + "s %s";
88 System.err.println(String.format(format, c.name(), c.shortHelp()));
/frameworks/base/core/java/android/widget/
H A DDigitalClock.java24 import android.text.format.DateFormat;
89 setText(DateFormat.format(mFormat, mCalendar));
109 return android.text.format.DateFormat.is24HourFormat(getContext());
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntryCommitter.java64 Log.d(LOG_TAG, String.format("time to commit entries: %d ms", mTimeToCommit));
92 Log.e(LOG_TAG, String.format("%s: %s", e.toString(), e.getMessage()));
95 Log.e(LOG_TAG, String.format("%s: %s", e.toString(), e.getMessage()));
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java132 * with the given format and parent.
136 * @param format the format of the object to return, or zero for all formats
140 public int[] getObjectHandles(int storageId, int format, int objectHandle) { argument
141 return native_get_object_handles(storageId, format, objectHandle);
160 * The size and format of the thumbnail data can be determined via
163 * For typical devices the format is JPEG.
247 private native int[] native_get_object_handles(int storageId, int format, int objectHandle); argument
/frameworks/av/include/media/nbaio/
H A DAudioBufferProviderSource.h30 AudioBufferProviderSource(AudioBufferProvider *provider, NBAIO_Format format);
37 //virtual NBAIO_Format format();
/frameworks/av/media/libstagefright/rtsp/
H A DARawAudioAssembler.h37 const char *desc, const sp<MetaData> &format);
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java17 package android.text.format;
38 Most callers should avoid supplying their own format strings to this
39 class' {@code format} methods and rely on the correctly localized ones
43 of format strings, see {@link java.text.SimpleDateFormat}.
46 The format methods in this class takes as inputs a format string and a representation of a date/time.
47 The format string controls how the output is generated.
51 of that field. For instance, the format character &apos;M&apos; is used to
87 Text in the format string that should be copied verbatim rather that
133 This designator indicates the hour of the day in 12 hour format
424 public static CharSequence format(CharSequence inFormat, long inTimeInMillis) { method in class:DateFormat
435 public static CharSequence format(CharSequence inFormat, Date inDate) { method in class:DateFormat
512 public static CharSequence format(CharSequence inFormat, Calendar inDate) { method in class:DateFormat
[all...]
H A DDateUtils.java17 package android.text.format;
61 // The following FORMAT_* symbols are used for specifying the format of
99 // Date and time format strings that are constant and don't need to be
102 * This is not actually the preferred 24-hour date format in all locales.
121 // This table is used to lookup the resource string id of a format string
148 // This table is used to lookup the resource string id of a format string
457 String format = r.getQuantityString(resId, (int) count);
458 return String.format(format, count);
483 * Example output strings for the US date format
664 formatElapsedTime(StringBuilder recycle, String format, long hours, long minutes, long seconds) argument
689 formatElapsedTime(StringBuilder recycle, String format, long minutes, long seconds) argument
[all...]
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DNetworkState.java93 Log.v(LOG_TAG, String.format("Print state depository: %s", printStates()));
124 Log.v(LOG_TAG, String.format("%s is expected, but it is %s",
127 mReason = String.format("%s is expected, but it is %s",
144 str.append(String.format(" Initial state should be CONNECTED, but it is %s.",
151 str.append(String.format(" Last state should be DISCONNECTED, but it is %s",
167 str.append(String.format(" Transition state from %s to %s is not valid",
185 str.append(String.format(" Initial state should be DISCONNECTED, but it is %s.",
192 str.append(String.format(" Last state should be %s, but it is %s", mTransitionTarget,
208 str.append(String.format(" Transition state from %s to %s is not valid.",
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pUpnpServiceRequest.java76 sb.append(String.format("%02x", WifiP2pUpnpServiceInfo.VERSION_1_0));
/frameworks/native/include/android/
H A Dbitmap.h44 int32_t format; member in struct:__anon1312
/frameworks/native/libs/gui/
H A DISurfaceComposerClient.cpp57 PixelFormat format,
65 data.writeInt32(format);
96 PixelFormat format = data.readInt32(); local
99 format, flags);
53 createSurface( surface_data_t* params, const String8& name, uint32_t w, uint32_t h, PixelFormat format, uint32_t flags) argument
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp153 sur.format= native_buffer->format;
162 int format, int compressedFormat, int bpr)
183 surface.format = format;
215 mipmap.format = format;
223 if (curr->format != surface.format) {
160 reallocate( GLint level, int w, int h, int s, int format, int compressedFormat, int bpr) argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DGraphicBufferAlloc.h37 PixelFormat format, uint32_t usage, status_t* error);
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
H A DAndroidJUnit4ClassRunner.java84 errors.add(new InvalidInjectException(String.format(
89 errors.add(new InvalidInjectException(String.format(
113 Log.e(LOG_TAG, String.format(
117 Log.e(LOG_TAG, String.format(
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
H A DStringLogger.java24 import android.filterfw.format.ObjectFormat;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotTest.java64 assertNotNull(String.format("Could not find screenshot after %d seconds",
69 assertTrue(String.format("Detected new screenshot %s but its not a file",
71 assertTrue(String.format("Detected new screenshot %s but its not an image",
92 Log.d(LOG_TAG, String.format("Detected new file added %s", path));
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiStressTest.java96 log(String.format("mReconnectIterations(%d), mSsid(%s), mPassword(%s),"
163 writeOutput(String.format("iteration %d out of %d",
165 writeOutput(String.format("average scanning time is %d", averageScanTime));
166 writeOutput(String.format("ssid appear %d out of %d scan iterations",
200 log(String.format("scan result for %s is: %s", sr.SSID, sr.toString()));
201 log(String.format("signal level for %s is %d ", sr.SSID, sr.level));
212 writeOutput(String.format("iteration %d out of %d",
214 writeOutput(String.format("average scanning time is %d", scanTimeSum/mScanIterations));
215 writeOutput(String.format("ssid appear %d out of %d scan iterations",
263 writeOutput(String.format("iteratio
[all...]
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp73 def.format.audio.cMIMEType =
79 def.format.audio.pNativeRender = NULL;
80 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
81 def.format.audio.eEncoding = OMX_AUDIO_CodingG711;
96 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
97 def.format.audio.pNativeRender = NULL;
98 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
99 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp68 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
69 def.format.audio.pNativeRender = NULL;
70 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
71 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
86 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
87 def.format.audio.pNativeRender = NULL;
88 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
89 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
/frameworks/base/core/jni/
H A DTimeUtils.h62 String8 format(const char *format, const struct strftime_locale *locale) const;
/frameworks/base/core/tests/coretests/src/android/webkit/
H A DWebkitTest.java20 import android.text.format.DateFormat;
55 Log.i(LOGTAG, "time: " + DateFormat.format("yyyy/MM/dd kk:mm:ss", c).toString() +

Completed in 399 milliseconds

1234567891011>>