Home
last modified time | relevance | path

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

12345678910>>...493

/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/opencl-headers/include/
Dopencl_wrapper.h34 using clGetPlatformIDsFunc = cl_int (*)(cl_uint, cl_platform_id *, cl_uint *);
36 using clGetPlatformInfoFunc = cl_int (*)(cl_platform_id, cl_platform_info, size_t, void *, size_t *…
38 using clBuildProgramFunc = cl_int (*)(cl_program, cl_uint, const cl_device_id *, const char *,
41 using clEnqueueNDRangeKernelFunc = cl_int (*)(cl_command_queue, cl_kernel, cl_uint, const size_t *,…
44 using clSetKernelArgFunc = cl_int (*)(cl_kernel, cl_uint, size_t, const void *);
45 using clRetainMemObjectFunc = cl_int (*)(cl_mem);
46 using clReleaseMemObjectFunc = cl_int (*)(cl_mem);
47 using clEnqueueUnmapMemObjectFunc = cl_int (*)(cl_command_queue, cl_mem, void *, cl_uint, const cl_…
48 using clRetainCommandQueueFunc = cl_int (*)(cl_command_queue command_queue);
50 using clCreateContextFunc = cl_context (*)(const cl_context_properties *, cl_uint, const cl_device_…
[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/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 …]
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 …]
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 …]
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_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 …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dunordered_map_constructor_test.h50 using H = typename TypeParam::hasher; in TYPED_TEST_P()
60 using H = typename TypeParam::hasher; in TYPED_TEST_P()
61 using E = typename TypeParam::key_equal; in TYPED_TEST_P()
73 using H = typename TypeParam::hasher; in TYPED_TEST_P()
74 using E = typename TypeParam::key_equal; in TYPED_TEST_P()
75 using A = typename TypeParam::allocator_type; in TYPED_TEST_P()
95 using has_cxx14_std_apis = std::true_type;
97 using has_cxx14_std_apis = std::false_type;
101 using expect_cxx14_apis =
110 using A = typename TypeParam::allocator_type;
[all …]
Dunordered_set_constructor_test.h51 using H = typename TypeParam::hasher; in TYPED_TEST_P()
61 using H = typename TypeParam::hasher; in TYPED_TEST_P()
62 using E = typename TypeParam::key_equal; in TYPED_TEST_P()
74 using H = typename TypeParam::hasher; in TYPED_TEST_P()
75 using E = typename TypeParam::key_equal; in TYPED_TEST_P()
76 using A = typename TypeParam::allocator_type; in TYPED_TEST_P()
104 using has_cxx14_std_apis = std::true_type;
106 using has_cxx14_std_apis = std::false_type;
110 using expect_cxx14_apis =
119 using A = typename TypeParam::allocator_type;
[all …]
/third_party/gn/src/base/
Dvalue_iterators.h20 using DictStorage = base::flat_map<std::string, std::unique_ptr<Value>>;
29 using difference_type = DictStorage::iterator::difference_type;
30 using value_type = std::pair<const std::string, Value>;
31 using reference = std::pair<const std::string&, Value&>;
32 using iterator_category = std::bidirectional_iterator_tag;
73 using difference_type = DictStorage::const_iterator::difference_type;
74 using value_type = std::pair<const std::string, Value>;
75 using reference = std::pair<const std::string&, const Value&>;
76 using iterator_category = std::bidirectional_iterator_tag;
119 using key_type = DictStorage::key_type;
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
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 …]
/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 …]
/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp23 // However, GCC already defaults to using unsigned int as the underlying type of an unscoped enum w…
186 using vec2 = vec<T, 2>;
188 using vec3 = vec<T, 3>; // aligned to 4 elements
190 using vec4 = vec<T, 4>;
192 using vec8 = vec<T, 8>;
194 using vec16 = vec<T, 16>;
196 using int2 = vec2<int>;
197 using uint2 = vec2<unsigned int>;
198 using float2 = vec2<float>;
199 using dword2 = vec2<dword>;
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
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 …]
/third_party/googletest/googlemock/test/
Dgmock_link_test.h101 // constructs, only that the programs using them will link successfully.
129 using testing::_;
130 using testing::A;
131 using testing::Action;
132 using testing::AllOf;
133 using testing::AnyOf;
134 using testing::Assign;
135 using testing::ContainerEq;
136 using testing::DoAll;
137 using testing::DoDefault;
[all …]
Dgmock-matchers_test.h69 using std::greater;
70 using std::less;
71 using std::list;
72 using std::make_pair;
73 using std::map;
74 using std::multimap;
75 using std::multiset;
76 using std::ostream;
77 using std::pair;
78 using std::set;
[all …]
/third_party/node/deps/v8/src/torque/ls/
Dmessage.h108 using NestedJsonAccessor::NestedJsonAccessor;
116 using NestedJsonAccessor::NestedJsonAccessor;
126 using NestedJsonAccessor::NestedJsonAccessor;
134 using NestedJsonAccessor::NestedJsonAccessor;
150 using NestedJsonAccessor::NestedJsonAccessor;
157 using NestedJsonAccessor::NestedJsonAccessor;
165 using NestedJsonAccessor::NestedJsonAccessor;
172 using NestedJsonAccessor::NestedJsonAccessor;
179 using NestedJsonAccessor::NestedJsonAccessor;
190 using NestedJsonAccessor::NestedJsonAccessor;
[all …]
/third_party/node/doc/api/
Daddons.md17 When not using Node-API, implementing addons is complicated,
67 using v8::FunctionCallbackInfo;
68 using v8::Isolate;
69 using v8::Local;
70 using v8::Object;
71 using v8::String;
72 using v8::Value;
106 When building addons with `node-gyp`, using the macro `NODE_GYP_MODULE_NAME` as
122 A context-aware addon can be constructed by using the macro
128 using namespace v8;
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DForward.h41 using AdapterType = Adapter;
42 using BindGroupType = BindGroup;
43 using BindGroupLayoutType = BindGroupLayout;
44 using BufferType = Buffer;
45 using CommandBufferType = CommandBuffer;
46 using ComputePipelineType = ComputePipeline;
47 using DeviceType = Device;
48 using PipelineLayoutType = PipelineLayout;
49 using QuerySetType = QuerySet;
50 using QueueType = Queue;
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLtypes.h54 using BufferPtr = RefPointer<Buffer>;
55 using CommandQueuePtr = RefPointer<CommandQueue>;
56 using ContextPtr = RefPointer<Context>;
57 using DevicePtr = RefPointer<Device>;
58 using EventPtr = RefPointer<Event>;
59 using KernelPtr = RefPointer<Kernel>;
60 using MemoryPtr = RefPointer<Memory>;
61 using PlatformPtr = RefPointer<Platform>;
62 using ProgramPtr = RefPointer<Program>;
63 using SamplerPtr = RefPointer<Sampler>;
[all …]
/third_party/typescript/tests/cases/conformance/expressions/propertyAccess/
DpropertyAccess.ts47 // Bracket notation property access using string literal value on type with property of that litera…
51 // Bracket notation property access using string literal value on type without property of that lit…
55 // Bracket notation property access using numeric string literal value on type with property of tha…
59 // Bracket notation property access using numeric string literal value on type without property of …
63 // Bracket notation property access using numeric value on type with numeric index signature
67 // Bracket notation property access using enum value on type with numeric index signature
71 // Bracket notation property access using value of type 'any' on type with numeric index signature
75 // Bracket notation property access using string value on type with numeric index signature
79 // Bracket notation property access using value of other type on type with numeric index signature …
82 // Bracket notation property access using string value on type with string index signature and no n…
[all …]
/third_party/vk-gl-cts/framework/platform/ohos/display/
DtcuOhosEglDisplayFactory.cpp26 using namespace tcu;
27 using namespace OHOS_ROSEN;
28 using namespace egl;
30 using std::string;
31 using de::MovePtr;
32 using de::UniquePtr;
33 using glu::ContextFactory;
34 using eglu::GLContextFactory;
35 using eglu::NativeDisplay;
36 using eglu::NativeDisplayFactory;
[all …]
DtcuOhosNativeDisplay.cpp23 using namespace tcu;
24 using namespace OHOS_ROSEN;
25 using namespace egl;
27 using std::string;
28 using de::MovePtr;
29 using de::UniquePtr;
30 using glu::ContextFactory;
31 using eglu::GLContextFactory;
32 using eglu::NativeDisplay;
33 using eglu::NativeDisplayFactory;
[all …]

12345678910>>...493