/aosp_15_r20/external/skia/bench/ |
H A D | LightingBench.cpp | 19 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench() 100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench() 118 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench() 136 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench() 155 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench() 174 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench() 193 LightingSpotLitSpecularBench(bool small) : INHERITED(small) { } in LightingSpotLitSpecularBench()
|
H A D | DisplacementBench.cpp | 23 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench() 91 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench() 116 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench() 140 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/benches/hash/ |
H A D | set_ops.rs | 6 let small: HashSet<_> = (0..10).collect(); in set_difference() localVariable 14 let small: HashSet<_> = (0..10).collect(); in set_is_subset() localVariable 22 let small: HashSet<_> = (0..10).collect(); in set_intersection() localVariable 30 let small: HashSet<_> = (0..10).collect(); in set_symmetric_difference() localVariable 38 let small: HashSet<_> = (0..10).collect(); in set_union() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/benches/hash/ |
H A D | set_ops.rs | 6 let small: HashSet<_> = (0..10).collect(); in set_difference() localVariable 14 let small: HashSet<_> = (0..10).collect(); in set_is_subset() localVariable 22 let small: HashSet<_> = (0..10).collect(); in set_intersection() localVariable 30 let small: HashSet<_> = (0..10).collect(); in set_symmetric_difference() localVariable 38 let small: HashSet<_> = (0..10).collect(); in set_union() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/benches/hash/ |
H A D | set_ops.rs | 6 let small: HashSet<_> = (0..10).collect(); in set_difference() localVariable 14 let small: HashSet<_> = (0..10).collect(); in set_is_subset() localVariable 22 let small: HashSet<_> = (0..10).collect(); in set_intersection() localVariable 30 let small: HashSet<_> = (0..10).collect(); in set_symmetric_difference() localVariable 38 let small: HashSet<_> = (0..10).collect(); in set_union() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/benches/hash/ |
H A D | set_ops.rs | 6 let small: HashSet<_> = (0..10).collect(); in set_difference() localVariable 14 let small: HashSet<_> = (0..10).collect(); in set_is_subset() localVariable 22 let small: HashSet<_> = (0..10).collect(); in set_intersection() localVariable 30 let small: HashSet<_> = (0..10).collect(); in set_symmetric_difference() localVariable 38 let small: HashSet<_> = (0..10).collect(); in set_union() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/benches/hash/ |
H A D | set_ops.rs | 6 let small: HashSet<_> = (0..10).collect(); in set_difference() localVariable 14 let small: HashSet<_> = (0..10).collect(); in set_is_subset() localVariable 22 let small: HashSet<_> = (0..10).collect(); in set_intersection() localVariable 30 let small: HashSet<_> = (0..10).collect(); in set_symmetric_difference() localVariable 38 let small: HashSet<_> = (0..10).collect(); in set_union() localVariable
|
/aosp_15_r20/external/pdfium/xfa/fgas/crt/ |
H A D | cfgas_decimal_unittest.cpp | 22 CFGAS_Decimal small(std::numeric_limits<int32_t>::min()); in TEST() local 29 CFGAS_Decimal small(std::numeric_limits<uint32_t>::min()); in TEST() local 36 CFGAS_Decimal small(std::numeric_limits<uint64_t>::min()); in TEST() local 71 CFGAS_Decimal small(L"-1000000000000000000000000"); in TEST() local
|
/aosp_15_r20/external/pytorch/c10/test/core/impl/ |
H A D | SizesAndStrides_test.cpp | 186 SizesAndStrides small; in makeSmall() local 235 SizesAndStrides small = makeSmall(); in TEST() local 263 SizesAndStrides small = makeSmall(); in TEST() local 389 SizesAndStrides small = makeSmall(); in TEST() local 410 SizesAndStrides small = makeSmall(); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | fixed_array_exception_safety_test.cc | 55 auto small = FixedArr(kSmallSize); in TEST() local 63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local 109 auto small = FixedArr(kSmallSize); in TEST() local 117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/ |
H A D | fixed_array_exception_safety_test.cc | 55 auto small = FixedArr(kSmallSize); in TEST() local 63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local 109 auto small = FixedArr(kSmallSize); in TEST() local 117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/ |
H A D | fixed_array_exception_safety_test.cc | 55 auto small = FixedArr(kSmallSize); in TEST() local 63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local 109 auto small = FixedArr(kSmallSize); in TEST() local 117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/ |
H A D | fixed_array_exception_safety_test.cc | 55 auto small = FixedArr(kSmallSize); in TEST() local 63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local 109 auto small = FixedArr(kSmallSize); in TEST() local 117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
|
/aosp_15_r20/external/abseil-cpp/absl/container/ |
H A D | fixed_array_exception_safety_test.cc | 55 auto small = FixedArr(kSmallSize); in TEST() local 63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local 109 auto small = FixedArr(kSmallSize); in TEST() local 117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/ |
H A D | fixed_array_exception_safety_test.cc | 55 auto small = FixedArr(kSmallSize); in TEST() local 63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local 109 auto small = FixedArr(kSmallSize); in TEST() local 117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/ |
H A D | fixed_array_exception_safety_test.cc | 55 auto small = FixedArr(kSmallSize); in TEST() local 63 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local 109 auto small = FixedArr(kSmallSize); in TEST() local 117 auto small = FixedArrWithAlloc(kSmallSize); in TEST() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
H A D | CorrelatedRandomVectorGenerator.java | 98 RealMatrix covariance, double small, in CorrelatedRandomVectorGenerator() 126 public CorrelatedRandomVectorGenerator(RealMatrix covariance, double small, in CorrelatedRandomVectorGenerator() 188 private void decompose(RealMatrix covariance, double small) in decompose()
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | aarch64-neon-ranges.c | 6 void test_vext_8bit(int8x8_t small, int8x16_t big) { in test_vext_8bit() 22 void test_mul_lane_f64(float64x1_t small, float64x2_t big, float64x2_t rhs) { in test_mul_lane_f64() 39 void test_ld1st1(int8x8_t small, int8x16_t big, void *addr) { in test_ld1st1()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/customization/SystemUICustomizationLib/android_common/kapt/gen/stubs/com/android/systemui/shared/clocks/ |
D | ClockDesign.java | 28 private final com.android.systemui.shared.clocks.ClockFace small = null; field in ClockDesign 38 com.android.systemui.shared.clocks.ClockFace small, @com.android.systemui.monet.Style.Type() in ClockDesign() 121 com.android.systemui.shared.clocks.ClockFace small, @com.android.systemui.monet.Style.Type() in copy()
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | sparcv9-abi.c | 25 struct small { struct 29 // CHECK-LABEL: define %struct.small @f_small(i32* %x.coerce0, i32* %x.coerce1) argument
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue8961.go | 10 type small struct { a int } argument
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/ |
H A D | NumberCoercionTest.java | 72 long small = -1L + Integer.MIN_VALUE; in testToIntFailing() local 193 BigInteger small = BigInteger.valueOf(Long.MIN_VALUE).subtract(BigInteger.TEN); in testToLongFailing() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/random/ |
H A D | CorrelatedRandomVectorGenerator.java | 81 double small, in CorrelatedRandomVectorGenerator() 108 RealMatrix covariance, double small, NormalizedRandomGenerator generator) { in CorrelatedRandomVectorGenerator()
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/ |
H A D | AsyncNumberCoercionTest.java | 80 long small = -1L + Integer.MIN_VALUE; in testToIntFailing() local 196 BigInteger small = BigInteger.valueOf(Long.MIN_VALUE).subtract(BigInteger.TEN); in testToLongFailing() local
|
/aosp_15_r20/external/libgav1/tests/ |
H A D | utils_test.cc | 67 std::unique_ptr<SmallMaxAligned> small(new (std::nothrow) SmallMaxAligned); in TEST() local 78 std::unique_ptr<SmallMaxAligned> small(new SmallMaxAligned); in TEST() local
|