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

1 2

  /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 60 int[] typeCount = new int[itemCount];
75 int index = typeCount[typeIndex];
76 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);
  /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);
172 if (typeIndex < 0 || typeIndex >= typeCount) {
  /frameworks/base/cmds/idmap/
inspect.cpp 241 uint32_t typeCount = static_cast<uint32_t>(data16);
242 while (typeCount > 0) {
243 typeCount--;
  /external/chromium_org/third_party/icu/source/i18n/
olsontz.cpp 101 typeCount = 1;
178 typeCount = (int16_t) len >> 1;
275 typeCount = other.typeCount;
622 if (typeCount != z->typeCount
633 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1)
726 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
743 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/icu/icu4c/source/i18n/
olsontz.cpp 105 typeCount = 1;
183 typeCount = (int16_t) len >> 1;
285 typeCount = other.typeCount;
637 if (typeCount != z->typeCount
648 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1)
752 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
769 historicRuleCount = typeCount;
    [all...]
olsontz.h 347 int16_t typeCount;
351 * Length is typeCount int32_t's. At least one type (a pair of int32_t)
358 * type indices (from 0..typeCount-1).
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 167 * @param typeCount When provided, will be used for the frequency count of
172 EditType forceInclude, boolean includeSecondary, SparseIntArray typeCount) {
178 if (typeCount == null) {
180 typeCount = getTypeFrequencies(state, kind);
184 final int overallCount = typeCount.get(FREQUENCY_TOTAL);
188 final boolean validSpecific = (type.specificMax == -1 ? true : typeCount
210 final SparseIntArray typeCount = new SparseIntArray();
214 if (mimeEntries == null) return typeCount;
224 final int count = typeCount.get(type.rawValue);
225 typeCount.put(type.rawValue, count + 1)
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassWriter.java 296 private short typeCount;
    [all...]
  /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++) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java 195 int typeCount = adapter.getViewTypeCount();
196 if (mViews == null || typeCount != mViews.length) {
197 mViews = new List[typeCount];
198 for (int i = 0; i < typeCount; i++) {
    [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java 651 final int typeCount = mStaticData.getCount();
652 for (int x = 0; x < typeCount; x++) {
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 

Completed in 2864 milliseconds

1 2