Searched refs:entrypoints (Results 1 – 20 of 20) sorted by relevance
/external/selinux/python/sepolicy/sepolicy/ |
D | __init__.py | 644 …entrypoints = 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 …]
|
D | manpage.py | 896 …entrypoints = 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:
|
D | gui.py | 1122 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/ |
D | BUILD.gn | 39 "entrypoints.cc", 40 "entrypoints.h",
|
/external/vulkan-validation-layers/loader/ |
D | loader.c | 701 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 …]
|
D | loader.h | 101 char **entrypoints; member
|
D | LoaderAndLayerInterface.md | 883 "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/ |
D | files_exec.txt | 4 In SELinux these are called entrypoints. SELinux controls the executable files that can be used as…
|
/external/libvncserver/libvncclient/ |
D | h264.c | 219 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/ |
D | README.txt | 27 populated with all the EGL entrypoints. Typically, _eglInitDriverFallbacks()
|
/external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/ |
D | contract.ll | 119 ; Those entrypoints don't exist yet though.
|
D | rv.ll | 115 ; Those entrypoints don't exist yet though.
|
/external/clang/test/CodeGenObjC/ |
D | exceptions.m | 144 // The finally cleanup has two threaded entrypoints after optimization:
|
/external/libmojo/ |
D | Android.mk | 83 mojo/edk/embedder/entrypoints.cc \
|
/external/llvm/test/Transforms/ObjCARC/ |
D | contract.ll | 120 ; Those entrypoints don't exist yet though.
|
D | rv.ll | 115 ; Those entrypoints don't exist yet though.
|
/external/vulkan-validation-layers/layers/ |
D | README.md | 14 library. Undefined entrypoints in the Layer library will be passed to the next Layer which
|
D | core_validation.cpp | 2864 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/ |
D | libGL.txt | 150 The __driRegisterExtensions() function can add new entrypoints to libGL
|
/external/clang/docs/ |
D | AutomaticReferenceCounting.rst | 1961 The runtime must provide a number of new entrypoints which the compiler may
|