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

<<21222324252627282930>>

  /external/stlport/test/unit/
time_facets_test.cpp 35 string format = "%B %d %Y"; local
37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
44 * user variations on standard format.
72 format = "%x %X";
74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size());
117 wstring format = L"%B %d %Y" local
    [all...]
  /external/v8/src/
v8checks.h 33 void API_Fatal(const char* location, const char* format, ...);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoFrameChromium.h 50 enum Format {
70 virtual Format format() const = 0;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
ImageGStreamerCG.mm 32 GstVideoFormat format;
33 if (!gst_video_format_parse_caps(caps, &format, &width, &height)) {
  /external/webkit/Source/WebCore/platform/win/
GDIObjectCounter.cpp 49 init(String::format("%s (%p)", className.latin1().data(), instance));
  /external/webkit/Source/WebCore/svg/
SVGAltGlyphElement.h 40 const AtomicString& format() const;
  /external/webkit/Source/WebKit/android/plugins/
ANPSoundInterface.cpp 74 dst.format = toANPFormat(src->format);
91 ANPSampleFormat format,
102 fromANPFormat(format),
PluginDebugAndroid.cpp 56 void anp_logPlugin(const char format[], ...) {
58 va_start(args, format);
59 LOG_PRI_VA(ANDROID_LOG_DEBUG, "webkit_plugin", format, args);
107 anp_logPlugin("%p EVENT::DRAW bitmap time=%d format=%d clip=[%d,%d,%d,%d]",
108 npp, elapsedTime, evt->data.draw.data.bitmap.format,
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 93 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/include/surfaceflinger/
IGraphicBufferAlloc.h 40 PixelFormat format, uint32_t usage, status_t* error) = 0;
  /frameworks/base/include/ui/
GraphicBuffer.h 72 GraphicBuffer(uint32_t w, uint32_t h, PixelFormat format, uint32_t usage);
75 GraphicBuffer(uint32_t w, uint32_t h, PixelFormat format, uint32_t usage,
88 PixelFormat getPixelFormat() const { return format; }
133 status_t initSize(uint32_t w, uint32_t h, PixelFormat format,
  /frameworks/base/media/libstagefright/rtsp/
ARawAudioAssembler.h 37 const char *desc, const sp<MetaData> &format);
  /frameworks/base/native/include/android/
bitmap.h 44 int32_t format; member in struct:__anon15235
  /frameworks/base/opengl/libagl/
TextureObjectManager.cpp 155 sur.format= native_buffer->format;
164 int format, int compressedFormat, int bpr)
185 surface.format = format;
217 mipmap.format = format;
225 if (curr->format != surface.format) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
ScreenshotTest.java 64 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/telephony/java/com/android/internal/telephony/gsm/
SmsCbHeader.java 28 * GSM pdu format, as defined in 3gpp TS 23.041, section 9.4.1
33 * UMTS pdu format, as defined in 3gpp TS 23.041, section 9.4.2
38 * GSM pdu format, as defined in 3gpp TS 23.041, section 9.4.1.3
71 public final int format; field in class:SmsCbHeader
85 format = FORMAT_ETWS_PRIMARY;
98 format = FORMAT_GSM;
122 format = FORMAT_UMTS;
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 52 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount);
57 int *format=0,
65 int *format,
89 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
AudioHardwareStub.h 36 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android_audio_legacy::AudioStreamOutStub
53 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android_audio_legacy::AudioStreamInStub
79 int *format=0,
87 int *format,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareBase.h 48 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount);
  /hardware/libhardware_legacy/
qemu.h 67 const char* format,
  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.h 38 #define AUDIO_HW_OUT_FORMAT (AudioSystem::PCM_16_BIT) // Default audio output sample format
44 #define AUDIO_HW_IN_FORMAT (AudioSystem::PCM_16_BIT) // Default audio input sample format
72 int *format=0,
79 int *format,
88 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount);
110 virtual int format() const { return AUDIO_HW_OUT_FORMAT; } function in class:android::AudioHardware::AudioStreamOutQ5V2
  /libcore/luni/src/main/java/java/security/
AlgorithmParameters.java 200 * byte[]} using the default decoding format for parameters. The default
201 * encoding format is ASN.1.
219 * byte[]} using the specified decoding format.
223 * @param format
224 * the name of the decoding format.
229 public final void init(byte[] params, String format) throws IOException {
233 spiImpl.engineInit(params, format);
261 * format. The default encoding format is ASN.1.
277 * format
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
time_facets_test.cpp 35 string format = "%B %d %Y"; local
37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
44 * user variations on standard format.
72 format = "%x %X";
74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size());
117 wstring format = L"%B %d %Y" local
    [all...]
  /ndk/tests/device/test-stlport/unit/
time_facets_test.cpp 35 string format = "%B %d %Y"; local
37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
44 * user variations on standard format.
72 format = "%x %X";
74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size());
117 wstring format = L"%B %d %Y" local
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/format/
SpannedTestUtils.java 17 package com.android.contacts.format;

Completed in 1473 milliseconds

<<21222324252627282930>>