| /art/test/1930-monitor-info/ |
| expected.txt | 2 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entryCount: 0, waiters: [], notify_waiters: [] } 3 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: main, entryCount: 1, waiters: [], notify_waiters: [] } 5 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entryCount: 0, waiters: [], notify_waiters: [] } 6 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: main, entryCount: 1, waiters: [], notify_waiters: [] } 8 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: <NULL>, entryCount: 0, waiters: [], notify_waiters: [] } 9 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCount: 1, waiters: [], notify_waiters: [] } 10 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCount: 2, waiters: [], notify_waiters: [] } 12 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceNative], owner: <NULL>, entryCount: 0, waiters: [], notify_waiters: [] } 13 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceNative], owner: main, entryCount: 1, waiters: [], notify_waiters: [] } 14 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceNative], owner: main, entryCount: 2, waiters: [], notify_waiters: [] [all...] |
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
| ChunkOffset64BitBox.java | 34 int entryCount = l2i(IsoTypeReader.readUInt32(content)); 35 chunkOffsets = new long[entryCount]; 36 for (int i = 0; i < entryCount; i++) {
|
| ChunkOffsetBox.java | 18 return this.getClass().getSimpleName() + "[entryCount=" + getChunkOffsets().length + "]";
|
| SyncSampleBox.java | 56 int entryCount = l2i(IsoTypeReader.readUInt32(content)); 58 sampleNumber = new long[entryCount]; 59 for (int i = 0; i < entryCount; i++) { 77 return "SyncSampleBox[entryCount=" + sampleNumber.length + "]";
|
| SubSampleInformationBox.java | 42 private long entryCount;
55 entryCount = entries.size();
60 long entries = 8 + ((4 + 2) * entryCount);
72 entryCount = IsoTypeReader.readUInt32(content);
74 for (int i = 0; i < entryCount; i++) {
115 "entryCount=" + entryCount +
|
| StaticChunkOffsetBox.java | 53 int entryCount = l2i(IsoTypeReader.readUInt32(content)); 54 chunkOffsets = new long[entryCount]; 55 for (int i = 0; i < entryCount; i++) {
|
| SampleToChunkBox.java | 62 int entryCount = l2i(IsoTypeReader.readUInt32(content)); 63 entries = new ArrayList<Entry>(entryCount); 64 for (int i = 0; i < entryCount; i++) { 84 return "SampleToChunkBox[entryCount=" + entries.size() + "]";
|
| /frameworks/base/libs/androidfw/ |
| TypeWrappers.cpp | 23 TypeVariant::TypeVariant(const ResTable_type* data) : data(data), mLength(dtohl(data->entryCount)) { 25 const uint32_t entryCount = dtohl(data->entryCount); 29 if (reinterpret_cast<uintptr_t>(entryIndices) + (sizeof(uint32_t) * entryCount) 34 mLength = ResTable_sparseTypeEntry{entryIndices[entryCount - 1]}.idx + 1; 57 const uint32_t entryCount = dtohl(mTypeVariant->data->entryCount); 62 if (reinterpret_cast<uintptr_t>(entryIndices) + (sizeof(uint32_t) * entryCount) > containerEnd) { 69 auto iter = std::lower_bound(entryIndices, entryIndices + entryCount, mIndex, keyCompare); 70 if (iter == entryIndices + entryCount [all...] |
| /art/test/1932-monitor-events-misc/ |
| expected.txt | 11 lock state is: MonitorUsage{ monitor: NamedLock[Lock testLockThrowEnter], owner: <NULL>, entryCount: 0, waiters: [], notify_waiters: [] } 18 lock state is: MonitorUsage{ monitor: NamedLock[Lock testLockThrowEntered], owner: <NULL>, entryCount: 0, waiters: [], notify_waiters: [] } 26 lock state is: MonitorUsage{ monitor: NamedLock[Lock testLockThrowBoth], owner: <NULL>, entryCount: 0, waiters: [], notify_waiters: [] } 32 lock state is: MonitorUsage{ monitor: NamedLock[Lock testThrowWait], owner: <NULL>, entryCount: 0, waiters: [], notify_waiters: [] } 38 lock state is: MonitorUsage{ monitor: NamedLock[Lock testThrowIllegalWait], owner: <NULL>, entryCount: 0, waiters: [], notify_waiters: [] } 45 lock state is: MonitorUsage{ monitor: NamedLock[Lock testThrowWaited], owner: <NULL>, entryCount: 0, waiters: [], notify_waiters: [] } 52 lock state is: MonitorUsage{ monitor: NamedLock[Lock testThrowWaitedTimeout], owner: <NULL>, entryCount: 0, waiters: [], notify_waiters: [] } 59 lock state is: MonitorUsage{ monitor: NamedLock[Lock testThrowWaitedInterrupt], owner: <NULL>, entryCount: 0, waiters: [], notify_waiters: [] } 62 Monitor usage in MonitorEnter: MonitorUsage{ monitor: NamedLock[Lock testMonitorInfoInEvents], owner: Locker thread 14 for NamedLock[Lock testMonitorInfoInEvents], entryCount: 1, waiters: [], notify_waiters: [] } 64 Monitor usage in MonitorEntered: MonitorUsage{ monitor: NamedLock[Lock testMonitorInfoInEvents], owner: Locker thread 15 for NamedLock[Lock testMonitorInfoInEvents], entryCount: 1, waiters: [], notify_waiters: [] [all...] |
| /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
| trie_map.cpp | 222 bool TrieMap::freeTable(const int tableIndex, const int entryCount) { 223 if (!writeField0(readEmptyTableLink(entryCount), tableIndex)) { 226 return writeEmptyTableLink(tableIndex, entryCount); 230 * Allocate table with entryCount-entries. Reuse freed table if possible. 232 int TrieMap::allocateTable(const int entryCount) { 233 if (entryCount > 0 && entryCount <= MAX_NUM_OF_ENTRIES_IN_ONE_LEVEL) { 234 const int tableIndex = readEmptyTableLink(entryCount); 236 if (!writeEmptyTableLink(readField0(tableIndex), entryCount)) { 245 if (!mBuffer.extend(entryCount * ENTRY_SIZE)) [all...] |
| /packages/apps/Contacts/src/com/android/contacts/vcard/ |
| ImportRequest.java | 97 public final int entryCount; 101 int vcardVersion, int entryCount) { 109 this.entryCount = entryCount;
|
| /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
| ClusterChainDirectory.java | 122 protected final void changeSize(int entryCount) 125 assert (entryCount >= 0); 127 final int size = entryCount * FatDirectoryEntry.SIZE; 131 getCapacity(), entryCount);
|
| Fat16RootDirectory.java | 104 * @param entryCount {@inheritDoc} 107 protected void changeSize(int entryCount) throws DirectoryFullException { 108 if (getCapacity() < entryCount) { 109 throw new DirectoryFullException(getCapacity(), entryCount);
|
| /external/guava/guava-gwt/src/com/google/common/collect/ |
| Multiset_CustomFieldSerializerBase.java | 47 int entryCount = instance.entrySet().size(); 48 writer.writeInt(entryCount);
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| dsgetdc.h | 106 DSGETDCAPI DWORD WINAPI DsAddressToSiteNamesW(LPCWSTR ComputerName,DWORD EntryCount,PSOCKET_ADDRESS SocketAddresses,LPWSTR **SiteNames); 107 DSGETDCAPI DWORD WINAPI DsAddressToSiteNamesA(LPCSTR ComputerName,DWORD EntryCount,PSOCKET_ADDRESS SocketAddresses,LPSTR **SiteNames); 108 DSGETDCAPI DWORD WINAPI DsAddressToSiteNamesExW(LPCWSTR ComputerName,DWORD EntryCount,PSOCKET_ADDRESS SocketAddresses,LPWSTR **SiteNames,LPWSTR **SubnetNames); 109 DSGETDCAPI DWORD WINAPI DsAddressToSiteNamesExA(LPCSTR ComputerName,DWORD EntryCount,PSOCKET_ADDRESS SocketAddresses,LPSTR **SiteNames,LPSTR **SubnetNames); 160 DSGETDCAPI DWORD WINAPI DsGetDcSiteCoverageW(LPCWSTR ServerName,PULONG EntryCount,LPWSTR **SiteNames); 161 DSGETDCAPI DWORD WINAPI DsGetDcSiteCoverageA(LPCSTR ServerName,PULONG EntryCount,LPSTR **SiteNames);
|
| /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/ |
| salpal.c | 220 UINT16 EntryCount; 228 EntryCount = SalSystemTable->Header.EntryCount; 229 if (EntryCount == 0) { 237 for (Count = 0; Count < EntryCount ;Count++) {
|
| /frameworks/support/preference/src/main/java/androidx/preference/ |
| MultiSelectListPreferenceDialogFragment.java | 99 final int entryCount = mEntryValues.length; 100 final boolean[] checkedItems = new boolean[entryCount]; 101 for (int i = 0; i < entryCount; i++) {
|
| MultiSelectListPreferenceDialogFragmentCompat.java | 99 final int entryCount = mEntryValues.length; 100 final boolean[] checkedItems = new boolean[entryCount]; 101 for (int i = 0; i < entryCount; i++) {
|
| /art/test/1930-monitor-info/src/art/ |
| Monitors.java | 78 public final int entryCount; 85 int entryCount, 89 this.entryCount = entryCount; 101 "MonitorUsage{ monitor: %s, owner: %s, entryCount: %d, waiters: %s, notify_waiters: %s }", 104 entryCount,
|
| /art/test/1931-monitor-events/src/art/ |
| Monitors.java | 78 public final int entryCount; 85 int entryCount, 89 this.entryCount = entryCount; 101 "MonitorUsage{ monitor: %s, owner: %s, entryCount: %d, waiters: %s, notify_waiters: %s }", 104 entryCount,
|
| /art/test/1932-monitor-events-misc/src/art/ |
| Monitors.java | 78 public final int entryCount; 85 int entryCount, 89 this.entryCount = entryCount; 101 "MonitorUsage{ monitor: %s, owner: %s, entryCount: %d, waiters: %s, notify_waiters: %s }", 104 entryCount,
|
| /art/test/1933-monitor-current-contended/src/art/ |
| Monitors.java | 78 public final int entryCount; 85 int entryCount, 89 this.entryCount = entryCount; 101 "MonitorUsage{ monitor: %s, owner: %s, entryCount: %d, waiters: %s, notify_waiters: %s }", 104 entryCount,
|
| /art/test/1934-jvmti-signal-thread/src/art/ |
| Monitors.java | 78 public final int entryCount; 85 int entryCount, 89 this.entryCount = entryCount; 101 "MonitorUsage{ monitor: %s, owner: %s, entryCount: %d, waiters: %s, notify_waiters: %s }", 104 entryCount,
|
| /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/ |
| Mmu.c | 53 IN UINTN EntryCount,
78 for (Index = 0; Index < EntryCount; Index++) {
127 return BaseAddress + (EntryCount * TT_ADDRESS_AT_LEVEL(TableLevel));
322 UINTN EntryCount;
331 GetRootTranslationTableInfo (T0SZ, &TableLevel, &EntryCount);
334 (UINTN*)TT_LAST_BLOCK_ADDRESS(TranslationTable, EntryCount),
|
| /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/ |
| LegacyTable.c | 130 UINT32 EntryCount;
136 EntryCount = (Rsdt->Header.Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT32);
139 for (Index = 0; Index < EntryCount; Index ++, EntryPtr ++) {
158 UINT32 EntryCount;
165 EntryCount = (Xsdt->Header.Length - sizeof (EFI_ACPI_DESCRIPTION_HEADER)) / sizeof(UINT64);
168 for (Index = 0; Index < EntryCount; Index ++) {
|