Home
last modified time | relevance | path

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

123

/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()
Dgnativesocketaddress.c148 g_native_socket_address_new (gpointer native, in g_native_socket_address_new()
/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() function
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/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()
DNativeCallbackDispatcher.cs41 public static void Init(NativeMethods native) in Init()
/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/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc81 QPlatformNativeInterface *native = in gst_qt_get_gl_display() 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/node/benchmark/util/
Dtype-check.js41 const func = { native: util, js: types }[version][`is${type}`]; property
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts39 native; property in C
108 native; property
178 native; variable
247 native, enumerator
/third_party/boost/boost/dll/detail/posix/
Dshared_library_impl.hpp213 native_handle_t native() const BOOST_NOEXCEPT { in native() function in boost::dll::detail::shared_library_impl

123