Searched refs:datasource (Results 1 - 9 of 9) sorted by relevance

/external/tremolo/Tremolo/
H A Divorbisfile.h60 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,
H A Dvorbisfile.c93 if(vf->datasource){
95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);
105 if(vf->datasource){
106 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET);
512 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END);
513 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource);
731 vf->datasource=f;
757 vf->datasource=NULL;
770 vf->datasource=NULL;
793 if(vf->datasource)(v
[all...]
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h40 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,
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Driver4.java77 // The datasource name is the remainder of the url after the ":"
78 String datasource = url.substring(baseURL.length() + 1);
80 if (datasource.equals(element)) {
82 * Check for user and password, except for datasource =
86 if (datasource.equals("data1")) {
H A DTestHelper_Driver1.java79 // The datasource name is the remainder of the url after the ":"
80 String datasource = url.substring(baseURL.length() + 1);
82 if (datasource.equals(element)) {
84 * Check for user and password, except for datasource =
/external/libvorbis/lib/
H A Dvorbisfile.c70 if(vf->datasource){
72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource);
82 if(vf->datasource){
84 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET) == -1)
626 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END);
627 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource);
880 vf->datasource=f;
909 vf->datasource=NULL;
938 vf->datasource=NULL;
970 if(vf->datasource
[all...]
/external/chromium_org/content/renderer/
H A Drender_frame_impl.h333 blink::WebDataSource* datasource);
H A Drender_view_impl.h625 blink::WebDataSource* datasource);
H A Drender_frame_impl.cc1966 blink::WebDataSource* datasource) {
1975 render_view_->didCreateDataSource(frame, datasource);
1981 DocumentState::FromDataSource(datasource),
2412 // update the ExtraData on the datasource so that others who read the
1965 didCreateDataSource(blink::WebLocalFrame* frame, blink::WebDataSource* datasource) argument

Completed in 965 milliseconds