Home
last modified time | relevance | path

Searched refs:entrypoints (Results 1 – 20 of 20) sorted by relevance

/external/selinux/python/sepolicy/sepolicy/
D__init__.py644entrypoints = list(filter(lambda x: x['target'] == entrypoint, search([TRANSITION], {'source': "in…
645 return entrypoints[0]["transtype"]
656 entrypoints = []
660 entrypoints.append(i.target)
664 return entrypoints
671 entrypoints = {}
675 if transtype in entrypoints:
676 entrypoints[transtype].append(str(i.target))
678 entrypoints[transtype] = [str(i.target)]
682 return entrypoints
[all …]
Dmanpage.py896entrypoints = map(lambda x: x['target'], sepolicy.search([sepolicy.ALLOW], {'source': self.type, '…
903 if len(entrypoints) > 1:
904 entrypoints_str = "\\fB%s\\fP file types" % ", ".join(entrypoints)
906 entrypoints_str = "\\fB%s\\fP file type" % entrypoints[0]
913 if "bin_t" in entrypoints:
914 entrypoints.remove("bin_t")
919 for entrypoint in entrypoints:
Dgui.py1122 self.entrypoints = sepolicy.get_entrypoints(application)
1123 for exe in self.entrypoints.keys():
1124 if len(self.entrypoints[exe]) == 0:
1126 file_class = self.entrypoints[exe][1]
1127 for path in self.entrypoints[exe][0]:
1644 if ipage == EXE_PAGE and self.entrypoints != None:
1645 for exe in self.entrypoints.keys():
/external/libmojo/mojo/edk/embedder/
DBUILD.gn39 "entrypoints.cc",
40 "entrypoints.h",
/external/vulkan-validation-layers/loader/
Dloader.c701 loader_instance_heap_free(inst, dev_ext_list->list->entrypoints[j]);
703 loader_instance_heap_free(inst, dev_ext_list->list->entrypoints);
980 ext_list->list[idx].entrypoints =
983 if (ext_list->list[idx].entrypoints == NULL) {
988 ext_list->list[idx].entrypoints[i] = loader_instance_heap_alloc(
990 if (ext_list->list[idx].entrypoints[i] == NULL) {
993 ext_list->list[idx].entrypoints[j]);
995 loader_instance_heap_free(inst, ext_list->list[idx].entrypoints);
997 ext_list->list[idx].entrypoints = NULL;
1000 strcpy(ext_list->list[idx].entrypoints[i], entrys[i]);
[all …]
Dloader.h101 char **entrypoints; member
DLoaderAndLayerInterface.md883 "entrypoints": ["vkCmdDbgMarkerBegin", "vkCmdDbgMarkerEnd"]
1022 "entrypoints": ["vkCmdDbgMarkerBegin", "vkCmdDbgMarkerEnd"]
1301 must have the node "entrypoints" if the device extension adds Vulkan API commands,
1303 The "entrypoint" node is an array of the names of all entrypoints added by the
1310 "entrypoints": ["vkCmdDbgMarkerBegin", "vkCmdDbgMarkerEnd"]
/external/selinux/python/sepolicy/sepolicy/help/
Dfiles_exec.txt4 In SELinux these are called entrypoints. SELinux controls the executable files that can be used as…
/external/libvncserver/libvncclient/
Dh264.c219 VAEntrypoint entrypoints[5]; in h264_init_decoder() local
224 va_status = vaQueryConfigEntrypoints(va_dpy, profile, entrypoints, &num_entrypoints); in h264_init_decoder()
228 if (entrypoints[i] == VAEntrypointVLD) { in h264_init_decoder()
/external/mesa3d/src/egl/main/
DREADME.txt27 populated with all the EGL entrypoints. Typically, _eglInitDriverFallbacks()
/external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/
Dcontract.ll119 ; Those entrypoints don't exist yet though.
Drv.ll115 ; Those entrypoints don't exist yet though.
/external/clang/test/CodeGenObjC/
Dexceptions.m144 // The finally cleanup has two threaded entrypoints after optimization:
/external/libmojo/
DAndroid.mk83 mojo/edk/embedder/entrypoints.cc \
/external/llvm/test/Transforms/ObjCARC/
Dcontract.ll120 ; Those entrypoints don't exist yet though.
Drv.ll115 ; Those entrypoints don't exist yet though.
/external/vulkan-validation-layers/layers/
DREADME.md14 library. Undefined entrypoints in the Layer library will be passed to the next Layer which
Dcore_validation.cpp2864 spirv_inst_iter entrypoints[5]; in validate_and_capture_pipeline_shader_state() local
2865 memset(entrypoints, 0, sizeof(entrypoints)); in validate_and_capture_pipeline_shader_state()
2873 &shaders[stage_id], &entrypoints[stage_id], in validate_and_capture_pipeline_shader_state()
2888 …pass &= validate_vi_against_vs_inputs(report_data, vi, shaders[vertex_stage], entrypoints[vertex_s… in validate_and_capture_pipeline_shader_state()
2903 … shaders[producer], entrypoints[producer], &shader_stage_attribs[producer], in validate_and_capture_pipeline_shader_state()
2904 … shaders[consumer], entrypoints[consumer], &shader_stage_attribs[consumer]); in validate_and_capture_pipeline_shader_state()
2911 …e_fs_outputs_against_render_pass(report_data, shaders[fragment_stage], entrypoints[fragment_stage], in validate_and_capture_pipeline_shader_state()
/external/mesa3d/docs/
DlibGL.txt150 The __driRegisterExtensions() function can add new entrypoints to libGL
/external/clang/docs/
DAutomaticReferenceCounting.rst1961 The runtime must provide a number of new entrypoints which the compiler may