HomeSort by relevance Sort by last modified time
    Searched refs:typeCount (Results 1 - 19 of 19) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestPerformanceTests.java 84 int typeCount = 0;
95 typeCount += lookForSuggestion(prevWord, currentWord);
97 typeCount += lookForSuggestion(null, currentWord);
104 double result = (double) (characterCount - typeCount) / characterCount * 100;
113 Log.i(TAG, "\ttotal number of characters typed: " + typeCount);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeAdapter.java 52 int[] typeCount = new int[itemCount];
67 int index = typeCount[typeIndex];
68 typeCount[typeIndex] += count;
FakeExpandableAdapter.java 50 int[] typeCount = new int[itemCount];
71 int index = typeCount[typeIndex];
72 typeCount[typeIndex] += count;
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 130 * @param typeCount When provided, will be used for the frequency count of
135 EditType forceInclude, boolean includeSecondary, SparseIntArray typeCount) {
141 if (typeCount == null) {
143 typeCount = getTypeFrequencies(state, kind);
147 final int overallCount = typeCount.get(FREQUENCY_TOTAL);
151 final boolean validSpecific = (type.specificMax == -1 ? true : typeCount
173 final SparseIntArray typeCount = new SparseIntArray();
177 if (mimeEntries == null) return typeCount;
187 final int count = typeCount.get(type.rawValue);
188 typeCount.put(type.rawValue, count + 1)
    [all...]
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 255 int typeCount = 0;
271 typeCount = typeIndex;
282 VerificationType[] types = new VerificationType[typeCount];
288 for (int index = 0; typeIndex < typeCount; index++)
338 int typeCount = 0;
346 typeCount++;
356 VerificationType[] types = new VerificationType[typeCount];
358 int typeIndex = typeCount;
  /external/chromium/third_party/icu/source/i18n/
olsontz.cpp 70 typeCount = 1;
123 typeCount = (int16_t) i >> 1;
135 U_DEBUG_TZ_MSG(("OlsonTimeZone(%s) - size = %d, typecount %d transitioncount %d - err %s\n", ures_getKey((UResourceBundle*)res), size, typeCount, transitionCount, u_errorName(ec)));
232 typeCount = other.typeCount;
578 typeCount == z->typeCount &&
582 (sizeof(typeOffsets[0]) * typeCount) << 1) == 0 &&
584 (sizeof(typeData[0]) * typeCount)) == 0)
    [all...]
olsontz.h 304 int16_t typeCount;
314 * Length is typeCount int32_t's.
320 * type indices (from 0..typeCount-1).
  /external/icu4c/i18n/
olsontz.cpp 99 typeCount = 1;
176 typeCount = (int16_t) len >> 1;
273 typeCount = other.typeCount;
620 if (typeCount != z->typeCount
631 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1)
724 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
741 historicRuleCount = typeCount;
    [all...]
olsontz.h 338 int16_t typeCount;
342 * Length is typeCount int32_t's. At least one type (a pair of int32_t)
349 * type indices (from 0..typeCount-1).
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c 163 TNC_UInt32 typeCount)
169 "typeCount=%lu)",
170 (unsigned long) imcID, (unsigned long) typeCount);
172 for (i = 0; i < typeCount; i++) {
183 os_malloc(typeCount * sizeof(TNC_MessageTypeList));
187 typeCount * sizeof(TNC_MessageTypeList));
188 imc->num_supported_types = typeCount;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
tncs.c 218 TNC_UInt32 typeCount)
224 "typeCount=%lu)",
225 (unsigned long) imvID, (unsigned long) typeCount);
227 for (i = 0; i < typeCount; i++) {
237 os_malloc(typeCount * sizeof(TNC_MessageTypeList));
241 typeCount * sizeof(TNC_MessageTypeList));
242 imv->num_supported_types = typeCount;
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests     [all...]
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp 1003 int typeCount = QTCountChildrenOfType(mimeList, kParentAtomIsContainer, kMimeInfoMimeTypeTag);
1004 for (int typeIndex = 1; typeIndex <= typeCount; typeIndex++) {
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 2819 milliseconds