/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | associated_min_max.inl | 16 vecType<T, P> const & x, vecType<U, P> const & a, 29 T x, const vecType<U, P>& a, 58 T z, U c 66 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin 70 vecType<T, P> const & z, vecType<U, P> const & c 85 T z, U c, 99 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin 103 vecType<T, P> const & z, vecType<U, P> const & c, 121 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin 125 T z, vecType<U, P> const & c, [all …]
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | associated_min_max.inl | 16 vecType<T, P> const & x, vecType<U, P> const & a, 29 T x, const vecType<U, P>& a, 58 T z, U c 66 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin 70 vecType<T, P> const & z, vecType<U, P> const & c 85 T z, U c, 99 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin 103 vecType<T, P> const & z, vecType<U, P> const & c, 121 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin 125 T z, vecType<U, P> const & c, [all …]
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/ |
D | jnienv.rs | 157 pub fn get_superclass<'c, T>(&self, class: T) -> Result<JClass<'a>> in get_superclass() 159 T: Desc<'a, JClass<'c>>, in get_superclass() 194 pub fn is_instance_of<'c, O, T>(&self, object: O, class: T) -> Result<bool> in is_instance_of() 197 T: Desc<'a, JClass<'c>>, in is_instance_of() 210 pub fn is_same_object<'b, 'c, O, T>(&self, ref1: O, ref2: T) -> Result<bool> in is_same_object() 213 T: Into<JObject<'c>>, in is_same_object() 256 pub fn throw_new<'c, S, T>(&self, class: T, msg: S) -> Result<()> in throw_new() 259 T: Desc<'a, JClass<'c>>, in throw_new() 579 pub fn alloc_object<'c, T>(&self, class: T) -> Result<JObject<'a>> in alloc_object() 581 T: Desc<'a, JClass<'c>>, in alloc_object() [all …]
|
/aosp_15_r20/external/clang/test/CXX/class/class.static/class.static.data/ |
H A D | p3.cpp | 12 static constexpr int c = 0; member 29 const int S::c; member in S 38 struct U { struct 42 static constexpr T c = T(); // expected-error {{cannot have non-literal type}} member 46 template<typename T> constexpr T U<T>::d = T(); // expected-error {{non-literal type 'const NonLit'… argument
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_vec4.inl | 191 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(T a, T b, T c, T d) 199 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(A a, B b, C c, D d) : 208 …4<T, P>::tvec4(tvec1<A, P> const & a, tvec1<B, P> const & b, tvec1<C, P> const & c, tvec1<D, P> co… 219 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec2<A, Q> const & a, B b, C c) : 228 …EXPR_CTOR tvec4<T, P>::tvec4(tvec2<A, Q> const & a, tvec1<B, Q> const & b, tvec1<C, Q> const & c) : 246 …EXPR_CTOR tvec4<T, P>::tvec4(tvec1<A, Q> const & a, tvec2<B, Q> const & b, tvec1<C, Q> const & c) : 264 …EXPR_CTOR tvec4<T, P>::tvec4(tvec1<A, Q> const & a, tvec1<B, Q> const & b, tvec2<C, Q> const & c) : 318 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec4<U, Q> const & v) : function in glm::tvec4 357 GLM_FUNC_QUALIFIER tvec4<T, P>& tvec4<T, P>::operator=(tvec4<U, P> const & v) 375 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator+=(tvec1<U, P> const & v) [all …]
|
D | type_vec3.inl | 68 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(T a, T b, T c) 76 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(A a, B b, C c) : 84 …EXPR_CTOR tvec3<T, P>::tvec3(tvec1<A, P> const & a, tvec1<B, P> const & b, tvec1<C, P> const & c) : 126 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<U, Q> const & v) : function in glm::tvec3 134 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec4<U, Q> const & v) : 171 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator=(tvec3<U, P> const & v) 191 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(tvec1<U, P> const & v) 201 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(tvec3<U, P> const & v) 221 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(tvec1<U, P> const & v) 231 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(tvec3<U, P> const & v) [all …]
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_vec4.inl | 191 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(T a, T b, T c, T d) 199 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(A a, B b, C c, D d) : 208 …4<T, P>::tvec4(tvec1<A, P> const & a, tvec1<B, P> const & b, tvec1<C, P> const & c, tvec1<D, P> co… 219 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec2<A, Q> const & a, B b, C c) : 228 …EXPR_CTOR tvec4<T, P>::tvec4(tvec2<A, Q> const & a, tvec1<B, Q> const & b, tvec1<C, Q> const & c) : 246 …EXPR_CTOR tvec4<T, P>::tvec4(tvec1<A, Q> const & a, tvec2<B, Q> const & b, tvec1<C, Q> const & c) : 264 …EXPR_CTOR tvec4<T, P>::tvec4(tvec1<A, Q> const & a, tvec1<B, Q> const & b, tvec2<C, Q> const & c) : 318 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec4<U, Q> const & v) : function in glm::tvec4 357 GLM_FUNC_QUALIFIER tvec4<T, P>& tvec4<T, P>::operator=(tvec4<U, P> const & v) 375 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator+=(tvec1<U, P> const & v) [all …]
|
H A D | type_vec3.inl | 68 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(T a, T b, T c) 76 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(A a, B b, C c) : 84 …EXPR_CTOR tvec3<T, P>::tvec3(tvec1<A, P> const & a, tvec1<B, P> const & b, tvec1<C, P> const & c) : 126 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<U, Q> const & v) : function in glm::tvec3 134 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec4<U, Q> const & v) : 171 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator=(tvec3<U, P> const & v) 191 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(tvec1<U, P> const & v) 201 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(tvec3<U, P> const & v) 221 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(tvec1<U, P> const & v) 231 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(tvec3<U, P> const & v) [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | constexpr-printing.cpp | 26 struct U : T { struct 27 constexpr U(const int *p) : T(), another(), p(p) {} in U() argument 28 constexpr U(const U &u) : T(), another(), p(u.p) {} in U() argument 32 constexpr U u1(&u1.arr[2]); argument 34 constexpr int test_printing(int a, float b, _Complex int c, _Complex float d, in test_printing() 71 constexpr int MemPtr(int (MemPtrTest::*a), void (MemPtrTest::*b)(), int &c) { in MemPtr() 80 constexpr char c = get("test\0\\\"\t\a\b\234"); // \ variable
|
H A D | uninitialized.cpp | 25 int c = (c + c); // expected-warning 2 {{variable 'c' is uninitialized when used within its own ini… variable 58 …int c = (c + c); // expected-warning {{variable 'c' is uninitialized when used within its own init… in test_stuff() local 92 …int c = (c + c); // expected-warning {{variable 'c' is uninitialized when used within its own init… in test_stuff() local 129 …int c = (a, a, b, c); // expected-warning {{variable 'c' is uninitialized when used within its ow… in test_comma() local 523 class U { class 528 U() {} in U() function in U 529 U(bool (*)[1]) : b1() {} in U() function in U 530 U(bool (*)[2]) : b2(b1) {} in U() function in U 531 U(bool (*)[3]) : b1{ 5, &b1.x } {} in U() function in U 532 U(bool (*)[4]) : b1(getB()) {} in U() function in U [all …]
|
H A D | alias-template.cpp | 38 template<typename Z> using U = int[m]; // expected-note {{previous definition}} typedef 39 template<typename Z> using U = int[42]; // ok typedef 40 …template<typename Z> using U = int; // expected-error {{type alias template redefinition with diff… typedef 57 …template<typename Z> using U = T*; // expected-error {{declaration type contains unexpanded parame… typedef 87 …template<typename U> using c = int; // expected-error {{redefinition of 'c' as different kind of s… typedef in ClassNameRedecl::C5 92 class c { template<typename U> using C6 = int; }; // ok class in ClassNameRedecl::C6 105 template<typename Z> using U = enum { a, b, c }; // expected-error {{cannot be defined}} typedef 124 template<typename Z> using U = int; // expected-note {{declared private here}} typedef in Access::C0 129 template<typename Z> using U = int; typedef in Access::C1 178 using U = T<I>; typedef
|
H A D | constant-expression-cxx11.cpp | 29 struct U { int n; }; argument 130 constexpr int Sum(int a = 0, const int &b = 0, const int *c = &z, char d = 0) { in Sum() 229 constexpr int f(int n, const int *a, const int *b, const int *c) { in f() 236 constexpr int g(int n, int a, int b, int c) { in g() 304 struct U {}; struct 439 char c[6]; member 452 struct U { struct 453 wchar_t chars[6]; 454 int n; 459 char c[4]; member [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/ |
H A D | UnmodifiableMapOfLists.java | 118 public void replaceAll(BiFunction<? super T, ? super List<U>, ? extends List<U>> function) { in replaceAll() 148 …public List<U> computeIfPresent(T key, BiFunction<? super T, ? super List<U>, ? extends List<U>> r… in computeIfPresent() 153 …public List<U> compute(T key, BiFunction<? super T, ? super List<U>, ? extends List<U>> remappingF… in compute() 159 … BiFunction<? super List<U>, ? super List<U>, ? extends List<U>> remappingFunction) { in merge() 246 public boolean containsAll(Collection<?> c) { in containsAll() 251 public boolean addAll(Collection<? extends Entry<T, List<U>>> c) { in addAll() 256 public boolean retainAll(Collection<?> c) { in retainAll() 261 public boolean removeAll(Collection<?> c) { in removeAll() 366 public boolean containsAll(Collection<?> c) { in containsAll() 371 public boolean addAll(Collection<? extends List<U>> c) { in addAll() [all …]
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
H A D | p2-0x.cpp | 41 using U = int[m]; // expected-note {{previous definition}} typedef 42 using U = int[42]; // ok typedef 43 …using U = int; // expected-error {{type alias redefinition with different types ('int' vs 'int [42… typedef 67 using U = T*; // expected-error {{declaration type contains unexpanded parameter pack 'T'}} in f0() typedef 102 using c = int; // expected-error {{typedef redefinition with different types}} typedef in ClassNameRedecl::C5 107 class c { using C6 = int; }; // ok class in ClassNameRedecl::C6 120 using U = enum { a, b, c }; typedef 142 using U = int; // expected-note {{declared private here}} typedef in Access::C0 147 using U = int; typedef in Access::C1
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/ |
H A D | altivec.rs | 2460 let c: i16x8 = transmute(c); in mladd() localVariable 2474 let c = transmute(c); localVariable 2564 let c: i8x16 = transmute(c); in vec_vsel() localVariable 2584 let c = transmute(c); localVariable 3324 pub unsafe fn vec_mergel<T, U>(a: T, b: U) -> <T as sealed::VectorMergel<U>>::Result in vec_mergel() 3335 pub unsafe fn vec_mergeh<T, U>(a: T, b: U) -> <T as sealed::VectorMergeh<U>>::Result in vec_mergeh() 3346 pub unsafe fn vec_pack<T, U>(a: T, b: U) -> <T as sealed::VectorPack<U>>::Result in vec_pack() 3357 pub unsafe fn vec_packs<T, U>(a: T, b: U) -> <T as sealed::VectorPacks<U>>::Result in vec_packs() 3368 pub unsafe fn vec_packsu<T, U>(a: T, b: U) -> <T as sealed::VectorPacksu<U>>::Result in vec_packsu() 3401 pub unsafe fn vec_sl<T, U>(a: T, b: U) -> <T as sealed::VectorSl<U>>::Result in vec_sl() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/ |
H A D | altivec.rs | 2460 let c: i16x8 = transmute(c); in mladd() localVariable 2474 let c = transmute(c); localVariable 2564 let c: i8x16 = transmute(c); in vec_vsel() localVariable 2584 let c = transmute(c); localVariable 3324 pub unsafe fn vec_mergel<T, U>(a: T, b: U) -> <T as sealed::VectorMergel<U>>::Result in vec_mergel() 3335 pub unsafe fn vec_mergeh<T, U>(a: T, b: U) -> <T as sealed::VectorMergeh<U>>::Result in vec_mergeh() 3346 pub unsafe fn vec_pack<T, U>(a: T, b: U) -> <T as sealed::VectorPack<U>>::Result in vec_pack() 3357 pub unsafe fn vec_packs<T, U>(a: T, b: U) -> <T as sealed::VectorPacks<U>>::Result in vec_packs() 3368 pub unsafe fn vec_packsu<T, U>(a: T, b: U) -> <T as sealed::VectorPacksu<U>>::Result in vec_packsu() 3401 pub unsafe fn vec_sl<T, U>(a: T, b: U) -> <T as sealed::VectorSl<U>>::Result in vec_sl() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/ |
H A D | altivec.rs | 2460 let c: i16x8 = transmute(c); in mladd() localVariable 2474 let c = transmute(c); localVariable 2564 let c: i8x16 = transmute(c); in vec_vsel() localVariable 2584 let c = transmute(c); localVariable 3324 pub unsafe fn vec_mergel<T, U>(a: T, b: U) -> <T as sealed::VectorMergel<U>>::Result in vec_mergel() 3335 pub unsafe fn vec_mergeh<T, U>(a: T, b: U) -> <T as sealed::VectorMergeh<U>>::Result in vec_mergeh() 3346 pub unsafe fn vec_pack<T, U>(a: T, b: U) -> <T as sealed::VectorPack<U>>::Result in vec_pack() 3357 pub unsafe fn vec_packs<T, U>(a: T, b: U) -> <T as sealed::VectorPacks<U>>::Result in vec_packs() 3368 pub unsafe fn vec_packsu<T, U>(a: T, b: U) -> <T as sealed::VectorPacksu<U>>::Result in vec_packsu() 3401 pub unsafe fn vec_sl<T, U>(a: T, b: U) -> <T as sealed::VectorSl<U>>::Result in vec_sl() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/ |
H A D | altivec.rs | 2460 let c: i16x8 = transmute(c); in mladd() localVariable 2474 let c = transmute(c); localVariable 2564 let c: i8x16 = transmute(c); in vec_vsel() localVariable 2584 let c = transmute(c); localVariable 3324 pub unsafe fn vec_mergel<T, U>(a: T, b: U) -> <T as sealed::VectorMergel<U>>::Result in vec_mergel() 3335 pub unsafe fn vec_mergeh<T, U>(a: T, b: U) -> <T as sealed::VectorMergeh<U>>::Result in vec_mergeh() 3346 pub unsafe fn vec_pack<T, U>(a: T, b: U) -> <T as sealed::VectorPack<U>>::Result in vec_pack() 3357 pub unsafe fn vec_packs<T, U>(a: T, b: U) -> <T as sealed::VectorPacks<U>>::Result in vec_packs() 3368 pub unsafe fn vec_packsu<T, U>(a: T, b: U) -> <T as sealed::VectorPacksu<U>>::Result in vec_packsu() 3401 pub unsafe fn vec_sl<T, U>(a: T, b: U) -> <T as sealed::VectorSl<U>>::Result in vec_sl() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/powerpc/ |
H A D | altivec.rs | 2460 let c: i16x8 = transmute(c); in mladd() localVariable 2474 let c = transmute(c); localVariable 2564 let c: i8x16 = transmute(c); in vec_vsel() localVariable 2584 let c = transmute(c); localVariable 3324 pub unsafe fn vec_mergel<T, U>(a: T, b: U) -> <T as sealed::VectorMergel<U>>::Result in vec_mergel() 3335 pub unsafe fn vec_mergeh<T, U>(a: T, b: U) -> <T as sealed::VectorMergeh<U>>::Result in vec_mergeh() 3346 pub unsafe fn vec_pack<T, U>(a: T, b: U) -> <T as sealed::VectorPack<U>>::Result in vec_pack() 3357 pub unsafe fn vec_packs<T, U>(a: T, b: U) -> <T as sealed::VectorPacks<U>>::Result in vec_packs() 3368 pub unsafe fn vec_packsu<T, U>(a: T, b: U) -> <T as sealed::VectorPacksu<U>>::Result in vec_packsu() 3401 pub unsafe fn vec_sl<T, U>(a: T, b: U) -> <T as sealed::VectorSl<U>>::Result in vec_sl() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | torture.go | 137 func righttree(a, b, c, d uint8) uint8 { argument 148 func lefttree(a, b, c, d uint8) uint8 { argument 188 type U struct { struct 189 Children []J 192 func (u *U) Child(n int) J { return u.Children[n] } 198 func ChainUAssert(u *U) *U { 223 func ChainUNoAssert(u *U) *U { 249 func ChainAssertIndex(u *U) J {
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ |
H A D | ConcurrentHashMap.annotated.java | 136 …core.util.Nullable U> transformer, @libcore.util.NonNull java.util.function.BiFunction<? super @li… in reduce() 152 …core.util.Nullable U> transformer, @libcore.util.NonNull java.util.function.BiFunction<? super @li… in reduceKeys() 168 …core.util.Nullable U> transformer, @libcore.util.NonNull java.util.function.BiFunction<? super @li… in reduceValues() 184 …core.util.Nullable U> transformer, @libcore.util.NonNull java.util.function.BiFunction<? super @li… in reduceEntries() 207 …java.util.Collection<? extends @libcore.util.NonNull K> c) { throw new RuntimeException("Stub!"); } in addAll() 217 …removeAll(@libcore.util.NonNull java.util.Collection<?> c) { throw new RuntimeException("Stub!"); } in removeAll() 221 …ntainsAll(@libcore.util.NonNull java.util.Collection<?> c) { throw new RuntimeException("Stub!"); } in containsAll() 235 …retainAll(@libcore.util.NonNull java.util.Collection<?> c) { throw new RuntimeException("Stub!"); } in retainAll()
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | 2008-01-24-StructAlignAndBitFields.c | 3 struct U { char a; short b; int c:25; char d; } u; member
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | const-init-cxx11.cpp | 8 union U { union 9 constexpr U(int x) : x(x) {} in U() function 10 constexpr U(const char *y) : y(y) {} in U() function 31 B c; variable 39 int c; member 67 struct C { char c = 1; }; member 118 char c[4]; member 140 int c, d; member 250 int a, b, c; member 332 char c[5]; member [all …]
|
H A D | pointers-to-data-members.cpp | 51 char c; member 57 C c; variable 120 char c; member 135 char c; member 145 C c; variable 199 union U union 236 union U { union 253 union U { union
|
/aosp_15_r20/external/clang/test/CXX/drs/ |
H A D | dr5xx.cpp | 69 union U { A a; }; union 266 template<> template<typename U> void A<int>::g(int, U) {} in g() argument 275 A<int>::C<int> c; in use() local 287 template<typename U> void A<char>::g(char, U) {} in g() argument 304 template<typename U> void A<int>::g(int, U) {} // expected-error {{should be empty}} in g() argument 319 …template<> template<typename U> void A<char>::g(char, U) {} // expected-warning {{extraneous templ… in g() argument 400 constexpr C c() { return C(); } in c() function 445 typedef const a &c; // expected-note {{previous}} expected-warning {{has no effect}} typedef 446 typedef const b &c; // expected-error {{different}} expected-warning {{has no effect}} typedef 561 struct Y { typedef int U; }; typedef [all …]
|