/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
D | CMapFormat2.java | 37 private int entryCount(int subHeaderIndex) { in entryCount() method in CMapFormat2 39 int entryCount = in entryCount() local 42 return entryCount; in entryCount() 96 int entryCount = entryCount(highByte); in glyphId() local 98 if (lowByte < firstCode || lowByte >= firstCode + entryCount) { in glyphId()
|
D | CMapFormat6.java | 18 private final int entryCount; field in CMapFormat6 23 this.entryCount = this.data.readUShort(Offset.format6EntryCount.offset); in CMapFormat6() 28 if (character < this.firstCode || character >= this.firstCode + this.entryCount) { in glyphId() 54 if (character < (firstCode + entryCount)) { in hasNext()
|
/third_party/skia/src/core/ |
D | SkDescriptor.h | 20 static size_t ComputeOverhead(int entryCount) { in ComputeOverhead() argument 21 SkASSERT(entryCount >= 0); in ComputeOverhead() 22 return sizeof(SkDescriptor) + entryCount * sizeof(Entry); in ComputeOverhead()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | GetBindGroupLayoutValidationTests.cpp | 138 desc.entryCount = 1; in TEST_F() 317 desc.entryCount = 1; in TEST_F() 338 desc.entryCount = 1; in TEST_F() 440 desc.entryCount = 1; in TEST_F() 467 desc.entryCount = 1; in TEST_F() 555 desc.entryCount = 1; in TEST_F() 609 desc.entryCount = 1; in TEST_F() 748 desc.entryCount = 1; in TEST_F() 823 desc.entryCount = 1; in TEST_F() 1003 desc.entryCount = 0; in TEST_F() [all …]
|
/third_party/node/deps/npm/lib/utils/ |
D | tar.js | 58 value: tarball.entryCount - tarball.files.length, 61 { name: 'total files:', value: tarball.entryCount }, 127 entryCount: totalEntries,
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireArgumentTests.cpp | 52 bglDescriptor.entryCount = 0; in TEST_F() 61 bindGroupDescriptor.entryCount = 0; in TEST_F() 272 bglDescriptor.entryCount = 0; in TEST_F() 325 bglDescriptor.entryCount = NUM_BINDINGS; in TEST_F() 343 return desc->nextInChain == nullptr && desc->entryCount == 3; in TEST_F()
|
D | WireOptionalTests.cpp | 30 bglDesc.entryCount = 0; in TEST_F() 47 bgDesc.entryCount = 1; in TEST_F() 55 return desc->nextInChain == nullptr && desc->entryCount == 1 && in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | PipelineLayoutTests.cpp | 42 descriptor.entryCount = static_cast<uint32_t>(entries.size()); in TEST_P() 57 descriptor.entryCount = 1; in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | SummaryBasedOptimizations.cpp | 58 return F->entryCount(); in computeSyntheticCounts() 70 SaturatingAdd(F->entryCount(), New.template toInt<uint64_t>())); in computeSyntheticCounts()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMemoryRequirementsTests.cpp | 449 int entryCount = 0; in checkSupport() local 463 if (entryCount++) str << std::endl; in checkSupport() 476 if (entryCount++) str << std::endl; in checkSupport() 491 if (entryCount++) str << std::endl; in checkSupport() 507 if (entryCount++) str << std::endl; in checkSupport() 517 if (entryCount++) str << std::endl; in checkSupport() 530 if (entryCount++) str << std::endl; in checkSupport() 540 if (entryCount++) str << std::endl; in checkSupport() 568 if (entryCount > 0) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiBufferMemoryRequirementsTests.cpp | 449 int entryCount = 0; in checkSupport() local 463 if (entryCount++) str << std::endl; in checkSupport() 476 if (entryCount++) str << std::endl; in checkSupport() 491 if (entryCount++) str << std::endl; in checkSupport() 507 if (entryCount++) str << std::endl; in checkSupport() 517 if (entryCount++) str << std::endl; in checkSupport() 530 if (entryCount++) str << std::endl; in checkSupport() 540 if (entryCount++) str << std::endl; in checkSupport() 568 if (entryCount > 0) in checkSupport()
|
/third_party/icu/icu4c/source/test/letest/ |
D | sfnt.h | 100 le_uint16 entryCount; member 169 le_uint16 entryCount; member 178 le_uint16 entryCount; member
|
D | FontObject.h | 71 le_uint16 entryCount; member 99 le_uint16 entryCount; member
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
D | sfnt.h | 104 le_uint16 entryCount; member 173 le_uint16 entryCount; member 182 le_uint16 entryCount; member
|
D | FontObject.h | 75 le_uint16 entryCount; member 103 le_uint16 entryCount; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | BlobCache.h | 130 size_t entryCount() const { return mBlobCache.entryCount(); }
|
D | MemoryProgramCache.cpp | 276 size_t MemoryProgramCache::entryCount() const in entryCount() function in gl::MemoryProgramCache 278 return mBlobCache.entryCount(); in entryCount()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | sfnt.h | 78 le_uint16 entryCount; member 106 le_uint16 entryCount; member
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | sfnt.h | 78 le_uint16 entryCount; member 106 le_uint16 entryCount; member
|
/third_party/node/deps/npm/node_modules/ignore-walk/lib/ |
D | index.js | 140 let entryCount = filtered.length 141 if (entryCount === 0) { 145 if (--entryCount === 0) {
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | BindGroup.cpp | 273 BindingIndex(descriptor->entryCount) != descriptor->layout->GetBindingCount(), in ValidateBindGroupDescriptor() 275 descriptor->entryCount, static_cast<uint32_t>(descriptor->layout->GetBindingCount()), in ValidateBindGroupDescriptor() 282 for (uint32_t i = 0; i < descriptor->entryCount; ++i) { in ValidateBindGroupDescriptor() 347 for (uint32_t i = 0; i < descriptor->entryCount; ++i) { in BindGroupBase()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/ |
D | WGPUHelpers.cpp | 80 descriptor.entryCount = static_cast<uint32_t>(entries.size()); in MakeBindGroupLayout() 182 descriptor.entryCount = entries.size(); in MakeBindGroup()
|
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
D | pack.js.test.cjs | 80 "entryCount": 1, 110 "entryCount": 1,
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | InternalResourceUsageTests.cpp | 55 bglDesc.entryCount = 1; in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | BindGroupGL.cpp | 25 for (uint32_t i = 0; i < descriptor->entryCount; ++i) { in ValidateGLBindGroupDescriptor()
|