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

  /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 =
TestHelper_Driver4.java 77 // The datasource name is the remainder of the url after the ":"
78 String datasource = url.substring(baseURL.length() + 1); local
80 if (datasource.equals(element)) {
82 * Check for user and password, except for datasource =
86 if (datasource.equals("data1")) {
  /external/tremolo/Tremolo/
ivorbisfile.h 60 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource);
61 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence);
62 int (*close_func) (void *datasource);
63 long (*tell_func) (void *datasource);
67 void *datasource; /* Pointer to a FILE *, etc. */ member in struct:OggVorbis_File
102 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
106 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
  /external/libvorbis/include/vorbis/
vorbisfile.h 40 size_t (*read_func) (void *ptr, size_t size, size_t nmemb, void *datasource);
41 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence);
42 int (*close_func) (void *datasource);
43 long (*tell_func) (void *datasource);
112 void *datasource; /* Pointer to a FILE *, etc. */ member in struct:OggVorbis_File
152 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
156 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 3048 milliseconds