HomeSort by relevance Sort by last modified time
    Searched full:datasource (Results 76 - 100 of 319) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Driver1.java 79 // The datasource name is the remainder of the url after the ":"
80 String datasource = url.substring(baseURL.length() + 1); local
82 if (datasource.equals(element)) {
84 * Check for user and password, except for datasource =
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_source.h 14 class CloudPrintSetupSource : public ChromeURLDataManager::DataSource {
  /external/chromium/chrome/browser/remoting/
remoting_resources_source.h 12 class RemotingResourcesSource : public ChromeURLDataManager::DataSource {
  /external/chromium/chrome/browser/ui/webui/
screenshot_source.h 16 class ScreenshotSource : public ChromeURLDataManager::DataSource {
remoting_ui.cc 24 class RemotingUIHTMLSource : public ChromeURLDataManager::DataSource {
27 : DataSource(chrome::kChromeUIRemotingHost, MessageLoop::current()) {}
thumbnail_source.cc 16 : DataSource(chrome::kChromeUIThumbnailPath, MessageLoop::current()),
45 return top_sites_.get() ? NULL : DataSource::MessageLoopForRequestPath(path);
favicon_source.cc 14 : DataSource(chrome::kChromeUIFaviconHost, MessageLoop::current()),
60 // Leave the existing DataSource in place, otherwise we'll drop any pending
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.h 12 // A custom WebUI that defines datasource for SIM unlock dialog that is used
  /external/chromium_org/content/browser/webui/
shared_resources_data_source.h 12 // A DataSource for chrome://resources/ URLs.
url_data_manager.cc 38 // Invoked on the IO thread to do the actual adding of the DataSource.
84 // Invoked when a DataSource is no longer referenced and needs to be deleted.
91 // We're not on the UI thread, add the DataSource to the list of DataSources
102 // Schedule a task to delete the DataSource back on the UI thread.
url_data_source_impl.h 84 // the DataSource is added, and unset if the DataSource is removed. A
85 // DataSource can be removed in two ways: the URLDataManagerBackend is
86 // deleted, or another DataSource is registered with the same name. backend_
  /frameworks/av/media/libstagefright/chromium_http/
chromium_http_stub.cpp 34 DataSource *createDataUriSource(const char *uri) {
  /external/chromium_org/chrome/common/extensions/docs/server2/
intro_data_source.py 8 from data_source import DataSource
19 class IntroDataSource(DataSource):
  /external/chromium_org/media/filters/
file_data_source.cc 40 DataSource::set_host(host);
49 const DataSource::ReadCB& read_cb) {
  /external/clang/test/ARCMT/
objcmt-property.m.result 59 // Properties that contain the name "delegate" or "dataSource",
65 @property(unsafe_unretained) id dataSource;
  /frameworks/av/include/media/stagefright/
MediaExtractor.h 25 class DataSource;
32 const sp<DataSource> &source, const char *mime = NULL);
  /frameworks/av/media/libstagefright/include/
HTTPBase.h 22 #include <media/stagefright/DataSource.h>
28 struct HTTPBase : public DataSource {
  /frameworks/base/media/jni/
android_media_MediaExtractor.h 22 #include <media/stagefright/DataSource.h>
43 status_t setDataSource(const sp<DataSource> &source);
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 29 struct DataSource;
195 // bytes read in from the DataSource. If given a non-NULL buffer, new content
198 // The DataSource we read from is responsible for signaling error or EOF to help us
199 // break out of the read loop. The DataSource can be returned to the caller, so
211 /* reuse DataSource if doing partial fetch */
212 sp<DataSource> *source = NULL,
  /frameworks/av/cmds/stagefright/
stream.cpp 28 #include <media/stagefright/DataSource.h>
162 sp<DataSource> dataSource = DataSource::CreateFromURI(filename);
163 CHECK(dataSource != NULL);
165 sp<MediaExtractor> extractor = MediaExtractor::Create(dataSource);
301 DataSource::RegisterDefaultSniffers();
  /frameworks/av/media/libstagefright/
AACExtractor.cpp 27 #include <media/stagefright/DataSource.h>
39 AACSource(const sp<DataSource> &source,
57 sp<DataSource> mDataSource;
95 static size_t getAdtsFrameLength(const sp<DataSource> &source, off64_t offset, size_t* headerSize) {
136 const sp<DataSource> &source, const sp<AMessage> &_meta)
236 const sp<DataSource> &source, const sp<MetaData> &meta,
335 const sp<DataSource> &source, String8 *mimeType, float *confidence,
AMRExtractor.cpp 24 #include <media/stagefright/DataSource.h>
36 AMRSource(const sp<DataSource> &source,
54 sp<DataSource> mDataSource;
100 static status_t getFrameSizeByOffset(const sp<DataSource> &source,
116 AMRExtractor::AMRExtractor(const sp<DataSource> &source)
203 const sp<DataSource> &source, const sp<MetaData> &meta,
330 const sp<DataSource> &source, String8 *mimeType, float *confidence,
WAVExtractor.cpp 24 #include <media/stagefright/DataSource.h>
58 const sp<DataSource> &dataSource,
77 sp<DataSource> mDataSource;
93 WAVExtractor::WAVExtractor(const sp<DataSource> &source)
334 const sp<DataSource> &dataSource,
339 : mDataSource(dataSource),
530 const sp<DataSource> &source, String8 *mimeType, float *confidence,
HTTPBase.cpp 51 HTTPBase *dataSource = createChromiumHTTPDataSource(flags);
52 if (dataSource) {
53 return dataSource;
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
javax.sql.DataSource.html 10 javax.sql.DataSource
74 Interface javax.sql.<A HREF="../../../../reference/javax/sql/DataSource.html" target="_top"><font size="+2"><code>DataSource</code></font></A>
87 <A NAME="javax.sql.DataSource.getLogWriter_removed()"></A>
94 <A NAME="javax.sql.DataSource.getLoginTimeout_removed()"></A>
101 <A NAME="javax.sql.DataSource.setLogWriter_removed(java.io.PrintWriter)"></A>
108 <A NAME="javax.sql.DataSource.setLoginTimeout_removed(int)"></A>

Completed in 2195 milliseconds

1 2 34 5 6 7 8 91011>>