HomeSort by relevance Sort by last modified time
    Searched refs:addSource (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/compile/libbcc/include/bcc/
BCCContext.h 42 void addSource(Source &pSource);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SearchableCorporaTest.java 58 sources.addSource(MockSource.SOURCE_1);
59 sources.addSource(MockSource.SOURCE_2);
60 sources.addSource(MockSource.SOURCE_3);
61 sources.addSource(MockSource.WEB_SOURCE);
MockSources.java 31 public void addSource(Source source) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 119 addSource(new LocalSource(mApplication));
120 addSource(new PicasaSource(mApplication));
122 addSource(new MtpSource(mApplication));
124 addSource(new ComboSource(mApplication));
125 addSource(new ClusterSource(mApplication));
126 addSource(new FilterSource(mApplication));
127 addSource(new SecureSource(mApplication));
128 addSource(new UriSource(mApplication));
129 addSource(new SnailSource(mApplication));
152 void addSource(MediaSource source)
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableSources.java 113 addSource(mWebSearchSource);
130 addSource(source);
135 protected void addSource(Source source) {
MultiSourceCorpus.java 52 addSource(source);
57 protected void addSource(Source source) {
  /frameworks/av/include/media/stagefright/
AACWriter.h 34 virtual status_t addSource(const sp<MediaSource> &source);
AMRWriter.h 37 virtual status_t addSource(const sp<MediaSource> &source);
MediaWriter.h 35 virtual status_t addSource(const sp<MediaSource> &source) = 0;
MPEG2TSWriter.h 38 virtual status_t addSource(const sp<MediaSource> &source);
MPEG4Writer.h 38 virtual status_t addSource(const sp<MediaSource> &source);
  /frameworks/compile/libbcc/lib/Core/
BCCContext.cpp 56 void BCCContext::addSource(Source &pSource)
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
MediaSetTest.java 34 dataManager.addSource(new ComboSource(app));
35 dataManager.addSource(new MockSource(app));
RealDataTest.java 46 mDataManager.addSource(new LocalSource(mApplication));
47 mDataManager.addSource(new PicasaSource(mApplication));
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java 277 // newShader.addSource(newSource);
281 // newShader.addSource(source);
293 public void addSource(ShaderType type, String name, String source, String defines){
304 public void addSource(ShaderType type, String source, String defines){
305 addSource(type, null, source, defines);
308 public void addSource(ShaderType type, String source){
309 addSource(type, source, null);
316 private void addSource(ShaderSource source){
  /external/webkit/Source/WebCore/css/
CSSFontFace.h 63 void addSource(CSSFontFaceSource*);
CSSFontFace.cpp 74 void CSSFontFace::addSource(CSSFontFaceSource* source)
  /external/webkit/Source/WebCore/html/
HTMLViewSourceDocument.h 43 void addSource(const String&, HTMLToken&);
  /external/webkit/Source/WebCore/html/parser/
HTMLViewSourceParser.cpp 58 document()->addSource(sourceForToken(), m_token);
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h 40 virtual status_t addSource(const sp<MediaSource> &source);
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h 111 status_t addSource(
  /frameworks/base/include/androidfw/
InputDevice.h 84 void addSource(uint32_t source);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 114 addSource(source);
118 protected void addSource(ContactsSource source) {
224 addSource(source);
  /frameworks/av/cmds/stagefright/
audioloop.cpp 60 writer->addSource(encoder);
  /frameworks/base/libs/androidfw/
InputDevice.cpp 170 void InputDeviceInfo::addSource(uint32_t source) {

Completed in 904 milliseconds

1 2