| /external/skia/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 | 21 DisplacementBaseBench(bool small) : fInitialized(false), fIsSmall(small) { } in DisplacementBaseBench() 93 DisplacementZeroBench(bool small) : INHERITED(small) { } in DisplacementZeroBench() 120 DisplacementAlphaBench(bool small) : INHERITED(small) { } in DisplacementAlphaBench() 146 DisplacementFullBench(bool small) : INHERITED(small) { } in DisplacementFullBench()
|
| D | MagnifierBench.cpp | 20 MagnifierBench(bool small) : in MagnifierBench()
|
| D | MergeBench.cpp | 56 MergeBench(bool small) : fIsSmall(small), fInitialized(false) { } in MergeBench()
|
| D | BlurImageFilterBench.cpp | 63 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small, bool cropped, in BlurImageFilterBench()
|
| /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/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/SemaCXX/ |
| D | attr-print.cpp | 24 int small __attribute__((mode(byte))); variable
|
| D | builtin-object-size-cxx14.cpp | 96 SmallStruct small; in tooSmallBuf() local
|
| /external/libcxx/test/std/utilities/function.objects/unord.hash/ |
| D | integral.pass.cpp | 39 …const bool small = std::integral_constant<bool, sizeof(T) <= sizeof(std::size_t)>::value; // avoid… in test() local
|
| D | enum.pass.cpp | 46 …const bool small = std::integral_constant<bool, sizeof(T) <= sizeof(std::size_t)>::value; // avoid… in test() local
|
| /external/skia/gm/ |
| D | bigmatrix.cpp | 35 SkScalar small = 1 / (500 * SK_Scalar1); variable
|
| D | verylargebitmap.cpp | 93 int small = 150; in onDraw() local
|
| /external/valgrind/memcheck/tests/ |
| D | big_blocks_freed_list.c | 11 char *small = NULL; in main() local
|
| /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/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
| D | MergeTagTest.java | 47 Map<Object, Object> small = (Map<Object, Object>) list.get(3); in testMerge() local
|
| /external/libvterm/src/ |
| D | rect.h | 39 static int rect_contains(VTermRect *big, VTermRect *small) in rect_contains()
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue103/ |
| D | MergingTest.java | 77 Map<Object, Object> small = inputList.get(3); in check() local
|
| /external/skia/src/core/ |
| D | SkPictureRecord.h | 24 #define UNPACK_8_24(combined, small, large) \ argument 27 #define PACK_8_24(small, large) ((small << 24) | large) argument
|
| /external/skia/tests/ |
| D | InfRectTest.cpp | 62 SkScalar small = SkIntToScalar(10); in DEF_TEST() local
|
| /external/eigen/test/ |
| D | stable_norm.cpp | 66 Scalar small = factor * ((std::numeric_limits<RealScalar>::min)() * RealScalar(1e4)); in stable_norm() local
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | sorttest.c | 32 uint16_t small[]={ 8, 1, 2, 5, 4, 3, 7, 6 }; in SortTest() local
|
| /external/libbrillo/brillo/ |
| D | any_internal_impl_unittest.cc | 79 } small = {}; in TEST() local
|
| /external/eigen/bench/ |
| D | dense_solvers.cpp | 103 const int small = 8; in main() local
|