/hardware/intel/common/libva/test/basic/ |
test_vaSurfaceAttrib.c | 37 VAEntrypoint entrypoints[5]; local 57 va_status = vaQueryConfigEntrypoints(va_dpy, VAProfileH264Baseline, entrypoints, &num_entrypoints); 61 if (entrypoints[slice_entrypoint] == VAEntrypointEncSlice)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
dta.py | 37 "entrypoints", 42 entrypoint_output = namedtuple("entrypoints", ["name", 254 data The dictionary of entrypoints. 274 Yield: tuple(source, target, transition, entrypoints, 280 entrypoints Generator which yields entrypoint-related rules. 446 # there are no valid entrypoints 509 entrypoints = set(edge.entrypoint) 510 entrypoints.intersection_update(self.exclude) 512 if not entrypoints: 518 for e in entrypoints [all...] |
/art/runtime/entrypoints/ |
entrypoint_utils.cc | 17 #include "entrypoints/entrypoint_utils.h" 24 #include "entrypoints/entrypoint_utils-inl.h" 25 #include "entrypoints/quick/callee_save_frame.h" 26 #include "entrypoints/runtime_asm_entrypoints.h"
|
/art/runtime/entrypoints/quick/ |
quick_dexcache_entrypoints.cc | 19 #include "entrypoints/entrypoint_utils-inl.h"
|
quick_instrumentation_entrypoints.cc | 19 #include "entrypoints/runtime_asm_entrypoints.h"
|
quick_alloc_entrypoints.cc | 17 #include "entrypoints/quick/quick_alloc_entrypoints.h" 21 #include "entrypoints/entrypoint_utils-inl.h"
|
quick_entrypoints_list.h | 20 // All quick entrypoints. Format is name, return type, argument types.
|
quick_jni_entrypoints.cc | 18 #include "entrypoints/entrypoint_utils-inl.h"
|
/external/clang/include/clang/Basic/ |
ObjCRuntime.h | 155 /// \brief Does this runtime natively provide the ARC entrypoints? 158 /// these entrypoints, although it may be supportable via a stub 174 /// \brief Does this runtime supports optimized setter entrypoints? 197 /// entrypoints?
|
/external/mesa3d/src/egl/main/ |
README.txt | 27 populated with all the EGL entrypoints. Typically, _eglInitDriverFallbacks()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld.h | 59 * Redefine these LLVM entrypoints as invalid macros to make sure we
|
/external/mesa3d/src/mapi/glapi/ |
glapi_dispatch.c | 29 * This file generates all the gl* function entrypoints. This code is not
|
glapi_nop.c | 61 * Called by each of the no-op GL entrypoints.
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
__init__.py | 378 entrypoints = [] 380 entrypoints = map(lambda x: x['target'], filter(lambda x: x['source'] == setype, search([ALLOW], {'source': setype, 'permlist': ['entrypoint'], 'class': 'file'}))) 383 return entrypoints 389 entrypoints = filter(lambda x: x['target'] == entrypoint, search([TRANSITION], {'source': "init_t", 'class': 'process'})) 390 if len(entrypoints) == 0: 392 return entrypoints[0]["transtype"] 400 entrypoints = filter(lambda x: x['transtype'] == transtype, search([TRANSITION], {'source': "init_t", 'class': 'process'})) 401 if len(entrypoints) == 0: 403 return entrypoints[0]["target"] 411 entrypoints = map(lambda x: x['transtype'], search([TRANSITION], {'source': "init_t", 'target': entrypoint, 'c (…) [all...] |
manpage.py | 898 entrypoints = map(lambda x: x['target'], sepolicy.search([sepolicy.ALLOW], {'source': self.type, 'permlist': ['entrypoint'], 'class': 'file'})) 903 .SH "ENTRYPOINTS" 905 if len(entrypoints) > 1: 906 entrypoints_str = "\\fB%s\\fP file types" % ", ".join(entrypoints) 908 entrypoints_str = "\\fB%s\\fP file type" % entrypoints[0] 915 if "bin_t" in entrypoints: 916 entrypoints.remove("bin_t") 921 for entrypoint in entrypoints: [all...] |
/external/vulkan-validation-layers/loader/ |
loader.c | 86 // all entrypoints on the instance chain need to be locked except GPA 534 loader_heap_free(inst, dev_ext_list->list->entrypoints[j]); 536 loader_heap_free(inst, dev_ext_list->list->entrypoints); 753 * Append one extension property defined in props with entrypoints 791 ext_list->list[idx].entrypoints = 794 if (ext_list->list[idx].entrypoints == NULL) 797 ext_list->list[idx].entrypoints[i] = loader_heap_alloc( 799 if (ext_list->list[idx].entrypoints[i] == NULL) 801 strcpy(ext_list->list[idx].entrypoints[i], entrys[i]); 2033 cJSON *entrypoints; local [all...] |
/hardware/intel/common/libva/test/decode/ |
mpeg2vldemo.cpp | 141 VAEntrypoint entrypoints[5]; local 162 va_status = vaQueryConfigEntrypoints(va_dpy, VAProfileMPEG2Main, entrypoints, 167 if (entrypoints[vld_entrypoint] == VAEntrypointVLD)
|
/external/mesa3d/docs/ |
relnotes-7.0.1.html | 39 <li>Added a few missing OpenGL 2.0 API entrypoints:
|
relnotes-6.5.1.html | 103 Second, the static entrypoints for some extensions were removed.
|
/external/vulkan-validation-layers/layers/ |
README.md | 7 library. Undefined entrypoints in the Layer library will be passed to the next Layer which 15 level entrypoints are called Global Layers. vkXXXXGetProcAddr is used internally by the Layers and
|
/hardware/intel/common/utils/ISV/base/ |
isv_worker.cpp | 75 VAEntrypoint * entrypoints = (VAEntrypoint *)malloc(num_entrypoints * sizeof(VAEntrypoint)); local 76 if (entrypoints == NULL) { 77 ALOGE("failed to malloc entrypoints array\n"); 82 VAStatus vaStatus = vaQueryConfigEntrypoints(mVADisplay, VAProfileNone, entrypoints, &num_entrypoints); 88 support = entrypoints[i] == VAEntrypointVideoProc; 90 free(entrypoints); 91 entrypoints = NULL; [all...] |
/art/runtime/arch/ |
quick_alloc_entrypoints.S | 61 // Generate the allocation entrypoints for each allocator. This is used as an alternative to
|
/external/clang/test/CodeGenObjC/ |
exceptions.m | 144 // The finally cleanup has two threaded entrypoints after optimization:
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_wgl.c | 38 * ICD DDI, i.e., the Drv* entrypoints.
|
/external/mesa3d/src/mesa/vbo/ |
vbo_save_loopback.c | 171 * the NV attributes entrypoints:
|