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

1 2 3 4

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DebugUtilitiesTest.java 25 int typeCount = DebugUtilities.typeCount();
26 if(typeCount==0) {
27 errln("typecount is 0!");
29 for(int j=0;j<typeCount;j++) {
31 logln("Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - enumCount "+enumCount);
38 errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: value="+enumValue+" should be "+k);
41 errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: enumByString returned="+enumValueFromString+" should be "+k);
DebugUtilities.java 23 public static int typeCount() {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DebugUtilitiesTest.java 24 int typeCount = DebugUtilities.typeCount();
25 if(typeCount==0) {
26 errln("typecount is 0!");
28 for(int j=0;j<typeCount;j++) {
30 logln("Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - enumCount "+enumCount);
37 errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: value="+enumValue+" should be "+k);
40 errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.typeString(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: enumByString returned="+enumValueFromString+" should be "+k);
DebugUtilities.java 22 public static int typeCount() {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
TypeIdItem.java 84 int typeCount = mapItem.getItemCount();
85 String[] ret = new String[typeCount];
86 for (int i=0; i<typeCount; i++) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeAdapter.java 59 int[] typeCount = new int[itemCount];
74 int index = typeCount[typeIndex];
75 typeCount[typeIndex] += count;
FakeExpandableAdapter.java 59 int[] typeCount = new int[itemCount];
80 int index = typeCount[typeIndex];
81 typeCount[typeIndex] += count;
  /external/wpa_supplicant_8/src/common/
tnc.h 38 TNC_UInt32 typeCount);
67 TNC_UInt32 typeCount);
  /cts/hostsidetests/os/test-apps/StaticSharedLibConsumerApp1/src/android/os/lib/consumer1/
UseSharedLibraryTest.java 78 int typeCount = 0;
79 typeCount += sharedLib.isBuiltin() ? 1 : 0;
80 typeCount += sharedLib.isDynamic() ? 1 : 0;
81 typeCount += sharedLib.isStatic() ? 1 : 0;
83 if (typeCount != 1) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LocaleValidityChecker.java 148 int typeCount = 0;
178 typeCount = 0;
185 ++typeCount;
188 if (typeCount > 1) {
193 if (typeCount == 1) {
202 if (typeCount == 1) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LocaleValidityChecker.java 146 int typeCount = 0;
176 typeCount = 0;
183 ++typeCount;
186 if (typeCount > 1) {
191 if (typeCount == 1) {
200 if (typeCount == 1) {
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 267 int typeCount = 0;
283 typeCount = typeIndex;
294 VerificationType[] types = new VerificationType[typeCount];
300 for (int index = 0; typeIndex < typeCount; index++)
350 int typeCount = 0;
358 typeCount++;
368 VerificationType[] types = new VerificationType[typeCount];
370 int typeIndex = typeCount;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedDexFile.java 53 private final int typeCount;
75 typeCount = readSmallUint(HeaderItem.TYPE_COUNT_OFFSET);
178 if (typeIndex < 0 || typeIndex >= typeCount) {
221 return typeCount;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
OlsonTimeZone.java 431 typeCount != o.typeCount ||
468 typeCount = 1;
569 typeCount = typeOffsets.length / 2;
789 buf.append(",typeCount=" + typeCount);
844 private int typeCount;
853 * Length is equal to typeCount
859 * type indices (from 0..typeCount-1).
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
OlsonTimeZone.java 429 typeCount != o.typeCount ||
466 typeCount = 1;
567 typeCount = typeOffsets.length / 2;
787 buf.append(",typeCount=" + typeCount);
842 private int typeCount;
851 * Length is equal to typeCount
857 * type indices (from 0..typeCount-1).
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java 142 * @param typeCount When provided, will be used for the frequency count of
148 EditType forceInclude, boolean includeSecondary, SparseIntArray typeCount,
155 if (typeCount == null) {
157 typeCount = getTypeFrequencies(state, kind);
163 final int overallCount = typeCount.get(FREQUENCY_TOTAL);
169 final boolean validSpecific = (type.specificMax == -1 ? true : typeCount
191 final SparseIntArray typeCount = new SparseIntArray();
195 if (mimeEntries == null) return typeCount;
205 final int count = typeCount.get(type.rawValue);
206 typeCount.put(type.rawValue, count + 1)
    [all...]
  /frameworks/base/cmds/idmap/
inspect.cpp 242 uint32_t typeCount = static_cast<uint32_t>(data16);
243 while (typeCount > 0) {
244 typeCount--;
  /external/icu/icu4c/source/i18n/
olsontz.cpp 107 typeCount = 1;
185 typeCount = (int16_t) len >> 1;
287 typeCount = other.typeCount;
639 if (typeCount != z->typeCount
650 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1)
754 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
771 historicRuleCount = typeCount;
    [all...]
olsontz.h 349 int16_t typeCount;
353 * Length is typeCount int32_t's. At least one type (a pair of int32_t)
360 * type indices (from 0..typeCount-1).
  /external/deqp/external/vulkancts/framework/vulkan/
vkBuilderUtil.cpp 120 const VkDescriptorPoolSize typeCount =
126 m_counts.push_back(typeCount);
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 110 TNC_UInt32 typeCount)
116 "typeCount=%lu)",
117 (unsigned long) imcID, (unsigned long) typeCount);
119 for (i = 0; i < typeCount; i++) {
130 os_malloc(typeCount * sizeof(TNC_MessageType));
134 typeCount * sizeof(TNC_MessageType));
135 imc->num_supported_types = typeCount;
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 146 TNC_UInt32 typeCount)
152 "typeCount=%lu)",
153 (unsigned long) imvID, (unsigned long) typeCount);
155 for (i = 0; i < typeCount; i++) {
165 os_malloc(typeCount * sizeof(TNC_MessageType));
169 typeCount * sizeof(TNC_MessageType));
170 imv->num_supported_types = typeCount;
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 799 final int typeCount = mViewTypeCount;
800 for (int i = 0; i < typeCount; i++) {
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java 189 int typeCount = adapter.getViewTypeCount();
190 if (mViews == null || typeCount != mViews.length) {
191 mViews = new List[typeCount];
192 for (int i = 0; i < typeCount; i++) {
    [all...]

Completed in 942 milliseconds

1 2 3 4