/external/skqp/bench/ |
D | ColorFilterBench.cpp | 47 ColorFilterBaseBench(bool small) : fIsSmall(small) { } in ColorFilterBaseBench() 66 ColorFilterDimBrightBench(bool small) : INHERITED(small) { } in ColorFilterDimBrightBench() 94 ColorFilterBrightGrayBench(bool small) : INHERITED(small) { } in ColorFilterBrightGrayBench() 119 ColorFilterGrayBrightBench(bool small) : INHERITED(small) { } in ColorFilterGrayBrightBench() 144 ColorFilterBlueBrightBench(bool small) : INHERITED(small) { } in ColorFilterBlueBrightBench() 169 ColorFilterBrightBlueBench(bool small) : INHERITED(small) { } in ColorFilterBrightBlueBench() 194 ColorFilterBrightBench(bool small) : INHERITED(small) { } in ColorFilterBrightBench() 218 ColorFilterBlueBench(bool small) : INHERITED(small) { } in ColorFilterBlueBench() 242 ColorFilterGrayBench(bool small) : INHERITED(small) { } in ColorFilterGrayBench()
|
D | LightingBench.cpp | 19 LightingBaseBench(bool small) : fIsSmall(small) { } in LightingBaseBench() 100 LightingPointLitDiffuseBench(bool small) : INHERITED(small) { } in LightingPointLitDiffuseBench() 121 LightingDistantLitDiffuseBench(bool small) : INHERITED(small) { } in LightingDistantLitDiffuseBench() 142 LightingSpotLitDiffuseBench(bool small) : INHERITED(small) { } in LightingSpotLitDiffuseBench() 166 LightingPointLitSpecularBench(bool small) : INHERITED(small) { } in LightingPointLitSpecularBench() 188 LightingDistantLitSpecularBench(bool small) : INHERITED(small) { } in LightingDistantLitSpecularBench() 210 LightingSpotLitSpecularBench(bool small) : INHERITED(small) { } in LightingSpotLitSpecularBench()
|
D | DisplacementBench.cpp | 22 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench() 94 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench() 121 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench() 147 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench()
|
/external/skia/bench/ |
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()
|
D | DisplacementBench.cpp | 22 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench() 90 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench() 115 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench() 139 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench()
|
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_decimal_unittest.cpp | 20 CFGAS_Decimal small(std::numeric_limits<int32_t>::min()); in TEST() local 27 CFGAS_Decimal small(std::numeric_limits<uint32_t>::min()); in TEST() local 34 CFGAS_Decimal small(std::numeric_limits<uint64_t>::min()); in TEST() local 69 CFGAS_Decimal small(L"-1000000000000000000000000"); in TEST() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
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()
|
/external/llvm-project/clang/test/Sema/ |
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()
|
/external/clang/test/Sema/ |
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()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/ |
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
|
/external/libtextclassifier/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
|
/external/rust/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
|
/external/angle/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
|
/external/openscreen/third_party/abseil/src/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
|
/external/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
|
/external/webrtc/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
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/ |
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
|
/external/llvm-project/clang/test/CodeGen/RISCV/ |
D | riscv32-ilp32-ilp32f-abi.c | 15 struct small { struct 19 struct small_aligned { argument
|
D | riscv32-ilp32-abi.c | 13 struct small { struct 17 struct small_aligned { argument
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_int_sioimath.c | 172 int32_t small; in isl_sioimath_read() local 201 int32_t small; in isl_sioimath_print() local
|
/external/llvm-project/clang/test/CodeGen/ |
D | sparcv9-abi.c | 25 struct small { struct 29 // CHECK-LABEL: define %struct.small @f_small(i32* %x.coerce0, i32* %x.coerce1) argument
|
/external/clang/test/CodeGen/ |
D | sparcv9-abi.c | 25 struct small { struct 29 // CHECK-LABEL: define %struct.small @f_small(i32* %x.coerce0, i32* %x.coerce1) argument
|
/external/clang/test/SemaCXX/ |
D | attr-print.cpp | 24 int small __attribute__((mode(byte))); variable
|
/external/python/cpython3/Include/internal/ |
D | pycore_accu.h | 26 PyObject *small; /* Pending small strings */ member
|
/external/rust/crates/rand/src/rngs/ |
D | mod.rs | 109 #[cfg(feature = "small_rng")] mod small; module
|