HomeSort by relevance Sort by last modified time
    Searched defs:entrypoint (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gbm/main/
backend.c 58 const char *entrypoint = "gbm_backend"; local
80 init = dlsym(module, entrypoint);
  /hardware/intel/common/libva/test/basic/
test_06.c 88 VAEntrypoint entrypoint = -1; local
94 va_status = vaQueryConfigAttributes(va_dpy, configs[config_count], &profile, &entrypoint, attrib_list, &num_attribs);
98 ASSERT( entrypoint == entrypoints[j] );
  /hardware/intel/common/libva/test/vainfo/
vainfo.c 68 static char * entrypoint_string(VAEntrypoint entrypoint)
70 switch (entrypoint) {
82 return "<unknown entrypoint>";
94 VAEntrypoint entrypoint, entrypoints[10]; local
144 for (entrypoint = 0; entrypoint < num_entrypoint; entrypoint++)
145 printf(" %-32s: %s\n", profile_str, entrypoint_string(entrypoints[entrypoint]));
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 51 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_decoder
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
dta.py 41 "entrypoint",
248 Generator which yields the entrypoint, execute, and
249 type_transition rules for each entrypoint.
256 type The entrypoint type.
257 entry The list of entrypoint rules.
261 for e in edge.entrypoint:
262 yield entrypoint_output(e, edge.entrypoint[e], edge.execute[e], edge.type_transition[e])
278 entrypoints Generator which yields entrypoint-related rules.
313 # allow b b_exec:file entrypoint;
330 # 4. if file exec, entrypoint, or type_transition:process
574 entrypoint = EdgeAttrDict('entrypoint') variable in class:Edge
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
dta.py 41 "entrypoint",
248 Generator which yields the entrypoint, execute, and
249 type_transition rules for each entrypoint.
256 type The entrypoint type.
257 entry The list of entrypoint rules.
261 for e in edge.entrypoint:
262 yield entrypoint_output(e, edge.entrypoint[e], edge.execute[e], edge.type_transition[e])
278 entrypoints Generator which yields entrypoint-related rules.
313 # allow b b_exec:file entrypoint;
330 # 4. if file exec, entrypoint, or type_transition:process
574 entrypoint = EdgeAttrDict('entrypoint') variable in class:Edge
    [all...]
  /art/runtime/
art_method.h 313 // quick entrypoint. This code isn't robust for instrumentation, etc. and is only used for
322 // Returns true if the entrypoint points to the interpreter, as
423 void SetEntryPointFromJni(const void* entrypoint) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
424 SetEntryPointFromJniPtrSize(entrypoint, sizeof(void*));
426 ALWAYS_INLINE void SetEntryPointFromJniPtrSize(const void* entrypoint, size_t pointer_size) {
427 SetEntryPoint(EntryPointFromJniOffset(pointer_size), entrypoint, pointer_size); local
  /external/mesa3d/src/mapi/glapi/
glapi_getproc.c 52 * Search the table of static entrypoint functions for the named function
256 * Generate new entrypoint
272 _glapi_proc entrypoint = NULL; local
285 entrypoint = generate_entrypoint(~0);
287 if (entrypoint == NULL) {
298 entry->dispatch_stub = entrypoint;
484 * Return offset of entrypoint for named function within dispatch table.
504 * in the name of static functions, try generating a new API entrypoint on
534 /* generate entrypoint, dispatch offset must be filled in by the driver */
  /hardware/intel/common/libva/va/
va_fool.c 78 VAEntrypoint entrypoint; /* current entrypoint */ member in struct:fool_context
173 VAEntrypoint entrypoint,
181 fool_ctx->entrypoint = entrypoint;
189 if (((fool_codec & VA_FOOL_FLAG_DECODE) && (entrypoint == VAEntrypointVLD)) ||
190 ((fool_codec & VA_FOOL_FLAG_JPEG) && (entrypoint == VAEntrypointEncPicture)))
192 else if ((fool_codec & VA_FOOL_FLAG_ENCODE) && (entrypoint == VAEntrypointEncSlice)) {
335 if (fool_ctx->entrypoint == VAEntrypointEncSlice)
337 else if (fool_ctx->entrypoint == VAEntrypointEncPicture
    [all...]
  /external/icu/icu4c/source/common/
icuplug.cpp 45 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member in struct:UPlugData
272 token = (*(plug->entrypoint))(plug, reason, status);
347 plug->entrypoint=NULL;
353 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName,
374 plug->entrypoint = entrypoint;
399 plug->entrypoint=0;
521 * Initialize a plugin fron an entrypoint and library - but don't load it.
523 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym
585 UPlugEntrypoint *entrypoint = NULL; local
    [all...]
  /art/compiler/optimizing/
builder.cc 1064 QuickEntrypointEnum entrypoint = NeedsAccessCheck(type_index) local
2018 QuickEntrypointEnum entrypoint = NeedsAccessCheck(type_index) local
2031 QuickEntrypointEnum entrypoint = NeedsAccessCheck(type_index) local
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 823 int max_entrypoints, num_entrypoints, entrypoint; local
839 for (entrypoint = 0; entrypoint < num_entrypoints; entrypoint++) {
840 if (entrypoint_list[entrypoint] == VAEntrypointEncSlice)
846 if (entrypoint == num_entrypoints) {
    [all...]
mpeg2vaenc.c 823 int max_entrypoints, num_entrypoints, entrypoint; local
839 for (entrypoint = 0; entrypoint < num_entrypoints; entrypoint++) {
840 if (entrypoint_list[entrypoint] == VAEntrypointEncSlice)
846 if (entrypoint == num_entrypoints) {
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 373 VAEntrypoint entrypoint; member in struct:object_config_s
439 * bytes[0]: entrypoint
662 VAEntrypoint entrypoint,

Completed in 492 milliseconds