/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/ |
D | QRRSBlock.js | 3 function QRRSBlock(totalCount, dataCount) { argument 4 this.totalCount = totalCount; 271 var totalCount = rsBlock[i * 3 + 1]; 275 list.push(new QRRSBlock(totalCount, dataCount) );
|
D | index.js | 410 var ecCount = rsBlocks[r].totalCount - dcCount; 436 totalCodeCount += rsBlocks[y].totalCount;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DynamicImage2DHLSL.cpp | 388 unsigned int totalCount, in OutputImage2DSizeFunction() argument 405 if (texture2DCount == totalCount) in OutputImage2DSizeFunction() 433 if (texture3DCount == totalCount) in OutputImage2DSizeFunction() 469 if (texture2DArrayCount == totalCount) in OutputImage2DSizeFunction() 494 unsigned int totalCount, in OutputImage2DLoadFunction() argument 511 if (texture2DCount == totalCount) in OutputImage2DLoadFunction() 529 if (texture3DCount == totalCount) in OutputImage2DLoadFunction() 564 if (texture2DArrayCount == totalCount) in OutputImage2DLoadFunction() 587 unsigned int totalCount, in OutputImage2DStoreFunction() argument 602 if (texture2DCount == totalCount) in OutputImage2DStoreFunction() [all …]
|
D | VertexDataManager.cpp | 381 int totalCount = in StoreStaticAttrib() local 385 if (totalCount > 0) in StoreStaticAttrib() 388 totalCount, 0, sourceData)); in StoreStaticAttrib() 500 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in reserveSpaceForAttrib() local 512 static_cast<int64_t>(firstVertexIndex) + static_cast<int64_t>(totalCount); in reserveSpaceForAttrib() 521 return mStreamingBuffer.reserveVertexSpace(context, attrib, binding, totalCount, instances, in reserveSpaceForAttrib() 567 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in storeDynamicAttrib() local 572 static_cast<GLsizei>(totalCount), instances, baseInstance, &streamOffset, sourceData)); in storeDynamicAttrib()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DynamicImage2DHLSL.cpp | 388 unsigned int totalCount, in OutputImage2DSizeFunction() argument 405 if (texture2DCount == totalCount) in OutputImage2DSizeFunction() 433 if (texture3DCount == totalCount) in OutputImage2DSizeFunction() 469 if (texture2DArrayCount == totalCount) in OutputImage2DSizeFunction() 494 unsigned int totalCount, in OutputImage2DLoadFunction() argument 511 if (texture2DCount == totalCount) in OutputImage2DLoadFunction() 529 if (texture3DCount == totalCount) in OutputImage2DLoadFunction() 564 if (texture2DArrayCount == totalCount) in OutputImage2DLoadFunction() 587 unsigned int totalCount, in OutputImage2DStoreFunction() argument 602 if (texture2DCount == totalCount) in OutputImage2DStoreFunction() [all …]
|
D | VertexDataManager.cpp | 382 int totalCount = in StoreStaticAttrib() local 386 if (totalCount > 0) in StoreStaticAttrib() 389 totalCount, 0, sourceData)); in StoreStaticAttrib() 497 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in reserveSpaceForAttrib() local 507 static_cast<int64_t>(firstVertexIndex) + static_cast<int64_t>(totalCount); in reserveSpaceForAttrib() 516 return mStreamingBuffer.reserveVertexSpace(context, attrib, binding, totalCount, instances); in reserveSpaceForAttrib() 559 size_t totalCount = gl::ComputeVertexBindingElementCount(binding.getDivisor(), count, in storeDynamicAttrib() local 564 static_cast<GLsizei>(totalCount), instances, &streamOffset, sourceData)); in storeDynamicAttrib()
|
/third_party/flutter/skia/tools/lua/ |
D | glyph-usage.lua | 116 local totalCount = 0 131 totalCount = totalCount + count 136 local ave = round(totalCount / strikeCount)
|
/third_party/flutter/skia/src/core/ |
D | SkBlitter_A8.cpp | 23 SkDEBUGCODE(int totalCount = 0;) in blitAntiH() 38 SkDEBUGCODE(totalCount += count;) in blitAntiH() 40 SkASSERT(fDevice.width() == totalCount); in blitAntiH()
|
/third_party/skia/src/core/ |
D | SkBlitter_A8.cpp | 23 SkDEBUGCODE(int totalCount = 0;) in blitAntiH() 38 SkDEBUGCODE(totalCount += count;) in blitAntiH() 40 SkASSERT(fDevice.width() == totalCount); in blitAntiH()
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | message_set.js | 42 let totalCount = 0; 46 totalCount++; 50 if (totalCount > itemMap.size) {
|
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
D | SkQPRunner.java | 56 int totalCount = mImpl.mUnitTests.length + mImpl.mGMs.length * mImpl.mBackends.length; in SkQPRunner() local 57 mTests = new Description[totalCount]; in SkQPRunner() 58 mShouldSkipTest = new boolean[totalCount]; // = {false, false, ....}; in SkQPRunner() 70 assert(index == totalCount); in SkQPRunner()
|
/third_party/flutter/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
D | SkQPRunner.java | 56 int totalCount = mImpl.mUnitTests.length + mImpl.mGMs.length * mImpl.mBackends.length; in SkQPRunner() local 57 mTests = new Description[totalCount]; in SkQPRunner() 58 mShouldSkipTest = new boolean[totalCount]; // = {false, false, ....}; in SkQPRunner() 70 assert(index == totalCount); in SkQPRunner()
|
/third_party/skia/tools/viewer/ |
D | StatsLayer.cpp | 126 int totalCount = 0; in onPaint() local 149 ++totalCount; in onPaint() 163 double time = totalTime / std::max(1, totalCount); in onPaint()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | BindingInfo.cpp | 48 bindingCounts->totalCount += 1; in IncrementBindingCounts() 103 bindingCounts->totalCount += rhs.totalCount; in AccumulateBindingCounts()
|
D | BindingInfo.h | 86 uint32_t totalCount; member
|
D | BindGroupLayout.cpp | 521 Align(objectPointerStart + mBindingCounts.totalCount * sizeof(Ref<ObjectBase>), in GetBindingDataSize() 532 reinterpret_cast<uint64_t*>(bindings + mBindingCounts.totalCount), sizeof(uint64_t)); in ComputeBindingDataPointers()
|
/third_party/flutter/skia/tools/viewer/ |
D | StatsLayer.cpp | 127 int totalCount = 0; in onPaint() local 150 ++totalCount; in onPaint() 164 double time = totalTime / SkTMax(1, totalCount); in onPaint()
|
/third_party/flutter/skia/src/ports/skia_ohos/ |
D | SkFontMgr_ohos.cpp | 193 int totalCount = bcp47Count * 2; in findTypeface() local 194 int tps[totalCount]; in findTypeface() 195 for (int i = 0; i < totalCount; i++) { in findTypeface() 218 for (int i = totalCount - 1; i >= bcp47Count; i--) { in findTypeface()
|
/third_party/typescript/tests/dets/baselines/reference/ |
D | renderControl.d.ets | 18 totalCount(): number;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiMaintenance3Check.cpp | 406 deUint32 totalCount = 0u; in getBindingsDescription() local 415 totalCount += count; in getBindingsDescription() 421 combStr << "{ Descriptors: " << totalCount << ", ["; in getBindingsDescription()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | FontInfo.java | 316 int totalCount = 0; in listCharBlockCoverage() local 336 totalCount += count; in listCharBlockCoverage() 344 totalCount++; in listCharBlockCoverage() 347 int nonUnicodeCount = numChars(font) - totalCount; in listCharBlockCoverage()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | FontInfo.java | 316 int totalCount = 0; in listCharBlockCoverage() local 336 totalCount += count; in listCharBlockCoverage() 344 totalCount++; in listCharBlockCoverage() 347 int nonUnicodeCount = numChars(font) - totalCount; in listCharBlockCoverage()
|
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
D | MigrationJob.java | 379 int totalCount = untouchedEntries.size() + migratedCount; in printMetrics() local 382 System.out.println("* " + migratedCount + " out of the " + totalCount + " inputted numbers " in printMetrics()
|
/third_party/typescript/tests/dets/cases/ |
D | renderControl.ets | 52 public totalCount(): number {
|
/third_party/icu/icu4c/source/test/intltest/ |
D | measfmttest.cpp | 2720 int32_t totalCount = MeasureUnit::getAvailable(units, 0, status); in TestGetAvailable() local 2724 units = new MeasureUnit[totalCount]; in TestGetAvailable() 2725 totalCount = MeasureUnit::getAvailable(units, totalCount, status); in TestGetAvailable() 2732 if (totalCount < 200) { in TestGetAvailable() 2771 if (unitCountSum != totalCount) { in TestGetAvailable() 4229 int32_t totalCount = MeasureUnit::getAvailable(nullptr, 0, status); in TestParseBuiltIns() local 4231 std::unique_ptr<MeasureUnit[]> units(new MeasureUnit[totalCount]); in TestParseBuiltIns() 4232 totalCount = MeasureUnit::getAvailable(units.get(), totalCount, status); in TestParseBuiltIns() 4234 for (int32_t i = 0; i < totalCount; i++) { in TestParseBuiltIns()
|