/external/autotest/client/cros/multimedia/ |
D | browser_facade_native.py | 23 self._resource = resource 33 return self._resource.start_custom_chrome(kwargs) 45 return self._resource.start_default_chrome(restart, extra_browser_args) 56 return self._resource.set_http_server_directories(directories) 67 return self._resource.http_server_url_of(fullpath) 78 return self._resource.load_url(url) 87 tab = self._resource.get_tab_by_descriptor(tab_descriptor) 89 self._resource.close_tab(tab_descriptor) 101 self._resource.wait_for_javascript_expression( 112 self._resource.execute_javascript( [all …]
|
D | display_facade_native.py | 56 self._resource = resource 66 extension = self._resource.get_extension( 84 extension = self._resource.get_extension() 105 extension = self._resource.get_extension() 137 extension = self._resource.get_extension() 208 for notification in self._resource.get_visible_notifications(): 224 extension = self._resource.get_extension( 304 extension = self._resource.get_extension( 457 tabs = self._resource.get_tabs() 592 extension = self._resource.get_extension() [all …]
|
D | kiosk_facade_native.py | 20 self._resource = resource 36 self._resource.start_custom_chrome(custom_chrome_setup) 38 self._resource._browser, ext_id, app_config_id)
|
D | cfm_facade_native.py | 49 self._resource = resource 57 self._resource.start_custom_chrome({ 61 enrollment.RemoraEnrollment(self._resource._browser, self._USER_ID, 86 self._resource.start_custom_chrome(custom_chrome_setup) 97 self._resource._browser, self._EXT_ID) 162 self._resource._browser, self._EXT_ID) 179 ctxs = kiosk_utils.get_webview_contexts(self._resource._browser,
|
D | video_facade_native.py | 52 self._resource = resource 83 tab = self._resource._browser.tabs.New()
|
D | audio_facade_native.py | 81 self._resource = resource 94 extension = self._resource.get_extension(
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_objects.h | 97 rbug_resource(struct pipe_resource *_resource) in rbug_resource() argument 99 if (!_resource) in rbug_resource() 101 (void)rbug_screen(_resource->screen); in rbug_resource() 102 return (struct rbug_resource *)_resource; in rbug_resource() 141 rbug_resource_unwrap(struct pipe_resource *_resource) in rbug_resource_unwrap() argument 143 if (!_resource) in rbug_resource_unwrap() 145 return rbug_resource(_resource)->resource; in rbug_resource_unwrap()
|
D | rbug_screen.c | 188 struct pipe_resource *_resource, in rbug_screen_check_resource_capability() argument 192 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_screen_check_resource_capability() 202 struct pipe_resource *_resource, in rbug_screen_resource_get_handle() argument 208 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_screen_resource_get_handle() 218 struct pipe_resource *_resource) in rbug_screen_resource_changed() argument 221 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_screen_resource_changed() 230 struct pipe_resource *_resource) in rbug_screen_resource_destroy() argument 232 rbug_resource_destroy(rbug_resource(_resource)); in rbug_screen_resource_destroy() 237 struct pipe_resource *_resource, in rbug_screen_flush_frontbuffer() argument 242 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_screen_flush_frontbuffer()
|
D | rbug_context.c | 1004 struct pipe_resource *_resource, in rbug_context_create_sampler_view() argument 1008 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_context_create_sampler_view() 1034 struct pipe_resource *_resource, in rbug_context_create_surface() argument 1038 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_context_create_surface() 1071 struct pipe_resource *_resource, in rbug_context_transfer_map() argument 1078 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_context_transfer_map() 1134 struct pipe_resource *_resource, in rbug_context_buffer_subdata() argument 1139 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_context_buffer_subdata() 1151 struct pipe_resource *_resource, in rbug_context_texture_subdata() argument 1160 struct rbug_resource *rb_resource = rbug_resource(_resource); in rbug_context_texture_subdata()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundleImpl.java | 35 int _resource, in createBundleObject() argument 38 switch(ICUResourceBundleReader.RES_GET_TYPE(_resource)) { in createBundleObject() 41 return new ICUResourceBundleImpl.ResourceString(this, _key, _resource); in createBundleObject() 43 return new ICUResourceBundleImpl.ResourceBinary(this, _key, _resource); in createBundleObject() 45 return getAliasedResource(this, null, 0, _key, _resource, aliasesVisited, requested); in createBundleObject() 47 return new ICUResourceBundleImpl.ResourceInt(this, _key, _resource); in createBundleObject() 49 return new ICUResourceBundleImpl.ResourceIntVector(this, _key, _resource); in createBundleObject() 52 return new ICUResourceBundleImpl.ResourceArray(this, _key, _resource); in createBundleObject() 56 return new ICUResourceBundleImpl.ResourceTable(this, _key, _resource); in createBundleObject()
|
D | ICUResourceBundle.java | 1410 String key, int _resource, 1418 String rpath = wholeBundle.reader.getAlias(_resource);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundleImpl.java | 34 int _resource, in createBundleObject() argument 37 switch(ICUResourceBundleReader.RES_GET_TYPE(_resource)) { in createBundleObject() 40 return new ICUResourceBundleImpl.ResourceString(this, _key, _resource); in createBundleObject() 42 return new ICUResourceBundleImpl.ResourceBinary(this, _key, _resource); in createBundleObject() 44 return getAliasedResource(this, null, 0, _key, _resource, aliasesVisited, requested); in createBundleObject() 46 return new ICUResourceBundleImpl.ResourceInt(this, _key, _resource); in createBundleObject() 48 return new ICUResourceBundleImpl.ResourceIntVector(this, _key, _resource); in createBundleObject() 51 return new ICUResourceBundleImpl.ResourceArray(this, _key, _resource); in createBundleObject() 55 return new ICUResourceBundleImpl.ResourceTable(this, _key, _resource); in createBundleObject()
|
D | ICUResourceBundle.java | 1401 String key, int _resource, 1409 String rpath = wholeBundle.reader.getAlias(_resource);
|
/external/tensorflow/tensorflow/contrib/bigtable/python/ops/ |
D | bigtable_api.py | 93 self._resource = gen_bigtable_ops.bigtable_client( 109 table = gen_bigtable_ops.bigtable_table(self._resource, name) 129 self._resource = resource 493 self._resource, 609 table=table._resource, # pylint: disable=protected-access 622 table=table._resource, # pylint: disable=protected-access 636 table=table._resource) # pylint: disable=protected-access 653 table=self._table._resource, # pylint: disable=protected-access 678 table=self._table._resource, # pylint: disable=protected-access 704 table=self._table._resource, # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | threadpool.py | 49 self._resource = ged_ops.experimental_thread_pool_handle( 55 handle=self._resource, handle_device=context.context().device_name) 57 self._resource = ged_ops.experimental_thread_pool_handle( 71 self._thread_pool._resource, # pylint: disable=protected-access
|
D | stats_aggregator.py | 71 self._resource = ged_ops.experimental_stats_aggregator_handle() 83 return ged_ops.experimental_stats_aggregator_summary(self._resource)
|
/external/tensorflow/tensorflow/python/ops/ |
D | summary_ops_v2.py | 208 self._resource = gen_summary_ops.summary_writer( 212 self._init_op = init_op_fn(self._resource) 217 handle=self._resource, handle_device="cpu:0") 251 return self._init_op_fn(self._resource) 266 return gen_summary_ops.close_summary_writer(self._resource) 635 context.context().summary_writer._resource, # pylint: disable=protected-access 692 context.context().summary_writer._resource, # pylint: disable=protected-access 724 context.context().summary_writer._resource, # pylint: disable=protected-access 739 context.context().summary_writer._resource, # pylint: disable=protected-access 756 context.context().summary_writer._resource, # pylint: disable=protected-access [all …]
|
/external/tensorflow/tensorflow/contrib/summary/ |
D | summary_ops_graph_test.py | 140 sess.run(summary_ops.flush(writer=writer._resource)) # pylint:disable=protected-access
|
D | summary_ops_test.py | 208 summary_ops.flush(writer=writer._resource) # pylint:disable=protected-access
|
/external/mesa3d/src/gallium/docs/source/ |
D | resources.rst | 1 .. _resource:
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | summary_ops_test.py | 723 summary_ops.flush(writer=writer._resource) # pylint:disable=protected-access
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 3321 self._stats_aggregator._resource, # pylint: disable=protected-access
|
/external/guice/extensions/struts2/lib/ |
D | jetty-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
/external/clang/include/clang/Driver/ |
D | Options.td | 2015 def _resource : Separate<["--"], "resource">, Alias<fcompile_resource_EQ>;
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |