Home
last modified time | relevance | path

Searched defs:Large (Results 1 – 25 of 109) sorted by relevance

12345

/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue23179.dir/
Da.go7 type Large struct { struct
8 x [256]int
11 func F(x int, _ int, _ bool, _ Large) int {
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/
H A Ddonotoptimize_assembly_test.cc22 struct Large { struct
37 benchmark::DoNotOptimize(Large{ExternInt, {ExternInt, ExternInt}}); in test_with_large_rvalue() argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/permissions/request/wear/elements/
DButtonSize.java61 …public static final class Large extends com.android.healthconnect.controller.permissions.request.w… class in ButtonSize
65 private Large() { in Large() method in ButtonSize.Large
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DCodeGen.h28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
37 enum Level { Default=0, Small=1, Large=2 }; enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/tests/
Dquick.rs552 struct Large<T>(T); struct
554 impl<T> Deref for Large<T> { implementation
561 impl<T> Arbitrary for Large<Vec<T>> implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCodeGen.h28 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
37 enum Level { Default=0, Small=1, Large=2 }; enumerator
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dthunks.cpp189 struct Large { struct
190 char array[1024];
216 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
/aosp_15_r20/external/libbrillo/brillo/
H A Dany_internal_impl_test.cc85 struct Large { in TEST() struct
86 char c[20]; in TEST()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/any/
H A Dallocator.pass.cpp29 struct Large { char big[sizeof(std::any) + 1]; }; struct
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
40 enum Level { Default=0, Small=1, Large=2 }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
40 enum Level { Default=0, Small=1, Large=2 }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
40 enum Level { Default=0, Small=1, Large=2 }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
40 enum Level { Default=0, Small=1, Large=2 }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
40 enum Level { Default=0, Small=1, Large=2 }; enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/matchit/src/
Dparams.rs54 Large(Vec<Param<'k, 'v>>), enumerator
181 Large(slice::Iter<'ps, Param<'k, 'v>>), enumerator
/aosp_15_r20/external/clang/test/CodeGen/
H A Dvectorcall.c17 struct Large { int a[5]; }; argument
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue5609.go11 const Large uint64 = 18446744073709551615 const
Dissue6036.go15 Large [1 << 31]byte member
/aosp_15_r20/external/llvm/lib/Fuzzer/test/
H A DSignedIntOverflowTest.cpp13 static int Large = INT_MAX; variable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/panels/ui/compose/selection/
DQSDragAnchor.java11 /*public static final*/ Large /* = new Large() */; enumConstant
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Dexample_text_marshaling_test.go19 Large const
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/
Dexample_text_marshaling_test.go19 Large const
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Dctrdrbg_test.cc63 TEST(CTRDRBGTest, Large) { in TEST() argument
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Dctrdrbg_test.cc63 TEST(CTRDRBGTest, Large) { in TEST() argument
/aosp_15_r20/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/model/
H A DTwitter.kt146 data class Large( dataClass

12345