Home
last modified time | relevance | path

Searched refs:itemCount (Results 1 - 25 of 37) sorted by relevance

12

/third_party/icu/icu4c/source/tools/icuswap/
H A Dicuswap.cpp346 uint32_t itemCount, offset, i; in udata_swapPackage() local
414 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage()
415 if(itemCount==0) { in udata_swapPackage()
421 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()
430 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ in udata_swapPackage()
433 /* itemCount does not fit */ in udata_swapPackage()
435 itemCount=0; /* make compilers happy */ in udata_swapPackage()
437 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage()
438 if(itemCount==0) { in udata_swapPackage()
440 } else if((uint32_t)length<(4+8*itemCount)) { in udata_swapPackage()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/icuswap/
H A Dicuswap.cpp346 uint32_t itemCount, offset, i; in udata_swapPackage() local
414 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage()
415 if(itemCount==0) { in udata_swapPackage()
421 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()
430 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ in udata_swapPackage()
433 /* itemCount does not fit */ in udata_swapPackage()
435 itemCount=0; /* make compilers happy */ in udata_swapPackage()
437 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage()
438 if(itemCount==0) { in udata_swapPackage()
440 } else if((uint32_t)length<(4+8*itemCount)) { in udata_swapPackage()
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp393 itemCount=0; in Package()
425 for(idx=0; idx<itemCount; ++idx) { in ~Package()
509 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ in readPackage()
512 /* itemCount does not fit */ in readPackage()
515 itemCount=udata_readInt32(ds, *(const int32_t *)inBytes); in readPackage()
516 setItemCapacity(itemCount); /* resize so there's space */ in readPackage()
517 if(itemCount==0) { in readPackage()
519 } else if(length<(4+8*itemCount)) { in readPackage()
524 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset); in readPackage()
534 if(itemCount< in readPackage()
[all...]
H A Dpackage.h170 int32_t itemCount; member in Package
194 * Grow itemMax to at least itemCount+1
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpackage.cpp393 itemCount=0; in Package()
425 for(idx=0; idx<itemCount; ++idx) { in ~Package()
509 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ in readPackage()
512 /* itemCount does not fit */ in readPackage()
515 itemCount=udata_readInt32(ds, *(const int32_t *)inBytes); in readPackage()
516 setItemCapacity(itemCount); /* resize so there's space */ in readPackage()
517 if(itemCount==0) { in readPackage()
519 } else if(length<(4+8*itemCount)) { in readPackage()
524 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset); in readPackage()
534 if(itemCount< in readPackage()
[all...]
H A Dpackage.h170 int32_t itemCount; member in Package
194 * Grow itemMax to at least itemCount+1
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpackage.cpp393 itemCount=0; in Package()
425 for(idx=0; idx<itemCount; ++idx) { in ~Package()
509 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ in readPackage()
512 /* itemCount does not fit */ in readPackage()
515 itemCount=udata_readInt32(ds, *(const int32_t *)inBytes); in readPackage()
516 setItemCapacity(itemCount); /* resize so there's space */ in readPackage()
517 if(itemCount==0) { in readPackage()
519 } else if(length<(4+8*itemCount)) { in readPackage()
524 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset); in readPackage()
534 if(itemCount< in readPackage()
[all...]
H A Dpackage.h170 int32_t itemCount; member in Package
194 * Grow itemMax to at least itemCount+1
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource4.js36 public itemCount = 0;
54 this.itemCount++;
64 this.itemCount++;
101 public count(): number { return this.itemCount; }
195 public itemCount: number = 0;
218 this.itemCount++;
232 this.itemCount--;
246 public count(): number { return this.itemCount; }
321 this.itemCount = 0;
338 this.itemCount
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSelector.java65 int itemCount = unicodePointSet.getRangeCount(); in generateSelectorData()
66 for (int j = 0; j < itemCount; ++j) { in generateSelectorData()
76 int itemCount = excludedCodePoints.getRangeCount(); in generateSelectorData()
77 for (int j = 0; j < itemCount; ++j) { in generateSelectorData()
/third_party/icu/icu4c/source/tools/genren/
H A Dgenren.pl134 $itemCount = 0;
150 $itemCount++;
227 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n";
231 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n";
234 print " Loaded $symbolCount symbols from $itemCount lines in $fileCount files.\n";
/third_party/skia/third_party/externals/icu/source/tools/genren/
H A Dgenren.pl134 $itemCount = 0;
150 $itemCount++;
227 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n";
231 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n";
234 print " Loaded $symbolCount symbols from $itemCount lines in $fileCount files.\n";
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmEmptyStructTests.cpp49 const deUint32 itemCount = static_cast<deUint32>(expectedBytes.size()) / 4u; in verifyResult() local
53 for (deUint32 i = 0; i < itemCount; ++i) in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmEmptyStructTests.cpp49 const deUint32 itemCount = static_cast<deUint32>(expectedBytes.size()) / 4u; in verifyResult() local
53 for (deUint32 i = 0; i < itemCount; ++i) in verifyResult()
/third_party/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp335 int32_t itemCount; in CollData() local
359 itemCount = uset_getItemCount(charsToTest); in CollData()
360 for(int32_t item = 0; item < itemCount; item += 1) { in CollData()
H A Dlistformattertest.h114 int itemCount,
H A Dalphaindextst.cpp241 int itemCount = 0; in APITest() local
247 ++itemCount; in APITest()
251 TEST_ASSERT(itemCount == 4); in APITest()
/third_party/glfw/src/
H A Dx11_window.c966 unsigned long itemCount, bytesAfter; in getSelectionString() local
1001 &itemCount, in getSelectionString()
1030 &itemCount, in getSelectionString()
1034 if (itemCount) in getSelectionString()
1036 size += itemCount; in getSelectionString()
1038 string[size - itemCount - 1] = '\0'; in getSelectionString()
1042 if (!itemCount) in getSelectionString()
1851 unsigned long itemCount, bytesAfter; in _glfwGetWindowPropertyX11() local
1862 &itemCount, in _glfwGetWindowPropertyX11()
1866 return itemCount; in _glfwGetWindowPropertyX11()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp1026 uint32_t itemCount; member
1070 const auto fbWidth = ((m_params.testType == MaxPrimVertType::PRIMITIVES) ? 1u : m_params.itemCount); in createInstance()
1071 return new MaxMeshOutputPrimVertInstance(context, m_params.itemCount, fbWidth); in createInstance()
1087 if (m_params.itemCount > itemLimit) in checkSupport()
1097 const auto actualVertices = de::roundUp(m_params.itemCount, meshProperties.meshOutputPerVertexGranularity); in checkSupport()
1106 const auto actualPrimitives = de::roundUp(m_params.itemCount, meshProperties.meshOutputPerPrimitiveGranularity); in checkSupport()
1120 const auto maxVertices = (isPrimitives ? 1u : m_params.itemCount); in initPrograms()
1123 const auto maxPrimitives = m_params.itemCount; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp1026 uint32_t itemCount; member
1070 const auto fbWidth = ((m_params.testType == MaxPrimVertType::PRIMITIVES) ? 1u : m_params.itemCount); in createInstance()
1071 return new MaxMeshOutputPrimVertInstance(context, m_params.itemCount, fbWidth); in createInstance()
1087 if (m_params.itemCount > itemLimit) in checkSupport()
1097 const auto actualVertices = de::roundUp(m_params.itemCount, meshProperties.meshOutputPerVertexGranularity); in checkSupport()
1106 const auto actualPrimitives = de::roundUp(m_params.itemCount, meshProperties.meshOutputPerPrimitiveGranularity); in checkSupport()
1120 const auto maxVertices = (isPrimitives ? 1u : m_params.itemCount); in initPrograms()
1123 const auto maxPrimitives = m_params.itemCount; in initPrograms()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java401 Counter<String> itemCount = new Counter(); in checkBuckets()
404 itemCount.add(item, 1); in checkBuckets()
406 assertEquals("getRecordCount()", (int)itemCount.getTotal(), index.getRecordCount()); // code coverage in checkBuckets()
444 long globalCount = itemCount.get(item); in checkBuckets()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DAlphabeticIndexTest.java404 Counter<String> itemCount = new Counter(); in checkBuckets()
407 itemCount.add(item, 1); in checkBuckets()
409 assertEquals("getRecordCount()", (int)itemCount.getTotal(), index.getRecordCount()); // code coverage in checkBuckets()
447 long globalCount = itemCount.get(item); in checkBuckets()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dcfftypes.h116 FT_UInt itemCount; /* not used; always zero */
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.h67 FT_UInt itemCount; /* number of delta sets per item */ member
71 FT_Short* deltaSet; /* array of `itemCount' deltas */
/third_party/icu/icu4c/source/test/cintltst/
H A Dusettest.c419 int32_t itemCount = uset_getItemCount(set); in expectItems() local
450 if (itemIndex >= itemCount) { in expectItems()

Completed in 41 milliseconds

12