/external/mesa3d/src/mapi/glapi/ |
D | glapi_entrypoint.c | 117 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) in fill_in_entrypoint_offset() argument 119 GLubyte * const code = (GLubyte *) entrypoint; in fill_in_entrypoint_offset() 300 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset() argument 302 unsigned int *code = (unsigned int *) entrypoint; in fill_in_entrypoint_offset() 327 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset() argument 330 (void) entrypoint; in fill_in_entrypoint_offset()
|
D | glapi_getproc.c | 272 _glapi_proc entrypoint = NULL; in add_function_name() local 285 entrypoint = generate_entrypoint(~0); in add_function_name() 287 if (entrypoint == NULL) { in add_function_name() 298 entry->dispatch_stub = entrypoint; in add_function_name()
|
D | glapi_priv.h | 76 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset);
|
/external/icu/icu4c/source/common/ |
D | icuplug.cpp | 45 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member 272 token = (*(plug->entrypoint))(plug, reason, status); in uplug_callPlug() 347 plug->entrypoint=NULL; in uplug_allocateEmptyPlug() 353 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, co… in uplug_allocatePlug() argument 374 plug->entrypoint = entrypoint; in uplug_allocatePlug() 399 plug->entrypoint=0; in uplug_deallocatePlug() 523 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *c… in uplug_initPlugFromEntrypointAndLibrary() argument 527 plug = uplug_allocatePlug(entrypoint, config, lib, sym, status); in uplug_initPlugFromEntrypointAndLibrary() 538 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status) { in uplug_loadPlugFromEntrypoint() argument 539 UPlugData* plug = uplug_initPlugFromEntrypointAndLibrary(entrypoint, config, NULL, NULL, status); in uplug_loadPlugFromEntrypoint() [all …]
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | va_config.c | 85 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaGetConfigAttributes() argument 95 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaCreateConfig() argument 115 VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) in vlVaQueryConfigAttributes() argument
|
D | va_private.h | 75 VAStatus vlVaGetConfigAttributes (VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,… 76 VAStatus vlVaCreateConfig (VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, VAConf… 78 …rContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib …
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_decoder.c | 119 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) in init_zscan_buffer() 420 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) { in vl_mpeg12_destroy() 473 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) in vl_mpeg12_get_decode_buffer() 480 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) in vl_mpeg12_get_decode_buffer() 527 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) { in vl_mpeg12_begin_frame() 566 if (dec->base.entrypoint >= PIPE_VIDEO_ENTRYPOINT_IDCT) { in vl_mpeg12_begin_frame() 732 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) in vl_mpeg12_end_frame() 749 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) in vl_mpeg12_end_frame() 861 num_channels = dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT ? 4 : 1; in init_zscan() 991 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) { in mc_vert_shader_callback() [all …]
|
D | vl_decoder.c | 50 enum pipe_video_entrypoint entrypoint, in vl_create_decoder() argument 73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format, in vl_create_decoder()
|
D | vl_decoder.h | 46 enum pipe_video_entrypoint entrypoint,
|
D | vl_mpeg12_decoder.h | 109 enum pipe_video_entrypoint entrypoint,
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
D | files_exec.txt | 4 …entrypoint to an confined domain. If you have an alternate executable that you would like to run …
|
/external/mesa3d/src/gbm/main/ |
D | backend.c | 58 const char *entrypoint = "gbm_backend"; in load_backend() local 80 init = dlsym(module, entrypoint); in load_backend()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 458 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT) in nouveau_decoder_decode_macroblock() 510 enum pipe_video_entrypoint entrypoint, in nouveau_create_decoder() argument 522 debug_printf("Acceleration level: %s\n", entrypoint <= PIPE_VIDEO_ENTRYPOINT_BITSTREAM ? "bit": in nouveau_create_decoder() 523 … entrypoint == PIPE_VIDEO_ENTRYPOINT_IDCT ? "IDCT" : "MC"); in nouveau_create_decoder() 569 dec->base.entrypoint = entrypoint; in nouveau_create_decoder() 623 switch (entrypoint) { in nouveau_create_decoder() 652 return vl_create_decoder(context, profile, entrypoint, in nouveau_create_decoder() 882 enum pipe_video_entrypoint entrypoint, in nouveau_context_create_decoder() argument 888 return nouveau_create_decoder(context, screen, profile, entrypoint, in nouveau_context_create_decoder()
|
/external/selinux/libsepol/tests/policies/test-expander/ |
D | base-base-only.conf | 14 entrypoint
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_video_decoder.h | 51 enum pipe_video_entrypoint entrypoint; member
|
/external/sepolicy/ |
D | blkid.te | 20 neverallow blkid { file_type fs_type -blkid_exec -shell_exec }:file entrypoint;
|
D | sgdisk.te | 22 neverallow sgdisk { file_type fs_type -sgdisk_exec }:file entrypoint;
|
D | fsck_untrusted.te | 36 neverallow fsck_untrusted { file_type fs_type -fsck_exec }:file entrypoint;
|
D | blkid_untrusted.te | 36 neverallow blkid_untrusted { file_type fs_type -blkid_exec -shell_exec }:file entrypoint;
|
D | toolbox.te | 26 neverallow toolbox { file_type fs_type -toolbox_exec}:file entrypoint;
|
D | fsck.te | 43 neverallow fsck { file_type fs_type -fsck_exec }:file entrypoint;
|
/external/selinux/libsepol/tests/policies/test-deps/ |
D | base-notmetreq.conf | 172 entrypoint 445 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
|
D | small-base.conf | 173 entrypoint 446 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
|
D | base-metreq.conf | 173 entrypoint 458 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
|
/external/icu/icu4c/source/common/unicode/ |
D | icuplug.h | 344 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status);
|