HomeSort by relevance Sort by last modified time
    Searched full:entrypoints (Results 26 - 50 of 206) sorted by null

12 3 4 5 6 7 8 9

  /art/runtime/entrypoints/quick/
quick_entrypoints_enum.h 25 // Define an enum for the entrypoints. Names are prepended a 'kQuick'.
quick_entrypoints.h 48 // JNI entrypoints.
quick_dexcache_entrypoints.cc 18 #include "entrypoints/entrypoint_utils-inl.h"
  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 18 #include "entrypoints/entrypoint_utils.h"
  /art/runtime/entrypoints/portable/
portable_alloc_entrypoints.cc 17 #include "entrypoints/entrypoint_utils-inl.h"
portable_cast_entrypoints.cc 18 #include "entrypoints/entrypoint_utils-inl.h"
portable_dexcache_entrypoints.cc 17 #include "entrypoints/entrypoint_utils-inl.h"
portable_fillarray_entrypoints.cc 18 #include "entrypoints/entrypoint_utils-inl.h"
portable_jni_entrypoints.cc 17 #include "entrypoints/entrypoint_utils-inl.h"
portable_thread_entrypoints.cc 17 #include "entrypoints/entrypoint_utils-inl.h"
portable_invoke_entrypoints.cc 17 #include "entrypoints/entrypoint_utils-inl.h"
portable_throw_entrypoints.cc 18 #include "entrypoints/entrypoint_utils-inl.h"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
__init__.py 29 """Port-specific entrypoints for the layout tests test infrastructure."""
  /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)
  /external/chromium_org/content/renderer/pepper/
plugin_module.h 82 // Initializes this module as an internal plugin with the given entrypoints.
85 bool InitAsInternalPlugin(const PepperPluginInfo::EntryPoints& entry_points);
223 // entrypoints in that case).
224 bool InitializeModule(const PepperPluginInfo::EntryPoints& entry_points);
259 PepperPluginInfo::EntryPoints entry_points_;
  /external/chromium_org/mojo/system/
BUILD.gn 44 "entrypoints.cc",
  /external/chromium_org/third_party/mesa/src/src/egl/main/
README.txt 27 populated with all the EGL entrypoints. Typically, _eglInitDriverFallbacks()
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld.h 59 * Redefine these LLVM entrypoints as invalid macros to make sure we
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_dispatch.c 29 * This file generates all the gl* function entrypoints. This code is not
  /external/chromium_org/win8/test/
ui_automation_client.h 9 // OpenWithDialogController. See that class for consumable entrypoints.
  /external/clang/include/clang/Basic/
ObjCRuntime.h 146 /// \brief Does this runtime natively provide the ARC entrypoints?
149 /// these entrypoints, although it may be supportable via a stub
164 /// \brief Does this runtime supports optimized setter entrypoints?
185 /// 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
  /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)

Completed in 524 milliseconds

12 3 4 5 6 7 8 9