Searched defs:dataSource (Results 1 - 19 of 19) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/
H A DHostTable.java28 public HostTable(DataSource dataSource) { argument
29 this(dataSource, false);
32 public HostTable(DataSource dataSource, boolean wantSelect) { argument
33 super(wantSelect ? HOST_COLUMNS_SELECT : HOST_COLUMNS, dataSource);
/external/autotest/frontend/client/src/autotest/tko/
H A DTkoUtils.java91 static void doCsvRequest(RpcDataSource dataSource, Query query, JSONObject extraParams) { argument
92 String rpcMethodName = dataSource.getDataMethodName();
H A DSpreadsheetDataProcessor.java28 private TestGroupDataSource dataSource; field in class:SpreadsheetDataProcessor
116 List<List<String>> rowHeaderValues = dataSource.getHeaderGroupValues(0);
117 List<List<String>> columnHeaderValues = dataSource.getHeaderGroupValues(1);
152 dataSource.query(condition, this);
204 dataSource.setHeaderGroups(headerGroups);
205 dataSource.setQueryParameters(queryParameters);
216 public void setDataSource(TestGroupDataSource dataSource) { argument
217 this.dataSource = dataSource;
221 return dataSource;
[all...]
/external/autotest/frontend/client/src/autotest/common/table/
H A DDynamicTable.java52 protected DataSource dataSource; field in class:DynamicTable
66 public DynamicTable(String[][] columns, DataSource dataSource) { argument
68 setDataSource(dataSource);
238 dataSource.query(params, this);
292 return dataSource;
295 public void setDataSource(DataSource dataSource) { argument
296 this.dataSource = dataSource;
/external/webrtc/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc1100 UInt32 dataSource = 0; local
1101 size = sizeof(dataSource);
1103 _outputDeviceID, &propertyAddress, 0, NULL, &size, &dataSource));
1105 if (dataSource == 'ispk') {
2283 UInt32 dataSource = 0; local
2286 objectId, &propertyAddress, 0, NULL, &size, &dataSource));
2287 if (dataSource == 'ispk') {
/external/guice/extensions/persist/lib/
H A Dhibernate-entitymanager.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/hibernate/ org/hibernate/ejb/ ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 196 milliseconds