| /third_party/boost/boost/safe_numerics/ |
| D | native.hpp | 19 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/ |
| D | credentials.c | 96 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/ |
| D | gcredentials.c | 91 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/ |
| D | syslog_backend.cpp | 184 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/ |
| D | path.py | 37 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/ |
| D | vktWsiSurfaceTests.cpp | 228 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 …]
|
| D | vktWsiSwapchainTests.cpp | 638 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/ |
| D | test-esm-encoded-path-native.js | 7 const native = fixtures.path('es-module-url/native.mjs'); constant
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
| D | CLSamplerCL.cpp | 18 CLSamplerCL::CLSamplerCL(const cl::Sampler &sampler, cl_sampler native) in CLSamplerCL()
|
| D | CLMemoryCL.cpp | 18 CLMemoryCL::CLMemoryCL(const cl::Memory &memory, cl_mem native) in CLMemoryCL()
|
| D | CLEventCL.cpp | 15 CLEventCL::CLEventCL(const cl::Event &event, cl_event native) : CLEventImpl(event), mNative(native) in CLEventCL()
|
| /third_party/grpc/src/csharp/Grpc.Core/Internal/ |
| D | DefaultSslRootsOverride.cs | 40 public static void Override(NativeMethods native) in Override()
|
| D | NativeLogRedirector.cs | 42 public static void Redirect(NativeMethods native) in Redirect()
|
| /third_party/ffmpeg/libavformat/ |
| D | metadata.h | 35 const char *native; member
|
| /third_party/cef/tests/cefclient/browser/ |
| D | client_types.h | 23 #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/ |
| D | Path.h | 28 enum class Style { windows, posix, native }; enumerator
|
| /third_party/boost/libs/endian/test/ |
| D | conversion_test.cpp | 92 T native; in test() local 236 int64_t native; in udt_test() local
|
| /third_party/boost/libs/filesystem/src/ |
| D | portability.cpp | 49 BOOST_FILESYSTEM_DECL bool native(const std::string & name) in native() function
|
| /third_party/flutter/glfw/src/ |
| D | glx_context.c | 434 GLXFBConfig native = NULL; in _glfwCreateContextGLX() local 620 GLXFBConfig native; in _glfwChooseVisualGLX() local
|
| /third_party/boost/boost/log/detail/ |
| D | id.hpp | 46 explicit id(native_type native) BOOST_NOEXCEPT : m_NativeID(native) {} in id()
|
| /third_party/boost/boost/log/sinks/ |
| D | syslog_backend.hpp | 59 native = 0 //!< Use native syslog API enumerator
|
| /third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
| D | util.hpp | 60 native = 1 << 2, enumerator
|
| /third_party/node/benchmark/util/ |
| D | type-check.js | 41 const func = { native: util, js: types }[version][`is${type}`]; property
|
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| D | platform_android.c | 63 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/ |
| D | gstqtglutility.cc | 105 QPlatformNativeInterface *native = in gst_qt_get_gl_display() local
|