/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,
|
vorbisfile.c | 93 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)(vf->callbacks.close_func)(vf->datasource) [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
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")) {
|
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 =
|
/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/datasource/ |
AutofillRepository.kt | 16 package com.example.android.autofillframework.multidatasetservice.datasource
|
SharedPrefsAutofillRepository.kt | 16 package com.example.android.autofillframework.multidatasetservice.datasource
|
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/datasource/ |
AutofillRepository.kt | 16 package com.example.android.autofillframework.multidatasetservice.datasource
|
SharedPrefsAutofillRepository.kt | 16 package com.example.android.autofillframework.multidatasetservice.datasource
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
DynamicXYPlotActivity.java | 128 // encapsulates management of the observers watching this datasource for update events: 222 private SampleDynamicXYDatasource datasource; field in class:DynamicXYPlotActivity.SampleDynamicSeries 226 public SampleDynamicSeries(SampleDynamicXYDatasource datasource, int seriesIndex, String title) { 227 this.datasource = datasource; 239 return datasource.getItemCount(seriesIndex); 244 return datasource.getX(seriesIndex, index); 249 return datasource.getY(seriesIndex, index);
|
/external/autotest/client/tests/iozone/ |
postprocessing.py | 222 foutput_path = os.path.join(self.output_dir, '2d-datasource-file') 241 routput_path = os.path.join(self.output_dir, '2d-datasource-record') 366 self.datasource = os.path.join(self.output_dir, '3d-datasource') 367 datasource = open(self.datasource, 'w') 374 datasource.write(line) 377 datasource.close() 386 datasource_2d = os.path.join(self.output_dir, '2d-datasource-file') 437 (self.datasource, index, label) [all...] |
/frameworks/av/media/libstagefright/include/media/stagefright/ |
NuMediaExtractor.h | 37 class DataSource; 64 status_t setDataSource(const sp<DataSource> &datasource); 133 sp<DataSource> mDataSource;
|
/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/ |
AuthActivity.kt | 36 import com.example.android.autofillframework.multidatasetservice.datasource.SharedPrefsAutofillRepository
|
MyAutofillService.kt | 30 import com.example.android.autofillframework.multidatasetservice.datasource.SharedPrefsAutofillRepository
|
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/ |
AuthActivity.kt | 36 import com.example.android.autofillframework.multidatasetservice.datasource.SharedPrefsAutofillRepository
|
MyAutofillService.kt | 30 import com.example.android.autofillframework.multidatasetservice.datasource.SharedPrefsAutofillRepository
|
/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/ |
SettingsActivity.kt | 30 import com.example.android.autofillframework.multidatasetservice.datasource.SharedPrefsAutofillRepository
|
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/ |
SettingsActivity.kt | 30 import com.example.android.autofillframework.multidatasetservice.datasource.SharedPrefsAutofillRepository
|
/external/guice/extensions/persist/lib/ |
hibernate3.jar | |