Home
last modified time | relevance | path

Searched full:using (Results 1 – 25 of 14831) sorted by relevance

12345678910>>...594

/third_party/vulkan-headers/include/vulkan/
Dvulkan.cppm36 using VULKAN_HPP_NAMESPACE::ArrayWrapper1D;
37 using VULKAN_HPP_NAMESPACE::ArrayWrapper2D;
38 using VULKAN_HPP_NAMESPACE::Flags;
39 using VULKAN_HPP_NAMESPACE::FlagTraits;
43 using VULKAN_HPP_NAMESPACE::detail::DispatchLoaderBase;
44 using VULKAN_HPP_NAMESPACE::detail::DispatchLoaderDynamic;
46 using VULKAN_HPP_NAMESPACE::detail::DispatchLoaderStatic;
47 using VULKAN_HPP_NAMESPACE::detail::getDispatchLoaderStatic;
51 using VULKAN_HPP_NAMESPACE::operator&;
52 using VULKAN_HPP_NAMESPACE::operator|;
[all …]
Dvulkan_shared.hpp41 using type = NoDestructor;
47 using type = typename SharedHandleTraits<HandleType>::DestructorType;
51 using DestructorTypeOf = typename GetDestructorType<HandleType>::type;
71 using type = NoDestructor;
77 using type = typename SharedHandleTraits<HandleType>::deleter::PoolTypeExport;
278using BaseType = SharedHandleBase<HandleType, SharedHeader<DestructorTypeOf<HandleType>, typena…
279 using DeleterType = typename SharedHandleTraits<HandleType>::deleter;
308 using BaseType::internalDestroy;
327 using DestructorType = typename SharedHandleTraits<HandleType>::DestructorType;
330 using DestroyFunctionPointerType =
[all …]
/third_party/skia/m133/include/gpu/ganesh/gl/
DGrGLFunctions.h20 using GrGLActiveTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum texture);
21 using GrGLAttachShaderFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint shader);
22 using GrGLBeginQueryFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint id);
23 using GrGLBindAttribLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint index, con…
24 using GrGLBindBufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint buffer);
25 using GrGLBindFramebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint framebuffer);
26 using GrGLBindRenderbufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint renderbuffer);
27 using GrGLBindTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint texture);
28 using GrGLBindFragDataLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint colorNum…
29 using GrGLBindFragDataLocationIndexedFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint c…
[all …]
/third_party/skia/include/gpu/gl/
DGrGLFunctions.h21 using GrGLActiveTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum texture);
22 using GrGLAttachShaderFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint shader);
23 using GrGLBeginQueryFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint id);
24 using GrGLBindAttribLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint index, con…
25 using GrGLBindBufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint buffer);
26 using GrGLBindFramebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint framebuffer);
27 using GrGLBindRenderbufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint renderbuffer);
28 using GrGLBindTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint texture);
29 using GrGLBindFragDataLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint colorNum…
30 using GrGLBindFragDataLocationIndexedFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint c…
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/c_api/src/
Dcommon.h30 using FuncGraphImpl = mindspore::FuncGraph;
31 using FuncGraphManagerImpl = mindspore::FuncGraphManager;
32 using AnfNodeImpl = mindspore::AnfNode;
33 using ParameterImpl = mindspore::Parameter;
34 using ValueNodeImpl = mindspore::ValueNode;
35 using CNodeImpl = mindspore::CNode;
36 using PrimitiveImpl = mindspore::Primitive;
37 using TensorImpl = mindspore::tensor::Tensor;
38 using ScalarImpl = mindspore::Scalar;
39 using TypeImpl = mindspore::Type;
[all …]
/third_party/grpc/src/cpp/ext/filters/census/
Dgrpc_plugin.h38 // The following using declarations have been added to prevent breaking users
39 // that were directly using this header file.
40 using experimental::ClientMethodTagKey; // NOLINT
41 using experimental::ClientStatusTagKey; // NOLINT
42 using experimental::ServerMethodTagKey; // NOLINT
43 using experimental::ServerStatusTagKey; // NOLINT
45 using experimental::kRpcClientReceivedBytesPerRpcMeasureName; // NOLINT
46 using experimental::kRpcClientReceivedMessagesPerRpcMeasureName; // NOLINT
47 using experimental::kRpcClientRetriesPerCallMeasureName; // NOLINT
48 using experimental::kRpcClientRetryDelayPerCallMeasureName; // NOLINT
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/ops/operator_populate/
Darithmetic_operator_populate.cc28 using mindspore::ops::kActivationType;
29 using mindspore::ops::kMode;
30 using mindspore::ops::kNameAdd;
31 using mindspore::ops::kNameAddFusion;
32 using mindspore::ops::kNameBiasAdd;
33 using mindspore::ops::kNameDiv;
34 using mindspore::ops::kNameDivFusion;
35 using mindspore::ops::kNameEltwise;
36 using mindspore::ops::kNameEqual;
37 using mindspore::ops::kNameFloorDiv;
[all …]
Darithmetic_self_populate.cc21 using mindspore::schema::PrimitiveType_Abs;
22 using mindspore::schema::PrimitiveType_Ceil;
23 using mindspore::schema::PrimitiveType_Cos;
24 using mindspore::schema::PrimitiveType_Floor;
25 using mindspore::schema::PrimitiveType_Log;
26 using mindspore::schema::PrimitiveType_LogGrad;
27 using mindspore::schema::PrimitiveType_LogicalNot;
28 using mindspore::schema::PrimitiveType_Neg;
29 using mindspore::schema::PrimitiveType_NegGrad;
30 using mindspore::schema::PrimitiveType_Reciprocal;
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp16/
Darithmetic_self_fp16_coder.h26 using mindspore::schema::PrimitiveType_Abs;
28 using mindspore::schema::PrimitiveType_AddFusion;
30 using mindspore::schema::PrimitiveType_AddN;
32 using mindspore::schema::PrimitiveType_Neg;
34 using mindspore::schema::PrimitiveType_Ceil;
36 using mindspore::schema::PrimitiveType_Cos;
38 using mindspore::schema::PrimitiveType_DivFusion;
40 using mindspore::schema::PrimitiveType_Equal;
42 using mindspore::schema::PrimitiveType_Floor;
44 using mindspore::schema::PrimitiveType_FloorDiv;
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/gpu/opencl/
Dopencl_wrapper.h32 using clGetPlatformIDsFunc = cl_int (*)(cl_uint, cl_platform_id *, cl_uint *);
34 using clGetPlatformInfoFunc = cl_int (*)(cl_platform_id, cl_platform_info, size_t, void *, size_t *…
36 using clBuildProgramFunc = cl_int (*)(cl_program, cl_uint, const cl_device_id *, const char *,
39 using clEnqueueNDRangeKernelFunc = cl_int (*)(cl_command_queue, cl_kernel, cl_uint, const size_t *,…
42 using clSetKernelArgFunc = cl_int (*)(cl_kernel, cl_uint, size_t, const void *);
43 using clRetainMemObjectFunc = cl_int (*)(cl_mem);
44 using clReleaseMemObjectFunc = cl_int (*)(cl_mem);
45 using clEnqueueUnmapMemObjectFunc = cl_int (*)(cl_command_queue, cl_mem, void *, cl_uint, const cl_…
46 using clRetainCommandQueueFunc = cl_int (*)(cl_command_queue command_queue);
48 using clCreateContextFunc = cl_context (*)(const cl_context_properties *, cl_uint, const cl_device_…
[all …]
/third_party/opencl-headers/include/
Dopencl_wrapper.h37 using clGetPlatformIDsFunc = cl_int (*)(cl_uint, cl_platform_id *, cl_uint *);
39 using clGetPlatformInfoFunc = cl_int (*)(cl_platform_id, cl_platform_info, size_t, void *, size_t *…
41 using clBuildProgramFunc = cl_int (*)(cl_program, cl_uint, const cl_device_id *, const char *,
44 using clEnqueueNDRangeKernelFunc = cl_int (*)(cl_command_queue, cl_kernel, cl_uint, const size_t *,…
47 using clSetKernelArgFunc = cl_int (*)(cl_kernel, cl_uint, size_t, const void *);
48 using clRetainMemObjectFunc = cl_int (*)(cl_mem);
49 using clReleaseMemObjectFunc = cl_int (*)(cl_mem);
50 using clEnqueueUnmapMemObjectFunc = cl_int (*)(cl_command_queue, cl_mem, void *, cl_uint, const cl_…
51 using clRetainCommandQueueFunc = cl_int (*)(cl_command_queue command_queue);
53 using clCreateContextFunc = cl_context (*)(const cl_context_properties *, cl_uint, const cl_device_…
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp32/
Darithmetic_self_fp32_coder.h27 using mindspore::schema::PrimitiveType_Abs;
29 using mindspore::schema::PrimitiveType_AddFusion;
31 using mindspore::schema::PrimitiveType_AddN;
33 using mindspore::schema::PrimitiveType_Neg;
35 using mindspore::schema::PrimitiveType_Ceil;
37 using mindspore::schema::PrimitiveType_Cos;
39 using mindspore::schema::PrimitiveType_DivFusion;
41 using mindspore::schema::PrimitiveType_Equal;
43 using mindspore::schema::PrimitiveType_Floor;
45 using mindspore::schema::PrimitiveType_FloorDiv;
[all …]
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/
Dopengl_platform.h17 using GLvoid = void;
18 using GLchar = char;
19 using GLenum = unsigned int;
20 using GLboolean = unsigned char;
21 using GLbitfield = unsigned int;
22 using GLbyte = khronos_int8_t;
23 using GLshort = short;
24 using GLint = int;
25 using GLsizei = int;
26 using GLubyte = khronos_uint8_t;
[all …]
/third_party/skia/modules/skparagraph/include/
Ddrawing.h35 using RSBlurType = RSDrawing::BlurType;
36 using RSBrush = RSDrawing::Brush;
37 using RSCanvas = RSDrawing::Canvas;
38 using RSColor = RSDrawing::Color;
39 using RSFilter = RSDrawing::Filter;
40 using RSFont = RSDrawing::Font;
41 using RSFontEdging = RSDrawing::FontEdging;
42 using RSFontHinting = RSDrawing::FontHinting;
43 using RSFontMetrics = RSDrawing::FontMetrics;
44 using RSFontMgr = RSDrawing::FontMgr;
[all …]
/third_party/skia/m133/modules/skparagraph/include/
Ddrawing.h34 using RSBlurType = RSDrawing::BlurType;
35 using RSBrush = RSDrawing::Brush;
36 using RSCanvas = RSDrawing::Canvas;
37 using RSColor = RSDrawing::Color;
38 using RSFilter = RSDrawing::Filter;
39 using RSFont = RSDrawing::Font;
40 using RSFontEdging = RSDrawing::FontEdging;
41 using RSFontHinting = RSDrawing::FontHinting;
42 using RSFontMetrics = RSDrawing::FontMetrics;
43 using RSFontMgr = RSDrawing::FontMgr;
[all …]
/third_party/typescript/tests/baselines/reference/
DmodularizeLibrary_ErrorFromUsingES6FeaturesWithOnlyES5Lib.js2 // All will be error from using ES6 features but only include ES5 library
3 // Using Es6 array
10 // Using ES6 collection
13 // Using ES6 iterable
16 // Using ES6 function
20 // Using ES6 math
23 // Using ES6 object
32 // Using Es6 proxy
36 // Using ES6 reflect
39 // Using Es6 regexp
[all …]
DmodularizeLibrary_TargetES6UsingES6Lib.js2 // Using Es6 array
9 // Using ES6 collection
12 // Using ES6 iterable
15 // Using ES6 function
19 // Using ES6 math
22 // Using ES6 object
31 // Using Es6 proxy
35 // Using ES6 reflect
38 // Using Es6 regexp
42 // Using ES6 string
[all …]
DmodularizeLibrary_NoErrorDuplicateLibOptions2.js2 // Using Es6 array
9 // Using ES6 collection
12 // Using ES6 iterable
15 // Using ES6 function
19 // Using ES6 generator
36 // Using ES6 math
39 // Using ES6 object
48 // Using ES6 promise
58 // Using Es6 proxy
62 // Using ES6 reflect
[all …]
DmodularizeLibrary_NoErrorDuplicateLibOptions1.js2 // Using Es6 array
9 // Using ES6 collection
12 // Using ES6 iterable
15 // Using ES6 function
19 // Using ES6 generator
36 // Using ES6 math
39 // Using ES6 object
48 // Using ES6 promise
58 // Using Es6 proxy
62 // Using ES6 reflect
[all …]
DmodularizeLibrary_TargetES5UsingES6Lib.js2 // Using Es6 array
9 // Using ES6 collection
12 // Using ES6 iterable
15 // Using ES6 function
19 // Using ES6 generator
36 // Using ES6 math
39 // Using ES6 object
48 // Using ES6 promise
58 // Using Es6 proxy
62 // Using ES6 reflect
[all …]
DpropertyAccess.js48 // Bracket notation property access using string literal value on type with property of that litera…
52 // Bracket notation property access using string literal value on type without property of that lit…
56 // Bracket notation property access using numeric string literal value on type with property of tha…
60 // Bracket notation property access using numeric string literal value on type without property of …
64 // Bracket notation property access using numeric value on type with numeric index signature
68 // Bracket notation property access using enum value on type with numeric index signature
72 // Bracket notation property access using value of type 'any' on type with numeric index signature
76 // Bracket notation property access using string value on type with numeric index signature
80 // Bracket notation property access using value of other type on type with numeric index signature …
83 // Bracket notation property access using string value on type with string index signature and no n…
[all …]
/third_party/rust/rust/tests/ui/asm/
Dnamed-asm-labels.rs8 // Using a named label is incorrect as per the RFC because for most cases
24 asm!("bar: nop"); //~ ERROR avoid using named labels in main()
27 asm!("abcd:"); //~ ERROR avoid using named labels in main()
31 //~^ ERROR avoid using named labels in main()
34 asm!("foo1: nop", "nop"); //~ ERROR avoid using named labels in main()
36 //~^ ERROR avoid using named labels in main()
37 asm!("nop", "foo4: nop"); //~ ERROR avoid using named labels in main()
39 //~^ ERROR avoid using named labels in main()
40 //~| ERROR avoid using named labels in main()
44 //~^ ERROR avoid using named labels in main()
[all …]
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dmodulo_arithmetic_integral.stderr1 error: you are using modulo operator on types that might have different signs
8 = note: or consider using `rem_euclid` or similar function
11 error: you are using modulo operator on types that might have different signs
18 = note: or consider using `rem_euclid` or similar function
20 error: you are using modulo operator on types that might have different signs
27 = note: or consider using `rem_euclid` or similar function
29 error: you are using modulo operator on types that might have different signs
36 = note: or consider using `rem_euclid` or similar function
38 error: you are using modulo operator on types that might have different signs
45 = note: or consider using `rem_euclid` or similar function
[all …]
Dmodulo_arithmetic_integral_const.stderr1 error: you are using modulo operator on constants with different signs: `-1 % 2`
8 = note: or consider using `rem_euclid` or similar function
11 error: you are using modulo operator on constants with different signs: `1 % -2`
18 = note: or consider using `rem_euclid` or similar function
20 error: you are using modulo operator on constants with different signs: `-1 % 3`
27 = note: or consider using `rem_euclid` or similar function
29 error: you are using modulo operator on constants with different signs: `3 % -1`
36 = note: or consider using `rem_euclid` or similar function
38 error: you are using modulo operator on constants with different signs: `-35 % 300000`
45 = note: or consider using `rem_euclid` or similar function
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DForward.h42 using AdapterType = Adapter;
43 using BindGroupType = BindGroup;
44 using BindGroupLayoutType = BindGroupLayout;
45 using BufferType = Buffer;
46 using CommandBufferType = CommandBuffer;
47 using ComputePipelineType = ComputePipeline;
48 using DeviceType = Device;
49 using PipelineLayoutType = PipelineLayout;
50 using QuerySetType = QuerySet;
51 using QueueType = Queue;
[all …]

12345678910>>...594