Searched defs:setFormat (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAltGlyphElement.cpp56 void SVGAltGlyphElement::setFormat(const AtomicString&, ExceptionState& exceptionState) function in class:blink::SVGAltGlyphElement
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DMediaElementAudioSourceNode.cpp73 void MediaElementAudioSourceNode::setFormat(size_t numberOfChannels, float sourceSampleRate) function in class:blink::MediaElementAudioSourceNode
78 WTF_LOG(Media, "MediaElementAudioSourceNode::setFormat(%u, %f) - unhandled format change", static_cast<unsigned>(numberOfChannels), sourceSampleRate);
H A DMediaStreamAudioSourceNode.cpp70 void MediaStreamAudioSourceNode::setFormat(size_t numberOfChannels, float sourceSampleRate) function in class:blink::MediaStreamAudioSourceNode
76 WTF_LOG(Media, "MediaStreamAudioSourceNode::setFormat(%u, %f) - unhandled format change", static_cast<unsigned>(numberOfChannels), sourceSampleRate);
/external/chromium_org/content/renderer/media/
H A Dwebaudio_capturer_source.cc32 void WebAudioCapturerSource::setFormat( function in class:content::WebAudioCapturerSource
35 DVLOG(1) << "WebAudioCapturerSource::setFormat(sample_rate="
39 LOG(WARNING) << "WebAudioCapturerSource::setFormat() : unhandled format.";
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceSrcValue.h56 void setFormat(const String& format) { m_format = format; } function in class:blink::CSSFontFaceSrcValue
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_media_stream_center.cc54 virtual void setFormat(size_t number_of_channels, float sample_rate) {} function in class:content::__anon7882::MockWebAudioDestinationConsumer
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebMediaStreamSource.cpp176 virtual void setFormat(size_t numberOfChannels, float sampleRate) OVERRIDE;
188 void ConsumerWrapper::setFormat(size_t numberOfChannels, float sampleRate) function in class:blink::ConsumerWrapper
190 m_consumer->setFormat(numberOfChannels, sampleRate);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCameraTest.java272 public void setFormat(int format) { method in class:CameraTest.TestSurfaceHolder
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMediaPlayerClientImpl.cpp301 void WebMediaPlayerClientImpl::AudioClientImpl::setFormat(size_t numberOfChannels, float sampleRate) function in class:blink::WebMediaPlayerClientImpl::AudioClientImpl
304 m_client->setFormat(numberOfChannels, sampleRate);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemNumber.java321 public void setFormat(AVT v) method in class:ElemNumber
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jdepend.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-netrexx.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DErrorManager.java394 setFormat("antlr");
437 public static void setFormat(String formatName) { method in class:ErrorManager
445 setFormat("antlr"); // recurse on this rule, trying the default message format
449 setFormat("antlr"); // recurse on this rule, trying the default message format
460 setFormat("antlr"); // recurse on this rule, trying the default message format
/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp577 // "Custom" formatters are provided by the user via setFormat() or similar APIs.
597 // Not cached, or a DummyFormat representing setFormat(NULL).
732 MessageFormat::setFormat(int32_t n, const Format& newFormat) { function in class:MessageFormat
775 MessageFormat::setFormat(const UnicodeString& formatName, function in class:MessageFormat
1082 // Handles all ArgType.SIMPLE, and formatters from setFormat() and its siblings.
1087 // setFormat() or its siblings. Otherwise they are not cached and instead
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp577 // "Custom" formatters are provided by the user via setFormat() or similar APIs.
597 // Not cached, or a DummyFormat representing setFormat(NULL).
732 MessageFormat::setFormat(int32_t n, const Format& newFormat) { function in class:MessageFormat
775 MessageFormat::setFormat(const UnicodeString& formatName, function in class:MessageFormat
1082 // Handles all ArgType.SIMPLE, and formatters from setFormat() and its siblings.
1087 // setFormat() or its siblings. Otherwise they are not cached and instead
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhonemetadata.java67 public NumberFormat setFormat(String value) { method in class:Phonemetadata.NumberFormat
137 setFormat(other.getFormat());
175 setFormat(objectInput.readUTF());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
H A Drepository-tools-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 565 milliseconds

12