Home
last modified time | relevance | path

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

12345678910>>...725

/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h65 // _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/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 …]
/external/libcxx/include/
Dcmath318 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 …]
Dcwchar116 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 …]
Dcstdio108 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 …]
Dcstdlib100 using ::size_t;
101 using ::div_t;
102 using ::ldiv_t;
104 using ::lldiv_t;
106 using ::atof;
107 using ::atoi;
108 using ::atol;
110 using ::atoll;
112 using ::strtod;
113 using ::strtof;
[all …]
Dcstdint153 using::int8_t;
154 using::int16_t;
155 using::int32_t;
156 using::int64_t;
158 using::uint8_t;
159 using::uint16_t;
160 using::uint32_t;
161 using::uint64_t;
163 using::int_least8_t;
164 using::int_least16_t;
[all …]
/external/ComputeLibrary/src/core/NEON/wrapper/
Dtraits.h48 template <> struct neon_vector<uint8_t, 8>{ using scalar_type = uint8_t; using type = uint8x8_t; us…
49 template <> struct neon_vector<int8_t, 8>{ using scalar_type = int8_t; using type = int8x8_t; using
50 template <> struct neon_vector<uint8_t, 16>{ using scalar_type = uint8_t; using type = uint8x16_t;
51 template <> struct neon_vector<int8_t, 16>{ using scalar_type = int8_t; using type = int8x16_t; usi…
52 template <> struct neon_vector<uint16_t, 4>{ using scalar_type = uint16_t; using type = uint16x4_t;…
53 template <> struct neon_vector<int16_t, 4>{ using scalar_type = int16_t; using type = int16x4_t; us…
54 template <> struct neon_vector<uint16_t, 8>{ using scalar_type = uint16_t; using type = uint16x8_t;…
55 template <> struct neon_vector<uint16_t, 16>{ using scalar_type = uint16_t; using type = uint16x8x2…
56 template <> struct neon_vector<int16_t, 8>{ using scalar_type = int16_t; using type = int16x8_t; us…
57 template <> struct neon_vector<int16_t, 16>{ using scalar_type = int16_t; using type = int16x8x2_t;…
[all …]
/external/gflags/src/
Dgflags_ns.h.in44 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/
Dgflags_google.h44 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/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags_gflags.h44 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/libyuv/files/third_party/gflags/gen/posix/include/gflags/
Dgflags_gflags.h44 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/
Dusing-decl-1.cpp7 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 …]
Dalias-template.cpp4 template<typename U> using T = int;
5 template<typename U> using T = int;
6 template<typename U> using T = T<U>;
10 …template<typename U> using A = void(int n = 0); // expected-error {{default arguments can only be …
11 …template<typename U> using B = inline void(int n); // expected-error {{type name does not allow fu…
12 …template<typename U> using C = virtual void(int n); // expected-error {{type name does not allow f…
13 …template<typename U> using D = explicit void(int n); // expected-error {{type name does not allow …
14 …template<typename U> using E = void(int n) throw(); // expected-error {{exception specifications a…
15 …template<typename U> using F = void(*)(int n) &&; // expected-error {{pointer to function type can…
16 …template<typename U> using G = __thread void(int n); // expected-error {{type name does not allow …
[all …]
/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h187 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/google-fruit/extras/scripts/
Dparser.out128 $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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
Dp2-0x.cpp5 using T = int;
6 using T = int;
8 using T = T;
13using 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}}
17using E = void(int n) throw(); // expected-error {{exception specifications are not allowed in typ…
18using F = void(*)(int n) &&; // expected-error {{pointer to function type cannot have '&&' qualifi…
19using G = __thread void(int n); // expected-error {{type name does not allow storage class to be s…
[all …]
/external/google-fruit/include/fruit/impl/
Dcomponent_functors.defn.h31 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/libgav1/src/dsp/x86/
Dcommon_avx2.h41 // 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/stream_executor/gpu/
Dgpu_types.h47 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 …]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp11.cpp6 // introduced by a using-declaration, and the declarations do not declare the
7 // same function, the program is ill-formed. [Note: two using-declarations may
10 // selects the functions introduced by such using-declarations, the function
16 namespace ns { void foo(); } // expected-note {{target of using declaration}}
18using ns::foo; // expected-error {{target of using declaration conflicts with declaration already …
22 namespace ns { void foo(); } // expected-note {{target of using declaration}}
23 using ns::foo; //expected-note {{using declaration}}
24 …int foo(void); // expected-error {{declaration conflicts with target of using declaration already …
28 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}}
31using ns::foo; // expected-error {{target of using declaration conflicts with declaration already … in test0()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib.hpp71 using IsaImpl = AVXImpl;
73 using IsaImpl = AVX2Impl;
75 using IsaImpl = AVX512Impl;
80 using Float = SIMD128Impl::Float;
81 using Double = SIMD128Impl::Double;
82 using Integer = SIMD128Impl::Integer;
83 using Vec4 = SIMD128Impl::Vec4;
84 using Mask = SIMD128Impl::Mask;
127 using IsaImpl = AVXImpl;
129 using IsaImpl = AVX2Impl;
[all …]
/external/google-fruit/include/fruit/impl/meta/
Dcomponent.h55 using type = Type<T>;
60 using type = Type<T>;
65 using type = Type<T>;
70 using type = Type<T>;
75 using type = Type<T>;
80 using type = Type<T>;
85 using type = Type<T>;
90 using type = None;
95 using type = Type<T>;
100 using type = Type<T>;
[all …]
/external/aac/fuzzer/
DREADME.md20 The plugin feeds the entire input data to the codec using a loop.
22 offset calculated using valid bytes.
71 |`AACENC_SBR_MODE` | `-1 ` `0 ` `1 ` `2 ` | Calculated using first byte of data |
72 …BR ` `AOT_DRM_MPEG_PS ` `AOT_DRM_SURROUND ` `AOT_DRM_USAC ` | Calculated using second byte of dat…
73 …24000 ` `32000 ` `44100 ` `48000 ` `64000 ` `88200 ` `96000 `| Calculated using third byte of data…
74 |`AACENC_BITRATE` | In range `8000 ` to `960000 ` | Calculated using fourth, fifth and sixth byte o…
75 …ODE_7_1_REAR_SURROUND ` `MODE_7_1_FRONT_CENTER ` `MODE_212 ` | Calculated using seventh byte of da…
76 …4_LOAS ` `TT_DRM ` | Calculated using eight byte of data |`AACENC_SBR_RATIO` |`-1 ` `0 ` `1 ` `2…
77 …_BR_MODE_VBR_5 ` `AACENC_BR_MODE_FF ` `AACENC_BR_MODE_SFR ` | Calculated using thirty-fourth byte…
78 |`AACENC_GRANULE_LENGTH` |`120 ` `128 ` `240 ` `256 ` `480 ` `512 ` `1024 ` | Calculated using thir…
[all …]
/external/clang/test/CXX/class.access/class.access.dcl/
Dp1.cpp5 // This is just the test for [namespace.udecl]p4 with 'using'
9 // A using-declaration used as a member-declaration shall refer to a
31 // expected-warning@-2 {{access declarations are deprecated; use using declarations instead}}
33 …// expected-error@-4 {{ISO C++11 does not allow access declarations; use using declarations instea…
38 // expected-warning@-2 {{access declarations are deprecated; use using declarations instead}}
40 …// expected-error@-4 {{ISO C++11 does not allow access declarations; use using declarations instea…
45 // expected-warning@-2 {{access declarations are deprecated; use using declarations instead}}
47 …// expected-error@-4 {{ISO C++11 does not allow access declarations; use using declarations instea…
52 // expected-warning@-2 {{access declarations are deprecated; use using declarations instead}}
54 …// expected-error@-4 {{ISO C++11 does not allow access declarations; use using declarations instea…
[all …]

12345678910>>...725