/third_party/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()
|
D | MergeBench.cpp | 55 MergeBench(bool small) : fIsSmall(small), fInitialized(false) { } in MergeBench()
|
D | BlurImageFilterBench.cpp | 63 BlurImageFilterBench(SkScalar sigmaX, SkScalar sigmaY, bool small, bool cropped, in BlurImageFilterBench()
|
/third_party/skia/third_party/externals/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
|
/third_party/node/benchmark/buffers/ |
D | buffer-read-float.js | 18 small: 2 ** -1074, property 25 small: 2 ** -149, property
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/example/ |
D | small-qrcode.js | 4 qrcode.generate(url, { small: true }, function (qr) { property
|
/third_party/python/Include/internal/ |
D | pycore_accu.h | 26 PyObject *small; /* Pending small strings */ member
|
/third_party/jerryscript/tests/jerry-test-suite/es2015/22/22.02/22.02.03/ |
D | 22.02.03-014.js | 18 "small":0, property
|
D | 22.02.03-007.js | 18 "small":0, property
|
/third_party/skia/src/core/ |
D | SkPictureRecord.h | 26 #define UNPACK_8_24(combined, small, large) \ argument 29 #define PACK_8_24(small, large) ((small << 24) | large) argument
|
/third_party/skia/gm/ |
D | bigmatrix.cpp | 41 SkScalar small = 1 / (500 * SK_Scalar1); variable
|
D | verylargebitmap.cpp | 101 int small = 150; in onDraw() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_scale_fdiv.c | 41 nir_ssa_def *small = nir_flt(b, fabs, nir_imm_int(b, 0x00800000)); in nir_scale_fdiv_instr() local
|
/third_party/skia/tools/fonts/ |
D | create_test_font_color.cpp | 46 unsigned small[] = { 8, 16 }; in main() local
|
/third_party/skia/tests/ |
D | InfRectTest.cpp | 26 SkScalar small = SkIntToScalar(10); in DEF_TEST() local
|
/third_party/node/test/parallel/ |
D | test-buffer-writedouble.js | 89 const small = Buffer.allocUnsafe(1); constant
|
D | test-buffer-writefloat.js | 71 const small = Buffer.allocUnsafe(1); constant
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupUniformControlFlowTests.cpp | 242 bool small = false; in createSubgroupUniformControlFlowTests() local 305 bool small = true; in createSubgroupUniformControlFlowTests() local
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | switch.c | 13 int small(int a) in small() function
|
/third_party/python/Lib/test/test_json/ |
D | test_enum.py | 11 small = SMALL variable in BigNum
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | sorttest.c | 33 uint16_t small[]={ 8, 1, 2, 5, 4, 3, 7, 6 }; in SortTest() local
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | avtpaafdepay.c | 132 GstBuffer *buf, *small; in GST_START_TEST() local
|
/third_party/python/Lib/ |
D | cgitb.py | 46 def small(text): function
|
/third_party/openssl/crypto/ec/ |
D | ecp_nistp256.c | 258 static void smallfelem_neg(felem out, const smallfelem small) in smallfelem_neg() 485 static void smallfelem_square(longfelem out, const smallfelem small) in smallfelem_square() 566 u64 small[4]; in felem_square() local 935 static limb smallfelem_is_zero(const smallfelem small) in smallfelem_is_zero() 969 static int smallfelem_is_zero_int(const void *small) in smallfelem_is_zero_int()
|