/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/ |
D | PerStageTests.cpp | 45 PerStage<int> counts; in TEST() local 61 PerStage<int> counts; in TEST() local 77 PerStage<int> counts; in TEST() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | PerStageTests.cpp | 45 PerStage<int> counts; in TEST() local 61 PerStage<int> counts; in TEST() local 77 PerStage<int> counts; in TEST() local
|
/third_party/skia/src/sksl/analysis/ |
D | SkSLProgramUsage.cpp | 45 ProgramUsage::VariableCounts& counts = fUsage->fVariableCounts[&vd.var()]; in visitStatement() local 63 ProgramUsage::VariableCounts& counts = fUsage->fVariableCounts[ref.variable()]; in visitExpression() local 109 const VariableCounts* counts = fVariableCounts.find(&v); in get() local 116 VariableCounts counts = this->get(v); in isDead() local
|
/third_party/skia/src/sksl/transform/ |
D | SkSLEliminateDeadLocalVariables.cpp | 37 ProgramUsage::VariableCounts* counts = fUsage->fVariableCounts.find(var); in EliminateDeadLocalVariables() local 60 static bool CanEliminate(const Variable* var, const ProgramUsage::VariableCounts& counts) { in EliminateDeadLocalVariables()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree_reader_test.cc | 53 int counts[] = {1, 2, cap, cap * cap, cap * cap + 1, cap * cap * 2 + 17}; in TEST() local 85 int counts[] = {1, 2, cap, cap * cap, cap * cap + 1, cap * cap * 2 + 17}; in TEST() local 128 int counts[] = {1, 2, cap, cap * cap, cap * cap + 1, cap * cap * 2 + 17}; in TEST() local 240 int counts[] = {1, 2, cap, cap * cap + 1, cap * cap * cap * 2 + 17}; in TEST() local
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 74 int counts[] = {1, 256}; in init() local 143 int counts[] = {1, 256}; in init() local 212 int counts[] = {5, 256}; in init() local 283 int counts[] = {1, 256}; in init() local
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | set_intersection.hpp | 56 OutputIterator2 counts) in set_range() 153 vector<uint_> counts((count1+count2+tile_size-1)/tile_size + 1, queue.get_context()); in set_intersection() local
|
D | set_difference.hpp | 56 OutputIterator2 counts) in set_range() 165 vector<uint_> counts((count1+count2+tile_size-1)/tile_size + 1, queue.get_context()); in set_difference() local
|
D | set_symmetric_difference.hpp | 57 OutputIterator2 counts) in set_range() 177 vector<uint_> counts((count1+count2+tile_size-1)/tile_size + 1, queue.get_context()); in set_symmetric_difference() local
|
D | set_union.hpp | 56 OutputIterator2 counts) in set_range() 178 vector<uint_> counts((count1+count2+tile_size-1)/tile_size + 1, queue.get_context()); in set_union() local
|
/third_party/boost/boost/compute/algorithm/ |
D | set_union.hpp | 56 OutputIterator2 counts) in set_range() 178 vector<uint_> counts((count1+count2+tile_size-1)/tile_size + 1, queue.get_context()); in set_union() local
|
D | set_symmetric_difference.hpp | 57 OutputIterator2 counts) in set_range() 177 vector<uint_> counts((count1+count2+tile_size-1)/tile_size + 1, queue.get_context()); in set_symmetric_difference() local
|
D | set_intersection.hpp | 56 OutputIterator2 counts) in set_range() 153 vector<uint_> counts((count1+count2+tile_size-1)/tile_size + 1, queue.get_context()); in set_intersection() local
|
D | set_difference.hpp | 56 OutputIterator2 counts) in set_range() 165 vector<uint_> counts((count1+count2+tile_size-1)/tile_size + 1, queue.get_context()); in set_difference() local
|
/third_party/boost/libs/compute/example/ |
D | inline_ptx.cpp | 62 std::vector<uint_> counts(output.size()); in main() local
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sVertexArrayTests.cpp | 76 int counts[] = {1, 256}; in init() local 174 int counts[] = {1, 256}; in init() local 278 int counts[] = {5, 256}; in init() local 382 int counts[] = {1, 256}; in init() local
|
/third_party/flutter/skia/gm/ |
D | overdrawcanvas.cpp | 51 sk_sp<SkImage> counts = offscreen->makeImageSnapshot(); in DEF_SIMPLE_GM_BG() local
|
/third_party/skia/gm/ |
D | overdrawcanvas.cpp | 50 sk_sp<SkImage> counts = offscreen->makeImageSnapshot(); in DEF_SIMPLE_GM_BG() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ContextNULL.cpp | 251 const GLsizei *counts, in multiDrawArrays() 260 const GLsizei *counts, in multiDrawArraysInstanced() 278 const GLsizei *counts, in multiDrawElements() 288 const GLsizei *counts, in multiDrawElementsInstanced() 310 const GLsizei *counts, in multiDrawArraysInstancedBaseInstance() 321 const GLsizei *counts, in multiDrawElementsInstancedBaseVertexBaseInstance()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fVertexArrayTest.cpp | 73 int counts[] = {1, 256}; in init() local 142 int counts[] = {1, 256}; in init() local 211 int counts[] = {5, 256}; in init() local 282 int counts[] = {1, 256}; in init() local 350 int counts[] = {1, 256}; in init() local 413 int counts[] = {1, 256}; in init() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.cpp | 290 const GLsizei *counts, in multiDrawArrays() 299 const GLsizei *counts, in multiDrawArraysInstanced() 319 const GLsizei *counts, in multiDrawElements() 329 const GLsizei *counts, in multiDrawElementsInstanced() 353 const GLsizei *counts, in multiDrawArraysInstancedBaseInstance() 365 const GLsizei *counts, in multiDrawElementsInstancedBaseVertexBaseInstance()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
D | Period.java | 34 final int[] counts; field in Period 307 Period(int timeLimit, boolean inFuture, int[] counts) { in Period()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | Period.java | 32 final int[] counts; field in Period 305 Period(int timeLimit, boolean inFuture, int[] counts) { in Period()
|
/third_party/skia/docs/examples/ |
D | count_verbs.cpp | 34 int counts[6]; in draw() local
|
/third_party/node/deps/npm/node_modules/colors/lib/custom/ |
D | zalgo.js | 76 counts = {'up': 0, 'down': 0, 'mid': 0}; variable
|