HomeSort by relevance Sort by last modified time
    Searched full:entrypoints (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /hardware/intel/common/libva/test/basic/
test_03.c 25 #define TEST_DESCRIPTION "Query entrypoints for all profiles"
44 VAEntrypoint *entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint)); local
45 ASSERT(entrypoints);
49 memset(entrypoints, 0xff, max_entrypoints * sizeof(VAEntrypoint));
50 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints);
52 status("vaQueryConfigEntryPoints(%s) reports %d entrypoints\n", profile2string(profiles[i]), num_entrypoints);
57 status(" entrypoint %d [%s]\n", entrypoints[j], entrypoint2string(entrypoints[j]));
61 free(entrypoints);
test_04.c 25 #define TEST_DESCRIPTION "Get config attributes for all profiles / entrypoints"
52 VAEntrypoint *entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint)); local
53 ASSERT(entrypoints);
60 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints);
66 status("vaGetConfigAttributes for %s, %s\n", profile2string(profiles[i]), entrypoint2string(entrypoints[j]));
67 va_status = vaGetConfigAttributes(va_dpy, profiles[i], entrypoints[j], attrib_list, num_attribs);
78 free(entrypoints);
test_05.c 25 #define TEST_DESCRIPTION "Create/destroy configs for all profiles / entrypoints"
43 VAEntrypoint *entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint)); local
44 ASSERT(entrypoints);
50 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints);
55 status("vaCreateConfig for %s, %s\n", profile2string(profiles[i]), entrypoint2string(entrypoints[j]));
56 va_status = vaCreateConfig(va_dpy, profiles[i], entrypoints[j], NULL, 0, &(configs[config_count]));
71 free(entrypoints);
test_06.c 30 VAEntrypoint *entrypoints; variable
46 entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint));
47 ASSERT(entrypoints);
56 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints);
61 va_status = vaCreateConfig(va_dpy, profiles[i], entrypoints[j], NULL, 0, &(configs[config_count]));
83 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints);
91 status("Checking vaQueryConfigAttributes for %s, %s\n", profile2string(profiles[i]), entrypoint2string(entrypoints[j]));
98 ASSERT( entrypoint == entrypoints[j] );
121 free(entrypoints);
test_09.c 25 #define TEST_DESCRIPTION "Create/destroy contexts for all profiles / entrypoints"
43 VAEntrypoint *entrypoints = malloc(max_entrypoints * sizeof(VAEntrypoint)); local
44 ASSERT(entrypoints);
51 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints);
56 status("vaCreateConfig for %s, %s\n", profile2string(profiles[i]), entrypoint2string(entrypoints[j]));
57 va_status = vaCreateConfig(va_dpy, profiles[i], entrypoints[j], NULL, 0, &(configs[config_count]));
103 free(entrypoints);
testplan.txt 11 - Query Entrypoints for all profiles
15 - Get Config attributes for all profiles / entrypoints
  /art/runtime/gc/
allocator_type.h 27 kAllocatorTypeBumpPointer, // Use BumpPointer allocator, has entrypoints.
28 kAllocatorTypeTLAB, // Use TLAB allocator, has entrypoints.
29 kAllocatorTypeRosAlloc, // Use RosAlloc allocator, has entrypoints.
30 kAllocatorTypeDlMalloc, // Use dlmalloc allocator, has entrypoints.
31 kAllocatorTypeNonMoving, // Special allocator for non moving objects, doesn't have entrypoints.
32 kAllocatorTypeLOS, // Large object space, also doesn't have entrypoints.
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 17 #include "entrypoints/jni/jni_entrypoints.h"
18 #include "entrypoints/quick/quick_alloc_entrypoints.h"
19 #include "entrypoints/quick/quick_default_externs.h"
20 #include "entrypoints/quick/quick_default_init_entrypoints.h"
21 #include "entrypoints/quick/quick_entrypoints.h"
22 #include "entrypoints/entrypoint_utils.h"
23 #include "entrypoints/math_entrypoints.h"
24 #include "entrypoints/runtime_asm_entrypoints.h"
29 // Cast entrypoints.
41 // TODO null entrypoints not needed for ARM64 - generate inline
    [all...]
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 17 #include "entrypoints/jni/jni_entrypoints.h"
18 #include "entrypoints/quick/quick_alloc_entrypoints.h"
19 #include "entrypoints/quick/quick_default_externs.h"
21 #include "entrypoints/quick/quick_default_init_entrypoints.h"
23 #include "entrypoints/quick/quick_entrypoints.h"
24 #include "entrypoints/math_entrypoints.h"
25 #include "entrypoints/runtime_asm_entrypoints.h"
30 // Cast entrypoints.
34 // Read barrier entrypoints.
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 17 #include "entrypoints/jni/jni_entrypoints.h"
18 #include "entrypoints/quick/quick_alloc_entrypoints.h"
19 #include "entrypoints/quick/quick_default_externs.h"
20 #include "entrypoints/quick/quick_default_init_entrypoints.h"
21 #include "entrypoints/quick/quick_entrypoints.h"
22 #include "entrypoints/runtime_asm_entrypoints.h"
27 // Cast entrypoints.
31 // Read barrier entrypoints.
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 18 #include "entrypoints/jni/jni_entrypoints.h"
19 #include "entrypoints/quick/quick_alloc_entrypoints.h"
20 #include "entrypoints/quick/quick_default_externs.h"
21 #include "entrypoints/quick/quick_default_init_entrypoints.h"
22 #include "entrypoints/quick/quick_entrypoints.h"
23 #include "entrypoints/entrypoint_utils.h"
24 #include "entrypoints/math_entrypoints.h"
25 #include "entrypoints/runtime_asm_entrypoints.h"
30 // Cast entrypoints.
33 // Math entrypoints
    [all...]
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 17 #include "entrypoints/jni/jni_entrypoints.h"
18 #include "entrypoints/quick/quick_alloc_entrypoints.h"
19 #include "entrypoints/quick/quick_default_externs.h"
20 #include "entrypoints/quick/quick_default_init_entrypoints.h"
21 #include "entrypoints/quick/quick_entrypoints.h"
22 #include "entrypoints/entrypoint_utils.h"
23 #include "entrypoints/math_entrypoints.h"
24 #include "entrypoints/runtime_asm_entrypoints.h"
29 // Cast entrypoints.
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
files_exec.txt 4 In SELinux these are called entrypoints. SELinux controls the executable files that can be used as an entrypoint to an confined domain. If you have an alternate executable that you would like to run in the '%(APP)s' domain, you need to change the executable file type to the entrypoint type.
  /art/runtime/entrypoints/quick/
quick_default_externs.h 33 // Cast entrypoints.
36 // DexCache entrypoints.
42 // Field entrypoints.
68 // Array entrypoints.
76 // Lock entrypoints.
80 // Lock entrypoints that do not inline any behavior (e.g., thin-locks).
84 // Math entrypoints.
99 // Intrinsic entrypoints.
104 // Invoke entrypoints.
114 // Thread entrypoints
    [all...]
quick_alloc_entrypoints.h 31 // holding the runtime shutdown lock and the mutator lock when we update the entrypoints.
quick_fillarray_entrypoints.cc 20 #include "entrypoints/entrypoint_utils.h"
quick_default_init_entrypoints.h 21 #include "entrypoints/jni/jni_entrypoints.h"
22 #include "entrypoints/runtime_asm_entrypoints.h"
quick_entrypoints.h 52 // JNI entrypoints.
76 // Read barrier entrypoints.
quick_entrypoints_enum.h 26 // Define an enum for the entrypoints. Names are prepended a 'kQuick'.
  /art/runtime/arch/mips/
entrypoints_direct_mips.h 20 #include "entrypoints/quick/quick_entrypoints_enum.h"
26 entrypoints need additional handling during invocation.*/
entrypoints_init_mips.cc 18 #include "entrypoints/jni/jni_entrypoints.h"
19 #include "entrypoints/quick/quick_alloc_entrypoints.h"
20 #include "entrypoints/quick/quick_default_externs.h"
21 #include "entrypoints/quick/quick_entrypoints.h"
22 #include "entrypoints/entrypoint_utils.h"
23 #include "entrypoints/math_entrypoints.h"
24 #include "entrypoints/runtime_asm_entrypoints.h"
30 // Cast entrypoints.
34 // Math entrypoints.
  /hardware/intel/common/libva/test/vainfo/
vainfo.c 94 VAEntrypoint entrypoint, entrypoints[10]; local
119 printf("%s: Supported profile and entrypoints\n", name);
136 va_status = vaQueryConfigEntrypoints(va_dpy, profile, entrypoints,
145 printf(" %-32s: %s\n", profile_str, entrypoint_string(entrypoints[entrypoint]));
  /art/runtime/
Android.mk 214 entrypoints/entrypoint_utils.cc \
215 entrypoints/jni/jni_entrypoints.cc \
216 entrypoints/math_entrypoints.cc \
217 entrypoints/quick/quick_alloc_entrypoints.cc \
218 entrypoints/quick/quick_cast_entrypoints.cc \
219 entrypoints/quick/quick_deoptimization_entrypoints.cc \
220 entrypoints/quick/quick_dexcache_entrypoints.cc \
221 entrypoints/quick/quick_field_entrypoints.cc \
222 entrypoints/quick/quick_fillarray_entrypoints.cc \
223 entrypoints/quick/quick_instrumentation_entrypoints.cc
    [all...]
  /external/autotest/client/site_tests/hardware_VideoDecodeCapable/
hardware_VideoDecodeCapable.py 66 entrypoints = vaapi.query_entrypoints(display, profile)
67 logging.info('Entrypoints of profile %s: %s', profile, entrypoints)
68 self.assertTrue(VAEntrypointVLD in entrypoints,
  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 19 #include "entrypoints/entrypoint_utils.h"

Completed in 783 milliseconds

1 2 3 4 5 6 7