Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 12291) sorted by relevance

12345678910>>...492

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs83 pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) { in drop_in_place()
99 pub fn atomic_cxchg_relaxed_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_relaxed()
107 pub fn atomic_cxchg_relaxed_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_acquire()
115 pub fn atomic_cxchg_relaxed_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_seqcst()
123 pub fn atomic_cxchg_acquire_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_relaxed()
131 pub fn atomic_cxchg_acquire_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_acquire()
139 pub fn atomic_cxchg_acquire_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_seqcst()
147 pub fn atomic_cxchg_release_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_relaxed()
155 pub fn atomic_cxchg_release_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_acquire()
163 pub fn atomic_cxchg_release_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_seqcst()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs83 pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) { in drop_in_place()
99 pub fn atomic_cxchg_relaxed_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_relaxed()
107 pub fn atomic_cxchg_relaxed_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_acquire()
115 pub fn atomic_cxchg_relaxed_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_seqcst()
123 pub fn atomic_cxchg_acquire_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_relaxed()
131 pub fn atomic_cxchg_acquire_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_acquire()
139 pub fn atomic_cxchg_acquire_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_seqcst()
147 pub fn atomic_cxchg_release_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_relaxed()
155 pub fn atomic_cxchg_release_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_acquire()
163 pub fn atomic_cxchg_release_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_seqcst()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs83 pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) { in drop_in_place()
99 pub fn atomic_cxchg_relaxed_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_relaxed()
107 pub fn atomic_cxchg_relaxed_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_acquire()
115 pub fn atomic_cxchg_relaxed_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_seqcst()
123 pub fn atomic_cxchg_acquire_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_relaxed()
131 pub fn atomic_cxchg_acquire_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_acquire()
139 pub fn atomic_cxchg_acquire_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_seqcst()
147 pub fn atomic_cxchg_release_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_relaxed()
155 pub fn atomic_cxchg_release_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_acquire()
163 pub fn atomic_cxchg_release_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_seqcst()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs83 pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) { in drop_in_place()
99 pub fn atomic_cxchg_relaxed_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_relaxed()
107 pub fn atomic_cxchg_relaxed_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_acquire()
115 pub fn atomic_cxchg_relaxed_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_seqcst()
123 pub fn atomic_cxchg_acquire_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_relaxed()
131 pub fn atomic_cxchg_acquire_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_acquire()
139 pub fn atomic_cxchg_acquire_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_seqcst()
147 pub fn atomic_cxchg_release_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_relaxed()
155 pub fn atomic_cxchg_release_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_acquire()
163 pub fn atomic_cxchg_release_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_seqcst()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs83 pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) { in drop_in_place()
99 pub fn atomic_cxchg_relaxed_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_relaxed()
107 pub fn atomic_cxchg_relaxed_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_acquire()
115 pub fn atomic_cxchg_relaxed_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_relaxed_seqcst()
123 pub fn atomic_cxchg_acquire_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_relaxed()
131 pub fn atomic_cxchg_acquire_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_acquire()
139 pub fn atomic_cxchg_acquire_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_acquire_seqcst()
147 pub fn atomic_cxchg_release_relaxed<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_relaxed()
155 pub fn atomic_cxchg_release_acquire<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_acquire()
163 pub fn atomic_cxchg_release_seqcst<T: Copy>(dst: *mut T, old: T, src: T) -> (T, bool); in atomic_cxchg_release_seqcst()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dintrinsics.hpp67 # define BOOST_IS_POD(T) ::boost::is_same< typename ::__type_traits<T>::is_POD_type, ::__true_typ… argument
68 # define BOOST_HAS_TRIVIAL_CONSTRUCTOR(T) ::boost::is_same< typename ::__type_traits<T>::has_triv… argument
69 # define BOOST_HAS_TRIVIAL_COPY(T) ::boost::is_same< typename ::__type_traits<T>::has_trivial_cop… argument
70 # define BOOST_HAS_TRIVIAL_ASSIGN(T) ::boost::is_same< typename ::__type_traits<T>::has_trivial_a… argument
71 # define BOOST_HAS_TRIVIAL_DESTRUCTOR(T) ::boost::is_same< typename ::__type_traits<T>::has_trivi… argument
84 # define BOOST_IS_UNION(T) BOOST_STD_EXTENSION_NAMESPACE::is_union<T>::value argument
85 # define BOOST_IS_POD(T) BOOST_STD_EXTENSION_NAMESPACE::is_POD<T>::value argument
86 # define BOOST_HAS_TRIVIAL_CONSTRUCTOR(T) BOOST_STD_EXTENSION_NAMESPACE::has_trivial_default_ctor… argument
87 # define BOOST_HAS_TRIVIAL_COPY(T) BOOST_STD_EXTENSION_NAMESPACE::has_trivial_copy_ctor<T>::value argument
88 # define BOOST_HAS_TRIVIAL_ASSIGN(T) BOOST_STD_EXTENSION_NAMESPACE::has_trivial_assignment<T>::va… argument
[all …]
/aosp_15_r20/build/soong/apex/
H A Dapex_test.go56 func testApexError(t *testing.T, pattern, bp string, preparers ...android.FixturePreparer) {
66 func testApex(t *testing.T, bp string, preparers ...android.FixturePreparer) *android.TestContext {
215 func ensureEquals(t *testing.T, result string, expected string) {
223 func ensureContains(t *testing.T, result string, expected string) {
231 func ensureContainsOnce(t *testing.T, result string, expected string) {
240 func ensureNotContains(t *testing.T, result string, notExpected string) {
247 func ensureMatches(t *testing.T, result string, expectedRex string) {
259 func ensureListContainsMatch(t *testing.T, result []string, expectedRex string) {
267 func ensureListContains(t *testing.T, result []string, expected string) {
274 func ensureListNotContains(t *testing.T, result []string, notExpected string) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/
DconstFold_test.go8 func TestConstFolduint64add(t *testing.T) {
95 func TestConstFolduint64sub(t *testing.T) {
182 func TestConstFolduint64div(t *testing.T) {
249 func TestConstFolduint64mul(t *testing.T) {
336 func TestConstFolduint64mod(t *testing.T) {
403 func TestConstFoldint64add(t *testing.T) {
820 func TestConstFoldint64sub(t *testing.T) {
1237 func TestConstFoldint64div(t *testing.T) {
1609 func TestConstFoldint64mul(t *testing.T) {
2026 func TestConstFoldint64mod(t *testing.T) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/race/testdata/
Dmop_test.go54 func TestRaceIntRWGlobalFuncs(t *testing.T) {
61 func TestRaceIntRWClosures(t *testing.T) {
78 func TestNoRaceIntRWClosures(t *testing.T) {
96 func TestRaceInt32RWClosures(t *testing.T) {
113 func TestNoRaceCase(t *testing.T) {
128 func TestRaceCaseCondition(t *testing.T) {
149 func TestRaceCaseCondition2(t *testing.T) {
172 func TestRaceCaseBody(t *testing.T) {
194 func TestNoRaceCaseFallthrough(t *testing.T) {
216 func TestRaceCaseFallthrough(t *testing.T) {
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/intrinsics/
H A Dsimd.rs14 pub fn simd_insert<T, U>(x: T, idx: u32, val: U) -> T; in simd_insert()
24 pub fn simd_extract<T, U>(x: T, idx: u32) -> U; in simd_extract() argument
30 pub fn simd_add<T>(x: T, y: T) -> T; in simd_add()
36 pub fn simd_sub<T>(lhs: T, rhs: T) -> T; in simd_sub()
42 pub fn simd_mul<T>(x: T, y: T) -> T; in simd_mul()
52 pub fn simd_div<T>(lhs: T, rhs: T) -> T; in simd_div()
62 pub fn simd_rem<T>(lhs: T, rhs: T) -> T; in simd_rem()
74 pub fn simd_shl<T>(lhs: T, rhs: T) -> T; in simd_shl()
86 pub fn simd_shr<T>(lhs: T, rhs: T) -> T; in simd_shr()
92 pub fn simd_and<T>(x: T, y: T) -> T; in simd_and()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/intrinsics/
H A Dsimd.rs14 pub fn simd_insert<T, U>(x: T, idx: u32, val: U) -> T; in simd_insert()
24 pub fn simd_extract<T, U>(x: T, idx: u32) -> U; in simd_extract() argument
30 pub fn simd_add<T>(x: T, y: T) -> T; in simd_add()
36 pub fn simd_sub<T>(lhs: T, rhs: T) -> T; in simd_sub()
42 pub fn simd_mul<T>(x: T, y: T) -> T; in simd_mul()
52 pub fn simd_div<T>(lhs: T, rhs: T) -> T; in simd_div()
62 pub fn simd_rem<T>(lhs: T, rhs: T) -> T; in simd_rem()
74 pub fn simd_shl<T>(lhs: T, rhs: T) -> T; in simd_shl()
86 pub fn simd_shr<T>(lhs: T, rhs: T) -> T; in simd_shr()
92 pub fn simd_and<T>(x: T, y: T) -> T; in simd_and()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/intrinsics/
H A Dsimd.rs14 pub fn simd_insert<T, U>(x: T, idx: u32, val: U) -> T; in simd_insert()
24 pub fn simd_extract<T, U>(x: T, idx: u32) -> U; in simd_extract() argument
30 pub fn simd_add<T>(x: T, y: T) -> T; in simd_add()
36 pub fn simd_sub<T>(lhs: T, rhs: T) -> T; in simd_sub()
42 pub fn simd_mul<T>(x: T, y: T) -> T; in simd_mul()
52 pub fn simd_div<T>(lhs: T, rhs: T) -> T; in simd_div()
62 pub fn simd_rem<T>(lhs: T, rhs: T) -> T; in simd_rem()
74 pub fn simd_shl<T>(lhs: T, rhs: T) -> T; in simd_shl()
86 pub fn simd_shr<T>(lhs: T, rhs: T) -> T; in simd_shr()
92 pub fn simd_and<T>(x: T, y: T) -> T; in simd_and()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/intrinsics/
H A Dsimd.rs14 pub fn simd_insert<T, U>(x: T, idx: u32, val: U) -> T; in simd_insert()
24 pub fn simd_extract<T, U>(x: T, idx: u32) -> U; in simd_extract() argument
30 pub fn simd_add<T>(x: T, y: T) -> T; in simd_add()
36 pub fn simd_sub<T>(lhs: T, rhs: T) -> T; in simd_sub()
42 pub fn simd_mul<T>(x: T, y: T) -> T; in simd_mul()
52 pub fn simd_div<T>(lhs: T, rhs: T) -> T; in simd_div()
62 pub fn simd_rem<T>(lhs: T, rhs: T) -> T; in simd_rem()
74 pub fn simd_shl<T>(lhs: T, rhs: T) -> T; in simd_shl()
86 pub fn simd_shr<T>(lhs: T, rhs: T) -> T; in simd_shr()
92 pub fn simd_and<T>(x: T, y: T) -> T; in simd_and()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/intrinsics/
H A Dsimd.rs14 pub fn simd_insert<T, U>(x: T, idx: u32, val: U) -> T; in simd_insert()
24 pub fn simd_extract<T, U>(x: T, idx: u32) -> U; in simd_extract() argument
30 pub fn simd_add<T>(x: T, y: T) -> T; in simd_add()
36 pub fn simd_sub<T>(lhs: T, rhs: T) -> T; in simd_sub()
42 pub fn simd_mul<T>(x: T, y: T) -> T; in simd_mul()
52 pub fn simd_div<T>(lhs: T, rhs: T) -> T; in simd_div()
62 pub fn simd_rem<T>(lhs: T, rhs: T) -> T; in simd_rem()
74 pub fn simd_shl<T>(lhs: T, rhs: T) -> T; in simd_shl()
86 pub fn simd_shr<T>(lhs: T, rhs: T) -> T; in simd_shr()
92 pub fn simd_and<T>(x: T, y: T) -> T; in simd_and()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/test/
Dcgo_test.go15 func Test1328(t *testing.T) { test1328(t) }
16 func Test1560(t *testing.T) { test1560(t) }
17 func Test1635(t *testing.T) { test1635(t) }
18 func Test3250(t *testing.T) { test3250(t) }
19 func Test3729(t *testing.T) { test3729(t) }
20 func Test3775(t *testing.T) { test3775(t) }
21 func Test4029(t *testing.T) { test4029(t) }
22 func Test4339(t *testing.T) { test4339(t) }
23 func Test5227(t *testing.T) { test5227(t) }
24 func Test5242(t *testing.T) { test5242(t) }
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dtransport_test.go102 func makeTestDial(t *testing.T) (*testConnSet, func(n, addr string) (net.Conn, error)) {
140 func TestReuseRequest(t *testing.T) { run(t, testReuseRequest) }
141 func testReuseRequest(t *testing.T, mode testMode) {
169 func TestTransportKeepAlives(t *testing.T) { run(t, testTransportKeepAlives, []testMode{http1Mode})…
170 func testTransportKeepAlives(t *testing.T, mode testMode) {
199 func TestTransportConnectionCloseOnResponse(t *testing.T) {
202 func testTransportConnectionCloseOnResponse(t *testing.T, mode testMode) {
256 func TestTransportConnectionCloseOnRequest(t *testing.T) {
259 func testTransportConnectionCloseOnRequest(t *testing.T, mode testMode) {
321 func TestTransportConnectionCloseOnRequestDisableKeepAlive(t *testing.T) {
[all …]
Dserve_test.go169 func TestConsumingBodyOnNextConn(t *testing.T) {
251 func TestHostHandlers(t *testing.T) { run(t, testHostHandlers, []testMode{http1Mode}) }
252 func testHostHandlers(t *testing.T, mode testMode) {
367 func TestServeMuxHandler(t *testing.T) {
392 func TestServeMuxHandleFuncWithNilHandler(t *testing.T) {
417 func TestServeMuxHandlerRedirects(t *testing.T) {
460 func TestMuxRedirectLeadingSlashes(t *testing.T) {
489 func TestServeWithSlashRedirectKeepsQueryString(t *testing.T) {
492 func testServeWithSlashRedirectKeepsQueryString(t *testing.T, mode testMode) {
546 func TestServeWithSlashRedirectForHostPatterns(t *testing.T) {
[all …]
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dops_handler.py28 T = TypeVar("T") variable
95 def load_seed(self, name: str, offset: T):
99 def rand(self, seed: T, offset: T) -> T:
103 def randn(self, seed: T, offset: T) -> T:
107 def randint64(self, seed: T, offset: T, low: T, high: T) -> T:
111 def masked(self, mask: T, body: Callable[[], T], other: T) -> T: argument
125 def where(self, condition: T, input: T, other: T) -> T:
141 x: T,
152 def trunc_to_int(self, x: T, dtype: torch.dtype) -> T:
166 def ceil_to_int(self, x: T, dtype: torch.dtype) -> T:
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dos_test.go134 func size(name string, t *testing.T) int64 {
161 func newFile(t *testing.T) (f *File) {
181 func TestStat(t *testing.T) {
198 func TestStatError(t *testing.T) {
234 func TestStatSymlinkLoop(t *testing.T) {
257 func TestFstat(t *testing.T) {
279 func TestLstat(t *testing.T) {
299 func TestRead0(t *testing.T) {
322 func TestReadClosed(t *testing.T) {
470 func TestFileReaddirnames(t *testing.T) {
[all …]
/aosp_15_r20/build/soong/java/
H A Dapp_test.go37 func testApp(t *testing.T, bp string) *android.TestContext {
43 func TestApp(t *testing.T) {
102 func TestAppSplits(t *testing.T) {
126 func TestPlatformAPIs(t *testing.T) {
160 func TestAndroidAppLinkType(t *testing.T) {
249 func TestUpdatableApps(t *testing.T) {
374 func TestUpdatableApps_TransitiveDepsShouldSetMinSdkVersion(t *testing.T) {
392 func TestUpdatableApps_JniLibsShouldShouldSupportMinSdkVersion(t *testing.T) {
412 func TestUpdatableApps_JniLibShouldBeBuiltAgainstMinSdkVersion(t *testing.T) {
467 func TestUpdatableApps_ErrorIfJniLibDoesntSupportMinSdkVersion(t *testing.T) {
[all …]
H A Djava_test.go66 func testJavaError(t *testing.T, pattern string, bp string) (*android.TestContext, android.Config) {
80 func testJavaWithFS(t *testing.T, bp string, fs android.MockFS) (*android.TestContext, android.Conf…
98 func testJava(t *testing.T, bp string) (*android.TestContext, android.Config) {
119 func TestPrepareForTestWithJavaDefaultModules(t *testing.T) {
126 func TestJavaLinkType(t *testing.T) {
214 func TestSimple(t *testing.T) {
380 func TestExportedPlugins(t *testing.T) {
486 func TestSdkVersionByPartition(t *testing.T) {
527 func TestArchSpecific(t *testing.T) {
546 func TestBinary(t *testing.T) {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tinyvec/src/array/
Dgenerated_impl.rs7 impl<T: Default> Array for [T; 0] { implementation
13 fn as_slice(&self) -> &[T] { in as_slice()
19 fn as_slice_mut(&mut self) -> &mut [T] { in as_slice_mut()
29 impl<T: Default> Array for [T; 1] { implementation
35 fn as_slice(&self) -> &[T] { in as_slice()
41 fn as_slice_mut(&mut self) -> &mut [T] { in as_slice_mut()
51 impl<T: Default> Array for [T; 2] { implementation
57 fn as_slice(&self) -> &[T] { in as_slice()
63 fn as_slice_mut(&mut self) -> &mut [T] { in as_slice_mut()
73 impl<T: Default> Array for [T; 3] { implementation
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/tinyvec-1.6.0/src/array/
H A Dgenerated_impl.rs7 impl<T: Default> Array for [T; 0] { implementation
13 fn as_slice(&self) -> &[T] { in as_slice()
19 fn as_slice_mut(&mut self) -> &mut [T] { in as_slice_mut()
29 impl<T: Default> Array for [T; 1] { implementation
35 fn as_slice(&self) -> &[T] { in as_slice()
41 fn as_slice_mut(&mut self) -> &mut [T] { in as_slice_mut()
51 impl<T: Default> Array for [T; 2] { implementation
57 fn as_slice(&self) -> &[T] { in as_slice()
63 fn as_slice_mut(&mut self) -> &mut [T] { in as_slice_mut()
73 impl<T: Default> Array for [T; 3] { implementation
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/atomic/
Datomic_test.go35 func TestSwapInt32(t *testing.T) {
56 func TestSwapInt32Method(t *testing.T) {
77 func TestSwapUint32(t *testing.T) {
98 func TestSwapUint32Method(t *testing.T) {
119 func TestSwapInt64(t *testing.T) {
141 func TestSwapInt64Method(t *testing.T) {
163 func TestSwapUint64(t *testing.T) {
185 func TestSwapUint64Method(t *testing.T) {
207 func TestSwapUintptr(t *testing.T) {
230 func TestSwapUintptrMethod(t *testing.T) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/
Dexec_test.go22 type T struct { struct
24 True bool
25 I int
26 U16 uint16
27 X, S string
28 FloatZero float64
29 ComplexZero complex128
31 U *U member
33 V0 V
34 V1, V2 *V
[all …]

12345678910>>...492