Home
last modified time | relevance | path

Searched defs:resource (Results 51 - 75 of 336) sorted by relevance

12345678910>>...14

/third_party/python/Lib/test/libregrtest/
H A Dsetup.py143 import resource namespace
/third_party/python/Lib/test/
H A Dtest_resource.py9 resource = import_helper.import_module('resource') variable
[all...]
/third_party/python/Modules/clinic/
H A Dresource.c.h51 int resource; in resource_getrlimit() local
78 int resource; in resource_setrlimit() local
112 int resource; resource_prlimit() local
[all...]
/third_party/skia/modules/skottie/gm/
H A DSkottieGM.cpp95 SkottieColorizeGM(const char* name, const char* resource) in SkottieColorizeGM() argument
/third_party/skia/gm/
H A Dencode_color_types.cpp25 const char* resource; in make_image() local
H A Dencode_srgb.cpp37 const char* resource; in make() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/personname/
H A DPersonNameFormatterImpl.java189 private String[] asStringArray(ICUResourceBundle resource) { in asStringArray() argument
[all...]
/third_party/libcoap/examples/lwip/
H A Dserver-coap.c29 hnd_get_time(coap_resource_t *resource, coap_session_t *session, in hnd_get_time() argument
/third_party/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c43 destroy_buffer(struct wl_resource *resource) in destroy_buffer() argument
53 buffer_destroy(struct wl_client *client, struct wl_resource *resource) in buffer_destroy() argument
59 create_buffer(struct wl_client *client, struct wl_resource *resource, in create_buffer() argument
109 drm_create_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t stride, uint32_t format) drm_create_buffer() argument
135 drm_create_planar_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) drm_create_planar_buffer() argument
164 drm_create_prime_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, int fd, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) drm_create_prime_buffer() argument
178 drm_authenticate(struct wl_client *client, struct wl_resource *resource, uint32_t id) drm_authenticate() argument
203 struct wl_resource *resource; bind_drm() local
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_texture.c115 texture_transfer_map_resolve(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) texture_transfer_map_resolve() argument
220 needs_resolve(struct pipe_screen *screen, struct pipe_resource *resource, unsigned usage) needs_resolve() argument
233 virgl_texture_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) virgl_texture_transfer_map() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H A Dh264einport.c42 enc_AllocateBackTexture(OMX_HANDLETYPE ap_hdl, OMX_U32 idx, struct pipe_resource **resource, struct pipe_transfer **transfer, OMX_U8 **map) enc_AllocateBackTexture() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_buffer_upload.c47 struct pipe_resource *resource; member
56 struct pipe_resource *resource; /* The parent resource if apply */ member
76 struct pipe_resource resource; in nine_upload_create_buffer_group() local
207 struct pipe_resource resource; nine_upload_create_buffer() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_uvd.c174 static void r600_vce_get_buffer(struct pipe_resource *resource, in r600_vce_get_buffer() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c114 svga_buffer_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) svga_buffer_transfer_map() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.cpp110 root_buffer::resource(command_queue &q, const void *data_ptr) { in resource() function in root_buffer
195 image::resource(command_queue &q, const void *data_ptr) { resource() function in image
[all...]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DInputAssembly.cpp137 struct pipe_resource *resource = CastPipeResource(phBuffers[i]); in IaSetVertexBuffers() local
208 struct pipe_resource *resource = CastPipeResource(hBuffer); in IaSetIndexBuffer() local
[all...]
/third_party/node/src/api/
H A Dcallback.cc170 InternalMakeCallback(Environment* env, Local<Object> resource, Local<Object> recv, const Local<Function> callback, int argc, Local<Value> argv[], async_context asyncContext) InternalMakeCallback() argument
/third_party/node/test/node-api/test_async_context/
H A Dbinding.c61 napi_value resource = args[0]; in CreateAsyncResource() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c205 llvmpipe_get_query_result_resource(struct pipe_context *pipe, struct pipe_query *q, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *resource, unsigned offset) llvmpipe_get_query_result_resource() argument
H A Dlp_texture.h158 llvmpipe_resource_is_texture(const struct pipe_resource *resource) in llvmpipe_resource_is_texture() argument
180 llvmpipe_resource_is_1d(const struct pipe_resource *resource) in llvmpipe_resource_is_1d() argument
202 llvmpipe_layer_stride(struct pipe_resource *resource, in llvmpipe_layer_stride() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/getrlimit/
H A Dgetrlimit03.c62 static int getrlimit_u64(int resource, struct rlimit64 *rlim) in getrlimit_u64() argument
78 static int getrlimit_ulong(int resource, struct rlimit_ulong *rlim) in getrlimit_ulong() argument
91 static int getrlimit_long(int resource, struct rlimit_long *rlim) in getrlimit_long() argument
97 static int compare_retval(int resource, int ret_u64, int errno_u64, in compare_retval() argument
112 compare_u64_ulong(int resource, uint64_t val_u64, unsigned long val_ul, const char *kind) compare_u64_ulong() argument
127 compare_u64_long(int resource, uint64_t val_u64, long val_l, const char *kind) compare_u64_long() argument
142 run(unsigned int resource) run() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_objects.h44 struct pipe_resource *resource; member
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h96 struct pipe_resource *resource; member
102 struct pipe_resource *resource; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.c92 index, resource, offset); in nvc0_get_query_result_resource() local
78 nvc0_get_query_result_resource(struct pipe_context *pipe, struct pipe_query *pq, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *resource, unsigned offset) nvc0_get_query_result_resource() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c82 r300_buffer_transfer_map( struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer ) r300_buffer_transfer_map() argument

Completed in 14 milliseconds

12345678910>>...14