Home
last modified time | relevance | path

Searched refs:itemCount (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/skia/third_party/externals/icu/source/tools/icuswap/
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()
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()
445 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()
460 if(itemCount==0) { in udata_swapPackage()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/icuswap/
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()
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()
445 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()
460 if(itemCount==0) { in udata_swapPackage()
[all …]
/third_party/icu/icu4c/source/tools/icuswap/
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()
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()
445 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()
460 if(itemCount==0) { in udata_swapPackage()
[all …]
/third_party/icu/icu4c/source/tools/toolutil/
Dpackage.cpp393 itemCount=0; in Package()
425 for(idx=0; idx<itemCount; ++idx) { in ~Package()
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<=0) { in readPackage()
543 if(itemCount>itemMax) { in readPackage()
549 int32_t stringsOffset=4+8*itemCount; in readPackage()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.cpp393 itemCount=0; in Package()
425 for(idx=0; idx<itemCount; ++idx) { in ~Package()
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<=0) { in readPackage()
543 if(itemCount>itemMax) { in readPackage()
549 int32_t stringsOffset=4+8*itemCount; in readPackage()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.cpp393 itemCount=0; in Package()
425 for(idx=0; idx<itemCount; ++idx) { in ~Package()
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<=0) { in readPackage()
543 if(itemCount>itemMax) { in readPackage()
549 int32_t stringsOffset=4+8*itemCount; in readPackage()
[all …]
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpackage.cpp393 itemCount=0; in Package()
425 for(idx=0; idx<itemCount; ++idx) { in ~Package()
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<=0) { in readPackage()
543 if(itemCount>itemMax) { in readPackage()
549 int32_t stringsOffset=4+8*itemCount; in readPackage()
[all …]
/third_party/typescript/tests/baselines/reference/
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 …]
DparserRealSource4.types101 public itemCount = 0;
102 >itemCount : number
175 this.itemCount++;
176 >this.itemCount++ : number
177 >this.itemCount : number
179 >itemCount : number
220 this.itemCount++;
221 >this.itemCount++ : number
222 >this.itemCount : number
224 >itemCount : number
[all …]
DparserRealSource4.symbols102 public itemCount = 0;
103 >itemCount : Symbol(StringHashTable.itemCount, Decl(parserRealSource4.ts, 33, 56))
161 this.itemCount++;
162 >this.itemCount : Symbol(StringHashTable.itemCount, Decl(parserRealSource4.ts, 33, 56))
164 >itemCount : Symbol(StringHashTable.itemCount, Decl(parserRealSource4.ts, 33, 56))
197 this.itemCount++;
198 >this.itemCount : Symbol(StringHashTable.itemCount, Decl(parserRealSource4.ts, 33, 56))
200 >itemCount : Symbol(StringHashTable.itemCount, Decl(parserRealSource4.ts, 33, 56))
324 public count(): number { return this.itemCount; }
326 >this.itemCount : Symbol(StringHashTable.itemCount, Decl(parserRealSource4.ts, 33, 56))
[all …]
DparserRealSource4.errors.txt42 public itemCount = 0;
60 this.itemCount++;
70 this.itemCount++;
107 public count(): number { return this.itemCount; }
201 public itemCount: number = 0;
226 this.itemCount++;
240 this.itemCount--;
254 public count(): number { return this.itemCount; }
DgenericClassesRedeclaration.js18 private itemCount; field in StringHashTable
57 private itemCount;
/third_party/boost/boost/statechart/
Dfifo_worker.hpp119 unsigned long itemCount = 0; in operator ()() local
122 ( ( maxItemCount == 0 ) || ( itemCount < maxItemCount ) ) ) in operator ()()
131 return itemCount; in operator ()()
135 ++itemCount; in operator ()()
138 return itemCount; in operator ()()
/third_party/flutter/skia/third_party/externals/icu/source/tools/genren/
Dgenren.pl134 $itemCount = 0;
150 $itemCount++;
227 …die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.…
231 …die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.…
234 print " Loaded $symbolCount symbols from $itemCount lines in $fileCount files.\n";
/third_party/icu/icu4c/source/tools/genren/
Dgenren.pl134 $itemCount = 0;
150 $itemCount++;
227 …die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.…
231 …die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.…
234 print " Loaded $symbolCount symbols from $itemCount lines in $fileCount files.\n";
/third_party/skia/third_party/externals/icu/source/tools/genren/
Dgenren.pl134 $itemCount = 0;
150 $itemCount++;
227 …die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.…
231 …die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.…
234 print " Loaded $symbolCount symbols from $itemCount lines in $fileCount files.\n";
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dlistview_end_append_test.dart13 Widget buildFrame(int itemCount) {
19 itemCount: itemCount,
41 Widget buildFrame(int itemCount) {
46 itemCount: itemCount,
Dlist_view_builder_test.dart228 itemCount: 10,
265 Widget buildFrame({ int itemCount }) {
269 itemCount: itemCount,
286 await tester.pumpWidget(buildFrame(itemCount: 0));
290 await tester.pumpWidget(buildFrame(itemCount: 1));
294 await tester.pumpWidget(buildFrame(itemCount: 2));
301 await tester.pumpWidget(buildFrame(itemCount: 25));
Dscrollable_grid_test.dart82 Widget buildFrame(int itemCount) {
86 crossAxisCount: itemCount,
87 children: List<Widget>.generate(itemCount, (int index) {
Ddraggable_scrollable_sheet_test.dart12 int itemCount = 100,
38 itemCount: itemCount,
120 await tester.pumpWidget(_boilerplate(null, itemCount: 30, initialChildSize: .25));
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource4.ts35 public itemCount = 0; property in StringHashTable
53 this.itemCount++;
63 this.itemCount++;
100 public count(): number { return this.itemCount; }
194 public itemCount: number = 0; property in HashTable
217 this.itemCount++;
231 this.itemCount--;
245 public count(): number { return this.itemCount; }
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSelector.java65 int itemCount = unicodePointSet.getRangeCount(); in generateSelectorData() local
66 for (int j = 0; j < itemCount; ++j) { in generateSelectorData()
76 int itemCount = excludedCodePoints.getRangeCount(); in generateSelectorData() local
77 for (int j = 0; j < itemCount; ++j) { in generateSelectorData()
/third_party/typescript/tests/cases/compiler/
DgenericClassesRedeclaration.ts17 private itemCount; property in StringHashTable
56 private itemCount; property in StringHashTable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
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/flutter/flutter/packages/flutter/lib/src/widgets/
Dscroll_view.dart652 /// itemCount: entries.length,
678 /// itemCount: entries.length,
902 /// Providing a non-null `itemCount` improves the ability of the [ListView] to
906 /// or equal to zero and less than `itemCount`.
937 int itemCount,
946 childCount: itemCount,
961 semanticChildCount: semanticChildCount ?? itemCount,
973 /// or equal to zero and less than `itemCount`.
979 /// or equal to zero and less than `itemCount - 1`.
994 /// itemCount: 25,
[all …]

1234