/third_party/vk-gl-cts/external/amber/src/src/ |
D | type_parser_test.cc | 44 {FormatComponentType::kB, FormatMode::kUNorm, 5}, in TEST_F() 52 {FormatComponentType::kB, FormatMode::kSInt, 10}, in TEST_F() 62 {FormatComponentType::kB, FormatMode::kSNorm, 10}, in TEST_F() 72 {FormatComponentType::kB, FormatMode::kSScaled, 10}, in TEST_F() 82 {FormatComponentType::kB, FormatMode::kUInt, 10}, in TEST_F() 92 {FormatComponentType::kB, FormatMode::kUNorm, 10}, in TEST_F() 102 {FormatComponentType::kB, FormatMode::kUScaled, 10}, in TEST_F() 114 {FormatComponentType::kB, FormatMode::kSInt, 10}, in TEST_F() 124 {FormatComponentType::kB, FormatMode::kSNorm, 10}, in TEST_F() 134 {FormatComponentType::kB, FormatMode::kSScaled, 10}, in TEST_F() [all …]
|
/third_party/skia/tests/graphite/ |
D | MaskTest.cpp | 14 kB = 2, enumerator 27 REPORTER_ASSERT(r, !(flags & Flags::kB)); in DEF_GRAPHITE_TEST() 29 flags |= (Flags::kB | Flags::kC); in DEF_GRAPHITE_TEST() 30 auto mask = Flags::kB | Flags::kC; in DEF_GRAPHITE_TEST() 32 REPORTER_ASSERT(r, flags == (Flags::kA | Flags::kB | Flags::kC)); in DEF_GRAPHITE_TEST() 34 REPORTER_ASSERT(r, flags == (Flags::kA | Flags::kB)); in DEF_GRAPHITE_TEST() 39 flags &= ~Flags::kB; in DEF_GRAPHITE_TEST() 47 REPORTER_ASSERT(r, !(Flags::kA & Flags::kB)); in DEF_GRAPHITE_TEST() 48 REPORTER_ASSERT(r, (Flags::kA ^ Flags::kB) == (Flags::kA | Flags::kB)); in DEF_GRAPHITE_TEST()
|
/third_party/skia/gm/ |
D | displacement.cpp | 71 SkColorChannel::kB, SkColorChannel::kA, 16.0f, displ, nullptr)); in onDraw() 74 SkColorChannel::kR, SkColorChannel::kB, 32.0f, displ, nullptr)); in onDraw() 87 SkColorChannel::kB, SkColorChannel::kA, 40.0f, displ, nullptr)); in onDraw() 90 SkColorChannel::kR, SkColorChannel::kB, 40.0f, displ, nullptr)); in onDraw() 104 SkColorChannel::kB, SkColorChannel::kA, 16.0f, displ, nullptr, &cropRect)); in onDraw() 107 SkColorChannel::kR, SkColorChannel::kB, 32.0f, displ, nullptr, &cropRect)); in onDraw() 120 SkColorChannel::kB, SkColorChannel::kA, 40.0f, displ, nullptr, &cropRect)); in onDraw() 123 SkColorChannel::kR, SkColorChannel::kB, 40.0f, displ, nullptr, &cropRect)); in onDraw() 144 SkColorChannel::kB, SkColorChannel::kA, 40.0f, std::move(displ), nullptr)); in onDraw() 148 SkColorChannel::kR, SkColorChannel::kB, 40.0f, std::move(displ), nullptr)); in onDraw()
|
/third_party/flutter/skia/gm/ |
D | displacement.cpp | 72 SkColorChannel::kB, SkColorChannel::kA, 16.0f, displ, nullptr)); in onDraw() 75 SkColorChannel::kR, SkColorChannel::kB, 32.0f, displ, nullptr)); in onDraw() 88 SkColorChannel::kB, SkColorChannel::kA, 40.0f, displ, nullptr)); in onDraw() 91 SkColorChannel::kR, SkColorChannel::kB, 40.0f, displ, nullptr)); in onDraw() 105 SkColorChannel::kB, SkColorChannel::kA, 16.0f, displ, nullptr, &cropRect)); in onDraw() 108 SkColorChannel::kR, SkColorChannel::kB, 32.0f, displ, nullptr, &cropRect)); in onDraw() 121 SkColorChannel::kB, SkColorChannel::kA, 40.0f, displ, nullptr, &cropRect)); in onDraw() 124 SkColorChannel::kR, SkColorChannel::kB, 40.0f, displ, nullptr, &cropRect)); in onDraw() 145 SkColorChannel::kB, SkColorChannel::kA, 40.0f, std::move(displ), nullptr)); in onDraw() 149 SkColorChannel::kR, SkColorChannel::kB, 40.0f, std::move(displ), nullptr)); in onDraw()
|
/third_party/skia/tests/ |
D | RoundRectTest.cpp | 1111 kA, kB, kRect enumerator 1124 (tl == kA ? a : (tl == kB ? b : kRect)).radii(SkRRect::kUpperLeft_Corner), in verify_success() 1125 (tr == kA ? a : (tr == kB ? b : kRect)).radii(SkRRect::kUpperRight_Corner), in verify_success() 1126 (br == kA ? a : (br == kB ? b : kRect)).radii(SkRRect::kLowerRight_Corner), in verify_success() 1127 (bl == kA ? a : (bl == kB ? b : kRect)).radii(SkRRect::kLowerLeft_Corner) in verify_success() 1198 verify_success(reporter, a, b.makeOffset(0.f, 6.f), kB, kB, kRect, kRect); in test_conservative_intersection() 1199 verify_success(reporter, a, b.makeOffset(0.f, -6.f), kRect, kRect, kB, kB); in test_conservative_intersection() 1201 verify_success(reporter, a.makeOffset(-7.f, -8.f), b, kB, kRect, kA, kRect); // TL of B in test_conservative_intersection() 1202 verify_success(reporter, a.makeOffset(7.f, -8.f), b, kRect, kB, kRect, kA); // TR of B in test_conservative_intersection() 1203 verify_success(reporter, a.makeOffset(7.f, 8.f), b, kA, kRect, kB, kRect); // BR of B in test_conservative_intersection() [all …]
|
D | ResourceAllocatorTest.cpp | 53 constexpr SkBudgeted kB = SkBudgeted::kYes; variable 417 const ProxyParams kProxy64 = {64, kRT, kRGBA, kE, 1, kB, kDeferred}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 419 const ProxyParams kProxy64Lazy = {64, kRT, kRGBA, kE, 1, kB, kLazy}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 420 const ProxyParams kProxy64FullyLazy = {64, kRT, kRGBA, kE, 1, kB, kFullyLazy}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 421 const ProxyParams kProxy32Instantiated = {32, kRT, kRGBA, kE, 1, kB, kInstantiated}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 422 const ProxyParams kProxy64Instantiated = {64, kRT, kRGBA, kE, 1, kB, kInstantiated}; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/ltp/testcases/kernel/numa/ |
D | numa01.sh | 314 Ori_hpgs=$(cat ${Sys_node}/node${node}/hugepages/hugepages-${HPAGE_SIZE}kB/nr_hugepages) 316 echo $New_hpgs >${Sys_node}/node${node}/hugepages/hugepages-${HPAGE_SIZE}kB/nr_hugepages 318 Chk_hpgs=$(cat ${Sys_node}/node${node}/hugepages/hugepages-${HPAGE_SIZE}kB/nr_hugepages) 336 echo $Ori_hpgs >${Sys_node}/node${node}/hugepages/hugepages-${HPAGE_SIZE}kB/nr_hugepages 341 echo $Ori_hpgs >${Sys_node}/node${node}/hugepages/hugepages-${HPAGE_SIZE}kB/nr_hugepages
|
/third_party/node/deps/npm/node_modules/byte-size/ |
D | index.mjs | 6 * 1000 | kB kilobyte 63 { expFrom: 1, expTo: 2, metric: 'kB', iec: 'KiB', metric_octet: 'ko', iec_octet: 'Kio' }, 115 * { value: '1.6', unit: 'kB' }
|
D | README.md | 15 1000 | kB kilobyte 78 { value: '1.6', unit: 'kB' }
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_max_cert_list.pod | 41 The default value for the maximum certificate chain size is 100kB (30kB 45 without special extensions have a typical size of 1-2kB).
|
/third_party/openssl/test/ssl-tests/ |
D | 13-fragmentation.cnf.in | 69 # Exceeds the 64kB write buffer size. 107 # around 4. Since the test buffer is 64kB, a 4kB fragment is
|
/third_party/skia/bench/ |
D | DisplacementBench.cpp | 126 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kB, SkColorChannel::kA, in onDraw() 150 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kB, in onDraw()
|
/third_party/flutter/skia/bench/ |
D | DisplacementBench.cpp | 129 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kB, SkColorChannel::kA, in onDraw() 153 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kB, in onDraw()
|
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkDisplacementMapEffect.cpp | 97 case SkColorChannel::kB: in channel_selector_type_is_valid() 113 return SkColorChannel::kB; in convert_channel_type() 121 return SkColorChannel::kB; in convert_channel_type() 608 case SkColorChannel::kB: in emitCode() 625 case SkColorChannel::kB: in emitCode()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
D | vktMemoryModelPadding.cpp | 239 constexpr deInt32 kB = 2; in iterate() local 252 BufferStructure inputValues {kA, kB, kC, kInputPaddingByte}; in iterate() 339 …return (outputData->checkValues(kA, kB, kC, kOutputPaddingByte) ? tcu::TestStatus::pass("Pass") : … in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
D | vktMemoryModelPadding.cpp | 239 constexpr deInt32 kB = 2; in iterate() local 252 BufferStructure inputValues {kA, kB, kC, kInputPaddingByte}; in iterate() 339 …return (outputData->checkValues(kA, kB, kC, kOutputPaddingByte) ? tcu::TestStatus::pass("Pass") : … in iterate()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | zh_Hant.txt | 163 dnam{"kB"} 164 other{"{0} kB"} 789 dnam{"kB"} 790 other{"{0}kB"} 1410 dnam{"kB"} 1411 other{"{0} kB"}
|
D | yue_Hans.txt | 163 dnam{"kB"} 164 other{"{0} kB"} 741 other{"{0}kB"} 1234 dnam{"kB"} 1235 other{"{0} kB"}
|
D | yue.txt | 162 dnam{"kB"} 163 other{"{0} kB"} 740 other{"{0}kB"} 1233 dnam{"kB"} 1234 other{"{0} kB"}
|
D | mk.txt | 904 dnam{"kB"} 905 one{"{0} kB"} 906 other{"{0} kB"} 1524 dnam{"kB"} 1525 one{"{0} kB"} 1526 other{"{0} kB"}
|
D | zu.txt | 192 dnam{"kB"} 193 one{"{0} kB"} 194 other{"{0} kB"} 1088 dnam{"kB"} 1089 one{"{0} kB"} 1090 other{"{0} kB"}
|
/third_party/skia/include/core/ |
D | SkColor.h | 229 kB, // the blue channel enumerator 239 kBlue_SkColorChannelFlag = 1 << static_cast<uint32_t>(SkColorChannel::kB),
|
/third_party/icu/icu4c/source/data/unit/ |
D | zh_Hant.txt | 213 dnam{"kB"} 214 other{"{0} kB"} 986 dnam{"kB"} 987 other{"{0}kB"} 1633 dnam{"kB"} 1634 other{"{0} kB"}
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | zh_Hant.txt | 213 dnam{"kB"} 214 other{"{0} kB"} 986 dnam{"kB"} 987 other{"{0}kB"} 1633 dnam{"kB"} 1634 other{"{0} kB"}
|
/third_party/node/deps/npm/node_modules/asynckit/ |
D | README.md | 22 | asynckit.js | 12.34 kB | 23 | asynckit.min.js | 4.11 kB | 24 | asynckit.min.js.gz | 1.47 kB |
|