Searched defs:resources (Results 26 - 50 of 232) sorted by relevance

12345678910

/external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/norootresources/
H A Dhyts_resource_fr_FR_VAR.java17 package tests.resources.subfolder.tests.norootresources;
/external/chromium_org/cc/output/
H A Dcompositor_frame_ack.h11 #include "cc/resources/returned_resource.h"
20 ReturnedResourceArray resources; member in class:cc::CompositorFrameAck
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dsupervised_user_learn_more_handler.cc22 static OptionsStringResource resources[] = { local
29 RegisterStrings(localized_strings, resources, arraysize(resources));
H A Dautomatic_settings_reset_handler.cc47 static const OptionsStringResource resources[] = { local
56 RegisterStrings(localized_strings, resources, arraysize(resources));
H A Dsupervised_user_create_confirm_handler.cc36 static OptionsStringResource resources[] = { local
53 RegisterStrings(localized_strings, resources, arraysize(resources));
H A Deasy_unlock_handler.cc26 static OptionsStringResource resources[] = { local
43 RegisterStrings(values, resources, arraysize(resources));
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dproxy_handler.cc35 static OptionsStringResource resources[] = { local
57 RegisterStrings(localized_strings, resources, arraysize(resources));
H A Dpointer_handler.cc30 static OptionsStringResource resources[] = { local
54 RegisterStrings(localized_strings, resources, arraysize(resources));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.h45 struct pipe_resource *resources[VL_NUM_COMPONENTS]; member in struct:vl_video_buffer
125 struct pipe_resource *resources[VL_NUM_COMPONENTS]);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.h45 struct pipe_resource *resources[VL_NUM_COMPONENTS]; member in struct:vl_video_buffer
125 struct pipe_resource *resources[VL_NUM_COMPONENTS]);
/external/chromium_org/android_webview/native/permission/
H A Dsimple_permission_request.cc14 int64 resources,
17 resources_(resources),
12 SimplePermissionRequest( const GURL& origin, int64 resources, const base::Callback<void(bool)>& callback) argument
/external/chromium_org/cc/resources/
H A Dvideo_resource_updater_unittest.cc5 #include "cc/resources/video_resource_updater.h"
8 #include "cc/resources/resource_provider.h"
75 VideoFrameExternalResources resources = local
77 EXPECT_EQ(VideoFrameExternalResources::YUV_RESOURCE, resources.type);
/external/chromium_org/cc/surfaces/
H A Dsurface_resource_holder.cc23 const TransferableResourceArray& resources) {
24 for (TransferableResourceArray::const_iterator it = resources.begin();
25 it != resources.end();
34 const TransferableResourceArray& resources) {
35 for (TransferableResourceArray::const_iterator it = resources.begin();
36 it != resources.end();
46 const ReturnedResourceArray& resources) {
49 for (ReturnedResourceArray::const_iterator it = resources.begin();
50 it != resources.end();
22 ReceiveFromChild( const TransferableResourceArray& resources) argument
33 RefResources( const TransferableResourceArray& resources) argument
45 UnrefResources( const ReturnedResourceArray& resources) argument
H A Dsurface_factory.cc61 const TransferableResourceArray& resources) {
62 holder_.ReceiveFromChild(resources);
65 void SurfaceFactory::RefResources(const TransferableResourceArray& resources) { argument
66 holder_.RefResources(resources);
69 void SurfaceFactory::UnrefResources(const ReturnedResourceArray& resources) { argument
70 holder_.UnrefResources(resources);
60 ReceiveFromChild( const TransferableResourceArray& resources) argument
/external/chromium_org/components/domain_reliability/
H A Dconfig.h100 // Finds the index (in resources) of the first Resource that matches a
113 ScopedVector<Resource> resources; member in class:domain_reliability::DomainReliabilityConfig
/external/chromium_org/gpu/command_buffer/service/
H A Dshader_translator_cache.cc33 const ShBuiltInResources* resources,
39 *resources,
48 if (translator->Init(shader_type, shader_spec, resources,
30 GetTranslator( sh::GLenum shader_type, ShShaderSpec shader_spec, const ShBuiltInResources* resources, ShaderTranslatorInterface::GlslImplementationType glsl_implementation_type, ShCompileOptions driver_bug_workarounds) argument
/external/chromium_org/mojo/cc/
H A Doutput_surface_mojo.cc30 void OutputSurfaceMojo::ReturnResources(Array<ReturnedResourcePtr> resources) { argument
/external/chromium_org/sync/test/fake_server/android/
H A Dfake_server_helper_android.cc36 syncer::NetworkResources* resources = local
38 return reinterpret_cast<intptr_t>(resources);
/external/chromium_org/ui/base/resource/
H A Ddata_pack_unittest.cc162 std::map<uint16, base::StringPiece> resources; local
163 resources.insert(std::make_pair(1, base::StringPiece(one)));
164 resources.insert(std::make_pair(2, base::StringPiece(two)));
165 resources.insert(std::make_pair(15, base::StringPiece(fifteen)));
166 resources.insert(std::make_pair(3, base::StringPiece(three)));
167 resources.insert(std::make_pair(4, base::StringPiece(four)));
168 ASSERT_TRUE(DataPack::WritePack(file, resources, GetParam()));
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
H A DBitmapDrawableTranscoder.java11 private Resources resources; field in class:BitmapDrawableTranscoder
14 public BitmapDrawableTranscoder(Resources resources, BitmapPool bitmapPool) { argument
15 this.resources = resources;
21 BitmapDrawable drawable = new BitmapDrawable(resources, toTranscode.get());
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBitmapDrawableTest.java26 private Resources resources; field in class:BitmapDrawableTest
30 resources = Robolectric.application.getResources();
35 BitmapDrawable drawable = (BitmapDrawable) resources.getDrawable(R.drawable.an_image);
41 BitmapDrawable drawable = (BitmapDrawable) resources.getDrawable(R.drawable.an_image);
57 BitmapDrawable drawable = (BitmapDrawable) resources.getDrawable(R.drawable.an_image);
68 Drawable drawable1a = resources.getDrawable(R.drawable.an_image);
69 Drawable drawable1b = resources.getDrawable(R.drawable.an_image);
70 Drawable drawable2 = resources.getDrawable(R.drawable.an_other_image);
78 Drawable drawable1a = resources.getDrawable(R.drawable.an_image);
79 Drawable drawable1b = resources
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
H A Dresources-ant.jar ... MF org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/resources/ org/eclipse/core/resources/ant/ META-INF/eclipse.
/external/chromium_org/cc/layers/
H A Ddelegated_frame_resource_collection.cc67 const TransferableResourceArray& resources) {
71 for (size_t i = 0; i < resources.size(); ++i)
72 resource_id_ref_count_map_[resources[i].id].refs_to_return++;
109 const TransferableResourceArray& resources) {
111 for (size_t i = 0; i < resources.size(); ++i)
112 resource_id_ref_count_map_[resources[i].id].refs_to_wait_for++;
66 ReceivedResources( const TransferableResourceArray& resources) argument
108 RefResources( const TransferableResourceArray& resources) argument
/external/chromium_org/chrome/browser/ui/webui/predictors/
H A Dpredictors_handler.cc112 base::ListValue* resources = new base::ListValue(); local
114 row = it->second.resources.begin();
115 row != it->second.resources.end(); ++row) {
125 resources->Append(resource);
127 main->Set("resources", resources);
/external/chromium_org/content/browser/compositor/
H A Dsurface_display_output_surface.cc67 const cc::ReturnedResourceArray& resources) {
69 ack.resources = resources;
66 ReturnResources( const cc::ReturnedResourceArray& resources) argument

Completed in 733 milliseconds

12345678910