Home
last modified time | relevance | path

Searched refs:entryCount (Results 1 – 25 of 64) sorted by relevance

123

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapFormat2.java37 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()
DCMapFormat6.java18 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/
DSkDescriptor.h20 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/
DGetBindGroupLayoutValidationTests.cpp138 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/
Dtar.js58 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/
DWireArgumentTests.cpp52 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()
DWireOptionalTests.cpp30 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/
DPipelineLayoutTests.cpp42 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/
DSummaryBasedOptimizations.cpp58 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/
DvktApiBufferMemoryRequirementsTests.cpp449 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/
DvktApiBufferMemoryRequirementsTests.cpp449 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/
Dsfnt.h100 le_uint16 entryCount; member
169 le_uint16 entryCount; member
178 le_uint16 entryCount; member
DFontObject.h71 le_uint16 entryCount; member
99 le_uint16 entryCount; member
/third_party/icu/icu4c/source/test/perf/leperf/
Dsfnt.h104 le_uint16 entryCount; member
173 le_uint16 entryCount; member
182 le_uint16 entryCount; member
DFontObject.h75 le_uint16 entryCount; member
103 le_uint16 entryCount; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBlobCache.h130 size_t entryCount() const { return mBlobCache.entryCount(); }
DMemoryProgramCache.cpp276 size_t MemoryProgramCache::entryCount() const in entryCount() function in gl::MemoryProgramCache
278 return mBlobCache.entryCount(); in entryCount()
/third_party/icu/icu4c/source/samples/layout/
Dsfnt.h78 le_uint16 entryCount; member
106 le_uint16 entryCount; member
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dsfnt.h78 le_uint16 entryCount; member
106 le_uint16 entryCount; member
/third_party/node/deps/npm/node_modules/ignore-walk/lib/
Dindex.js140 let entryCount = filtered.length
141 if (entryCount === 0) {
145 if (--entryCount === 0) {
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBindGroup.cpp273 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/
DWGPUHelpers.cpp80 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/
Dpack.js.test.cjs80 "entryCount": 1,
110 "entryCount": 1,
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DInternalResourceUsageTests.cpp55 bglDesc.entryCount = 1; in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBindGroupGL.cpp25 for (uint32_t i = 0; i < descriptor->entryCount; ++i) { in ValidateGLBindGroupDescriptor()

123