HomeSort by relevance Sort by last modified time
    Searched defs:DataSource (Results 1 - 19 of 19) sorted by null

  /libcore/luni/src/main/java/javax/sql/
DataSource.java 29 * A class which implements the {@code DataSource} interface is typically
33 * The {@code DataSource} interface is typically implemented by the writer of a
34 * JDBC driver. There are three variants of the {@code DataSource} interface,
37 * <li><i>Standard {@code DataSource}</i>: produces standard {@code Connection}
39 * <li><i>Connection Pool {@code DataSource}</i>: produces {@code
42 * <li><i>Distributed transaction {@code DataSource} ("XADataSource")</i>:
49 * Note that a JDBC driver which is accessed via the {@code DataSource}
53 public interface DataSource extends CommonDataSource, Wrapper {
57 * DataSource}.
68 * DataSource}, using the supplied user name and password
    [all...]
  /external/chromium_org/media/base/
data_source.cc 12 const int DataSource::kReadError = -1;
16 DataSource::DataSource() : host_(NULL) {}
18 DataSource::~DataSource() {}
20 void DataSource::set_host(DataSourceHost* host) {
26 void DataSource::SetPlaybackRate(float playback_rate) {}
28 DataSourceHost* DataSource::host() { return host_; }
data_source.h 32 class MEDIA_EXPORT DataSource {
38 DataSource();
39 virtual ~DataSource();
47 const DataSource::ReadCB& read_cb) = 0;
49 // Notifies the DataSource of a change in the current playback rate.
52 // Stops the DataSource. Once this is called all future Read() calls will
64 // Notify the DataSource of the bitrate of the media.
74 DISALLOW_COPY_AND_ASSIGN(DataSource);
  /frameworks/base/media/java/android/media/
DataSource.java 26 public interface DataSource extends Closeable {
  /frameworks/av/include/media/stagefright/
DataSource.h 36 class DataSource : public RefBase {
45 static sp<DataSource> CreateFromURI(
49 DataSource() {}
80 const sp<DataSource> &source, String8 *mimeType,
99 virtual ~DataSource() {}
105 DataSource(const DataSource &);
106 DataSource &operator=(const DataSource &);
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager.cc 32 // Invoked on the IO thread to do the actual adding of the DataSource.
35 scoped_refptr<ChromeURLDataManager::DataSource> data_source) {
49 void ChromeURLDataManager::AddDataSource(DataSource* source) {
73 void ChromeURLDataManager::DeleteDataSource(const DataSource* data_source) {
74 // Invoked when a DataSource is no longer referenced and needs to be deleted.
81 // We're not on the UI thread, add the DataSource to the list of DataSources
92 // Schedule a task to delete the DataSource back on the UI thread.
102 const DataSource* data_source) {
110 ChromeURLDataManager::DataSource::DataSource(const std::string& source_name
    [all...]
chrome_url_data_manager.h 23 // ChromeURLDataManager::DataSource interface and register your handler
29 class DataSource;
31 // Trait used to handle deleting a DataSource. Deletion happens on the UI
41 // deletion of the DataSources. When a DataSource is no longer referenced it
46 static void Destruct(const DataSource* data_source) {
51 // A DataSource is an object that can answer requests for data
57 // An implementation of DataSource should handle calls to
60 class DataSource : public base::RefCountedThreadSafe<
61 DataSource, DeleteDataSource> {
64 DataSource(const std::string& source_name, MessageLoop* message_loop)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ChromiumDataObjectItem.h 69 enum DataSource {
77 DataSource m_source;
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 100 milliseconds