Home
last modified time | relevance | path

Searched defs:Small (Results 1 – 25 of 206) sorted by relevance

123456789

/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/utils/
Dqc.rs7 pub struct Small<T>(pub T); struct
9 impl<T> Deref for Small<T> { implementation
16 impl<T> Arbitrary for Small<T> implementation
/aosp_15_r20/prebuilts/go/linux-x86/test/interface/
Dbigdata.go48 type Small struct { a int32 } struct
49 func (z Small) M() int64 { return int64(z.a) }
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dthunks.cpp188 struct Small { short s; }; struct
216 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
H A Dmicrosoft-abi-sret-and-byval.cpp11 struct Small { struct
16 struct SmallCpp11NotCpp03Pod : Empty { argument
H A Dthiscall-struct-return.cpp21 struct S __attribute__((thiscall)) Small() const { in Small() function in C
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_global_func10.c6 struct Small { struct
26 const struct Small small = {.x = skb->len }; in test_cls() 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.java70 …public static final class Small extends com.android.healthconnect.controller.permissions.request.w… class in ButtonSize
74 private Small() { in Small() method in ButtonSize.Small
/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/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/libbrillo/brillo/
H A Dany_internal_impl_test.cc77 struct Small { in TEST() struct
78 double d; in TEST()
/aosp_15_r20/external/libgav1/src/utils/
H A Dmemory_test.cc34 struct Small : public Allocable { struct
35 uint8_t x;
/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.rs53 Small([Param<'k, 'v>; SMALL], usize), enumerator
180 Small(iter::Take<slice::Iter<'ps, Param<'k, 'v>>>), enumerator
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/
H A DAnnotatedElementBenchmark.java250 Small c() default @Small; in c() field
255 public @interface Small { annotation in AnnotatedElementBenchmark
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DAnnotatedElementPerfTest.java318 Small c() default @Small; in c() field
324 public @interface Small { annotation in AnnotatedElementPerfTest
/aosp_15_r20/external/clang/test/CodeGen/
H A Dvectorcall.c12 struct Small { int x; }; argument
H A Daarch64-type-sizes.c83 enum Small { enum
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Dexample_text_marshaling_test.go18 Small const
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/
Dexample_text_marshaling_test.go18 Small const
/aosp_15_r20/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1141 SDValue Small = DAG.getTargetConstantPool( in LowerConstantPool() local
1175 SDValue Small = DAG.getTargetGlobalAddress( in LowerGlobalAddress() local
1218 SDValue Small = DAG.getTargetJumpTable( in LowerJumpTable() local
/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dasinf_2u5.c17 #define Small 0x39800000 /* 2^-12. */ macro

123456789