| /external/guava/guava/src/com/google/common/collect/ |
| Serialization.java | 106 int entryCount = multiset.entrySet().size(); 107 stream.writeInt(entryCount);
|
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
| EditListBox.java | 87 int entryCount = l2i(IsoTypeReader.readUInt32(content)); 89 for (int i = 0; i < entryCount; i++) {
|
| /frameworks/rs/driver/ |
| rsdShaderCache.cpp | 123 uint32_t entryCount = mEntries.size(); 124 for (uint32_t ct = 0; ct < entryCount; ct ++) {
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/ |
| ArpMain.c | 299 @param EntryCount The number of ARP cache entries that are found by
309 This is NULL. Both EntryCount and EntryLength are
322 OUT UINT32 *EntryCount OPTIONAL,
332 (!Refresh && (EntryCount == NULL) && (EntryLength == NULL)) ||
333 ((Entries != NULL) && ((EntryLength == NULL) || (EntryCount == NULL)))) {
353 EntryCount,
|
| ArpImpl.h | 337 @param EntryCount The number of ARP cache entries that are found by
347 This is NULL. Both EntryCount and EntryLength are
360 OUT UINT32 *EntryCount OPTIONAL,
752 @param[out] EntryCount The number of ARP cache entries that are found by
771 OUT UINT32 *EntryCount OPTIONAL,
|
| /frameworks/native/services/inputflinger/ |
| InputDispatcher.h | 615 uint32_t entryCount; 617 inline Queue() : head(NULL), tail(NULL), entryCount(0) { 625 entryCount++; 637 entryCount++; 649 entryCount--; 663 entryCount--; 675 return entryCount; [all...] |
| /device/generic/goldfish/camera/ |
| EmulatedFakeCamera2.cpp | [all...] |
| /device/google/cuttlefish_common/guest/hals/camera/ |
| EmulatedFakeCamera2.cpp | [all...] |
| /frameworks/base/core/java/android/util/apk/ |
| ApkSigningBlockUtils.java | [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
| BmConsole.c | 131 UINTN EntryCount;
156 &EntryCount
162 for (Index = 0; Index < EntryCount; Index++) {
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| Arp.h | 228 @param EntryCount The number of ARP cache entries that are found by
238 This is NULL. Both EntryCount and EntryLength are
251 OUT UINT32 *EntryCount OPTIONAL,
|
| McaInitPmi.h | 41 UINT64 EntryCount : 16;
|
| /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
| language_model_dict_content.cpp | 210 int entryCount = 0; 212 maxEntryCounts.getNgramCount(ngramType), prevWordCount, &entryCount)) { 215 outEntryCounters->setNgramCount(ngramType, entryCount);
|
| /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/ |
| WinNtSerialIo.c | 176 UINTN EntryCount;
259 &EntryCount
270 for (Index = 0; Index < EntryCount; Index++) {
388 UINTN EntryCount;
453 &EntryCount
460 for (Index = 0; Index < EntryCount; Index++) {
[all...] |
| /device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/ |
| Pkcs7VerifyDxe.c | 141 UINTN EntryCount;
177 EntryCount = (SigList->SignatureListSize - SigList->SignatureHeaderSize -
179 for (EntryIndex = 0; EntryIndex < EntryCount; EntryIndex++) {
225 UINTN EntryCount;
276 EntryCount = (SigList->SignatureListSize - SigList->SignatureHeaderSize -
278 for (EntryIndex = 0; EntryIndex < EntryCount; Index++) {
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/ |
| Edb.c | 275 for (Index = 0; Index < Object->EntryCount; Index++) {
279 Object->EntryCount = 0;
|
| /external/libunwind_llvm/src/ |
| UnwindCursor.hpp | 263 uint16_t entryCount() const { 266 offsetof(unwind_info_regular_second_level_page_header, entryCount)); 310 uint16_t entryCount() const { 313 offsetof(unwind_info_compressed_second_level_page_header, entryCount)); [all...] |
| /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
| AbstractDirectory.java | 102 * @param entryCount the new number of entries this directory needs to store 108 protected abstract void changeSize(int entryCount)
|
| /frameworks/base/libs/androidfw/ |
| ResourceTypes.cpp | 274 uint16_t entryCount = dtohs(mData[2]); 275 return (sizeof(uint16_t) * 4) + (sizeof(uint32_t) * static_cast<size_t>(entryCount)); 311 uint16_t entryCount = dtohs(header[2]); 312 if (size < sizeof(uint32_t) * (entryCount + 2)) { 314 (uint32_t) size, (uint32_t) entryCount); 322 uint16_t entryCount = dtohs(mData[2]); 332 if (entryId >= entryCount) { [all...] |
| LoadedArsc.cpp | 100 const size_t entry_count = dtohl(header->entryCount); 218 const size_t entry_count = dtohl(type_chunk->entryCount); 341 size_t entry_count = dtohl(type->entryCount); 467 const size_t entry_count = dtohl(type_spec->entryCount);
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
| LegacyBiosMpTable.h | 59 UINT16 EntryCount;
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/ |
| Serial.c | 714 UINTN EntryCount;
728 &EntryCount
734 SerialDevices = AllocatePool (EntryCount * sizeof (SERIAL_DEV *));
739 for (Index = 0; Index < EntryCount; Index++) {
[all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
| LegacyBiosMpTable.h | 56 UINT16 EntryCount;
|
| /frameworks/av/camera/include/camera/ |
| CameraMetadata.h | 112 size_t entryCount() const;
|
| /frameworks/base/media/java/android/media/ |
| TimedText.java | 595 int entryCount = parcel.readInt(); 597 for (int i = 0; i < entryCount; i++) { 631 int entryCount = parcel.readInt(); 633 for (int i = 0; i < entryCount; i++) {
|