Home
last modified time | relevance | path

Searched refs:datasource (Results 1 – 22 of 22) sorted by relevance

/external/tremolo/Tremolo/
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
102 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
106 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
Dvorbisfile.c93 if(vf->datasource){ in _get_data()
95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource); in _get_data()
105 if(vf->datasource){ in _seek_helper()
106 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET); in _seek_helper()
512 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END); in _open_seekable2()
513 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2()
731 vf->datasource=f; in _ov_open1()
757 vf->datasource=NULL; in _ov_open1()
770 vf->datasource=NULL; in _ov_open2()
793 if(vf->datasource)(vf->callbacks.close_func)(vf->datasource); in ov_clear()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebDataSource.idl52 A datasource has a WebDocumentRepresentation which holds an appropriate
67 @param request The request to use in creating a datasource.
75 @discussion The data will be incomplete until the datasource has completely loaded.
76 @result Returns the raw data associated with the datasource. Returns nil
77 if the datasource hasn't loaded any data.
85 of the datasource's data. The representation class is determined by mapping
87 of the datasource content has been determined.
88 @result Returns the representation associated with this datasource.
89 Returns nil if the datasource hasn't created it's representation.
104 datasource. This request will be unmodified by WebKit.
[all …]
DIWebResourceLoadDelegatePrivate.idl54 @param dataSource The datasource that initiated the load.
DIWebFrame.idl159 @result The datasource for this frame.
169 @result The provisional datasource of this frame.
DIWebDocument.idl219 @param dataSource The datasource that has finished loading.
DIWebResourceLoadDelegate.idl68 @param dataSource The datasource that initiated the load.
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTestHelper_Driver4.java78 String datasource = url.substring(baseURL.length() + 1); in connect() local
80 if (datasource.equals(element)) { in connect()
86 if (datasource.equals("data1")) { in connect()
DTestHelper_Driver1.java80 String datasource = url.substring(baseURL.length() + 1); in connect() local
82 if (datasource.equals(element)) { in connect()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebdatasource.cpp153 WebKitWebDataSource* datasource = webkit_web_data_source_new_with_request(request); in webkit_web_data_source_new() local
156 return datasource; in webkit_web_data_source_new()
178 …WebKitWebDataSource* datasource = kitNew(WebKit::DocumentLoader::create(resourceRequest, Substitut… in webkit_web_data_source_new_with_request() local
180 WebKitWebDataSourcePrivate* priv = datasource->priv; in webkit_web_data_source_new_with_request()
183 return datasource; in webkit_web_data_source_new_with_request()
/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_gtk.cc49 DraggedTabGtk::DraggedTabGtk(TabContents* datasource, in DraggedTabGtk() argument
53 : data_source_(datasource), in DraggedTabGtk()
55 datasource->profile()))), in DraggedTabGtk()
62 TabContentsWrapper::GetCurrentWrapperForContents(datasource); in DraggedTabGtk()
63 renderer_->UpdateData(datasource, in DraggedTabGtk()
Ddragged_tab_gtk.h26 DraggedTabGtk(TabContents* datasource,
/external/webkit/Source/WebKit/gtk/tests/
Dtestwebdatasource.c68 WebKitWebDataSource* datasource = webkit_web_frame_get_data_source(frame); in notify_load_status_unreachable_cb() local
71 webkit_web_data_source_get_unreachable_uri(datasource)); in notify_load_status_unreachable_cb()
/external/webkit/Source/WebKit/mac/WebView/
DWebDataSource.mm387 …LOG(Loading, "creating datasource for %@", static_cast<NSURL *>(_private->loader->request().url())…
DWebHTMLView.mm1356 …// On window close we will be called when the datasource is nil, then hit an assert in _topHTMLView
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-03733 Fixed: 3108240 - Loading datasource sometimes doesn't have cancelled error when cancelled
879 … streams to the datasource has no affect on the loading state of the datasource. Both stopLoading …
2981 In addition, the datasource has a list of relevant BF items for
2998 Add the new BF item to the datasource.
3002 Previous and provisional BF are moved to datasource.
3005 Use provisional BF from datasource to set position in BF list.
3006 Add new BF item to datasource.
10970 (-[WebFrame _transitionProvisionalToCommitted]): Don't call the datasource (it now
13358 Fixed many incorrect references to datasource reps.
14745 the datasource is loading resources related to the intial
[all …]
DChangeLog-2006-02-091448 datasource never becomes committed, which seems like a good thing.
6996 …the datasource's subresource array, otherwise -[WebDataSource isLoading] incorrectly returns YES. …
17241 new method, might become API; returns the unreachable URL, if any, for which this datasource
17246 case) but returns the unreachableURL for the case where this datasource holds placeholder
30292 …dingResource:request:response:delegate:proxy:]): renamed, don't pass a datasource so WebDownload i…
35409 …f WebView. Long-term solution is to catch this earlier and have a lone datasource download mechani…
DChangeLog-2007-10-1418350 because _receivedMainResourceError will cause the datasource's
18381 because _receivedMainResourceError will cause the datasource's
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0312047 being added to datasource handle array.
17591 First pass at new view/datasource/controller API.
DChangeLog-2006-05-102301 * manual-tests/plugin-controller-datasource.html: Added.
DChangeLog-2007-10-1448021 * manual-tests/plugin-controller-datasource.html:
/external/sqlite/dist/
Dsqlite3.c.orig68001 ** from datasource iSrc in SrcList pSrc.