Searched defs:resources (Results 1 - 25 of 232) sorted by last modified time

12345678910

/external/strace/xlat/
H A Dresources.h1 /* Generated by ./xlat/gen.sh from ./xlat/resources.in; do not edit. */
3 static const struct xlat resources[] = { variable in typeref:struct:xlat
/external/svox/pico/lib/
H A Dpicorsrc.c62 /* next connects all active resources of a resource manager and the garbaged resources of the manager's free list */
214 picorsrc_Resource resources, freeResources; member in struct:picorsrc_resource_manager
235 this->resources = NULL;
256 /* ******* accessing resources **************************************/
264 r = this->resources;
559 return picoos_emRaiseException(this->common->em,PICO_EXC_MAX_NUM_EXCEED,NULL,(picoos_char *)"no more than %i resources",PICO_MAX_NUM_RESOURCES);
616 /* resources are read-only; the following write protection
658 res->next = this->resources;
659 this->resources
[all...]
/external/skia/src/pdf/
H A DSkPDFShader.cpp710 SkRect& bbox, SkPDFDict* resources,
723 pattern->insert("Resources", resources);
762 resources(get_gradient_resource_dict(luminosityShader, NULL));
765 new SkPDFFormXObject(alphaStream.get(), bbox, resources.get()));
709 populate_tiling_pattern_dict(SkPDFDict* pattern, SkRect& bbox, SkPDFDict* resources, const SkMatrix& matrix) argument
H A DSkPDFTypes.cpp56 const SkTDArray<SkPDFObject*>* resources,
59 if (resources->count()) {
61 newResourceObjects->count() + resources->count());
62 for (int i = 0; i < resources->count(); i++) {
63 if (!knownResourceObjects.contains((*resources)[i]) &&
64 !newResourceObjects->contains((*resources)[i])) {
65 newResourceObjects->add((*resources)[i]);
66 (*resources)[i]->ref();
67 (*resources)[i]->getResources(knownResourceObjects,
55 GetResourcesHelper( const SkTDArray<SkPDFObject*>* resources, const SkTSet<SkPDFObject*>& knownResourceObjects, SkTSet<SkPDFObject*>* newResourceObjects) argument
/external/robolectric/lib/main/
H A Dandroid.jar ... Object { public abstract boolean apply (java.lang.Object) } resources.arsc android/ android/sax/ android/sax/EndTextElementListener.class ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowApplication.java89 private Resources resources; field in class:ShadowApplication
111 shadowApplication.resources = ShadowResources.bind(new Resources(null, null, null), resourceLoader);
132 if (resources == null ) {
133 resources = ShadowResources.bind(new Resources(null, null, null), resourceLoader);
135 return resources;
H A DShadowBitmapDrawable.java33 public void __constructor__(Resources resources, Bitmap bitmap) { argument
H A DShadowResources.java30 * Shadow of {@code Resources} that simulates the loading of resources
42 static Resources bind(Resources resources, ResourceLoader resourceLoader) { argument
43 ShadowResources shadowResources = shadowOf(resources);
46 return resources;
/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...]
H A DResourcesTest.java33 private Resources resources; field in class:ResourcesTest
38 resources = new Activity().getResources();
44 resources.getStringArray(-1);
49 Configuration configuration = resources.getConfiguration();
56 assertThat(resources.getConfiguration(), is(resources.getConfiguration()));
61 assertThat(resources.newTheme(), notNullValue());
71 assertThat( resources.getDrawable( TestR.anim.test_anim_1 ), instanceOf( BitmapDrawable.class ) );
80 assertThat( resources.getDrawable( TestR.anim.test_anim_1 ), instanceOf( AnimationDrawable.class ) );
86 String hello=resources
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jar ... tools/ant/types/optional/depend/ org/apache/tools/ant/types/resources/ org/apache/tools/ant/types/resources/comparators/ org/apache/tools ...
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c252 pipe_resource_reference(&buf->resources[i], NULL);
278 u_sampler_view_default_template(&sv_templ, buf->resources[i], buf->resources[i]->format);
280 if (util_format_get_nr_components(buf->resources[i]->format) == 1)
283 buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ);
316 struct pipe_resource *res = buf->resources[plane_order[i]];
363 if (!buf->resources[j]) {
370 surf_templ.format = vl_video_buffer_surface_format(buf->resources[j]->format);
373 buf->surfaces[surf] = pipe->create_surface(pipe, buf->resources[j], &surf_templ);
440 struct pipe_resource *resources[VL_NUM_COMPONENT local
480 vl_video_buffer_create_ex2(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl, struct pipe_resource *resources[VL_NUM_COMPONENTS]) argument
[all...]
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/drivers/llvmpipe/
H A Dlp_scene.h145 /** list of resources referenced by the scene commands */
146 struct resource_ref *resources; member in struct:lp_scene
154 /** Sum of sizes of all resources referenced by the scene. Sums
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h13 struct pipe_resource *resources[3]; member in struct:nouveau_video_buffer
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c63 TEX2... consumes the same fetch resources, that VTX2... would consume
137 shader->resources = (struct evergreen_compute_resource*)
164 free(shader->resources);
325 struct evergreen_compute_resource *resources = local
326 ctx->cs_shader_state.shader->resources;
352 if (resources[i].enabled) {
356 for (j = 0; j < resources[i].cs_end; j++) {
357 if (resources[i].do_reloc[j]) {
358 assert(resources[i].bo);
360 resources[
468 struct r600_surface **resources = (struct r600_surface **)surfaces; local
533 evergreen_set_global_binding( struct pipe_context *ctx_, unsigned first, unsigned n, struct pipe_resource **resources, uint32_t **handles) argument
[all...]
H A Devergreen_compute_internal.h75 struct evergreen_compute_resource *resources; member in struct:r600_pipe_compute
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_screen.h58 struct rbug_list resources; member in struct:rbug_screen
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.hpp58 std::vector<pipe_surface *> resources; member in struct:_cl_kernel::exec_context
85 /// Allocate the necessary resources to bind the specified
89 /// Free any resources that were allocated in bind().
H A Dmemory.hpp88 std::unique_ptr<clover::root_resource>> resources; member in struct:clover::root_buffer
104 std::unique_ptr<clover::sub_resource>> resources; member in struct:clover::sub_buffer
132 std::unique_ptr<clover::root_resource>> resources; member in struct:clover::image
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp628 * GetBuffer(n) with n > 0 points to resources that are identical to buffer 0, but
629 * are classified as "read-only resources" (due to DXGI_USAGE_READ_ONLY),
639 * The resources themselves are NOT rotated, so that you can still render on the
884 struct pipe_resource* resources[NUM_NATIVE_ATTACHMENTS]; member in struct:GalliumDXGISwapChain
921 memset(resources, 0, sizeof(resources));
1052 if(!surface->validate(surface, (1 << NATIVE_ATTACHMENT_BACK_LEFT) | (1 << NATIVE_ATTACHMENT_FRONT_LEFT), &new_seq_num, resources, &width, &height))
1133 dst = resources[db ? NATIVE_ATTACHMENT_BACK_LEFT : NATIVE_ATTACHMENT_FRONT_LEFT];
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp82 std::vector<struct ureg_src> resources; member in struct:sm4_to_tgsi_converter
449 ureg_SVIEWINFO(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
453 ureg_LOAD(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
456 ureg_LOAD_MS(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
459 ureg_SAMPLE(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)]);
462 ureg_SAMPLE_B(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4));
465 ureg_SAMPLE_C(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4));
468 ureg_SAMPLE_C_LZ(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4));
471 ureg_SAMPLE_D(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4), _src(5));
478 ureg_SAMPLE_L(ureg, _dst(), ureg_src(tmp), resources[_id
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_helper.c52 struct pipe_resource *resources[NUM_NATIVE_ATTACHMENTS]; member in struct:resource_surface
93 if (rsurf->resources[i])
94 pipe_resource_reference(&rsurf->resources[i], NULL);
158 assert(!rsurf->resources[i]);
160 rsurf->resources[i] =
162 if (rsurf->resources[i])
175 pipe_resource_reference(&rsurf->resources[which], pres);
181 struct pipe_resource **resources,
188 resources[i] = NULL;
189 pipe_resource_reference(&resources[
180 resource_surface_get_resources(struct resource_surface *rsurf, struct pipe_resource **resources, uint resource_mask) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/drm/
H A Dnative_drm.h64 drmModeResPtr resources; member in struct:drm_display

Completed in 1801 milliseconds

12345678910