HomeSort by relevance Sort by last modified time
    Searched defs:entryCount (Results 26 - 50 of 242) sorted by null

12 3 4 5 6 7 8 910

  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipEntryTest.java 75 int entryCount = 0;
78 ++entryCount;
80 assertEquals(filenames.size(), entryCount);
AbstractZipFileTest.java 190 int entryCount = 0;
193 ++entryCount;
195 assertEquals(expectedEntryCount, entryCount);
205 int entryCount = 0;
208 ++entryCount;
210 assertEquals(1024, entryCount);
218 protected void writeEntries(ZipOutputStream out, int entryCount, long entrySize,
224 for (int entry = 0; entry < entryCount; ++entry) {
  /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);
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionPreferenceGroup.java 53 int entryCount = apps.size();
56 for (int i = 0; i < entryCount; i++) {
  /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);
  /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/av/camera/
CameraMetadata.cpp 155 size_t CameraMetadata::entryCount() const {
161 return entryCount() == 0;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportProcessor.java 149 final int entryCount = request.entryCount;
150 mTotalCount += entryCount;
  /packages/apps/Settings/src/com/android/settings/
AppListPreference.java 141 final int entryCount = packageNames.length + (mShowItemNone ? 1 : 0);
142 List<CharSequence> applicationNames = new ArrayList<>(entryCount);
143 List<CharSequence> validatedPackageNames = new ArrayList<>(entryCount);
144 List<Drawable> entryDrawables = new ArrayList<>(entryCount);
195 final int entryCount = componentNames.length + (mShowItemNone ? 1 : 0);
196 List<CharSequence> applicationNames = new ArrayList<>(entryCount);
197 List<CharSequence> validatedComponentNames = new ArrayList<>(entryCount);
198 List<Drawable> entryDrawables = new ArrayList<>(entryCount);
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 84 size_t *entryCount,
96 (*entryCount)++;
106 size_t entryCount = 0;
116 if ( ( ret = addOrSize(*info, sizeRequest, &entryCount, &dataCount, \
385 entryCount, dataCount);
386 *info = allocate_camera_metadata(entryCount, dataCount);
390 entryCount, dataCount);
400 size_t entryCount = 0;
405 if ( ( ret = addOrSize(*request, sizeRequest, &entryCount, &dataCount, \
424 entryCount += 1
    [all...]
  /external/icu/icu4c/source/samples/layout/
sfnt.h 72 le_uint16 entryCount;
100 le_uint16 entryCount;
  /external/icu/icu4c/source/test/letest/
FontObject.h 69 le_uint16 entryCount;
97 le_uint16 entryCount;
sfnt.h 98 le_uint16 entryCount;
167 le_uint16 entryCount;
176 le_uint16 entryCount;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 69 le_uint16 entryCount;
97 le_uint16 entryCount;
sfnt.h 98 le_uint16 entryCount;
167 le_uint16 entryCount;
176 le_uint16 entryCount;
  /external/libunwind_llvm/include/mach-o/
compact_unwind_encoding.h 456 uint16_t entryCount;
465 uint16_t entryCount;
  /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++) {
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/
compact_unwind_encoding.h 456 uint16_t entryCount;
465 uint16_t entryCount;
  /external/libunwind_llvm/src/
UnwindCursor.hpp 261 uint16_t entryCount() const {
264 offsetof(unwind_info_regular_second_level_page_header, entryCount));
308 uint16_t entryCount() const {
311 offsetof(unwind_info_compressed_second_level_page_header, entryCount));
    [all...]
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 556 const int entryCount = kCache16Count * 2;
557 const size_t allocSize = sizeof(uint16_t) * entryCount;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 261 uint16_t entryCount() const {
264 offsetof(unwind_info_regular_second_level_page_header, entryCount));
308 uint16_t entryCount() const {
311 offsetof(unwind_info_compressed_second_level_page_header, entryCount));
960 high = pageHeader.entryCount();
    [all...]
  /frameworks/base/core/java/android/util/apk/
ApkSignatureSchemeV2Verifier.java     [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 941 ssize_t entryCount = res.getBagLocked(ident, &entry, &typeSpecFlags);
943 for (ssize_t i=0; i<entryCount; i++) {
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java     [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 616 uint32_t entryCount;
618 inline Queue() : head(NULL), tail(NULL), entryCount(0) {
626 entryCount++;
638 entryCount++;
650 entryCount--;
664 entryCount--;
676 return entryCount;
    [all...]

Completed in 1246 milliseconds

12 3 4 5 6 7 8 910