Searched full:using (Results 1 – 25 of 19470) sorted by relevance
12345678910>>...779
| /external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
| D | vulkan.cppm | 25 using VULKAN_HPP_NAMESPACE::ArrayWrapper1D; 26 using VULKAN_HPP_NAMESPACE::ArrayWrapper2D; 27 using VULKAN_HPP_NAMESPACE::DispatchLoaderBase; 28 using VULKAN_HPP_NAMESPACE::Flags; 29 using VULKAN_HPP_NAMESPACE::FlagTraits; 32 using VULKAN_HPP_NAMESPACE::DispatchLoaderStatic; 35 using VULKAN_HPP_NAMESPACE::operator&; 36 using VULKAN_HPP_NAMESPACE::operator|; 37 using VULKAN_HPP_NAMESPACE::operator^; 38 using VULKAN_HPP_NAMESPACE::operator~; [all …]
|
| /external/ImageMagick/Magick++/lib/Magick++/ |
| D | Include.h | 65 // _DLL = Using code is part of a DLL 66 // _LIB = Using code is being built as a library. 70 // using code is dynamic, STATIC_MAGICK may be defined in the project to 305 using MagickCore::Quantum; 306 using MagickCore::MagickRealType; 307 using MagickCore::MagickSizeType; 308 using MagickCore::MagickStatusType; 311 using MagickCore::AffineMatrix; 312 using MagickCore::CacheView; 313 using MagickCore::CCObjectInfo; [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/ |
| D | stdatomic.h | 17 using std-atomic = std::atomic<T>; // exposition only 32 using std::memory_order // see below 33 using std::memory_order_relaxed // see below 34 using std::memory_order_consume // see below 35 using std::memory_order_acquire // see below 36 using std::memory_order_release // see below 37 using std::memory_order_acq_rel // see below 38 using std::memory_order_seq_cst // see below 40 using std::atomic_flag // see below 42 using std::atomic_bool // see below [all …]
|
| D | cmath | 324 any C Standard Library, and you are probably using compiler flags that make that \ 337 using ::signbit _LIBCPP_USING_IF_EXISTS; 338 using ::fpclassify _LIBCPP_USING_IF_EXISTS; 339 using ::isfinite _LIBCPP_USING_IF_EXISTS; 340 using ::isinf _LIBCPP_USING_IF_EXISTS; 341 using ::isnan _LIBCPP_USING_IF_EXISTS; 342 using ::isnormal _LIBCPP_USING_IF_EXISTS; 343 using ::isgreater _LIBCPP_USING_IF_EXISTS; 344 using ::isgreaterequal _LIBCPP_USING_IF_EXISTS; 345 using ::isless _LIBCPP_USING_IF_EXISTS; [all …]
|
| D | cstdio | 107 any C Standard Library, and you are probably using compiler flags that make that \ 117 using ::FILE _LIBCPP_USING_IF_EXISTS; 118 using ::fpos_t _LIBCPP_USING_IF_EXISTS; 119 using ::size_t _LIBCPP_USING_IF_EXISTS; 121 using ::fclose _LIBCPP_USING_IF_EXISTS; 122 using ::fflush _LIBCPP_USING_IF_EXISTS; 123 using ::setbuf _LIBCPP_USING_IF_EXISTS; 124 using ::setvbuf _LIBCPP_USING_IF_EXISTS; 125 using ::fprintf _LIBCPP_USING_IF_EXISTS; 126 using ::fscanf _LIBCPP_USING_IF_EXISTS; [all …]
|
| D | cwchar | 116 any C Standard Library, and you are probably using compiler flags that make that \ 126 using ::mbstate_t _LIBCPP_USING_IF_EXISTS; 127 using ::size_t _LIBCPP_USING_IF_EXISTS; 128 using ::tm _LIBCPP_USING_IF_EXISTS; 129 using ::wint_t _LIBCPP_USING_IF_EXISTS; 130 using ::FILE _LIBCPP_USING_IF_EXISTS; 131 using ::fwprintf _LIBCPP_USING_IF_EXISTS; 132 using ::fwscanf _LIBCPP_USING_IF_EXISTS; 133 using ::swprintf _LIBCPP_USING_IF_EXISTS; 134 using ::vfwprintf _LIBCPP_USING_IF_EXISTS; [all …]
|
| /external/skia/include/gpu/gl/ |
| D | GrGLFunctions.h | 21 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 …]
|
| /external/libcxx/include/ |
| D | cmath | 318 using ::signbit; 319 using ::fpclassify; 320 using ::isfinite; 321 using ::isinf; 322 using ::isnan; 323 using ::isnormal; 324 using ::isgreater; 325 using ::isgreaterequal; 326 using ::isless; 327 using ::islessequal; [all …]
|
| D | cwchar | 116 using ::mbstate_t; 117 using ::size_t; 118 using ::tm; 119 using ::wint_t; 120 using ::FILE; 121 using ::fwprintf; 122 using ::fwscanf; 123 using ::swprintf; 124 using ::vfwprintf; 125 using ::vswprintf; [all …]
|
| D | cstdio | 108 using ::FILE; 109 using ::fpos_t; 110 using ::size_t; 112 using ::fclose; 113 using ::fflush; 114 using ::setbuf; 115 using ::setvbuf; 116 using ::fprintf; 117 using ::fscanf; 118 using ::snprintf; [all …]
|
| /external/ComputeLibrary/src/core/NEON/wrapper/ |
| D | traits.h | 52 template <> struct neon_vector<uint8_t, 8>{ using scalar_type = uint8_t; using type = uint8x8_t; us… 53 template <> struct neon_vector<int8_t, 8>{ using scalar_type = int8_t; using type = int8x8_t; using… 54 template <> struct neon_vector<uint8_t, 16>{ using scalar_type = uint8_t; using type = uint8x16_t; … 55 template <> struct neon_vector<int8_t, 16>{ using scalar_type = int8_t; using type = int8x16_t; usi… 56 template <> struct neon_vector<uint16_t, 4>{ using scalar_type = uint16_t; using type = uint16x4_t;… 57 template <> struct neon_vector<int16_t, 4>{ using scalar_type = int16_t; using type = int16x4_t; us… 58 template <> struct neon_vector<uint16_t, 8>{ using scalar_type = uint16_t; using type = uint16x8_t;… 59 template <> struct neon_vector<uint16_t, 16>{ using scalar_type = uint16_t; using type = uint16x8x2… 60 template <> struct neon_vector<int16_t, 8>{ using scalar_type = int16_t; using type = int16x8_t; us… 61 template <> struct neon_vector<int16_t, 16>{ using scalar_type = int16_t; using type = int16x8x2_t;… [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__atomic/ |
| D | aliases.h | 28 using atomic_bool = atomic<bool>; 29 using atomic_char = atomic<char>; 30 using atomic_schar = atomic<signed char>; 31 using atomic_uchar = atomic<unsigned char>; 32 using atomic_short = atomic<short>; 33 using atomic_ushort = atomic<unsigned short>; 34 using atomic_int = atomic<int>; 35 using atomic_uint = atomic<unsigned int>; 36 using atomic_long = atomic<long>; 37 using atomic_ulong = atomic<unsigned long>; [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/atomics/stdatomic.h.syn/ |
| D | types.compile.pass.cpp | 15 // using std-atomic = std::atomic<T>; // exposition only 30 // using std::memory_order // see below 31 // using std::memory_order_relaxed // see below 32 // using std::memory_order_consume // see below 33 // using std::memory_order_acquire // see below 34 // using std::memory_order_release // see below 35 // using std::memory_order_acq_rel // see below 36 // using std::memory_order_seq_cst // see below 38 // using std::atomic_flag // see below 40 // using std::atomic_bool // see below [all …]
|
| /external/gflags/src/ |
| D | gflags_ns.h.in | 44 using GFLAGS_NAMESPACE::int32; 45 using GFLAGS_NAMESPACE::uint32; 46 using GFLAGS_NAMESPACE::int64; 47 using GFLAGS_NAMESPACE::uint64; 49 using GFLAGS_NAMESPACE::RegisterFlagValidator; 50 using GFLAGS_NAMESPACE::CommandLineFlagInfo; 51 using GFLAGS_NAMESPACE::GetAllFlags; 52 using GFLAGS_NAMESPACE::ShowUsageWithFlags; 53 using GFLAGS_NAMESPACE::ShowUsageWithFlagsRestrict; 54 using GFLAGS_NAMESPACE::DescribeOneFlag; [all …]
|
| /external/gflags/android/gflags/ |
| D | gflags_google.h | 44 using GFLAGS_NAMESPACE::int32; 45 using GFLAGS_NAMESPACE::uint32; 46 using GFLAGS_NAMESPACE::int64; 47 using GFLAGS_NAMESPACE::uint64; 49 using GFLAGS_NAMESPACE::RegisterFlagValidator; 50 using GFLAGS_NAMESPACE::CommandLineFlagInfo; 51 using GFLAGS_NAMESPACE::GetAllFlags; 52 using GFLAGS_NAMESPACE::ShowUsageWithFlags; 53 using GFLAGS_NAMESPACE::ShowUsageWithFlagsRestrict; 54 using GFLAGS_NAMESPACE::DescribeOneFlag; [all …]
|
| /external/clang/test/SemaCXX/ |
| D | using-decl-1.cpp | 7 using ::f; 16 using M::f; 34 using X0::operator(); 43 class C : B { using B::f; }; 45 // PR5751: Resolve overloaded functions through using decls. 53 using O::f; 63 // Make sure that ADL can find names brought in by using decls. 72 using inner::foo; 84 namespace ns2 { using A::foo; } 87 namespace ns1 { using A::foo; } [all …]
|
| /external/clang/lib/Headers/ |
| D | __clang_cuda_math_forward_declares.h | 187 using ::abs; 188 using ::acos; 189 using ::acosh; 190 using ::asin; 191 using ::asinh; 192 using ::atan; 193 using ::atan2; 194 using ::atanh; 195 using ::cbrt; 196 using ::ceil; [all …]
|
| /external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/ |
| D | type_traits.h | 19 using std::void_t; 22 using void_t = void; 28 using std::conjunction; 29 using std::conjunction_v; 30 using std::disjunction; 31 using std::disjunction_v; 32 using std::negation; 33 using std::negation_v; 71 using std::bool_constant; 76 using bool_constant = std::integral_constant<bool, B>; [all …]
|
| /external/google-fruit/extras/scripts/ |
| D | parser.out | 128 $end reduce using rule 3 (optional_balanced_string -> .) 129 COMMA reduce using rule 3 (optional_balanced_string -> .) 130 GREATER_THAN reduce using rule 3 (optional_balanced_string -> .) 131 RBRACKET reduce using rule 3 (optional_balanced_string -> .) 132 RPAREN reduce using rule 3 (optional_balanced_string -> .) 133 RBRACE reduce using rule 3 (optional_balanced_string -> .) 164 $end reduce using rule 3 (optional_balanced_string -> .) 165 COMMA reduce using rule 3 (optional_balanced_string -> .) 166 GREATER_THAN reduce using rule 3 (optional_balanced_string -> .) 167 RBRACKET reduce using rule 3 (optional_balanced_string -> .) [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/support/ |
| D | almost_satisfies_types.h | 31 using difference_type = long; 32 using value_type = T; 33 using iterator_category = void; 40 using InputIteratorNotDerivedFrom = InputIteratorNotDerivedFromGeneric<int>; 43 using InputRangeNotDerivedFromGeneric = UncheckedRange<InputIteratorNotDerivedFromGeneric<T>>; 44 using InputRangeNotDerivedFrom = UncheckedRange<InputIteratorNotDerivedFrom>; 53 using difference_type = long; 54 using iterator_category = std::input_iterator_tag; 61 using InputRangeNotIndirectlyReadable = UncheckedRange<InputIteratorNotIndirectlyReadable>; 70 using difference_type = long; [all …]
|
| /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
| D | p2-0x.cpp | 5 using T = int; 6 using T = int; 8 using T = T; 13 …using A = void(int n = 0); // expected-error {{default arguments can only be specified for paramet… 14 using B = inline void(int n); // expected-error {{type name does not allow function specifier}} 15 using C = virtual void(int n); // expected-error {{type name does not allow function specifier}} 16 using D = explicit void(int n); // expected-error {{type name does not allow function specifier}} 17 …using E = void(int n) throw(); // expected-error {{exception specifications are not allowed in typ… 18 …using F = void(*)(int n) &&; // expected-error {{pointer to function type cannot have '&&' qualifi… 19 …using G = __thread void(int n); // expected-error {{type name does not allow storage class to be s… [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/assertions/ |
| D | headers_declare_verbose_abort.sh.cpp | 11 // the function using a strong definition. 34 using HandlerType = decltype(std::__libcpp_verbose_abort); 55 using HandlerType = decltype(std::__libcpp_verbose_abort); 61 using HandlerType = decltype(std::__libcpp_verbose_abort); 67 using HandlerType = decltype(std::__libcpp_verbose_abort); 73 using HandlerType = decltype(std::__libcpp_verbose_abort); 79 using HandlerType = decltype(std::__libcpp_verbose_abort); 85 using HandlerType = decltype(std::__libcpp_verbose_abort); 91 using HandlerType = decltype(std::__libcpp_verbose_abort); 97 using HandlerType = decltype(std::__libcpp_verbose_abort); [all …]
|
| /external/google-fruit/include/fruit/impl/ |
| D | component_functors.defn.h | 31 using Result = Comp1; 44 using type = typename F::Result; 57 using type = F(Comp, Args...); 67 using Result = Comp; 82 using Op1 = F1(Comp); 83 using Op2 = F2(GetResult(Op1)); 85 using Result = Eval<GetResult(Op2)>; 94 using type = PropagateError(Op1, PropagateError(Op2, Op)); 105 using type = Fold(Compose2ComponentFunctors, ComponentFunctorIdentity, Functors...); 118 using type = ComponentFunctorIdentity; [all …]
|
| /external/libgav1/src/dsp/x86/ |
| D | common_avx2.h | 41 // NOLINTBEGIN(misc-unused-using-decls) 48 using avx2::Load2; 49 using avx2::Load2x2; 50 using avx2::Load4; 51 using avx2::Load4x2; 52 using avx2::LoadAligned16; 53 using avx2::LoadAligned16Msan; 54 using avx2::LoadHi8; 55 using avx2::LoadHi8Msan; 56 using avx2::LoadLo8; [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/ |
| D | gpu_types.h | 47 using GpuContextHandle = hipCtx_t; 48 using GpuStreamHandle = hipStream_t; 49 using GpuEventHandle = hipEvent_t; 50 using GpuFunctionHandle = hipFunction_t; 51 using GpuFunctionAttribute = hipDeviceAttribute_t; // not a typo! 52 using GpuDeviceHandle = hipDevice_t; 53 using GpuDevicePtr = hipDeviceptr_t; 54 using GpuDeviceAttribute = hipDeviceAttribute_t; 55 using GpuDeviceProperty = hipDeviceProp_t; 56 using GpuModuleHandle = hipModule_t; [all …]
|
12345678910>>...779