| /external/icu/icu4c/source/samples/layout/ |
| sfnt.h | 78 le_uint16 entryCount; 106 le_uint16 entryCount;
|
| /external/icu/icu4c/source/test/letest/ |
| FontObject.h | 71 le_uint16 entryCount; 99 le_uint16 entryCount;
|
| sfnt.h | 100 le_uint16 entryCount; 169 le_uint16 entryCount; 178 le_uint16 entryCount;
|
| /external/icu/icu4c/source/test/perf/leperf/ |
| FontObject.h | 75 le_uint16 entryCount; 103 le_uint16 entryCount;
|
| sfnt.h | 104 le_uint16 entryCount; 173 le_uint16 entryCount; 182 le_uint16 entryCount;
|
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
| SampleAuxiliaryInformationOffsetsBox.java | 91 int entryCount = l2i(IsoTypeReader.readUInt32(content)); 94 for (int i = 0; i < entryCount; i++) {
|
| TimeToSampleBox.java | 61 int entryCount = l2i(IsoTypeReader.readUInt32(content)); 62 entries = new ArrayList<Entry>(entryCount); 64 for (int i = 0; i < entryCount; i++) { 89 return "TimeToSampleBox[entryCount=" + entries.size() + "]";
|
| /libcore/benchmarks/src/benchmarks/ |
| ZipFileBenchmark.java | 58 protected void writeEntries(ZipOutputStream out, int entryCount, long entrySize) 63 for (int entry = 0; entry < entryCount; ++entry) {
|
| ZipFileReadBenchmark.java | 51 protected void writeEntries(ZipOutputStream out, int entryCount, long entrySize) 56 for (int entry = 0; entry < entryCount; ++entry) {
|
| /prebuilts/go/darwin-x86/src/time/ |
| zoneinfo_android.go | 58 entrycount := indexSize / entrysize 63 for i := 0; i < int(entrycount); i++ {
|
| /prebuilts/go/linux-x86/src/time/ |
| zoneinfo_android.go | 58 entrycount := indexSize / entrysize 63 for i := 0; i < int(entrycount); i++ {
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
| OatFile.java | 339 final int entryCount; 343 entryCount = readUshort(60); 347 entryCount = readUshort(48); 350 if (offset + (entrySize * entryCount) > buf.length) { 356 if (index < 0 || index >= entryCount) { 367 return entryCount; 430 private final int entryCount; 441 this.entryCount = header.getSize() / entrySize; 443 if (offset + entryCount * entrySize > buf.length) { 452 if (index < 0 || index >= entryCount) { [all...] |
| /hardware/libhardware/modules/camera/3_4/metadata/ |
| property_test.cpp | 71 EXPECT_EQ(metadata.entryCount(), 1u); 89 EXPECT_EQ(metadata.entryCount(), 1u); 105 EXPECT_EQ(metadata.entryCount(), 1u); 123 EXPECT_EQ(metadata.entryCount(), 1u);
|
| /libcore/support/src/test/java/tests/support/ |
| Support_MapTest.java | 139 int entryCount = 0; 148 assertEquals(set1Entry, set1TypedArray1[entryCount]); 150 entryCount++; 153 assertEquals(set1.size(), entryCount);
|
| /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
| DirectoryManage.c | 79 UINT8 EntryCount;
83 EntryCount = DirEnt->EntryCount;
92 if (--EntryCount > 0) {
96 SetMem (LfnBuffer, sizeof (CHAR16) * LFN_CHAR_TOTAL * EntryCount, 0xff);
111 for (LfnOrdinal = 1; LfnOrdinal <= EntryCount; LfnOrdinal++) {
113 if (LfnOrdinal == EntryCount) {
290 DirEnt->EntryCount = LfnOrdinal;
659 DirEnt->EntryCount = 1;
690 DirEnt->EntryCount = (UINT8)(LFN_ENTRY_NUMBER (StrLen (FileString)) + DirEnt->EntryCount); [all...] |
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
| LegacySio.c | 51 UINTN EntryCount;
161 &EntryCount
166 for (ChildIndex = 0; ChildIndex < EntryCount; ChildIndex++) {
266 UINTN EntryCount;
347 &EntryCount
355 for (ChildIndex = 0; ChildIndex < EntryCount; ChildIndex++) {
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/ |
| AcpiS3ContextSave.c | 95 UINT32 EntryCount;
103 EntryCount = (Rsdt->Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT32);
106 for (Index = 0; Index < EntryCount; Index ++, EntryPtr ++) {
133 UINT32 EntryCount;
142 EntryCount = (Xsdt->Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT64);
145 for (Index = 0; Index < EntryCount; Index ++) {
|
| /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
| trie_map.h | 302 bool freeTable(const int tableIndex, const int entryCount); 303 int allocateTable(const int entryCount); 360 AK_FORCE_INLINE int readEmptyTableLink(const int entryCount) const { 361 return mBuffer.readUint(FIELD1_SIZE, (entryCount - 1) * FIELD1_SIZE); 364 AK_FORCE_INLINE bool writeEmptyTableLink(const int tableIndex, const int entryCount) { 365 return mBuffer.writeUint(tableIndex, FIELD1_SIZE, (entryCount - 1) * FIELD1_SIZE);
|
| /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/ |
| LazyObjectReference.java | 94 @Override public int entryCount() throws IncompatibleThreadStateException { 95 return getValue().entryCount();
|
| /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/ |
| IdccData.h | 56 UINT32 EntryCount;
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| lmjoin.h | 53 NET_API_STATUS WINAPI NetEnumerateComputerNames(LPCWSTR Server,NET_COMPUTER_NAME_TYPE NameType,ULONG Reserved,PDWORD EntryCount,LPWSTR **ComputerNames);
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/ |
| SampleGroupDescriptionBox.java | 60 size += 4; // entryCount 96 long entryCount = IsoTypeReader.readUInt32(content); 97 while (entryCount-- > 0) {
|
| /external/skia/src/core/ |
| SkDescriptor.h | 18 static size_t ComputeOverhead(int entryCount) { 19 SkASSERT(entryCount >= 0); 20 return sizeof(SkDescriptor) + entryCount * sizeof(Entry);
|
| /external/skqp/src/core/ |
| SkDescriptor.h | 18 static size_t ComputeOverhead(int entryCount) { 19 SkASSERT(entryCount >= 0); 20 return sizeof(SkDescriptor) + entryCount * sizeof(Entry);
|
| /external/fonttools/Lib/fontTools/ttLib/tables/ |
| _c_m_a_p.py | 228 self.entryCount = None 258 for i in range(subHeader.entryCount): 289 (subHeader.firstCode, subHeader.entryCount, subHeader.idDelta, \ 294 giList.fromstring(data[giDataPos:giDataPos + subHeader.entryCount*2]) 307 # Each subheader references a range in the glyphIndexArray whose length is entryCount. 312 # {firstChar 0, EntryCount 0,idDelta 0,idRangeOffset xx} 315 # firstChar and EntryCount values. If the byte value is outside the subrange, then the glyphIndex is zero 323 # subheader 1 = {firstChar 64, EntryCount 108,idDelta 42,idRangeOffset 0252} 343 if (firstByte < subHeader.firstCode) or (firstByte >= subHeader.firstCode + subHeader.entryCount): 355 if subHeader.entryCount [all...] |