Home
last modified time | relevance | path

Searched defs:native (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/boost/boost/safe_numerics/
Dnative.hpp19 struct native { struct
23 struct addition_result {
30 struct subtraction_result {
37 struct multiplication_result {
44 struct division_result {
51 struct modulus_result {
61 struct comparison_result {
70 struct left_shift_result {
77 struct right_shift_result {
85 struct bitwise_or_result {
[all …]
/third_party/glib/gio/tests/
Dcredentials.c96 struct ucred *native = g_credentials_get_native (creds, in test_basic() local
104 struct xucred *native = g_credentials_get_native (creds, in test_basic() local
112 struct cmsgcred *native = g_credentials_get_native (creds, in test_basic() local
120 struct unpcbid *native = g_credentials_get_native (creds, in test_basic() local
128 struct sockpeercred *native = g_credentials_get_native (creds, in test_basic() local
136 ucred_t *native = g_credentials_get_native (creds, in test_basic() local
/third_party/glib/gio/
Dgcredentials.c91 struct ucred native; member
93 struct xucred native; member
95 struct cmsgcred native; member
97 struct unpcbid native; member
99 struct sockpeercred native; member
101 ucred_t *native; member
313 linux_ucred_check_valid (struct ucred *native, in linux_ucred_check_valid()
481 gpointer native) in g_credentials_set_native()
/third_party/boost/libs/log/src/
Dsyslog_backend.cpp184 struct syslog_backend::implementation::native : struct in boost::sinks::syslog_backend::implementation
188 const shared_ptr< native_syslog_initializer > m_pSyslogInitializer;
191 native(syslog::facility const& fac, std::string const& ident) : in native() argument
198 void send(syslog::level lev, string_type const& formatted_message) BOOST_OVERRIDE in send()
226 static int convert_facility(syslog::facility const& fac) in convert_facility()
/third_party/boost/tools/build/src/util/
Dpath.py37 def make (native): argument
44 def make_UNIX (native): argument
52 def native (path): function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp228 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceTest() local
237 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceCounterTest() local
268 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceCustomAllocatorTest() local
314 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceSimulateOOMTest() local
366 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceSupportTest() local
400 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in queryPresentationSupportTest() local
495 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceCapabilitiesTest() local
523 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceCapabilities2Test() local
584 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceProtectedCapabilitiesTest() local
677 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceFormatsTest() local
[all …]
DvktWsiSwapchainTests.cpp638 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType); in createSwapchainTest() local
737 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType); in createSwapchainPrivateDataTest() local
878 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType); in createSwapchainSimulateOOMTest() local
958 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::just(d… in testImageSwapchainCreateInfo() local
1291 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::jus… in basicRenderTest() local
1496 std::unique_ptr<NativeObjects> native; in multiSwapchainRenderTest() local
1670 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu:… in deviceGroupRenderTest() local
1897 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu:… in deviceGroupRenderTest2() local
2273 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::just(… in resizeSwapchainTest() local
2409 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::just(d… in getImagesIncompleteResultTest() local
[all …]
/third_party/node/test/es-module/
Dtest-esm-encoded-path-native.js7 const native = fixtures.path('es-module-url/native.mjs'); constant
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLSamplerCL.cpp18 CLSamplerCL::CLSamplerCL(const cl::Sampler &sampler, cl_sampler native) in CLSamplerCL()
DCLMemoryCL.cpp18 CLMemoryCL::CLMemoryCL(const cl::Memory &memory, cl_mem native) in CLMemoryCL()
DCLEventCL.cpp15 CLEventCL::CLEventCL(const cl::Event &event, cl_event native) : CLEventImpl(event), mNative(native) in CLEventCL()
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DDefaultSslRootsOverride.cs40 public static void Override(NativeMethods native) in Override()
DNativeLogRedirector.cs42 public static void Redirect(NativeMethods native) in Redirect()
/third_party/ffmpeg/libavformat/
Dmetadata.h35 const char *native; member
/third_party/cef/tests/cefclient/browser/
Dclient_types.h23 #define CAST_CLIENT_NATIVE_MAC_WINDOW_TO_NSWINDOW(native) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h28 enum class Style { windows, posix, native }; enumerator
/third_party/boost/libs/endian/test/
Dconversion_test.cpp92 T native; in test() local
236 int64_t native; in udt_test() local
/third_party/boost/libs/filesystem/src/
Dportability.cpp49 BOOST_FILESYSTEM_DECL bool native(const std::string & name) in native() function
/third_party/flutter/glfw/src/
Dglx_context.c434 GLXFBConfig native = NULL; in _glfwCreateContextGLX() local
620 GLXFBConfig native; in _glfwChooseVisualGLX() local
/third_party/boost/boost/log/detail/
Did.hpp46 explicit id(native_type native) BOOST_NOEXCEPT : m_NativeID(native) {} in id()
/third_party/boost/boost/log/sinks/
Dsyslog_backend.hpp59 native = 0 //!< Use native syslog API enumerator
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dutil.hpp60 native = 1 << 2, enumerator
/third_party/node/benchmark/util/
Dtype-check.js41 const func = { native: util, js: types }[version][`is${type}`]; property
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c63 int native; /* HAL_PIXEL_FORMAT_ */ member
89 get_fourcc_yuv(int native, enum chroma_order chroma_order, int chroma_step) in get_fourcc_yuv()
101 is_yuv(int native) in is_yuv()
111 get_format_bpp(int native) in get_format_bpp()
142 static int get_fourcc(int native) in get_fourcc()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc105 QPlatformNativeInterface *native = in gst_qt_get_gl_display() local

1234