/external/tremolo/Tremolo/ |
D | 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 102 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf, 106 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
|
D | vorbisfile.c | 93 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/ |
D | IWebDataSource.idl | 52 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 …]
|
D | IWebResourceLoadDelegatePrivate.idl | 54 @param dataSource The datasource that initiated the load.
|
D | IWebFrame.idl | 159 @result The datasource for this frame. 169 @result The provisional datasource of this frame.
|
D | IWebDocument.idl | 219 @param dataSource The datasource that has finished loading.
|
D | IWebResourceLoadDelegate.idl | 68 @param dataSource The datasource that initiated the load.
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | TestHelper_Driver4.java | 78 String datasource = url.substring(baseURL.length() + 1); in connect() local 80 if (datasource.equals(element)) { in connect() 86 if (datasource.equals("data1")) { in connect()
|
D | TestHelper_Driver1.java | 80 String datasource = url.substring(baseURL.length() + 1); in connect() local 82 if (datasource.equals(element)) { in connect()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebdatasource.cpp | 153 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/ |
D | dragged_tab_gtk.cc | 49 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()
|
D | dragged_tab_gtk.h | 26 DraggedTabGtk(TabContents* datasource,
|
/external/webkit/Source/WebKit/gtk/tests/ |
D | testwebdatasource.c | 68 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/ |
D | WebDataSource.mm | 387 …LOG(Loading, "creating datasource for %@", static_cast<NSURL *>(_private->loader->request().url())…
|
D | WebHTMLView.mm | 1356 …// On window close we will be called when the datasource is nil, then hit an assert in _topHTMLView
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 733 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 …]
|
D | ChangeLog-2006-02-09 | 1448 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…
|
D | ChangeLog-2007-10-14 | 18350 because _receivedMainResourceError will cause the datasource's 18381 because _receivedMainResourceError will cause the datasource's
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 12047 being added to datasource handle array. 17591 First pass at new view/datasource/controller API.
|
D | ChangeLog-2006-05-10 | 2301 * manual-tests/plugin-controller-datasource.html: Added.
|
D | ChangeLog-2007-10-14 | 48021 * manual-tests/plugin-controller-datasource.html:
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 68001 ** from datasource iSrc in SrcList pSrc.
|