/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | sync.rs | 319 pub struct Weak< struct 334 unsafe impl<T: ?Sized + Sync + Send, A: Allocator + Send> Send for Weak<T, A> {} argument 336 unsafe impl<T: ?Sized + Sync + Send, A: Allocator + Sync> Sync for Weak<T, A> {} implementation 339 impl<T: ?Sized + Unsize<U>, U: ?Sized, A: Allocator> CoerceUnsized<Weak<U, A>> for Weak<T, A> {} implementation 341 impl<T: ?Sized + Unsize<U>, U: ?Sized> DispatchFromDyn<Weak<U>> for Weak<T> {} implementation 344 impl<T: ?Sized> fmt::Debug for Weak<T> { implementation 2585 impl<T> Weak<T> { impl 2613 impl<T, A: Allocator> Weak<T, A> { implementation 2650 impl<T: ?Sized> Weak<T> { impl 2699 impl<T: ?Sized, A: Allocator> Weak<T, A> { implementation [all …]
|
H A D | rc.rs | 2833 pub struct Weak< struct 2848 impl<T: ?Sized, A: Allocator> !Send for Weak<T, A> {} implementation 2850 impl<T: ?Sized, A: Allocator> !Sync for Weak<T, A> {} implementation 2853 impl<T: ?Sized + Unsize<U>, U: ?Sized, A: Allocator> CoerceUnsized<Weak<U, A>> for Weak<T, A> {} implementation 2856 impl<T: ?Sized + Unsize<U>, U: ?Sized> DispatchFromDyn<Weak<U>> for Weak<T> {} implementation 2858 impl<T> Weak<T> { implementation 2886 impl<T, A: Allocator> Weak<T, A> { implementation 2924 impl<T: ?Sized> Weak<T> { implementation 2974 impl<T: ?Sized, A: Allocator> Weak<T, A> { implementation 3287 unsafe impl<#[may_dangle] T: ?Sized, A: Allocator> Drop for Weak<T, A> { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | sync.rs | 319 pub struct Weak< struct 334 unsafe impl<T: ?Sized + Sync + Send, A: Allocator + Send> Send for Weak<T, A> {} argument 336 unsafe impl<T: ?Sized + Sync + Send, A: Allocator + Sync> Sync for Weak<T, A> {} implementation 339 impl<T: ?Sized + Unsize<U>, U: ?Sized, A: Allocator> CoerceUnsized<Weak<U, A>> for Weak<T, A> {} implementation 341 impl<T: ?Sized + Unsize<U>, U: ?Sized> DispatchFromDyn<Weak<U>> for Weak<T> {} implementation 344 impl<T: ?Sized> fmt::Debug for Weak<T> { implementation 2585 impl<T> Weak<T> { impl 2613 impl<T, A: Allocator> Weak<T, A> { implementation 2650 impl<T: ?Sized> Weak<T> { implementation 2699 impl<T: ?Sized, A: Allocator> Weak<T, A> { implementation [all …]
|
H A D | rc.rs | 2833 pub struct Weak< struct 2848 impl<T: ?Sized, A: Allocator> !Send for Weak<T, A> {} implementation 2850 impl<T: ?Sized, A: Allocator> !Sync for Weak<T, A> {} implementation 2853 impl<T: ?Sized + Unsize<U>, U: ?Sized, A: Allocator> CoerceUnsized<Weak<U, A>> for Weak<T, A> {} implementation 2856 impl<T: ?Sized + Unsize<U>, U: ?Sized> DispatchFromDyn<Weak<U>> for Weak<T> {} implementation 2858 impl<T> Weak<T> { impl 2886 impl<T, A: Allocator> Weak<T, A> { impl 2924 impl<T: ?Sized> Weak<T> { implementation 2974 impl<T: ?Sized, A: Allocator> Weak<T, A> { implementation 3287 unsafe impl<#[may_dangle] T: ?Sized, A: Allocator> Drop for Weak<T, A> { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ |
D | weak.rs | 52 pub(crate) struct Weak<F> { struct 58 impl<F> Weak<F> { argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | sync.rs | 315 pub struct Weak< struct 330 unsafe impl<T: ?Sized + Sync + Send, A: Allocator + Send> Send for Weak<T, A> {} argument 332 unsafe impl<T: ?Sized + Sync + Send, A: Allocator + Sync> Sync for Weak<T, A> {} implementation 335 impl<T: ?Sized + Unsize<U>, U: ?Sized, A: Allocator> CoerceUnsized<Weak<U, A>> for Weak<T, A> {} implementation 337 impl<T: ?Sized + Unsize<U>, U: ?Sized> DispatchFromDyn<Weak<U>> for Weak<T> {} implementation 340 impl<T: ?Sized> fmt::Debug for Weak<T> { implementation 2610 impl<T> Weak<T> { implementation 2638 impl<T, A: Allocator> Weak<T, A> { impl 2675 impl<T: ?Sized> Weak<T> { impl 2724 impl<T: ?Sized, A: Allocator> Weak<T, A> { implementation [all …]
|
H A D | rc.rs | 2862 pub struct Weak< struct 2877 impl<T: ?Sized, A: Allocator> !Send for Weak<T, A> {} argument 2879 impl<T: ?Sized, A: Allocator> !Sync for Weak<T, A> {} implementation 2882 impl<T: ?Sized + Unsize<U>, U: ?Sized, A: Allocator> CoerceUnsized<Weak<U, A>> for Weak<T, A> {} implementation 2885 impl<T: ?Sized + Unsize<U>, U: ?Sized> DispatchFromDyn<Weak<U>> for Weak<T> {} implementation 2887 impl<T> Weak<T> { implementation 2915 impl<T, A: Allocator> Weak<T, A> { implementation 2953 impl<T: ?Sized> Weak<T> { impl 3003 impl<T: ?Sized, A: Allocator> Weak<T, A> { implementation 3323 unsafe impl<#[may_dangle] T: ?Sized, A: Allocator> Drop for Weak<T, A> { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | sync.rs | 315 pub struct Weak< struct 330 unsafe impl<T: ?Sized + Sync + Send, A: Allocator + Send> Send for Weak<T, A> {} argument 332 unsafe impl<T: ?Sized + Sync + Send, A: Allocator + Sync> Sync for Weak<T, A> {} implementation 335 impl<T: ?Sized + Unsize<U>, U: ?Sized, A: Allocator> CoerceUnsized<Weak<U, A>> for Weak<T, A> {} implementation 337 impl<T: ?Sized + Unsize<U>, U: ?Sized> DispatchFromDyn<Weak<U>> for Weak<T> {} implementation 340 impl<T: ?Sized> fmt::Debug for Weak<T> { implementation 2610 impl<T> Weak<T> { implementation 2638 impl<T, A: Allocator> Weak<T, A> { impl 2675 impl<T: ?Sized> Weak<T> { implementation 2724 impl<T: ?Sized, A: Allocator> Weak<T, A> { impl [all …]
|
H A D | rc.rs | 2862 pub struct Weak< struct 2877 impl<T: ?Sized, A: Allocator> !Send for Weak<T, A> {} argument 2879 impl<T: ?Sized, A: Allocator> !Sync for Weak<T, A> {} implementation 2882 impl<T: ?Sized + Unsize<U>, U: ?Sized, A: Allocator> CoerceUnsized<Weak<U, A>> for Weak<T, A> {} implementation 2885 impl<T: ?Sized + Unsize<U>, U: ?Sized> DispatchFromDyn<Weak<U>> for Weak<T> {} implementation 2887 impl<T> Weak<T> { impl 2915 impl<T, A: Allocator> Weak<T, A> { implementation 2953 impl<T: ?Sized> Weak<T> { impl 3003 impl<T: ?Sized, A: Allocator> Weak<T, A> { implementation 3323 unsafe impl<#[may_dangle] T: ?Sized, A: Allocator> Drop for Weak<T, A> { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | sync.rs | 315 pub struct Weak< struct 330 unsafe impl<T: ?Sized + Sync + Send, A: Allocator + Send> Send for Weak<T, A> {} argument 332 unsafe impl<T: ?Sized + Sync + Send, A: Allocator + Sync> Sync for Weak<T, A> {} implementation 335 impl<T: ?Sized + Unsize<U>, U: ?Sized, A: Allocator> CoerceUnsized<Weak<U, A>> for Weak<T, A> {} implementation 337 impl<T: ?Sized + Unsize<U>, U: ?Sized> DispatchFromDyn<Weak<U>> for Weak<T> {} implementation 340 impl<T: ?Sized> fmt::Debug for Weak<T> { implementation 2610 impl<T> Weak<T> { impl 2638 impl<T, A: Allocator> Weak<T, A> { implementation 2675 impl<T: ?Sized> Weak<T> { impl 2724 impl<T: ?Sized, A: Allocator> Weak<T, A> { impl [all …]
|
H A D | rc.rs | 2862 pub struct Weak< struct 2877 impl<T: ?Sized, A: Allocator> !Send for Weak<T, A> {} argument 2879 impl<T: ?Sized, A: Allocator> !Sync for Weak<T, A> {} implementation 2882 impl<T: ?Sized + Unsize<U>, U: ?Sized, A: Allocator> CoerceUnsized<Weak<U, A>> for Weak<T, A> {} implementation 2885 impl<T: ?Sized + Unsize<U>, U: ?Sized> DispatchFromDyn<Weak<U>> for Weak<T> {} implementation 2887 impl<T> Weak<T> { impl 2915 impl<T, A: Allocator> Weak<T, A> { impl 2953 impl<T: ?Sized> Weak<T> { impl 3003 impl<T: ?Sized, A: Allocator> Weak<T, A> { implementation 3323 unsafe impl<#[may_dangle] T: ?Sized, A: Allocator> Drop for Weak<T, A> { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/getrandom/src/ |
D | util_libc.rs | 88 pub struct Weak { struct 93 impl Weak { implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/getrandom-0.2.14/src/ |
H A D | util_libc.rs | 88 pub struct Weak { struct 93 impl Weak { impl
|
/aosp_15_r20/frameworks/native/libs/binder/rust/src/ |
H A D | binder.rs | 482 pub struct Weak<I: FromIBinder + ?Sized> { struct 487 impl<I: FromIBinder + ?Sized> Weak<I> { impl 501 impl<I: FromIBinder + ?Sized> Clone for Weak<I> { implementation 507 impl<I: FromIBinder + ?Sized> Ord for Weak<I> { implementation 513 impl<I: FromIBinder + ?Sized> PartialOrd for Weak<I> { implementation 519 impl<I: FromIBinder + ?Sized> PartialEq for Weak<I> { implementation 525 impl<I: FromIBinder + ?Sized> Eq for Weak<I> {} implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/ |
D | traits.rs | 87 impl<T: ?Sized> WeakElement for rc::Weak<T> { implementation 103 impl<T: ?Sized + Eq + Hash> WeakKey for rc::Weak<T> { implementation 113 impl<T: ?Sized> WeakElement for sync::Weak<T> { implementation 129 impl<T: ?Sized + Eq + Hash> WeakKey for sync::Weak<T> implementation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 175 bool Weak) { in declareSanitizerInitFunction() 203 StringRef VersionCheckName, bool Weak) { in createSanitizerCtorAndInitFunctions() 249 StringRef VersionCheckName, bool Weak) { in getOrCreateSanitizerCtorAndInitFunctions()
|
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/linux_glibc_common/local-javac-header/ |
D | guava-android-annotation-stubs.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/linux_glibc_common/javac/ |
D | guava-android-annotation-stubs.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/ |
HD | j2objc-annotations-1.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common_apex30/javac/ |
D | guava-android-annotation-stubs.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common_apex34/javac/ |
D | guava-android-annotation-stubs.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common_apex33/javac/ |
D | guava-android-annotation-stubs.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/ |
HD | j2objc-annotations-1.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | j2objc-annotations-1.1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common_apex10000/javac/ |
D | guava-android-annotation-stubs.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |