Home
last modified time | relevance | path

Searched defs:Wrapper (Results 1 – 25 of 1020) sorted by relevance

12345678910>>...41

/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/test/
H A Dtests.json2 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-CBC.bz2", "Out": "expected/ACVP-AES-CBC.bz2"}, string
3 {"Wrapper": "testmodulewrapper", "In": "vectors/ACVP-AES-CBC-CS3.bz2", "Out": "expected/ACVP-AES-CB… string
4 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-CCM.bz2", "Out": "expected/ACVP-AES-CCM.bz2"}, string
5 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-CTR.bz2", "Out": "expected/ACVP-AES-CTR.bz2"}, string
6 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-ECB.bz2", "Out": "expected/ACVP-AES-ECB.bz2"}, string
7 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-GCM.bz2", "Out": "expected/ACVP-AES-GCM.bz2"}, string
8 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-GCM-randnonce.bz2", "Out": "expected/ACVP-AES-… string
9 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-GMAC.bz2", "Out": "expected/ACVP-AES-GMAC.bz2"… string
10 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-KW.bz2", "Out": "expected/ACVP-AES-KW.bz2"}, string
11 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-KWP.bz2", "Out": "expected/ACVP-AES-KWP.bz2"}, string
[all …]
/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/acvptool/test/
H A Dtests.json2 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-CBC.bz2", "Out": "expected/ACVP-AES-CBC.bz2"}, string
3 {"Wrapper": "testmodulewrapper", "In": "vectors/ACVP-AES-CBC-CS3.bz2", "Out": "expected/ACVP-AES-CB… string
4 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-CCM.bz2", "Out": "expected/ACVP-AES-CCM.bz2"}, string
5 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-CTR.bz2", "Out": "expected/ACVP-AES-CTR.bz2"}, string
6 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-ECB.bz2", "Out": "expected/ACVP-AES-ECB.bz2"}, string
7 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-GCM.bz2", "Out": "expected/ACVP-AES-GCM.bz2"}, string
8 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-GCM-randnonce.bz2", "Out": "expected/ACVP-AES-… string
9 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-GMAC.bz2", "Out": "expected/ACVP-AES-GMAC.bz2"… string
10 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-KW.bz2", "Out": "expected/ACVP-AES-KW.bz2"}, string
11 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-KWP.bz2", "Out": "expected/ACVP-AES-KWP.bz2"}, string
[all …]
/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/
H A DInputConnectionEndToEndTest.java673 final class Wrapper extends InputConnectionWrapper { in testGetTextAfterCursor() class
674 private Wrapper(InputConnection target) { in testGetTextAfterCursor() method in InputConnectionEndToEndTest.Wrapper
710 final class Wrapper extends InputConnectionWrapper { in testGetTextAfterCursorFailWithNegativeLength() class
711 private Wrapper(InputConnection target) { in testGetTextAfterCursorFailWithNegativeLength() method in InputConnectionEndToEndTest.Wrapper
749 final class Wrapper extends InputConnectionWrapper { in testGetTextAfterCursorFailWithTimeout() class
750 private Wrapper(InputConnection target) { in testGetTextAfterCursorFailWithTimeout() method in InputConnectionEndToEndTest.Wrapper
788 final class Wrapper extends InputConnectionWrapper { in testGetTextAfterCursorFailFastAfterUnbindInput() class
789 private Wrapper(InputConnection target) { in testGetTextAfterCursorFailFastAfterUnbindInput() method in InputConnectionEndToEndTest.Wrapper
835 final class Wrapper extends InputConnectionWrapper { in testGetTextBeforeCursor() class
836 private Wrapper(InputConnection target) { in testGetTextBeforeCursor() method in InputConnectionEndToEndTest.Wrapper
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/android.security.rkp_aidl-rust/android_arm64_armv8-2a_cortex-a55_source_apex10000/
Dandroid_security_rkp_aidl.rs67 struct Wrapper<T, R> { in new_async_binder() struct
68 _inner: T, in new_async_binder()
69 _rt: R, in new_async_binder()
71 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
75 impl<T, R> IGetKeyCallback for Wrapper<T, R> in new_async_binder() implementation
97 struct Wrapper { in try_into_local_async() struct
98 _native: binder::binder_impl::Binder<BnGetKeyCallback> in try_into_local_async()
100 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
101 impl<P: binder::BinderAsyncPool> IGetKeyCallbackAsync<P> for Wrapper { in try_into_local_async() implementation
340 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/android.security.rkp_aidl-rust/android_arm64_armv8-2a_cortex-a55_source/
Dandroid_security_rkp_aidl.rs67 struct Wrapper<T, R> { in new_async_binder() struct
68 _inner: T, in new_async_binder()
69 _rt: R, in new_async_binder()
71 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
75 impl<T, R> IGetKeyCallback for Wrapper<T, R> in new_async_binder() implementation
97 struct Wrapper { in try_into_local_async() struct
98 _native: binder::binder_impl::Binder<BnGetKeyCallback> in try_into_local_async()
100 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
101 impl<P: binder::BinderAsyncPool> IGetKeyCallbackAsync<P> for Wrapper { in try_into_local_async() implementation
340 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-rust/android_arm64_armv8-2a_cortex-a55_source/
Dcom_android_server_inputflinger.rs133 struct Wrapper<T, R> { in new_async_binder() struct
134 _inner: T, in new_async_binder()
135 _rt: R, in new_async_binder()
137 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
141 impl<T, R> IInputFilter for Wrapper<T, R> in new_async_binder() implementation
169 struct Wrapper { in try_into_local_async() struct
170 _native: binder::binder_impl::Binder<BnInputFilter> in try_into_local_async()
172 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
173 impl<P: binder::BinderAsyncPool> IInputFilterAsync<P> for Wrapper { in try_into_local_async() implementation
514 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/android/composd/aidl/android.system.composd-rust/android_arm64_armv8-2a_cortex-a55_source_apex10000/
Dandroid_system_composd.rs61 struct Wrapper<T, R> { in new_async_binder() struct
62 _inner: T, in new_async_binder()
63 _rt: R, in new_async_binder()
65 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
69 impl<T, R> ICompilationTask for Wrapper<T, R> in new_async_binder() implementation
85 struct Wrapper { in try_into_local_async() struct
86 _native: binder::binder_impl::Binder<BnCompilationTask> in try_into_local_async()
88 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
89 impl<P: binder::BinderAsyncPool> ICompilationTaskAsync<P> for Wrapper { in try_into_local_async() implementation
219 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/native/services/inputflinger/aidl/com.android.server.inputflinger-rust-source/gen/com/android/server/inputflinger/
DIInputFlingerRust.rs52 struct Wrapper<T, R> { in new_async_binder() struct
53 _inner: T, in new_async_binder()
54 _rt: R, in new_async_binder()
56 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
60 impl<T, R> IInputFlingerRust for Wrapper<T, R> in new_async_binder() implementation
76 struct Wrapper { in try_into_local_async() struct
77 _native: binder::binder_impl::Binder<BnInputFlingerRust> in try_into_local_async()
79 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
80 impl<P: binder::BinderAsyncPool> IInputFlingerRustAsync<P> for Wrapper { in try_into_local_async() implementation
205 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
DIInputThread.rs58 struct Wrapper<T, R> { in new_async_binder() struct
59 _inner: T, in new_async_binder()
60 _rt: R, in new_async_binder()
62 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
66 impl<T, R> IInputThread for Wrapper<T, R> in new_async_binder() implementation
88 struct Wrapper { in try_into_local_async() struct
89 _native: binder::binder_impl::Binder<BnInputThread> in try_into_local_async()
91 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
92 impl<P: binder::BinderAsyncPool> IInputThreadAsync<P> for Wrapper { in try_into_local_async() implementation
317 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
DIInputFilter.rs64 struct Wrapper<T, R> { in new_async_binder() struct
65 _inner: T, in new_async_binder()
66 _rt: R, in new_async_binder()
68 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
72 impl<T, R> IInputFilter for Wrapper<T, R> in new_async_binder() implementation
100 struct Wrapper { in try_into_local_async() struct
101 _native: binder::binder_impl::Binder<BnInputFilter> in try_into_local_async()
103 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
104 impl<P: binder::BinderAsyncPool> IInputFilterAsync<P> for Wrapper { in try_into_local_async() implementation
445 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/annotate-snippets/tests/snippet/
Dmod.rs48 struct Wrapper(#[serde(with = "FormatOptionsDef")] FormatOptions); in deserialize_opt() struct
70 struct Wrapper { in deserialize_margin() struct
71 whitespace_left: usize, in deserialize_margin()
72 span_left: usize, in deserialize_margin()
73 span_right: usize, in deserialize_margin()
74 label_right: usize, in deserialize_margin()
75 column_width: usize, in deserialize_margin()
76 max_line_len: usize, in deserialize_margin()
81 let Wrapper { in deserialize_margin() localVariable
106 struct Wrapper<'a>( in deserialize_slices() struct
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/
DINestedService.rs55 struct Wrapper<T, R> { in new_async_binder() struct
56 _inner: T, in new_async_binder()
57 _rt: R, in new_async_binder()
59 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
63 impl<T, R> INestedService for Wrapper<T, R> in new_async_binder() implementation
82 struct Wrapper { in try_into_local_async() struct
83 _native: binder::binder_impl::Binder<BnNestedService> in try_into_local_async()
85 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
86 impl<P: binder::BinderAsyncPool> INestedServiceAsync<P> for Wrapper { in try_into_local_async() implementation
300 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/nested/
DINestedService.rs55 struct Wrapper<T, R> { in new_async_binder() struct
56 _inner: T, in new_async_binder()
57 _rt: R, in new_async_binder()
59 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
63 impl<T, R> INestedService for Wrapper<T, R> in new_async_binder() implementation
82 struct Wrapper { in try_into_local_async() struct
83 _native: binder::binder_impl::Binder<BnNestedService> in try_into_local_async()
85 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
86 impl<P: binder::BinderAsyncPool> INestedServiceAsync<P> for Wrapper { in try_into_local_async() implementation
300 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DListOfInterfaces.rs76 struct Wrapper<T, R> { in new_async_binder() struct
77 _inner: T, in new_async_binder()
78 _rt: R, in new_async_binder()
80 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
84 impl<T, R> IEmptyInterface for Wrapper<T, R> in new_async_binder() implementation
97 struct Wrapper { in try_into_local_async() struct
98 _native: binder::binder_impl::Binder<BnEmptyInterface> in try_into_local_async()
100 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
101 impl<P: binder::BinderAsyncPool> IEmptyInterfaceAsync<P> for Wrapper { in try_into_local_async() implementation
172 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
DArrayOfInterfaces.rs76 struct Wrapper<T, R> { in new_async_binder() struct
77 _inner: T, in new_async_binder()
78 _rt: R, in new_async_binder()
80 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
84 impl<T, R> IEmptyInterface for Wrapper<T, R> in new_async_binder() implementation
97 struct Wrapper { in try_into_local_async() struct
98 _native: binder::binder_impl::Binder<BnEmptyInterface> in try_into_local_async()
100 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
101 impl<P: binder::BinderAsyncPool> IEmptyInterfaceAsync<P> for Wrapper { in try_into_local_async() implementation
172 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
DIDeprecated.rs52 struct Wrapper<T, R> { in new_async_binder() struct
53 _inner: T, in new_async_binder()
54 _rt: R, in new_async_binder()
56 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
60 impl<T, R> IDeprecated for Wrapper<T, R> in new_async_binder() implementation
73 struct Wrapper { in try_into_local_async() struct
74 _native: binder::binder_impl::Binder<BnDeprecated> in try_into_local_async()
76 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
77 impl<P: binder::BinderAsyncPool> IDeprecatedAsync<P> for Wrapper { in try_into_local_async() implementation
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DArrayOfInterfaces.rs76 struct Wrapper<T, R> { in new_async_binder() struct
77 _inner: T, in new_async_binder()
78 _rt: R, in new_async_binder()
80 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
84 impl<T, R> IEmptyInterface for Wrapper<T, R> in new_async_binder() implementation
97 struct Wrapper { in try_into_local_async() struct
98 _native: binder::binder_impl::Binder<BnEmptyInterface> in try_into_local_async()
100 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
101 impl<P: binder::BinderAsyncPool> IEmptyInterfaceAsync<P> for Wrapper { in try_into_local_async() implementation
172 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
DListOfInterfaces.rs76 struct Wrapper<T, R> { in new_async_binder() struct
77 _inner: T, in new_async_binder()
78 _rt: R, in new_async_binder()
80 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
84 impl<T, R> IEmptyInterface for Wrapper<T, R> in new_async_binder() implementation
97 struct Wrapper { in try_into_local_async() struct
98 _native: binder::binder_impl::Binder<BnEmptyInterface> in try_into_local_async()
100 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
101 impl<P: binder::BinderAsyncPool> IEmptyInterfaceAsync<P> for Wrapper { in try_into_local_async() implementation
172 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
DIDeprecated.rs52 struct Wrapper<T, R> { in new_async_binder() struct
53 _inner: T, in new_async_binder()
54 _rt: R, in new_async_binder()
56 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
60 impl<T, R> IDeprecated for Wrapper<T, R> in new_async_binder() implementation
73 struct Wrapper { in try_into_local_async() struct
74 _native: binder::binder_impl::Binder<BnDeprecated> in try_into_local_async()
76 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
77 impl<P: binder::BinderAsyncPool> IDeprecatedAsync<P> for Wrapper { in try_into_local_async() implementation
/aosp_15_r20/out/soong/.intermediates/system/security/keystore2/aidl/android.security.apc-rust/android_arm64_armv8-2a_cortex-a55_source/
Dandroid_security_apc.rs61 struct Wrapper<T, R> { in new_async_binder() struct
62 _inner: T, in new_async_binder()
63 _rt: R, in new_async_binder()
65 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
69 impl<T, R> IConfirmationCallback for Wrapper<T, R> in new_async_binder() implementation
85 struct Wrapper { in try_into_local_async() struct
86 _native: binder::binder_impl::Binder<BnConfirmationCallback> in try_into_local_async()
88 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
89 impl<P: binder::BinderAsyncPool> IConfirmationCallbackAsync<P> for Wrapper { in try_into_local_async() implementation
226 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/android/virtualizationservice/aidl/android.system.virtualizationmaintenance-rust/android_arm64_armv8-2a_cortex-a55_source_apex10000/
Dandroid_system_virtualizationmaintenance.rs67 struct Wrapper<T, R> { in new_async_binder() struct
68 _inner: T, in new_async_binder()
69 _rt: R, in new_async_binder()
71 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
75 impl<T, R> IVirtualizationMaintenance for Wrapper<T, R> in new_async_binder() implementation
97 struct Wrapper { in try_into_local_async() struct
98 _native: binder::binder_impl::Binder<BnVirtualizationMaintenance> in try_into_local_async()
100 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
101 impl<P: binder::BinderAsyncPool> IVirtualizationMaintenanceAsync<P> for Wrapper { in try_into_local_async() implementation
349 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/android/virtualizationservice/aidl/android.system.virtualizationservice_internal-rust/android_arm64_armv8-2a_cortex-a55_source_apex10000/
Dandroid_system_virtualizationservice_internal.rs307 struct Wrapper<T, R> { in new_async_binder() struct
308 _inner: T, in new_async_binder()
309 _rt: R, in new_async_binder()
311 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
315 impl<T, R> IBoundDevice for Wrapper<T, R> in new_async_binder() implementation
334 struct Wrapper { in try_into_local_async() struct
335 _native: binder::binder_impl::Binder<BnBoundDevice> in try_into_local_async()
337 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
338 impl<P: binder::BinderAsyncPool> IBoundDeviceAsync<P> for Wrapper { in try_into_local_async() implementation
534 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/uwb/aidl/android.hardware.uwb-V1-rust/android_arm64_armv8-2a_cortex-a55_source_apex33/
Dandroid_hardware_uwb_V1.rs79 struct Wrapper<T, R> { in new_async_binder() struct
80 _inner: T, in new_async_binder()
81 _rt: R, in new_async_binder()
83 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
87 impl<T, R> IUwb for Wrapper<T, R> in new_async_binder() implementation
106 struct Wrapper { in try_into_local_async() struct
107 _native: binder::binder_impl::Binder<BnUwb> in try_into_local_async()
109 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
110 impl<P: binder::BinderAsyncPool> IUwbAsync<P> for Wrapper { in try_into_local_async() implementation
439 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
/aosp_15_r20/out/soong/.intermediates/system/extras/profcollectd/libprofcollectd/profcollectd_aidl_interface-rust/android_arm64_armv8-2a_cortex-a55_source/
Dprofcollectd_aidl_interface.rs83 struct Wrapper<T, R> { in new_async_binder() struct
84 _inner: T, in new_async_binder()
85 _rt: R, in new_async_binder()
87 …impl<T, R> binder::Interface for Wrapper<T, R> where T: binder::Interface, R: Send + Sync + 'stati… in new_async_binder() implementation
91 impl<T, R> IProfCollectd for Wrapper<T, R> in new_async_binder() implementation
128 struct Wrapper { in try_into_local_async() struct
129 _native: binder::binder_impl::Binder<BnProfCollectd> in try_into_local_async()
131 impl binder::Interface for Wrapper {} in try_into_local_async() implementation
132 impl<P: binder::BinderAsyncPool> IProfCollectdAsync<P> for Wrapper { in try_into_local_async() implementation
640 struct Wrapper<T, R> { in new_async_binder() struct
[all …]
/aosp_15_r20/external/clang/test/Analysis/
H A Dinitializer.cpp98 class Wrapper { class
105 Wrapper::Wrapper() /* initializers synthesized */ {} in Wrapper() function in DefaultConstructorWithCleanups::Wrapper
114 struct Wrapper { struct
115 int value = 42;
117 Wrapper() {} in Wrapper() function
118 Wrapper(int x) : value(x) {} in Wrapper() argument
119 Wrapper(bool) {} in Wrapper() function

12345678910>>...41