HomeSort by relevance Sort by last modified time
    Searched refs:entryCount (Results 1 - 25 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportRequest.java 97 public final int entryCount;
101 int vcardVersion, int entryCount) {
109 this.entryCount = entryCount;
  /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...]
  /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++) {
StaticChunkOffsetBox.java 53 int entryCount = l2i(IsoTypeReader.readUInt32(content));
54 chunkOffsets = new long[entryCount];
55 for (int i = 0; i < entryCount; i++) {
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 +
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() + "]";
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() + "]";
SampleAuxiliaryInformationOffsetsBox.java 91 int entryCount = l2i(IsoTypeReader.readUInt32(content));
94 for (int i = 0; i < entryCount; i++) {
  /external/guava/guava-gwt/src/com/google/common/collect/
Multiset_CustomFieldSerializerBase.java 47 int entryCount = instance.entrySet().size();
48 writer.writeInt(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);
  /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...]
  /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++) {
  /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);
  /external/libunwind_llvm/include/mach-o/
compact_unwind_encoding.h 456 uint16_t entryCount;
465 uint16_t entryCount;
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
LazyObjectReference.java 94 @Override public int entryCount() throws IncompatibleThreadStateException {
95 return getValue().entryCount();
  /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) {
  /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,

Completed in 1251 milliseconds

1 2 3 4 5 6 7 8 91011>>