OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DataSource
(Results
1 - 13
of
13
) 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
...]
/frameworks/base/include/media/stagefright/
DataSource.h
36
class
DataSource
: public RefBase {
45
static sp<
DataSource
> CreateFromURI(
49
DataSource
() {}
77
const sp<
DataSource
> &source, String8 *mimeType,
96
virtual ~
DataSource
() {}
102
DataSource
(const
DataSource
&);
103
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/webkit/Source/WebCore/platform/chromium/
DataTransferItemChromium.h
57
enum
DataSource
{
62
DataTransferItemChromium(PassRefPtr<Clipboard> owner, ScriptExecutionContext*,
DataSource
, const String& kind, const String& type, const String& data);
66
const
DataSource
m_source;
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 715 milliseconds