Searched defs:count (Results 1 - 25 of 89) sorted by relevance

1234

/dalvik/libdex/
H A Dsha1.h9 unsigned long count[2]; member in struct:SHA1_CTX
H A DDexDataMap.h27 u4 count; /* number of items currently in the map */ member in struct:DexDataMap
H A DLeb128.h154 int count = 0; local
158 count++;
161 return count;
H A DDexClass.cpp28 static bool verifyUlebs(const u1* pData, const u1* pLimit, u4 count) { argument
32 while (okay && (count-- != 0)) {
H A DDexCatch.h40 /* Get count of handler lists for the given DexCode. */
68 s4 count = readSignedLeb128(&pEncodedData); local
70 if (count <= 0) {
72 count = -count;
78 pIterator->countRemaining = count;
H A DInstrUtils.cpp586 * was done so that the field names for the argument count and
590 * Bottom line: The argument count is always in vA, and the
594 int i, count; local
600 count = pDec->vA;
609 switch (count) {
613 ALOGW("Invalid arg count in 35mi (5)");
629 ALOGW("Invalid arg count in 35c/35ms/35mi (%d)", count);
/dalvik/tests/023-many-interfaces/
H A Diface-gen.c11 static int createFiles(int count) argument
16 for (i = 0; i < count; i++) {
35 for (i = 0; i < count; i++) {
36 fprintf(fp, " Interface%03d%s\n", i, (i == count-1) ? "" : ",");
39 for (i = 1; i < count; i += 2) {
/dalvik/tests/097-suspend-check/src/
H A DMain.java78 int count = 100000; field in class:InfiniteForLoop
/dalvik/vm/
H A DBitVector.cpp35 unsigned int count; local
41 count = (startBits + 31) >> 5;
43 bv->storageSize = count;
45 bv->storage = (u4*) calloc(count, sizeof(u4));
142 unsigned int count = pBits->storageSize;
143 memset(pBits->storage, 0, count * sizeof(u4));
181 unsigned int count = 0;
188 count += 32;
190 /* count the number of '1' bits */
193 count
[all...]
H A DStdioConverter.cpp37 int count; member in struct:BufferedData
148 stdoutData->count = stderrData->count = 0;
211 assert(data->count < kMaxLine);
213 want = kMaxLine - data->count;
214 actual = read(fd, data->buf + data->count, want);
220 //ALOGI("read %s: %d at %d", tag, actual, data->count);
222 data->count += actual;
230 int i = data->count;
231 for (i = data->count;
[all...]
/dalvik/vm/test/
H A DTestHash.cpp36 int* count = (int*) arg; local
37 (*count)++;
42 int count = 0; local
45 dvmHashForeach(pTab, printFunc, &count);
46 if (count != kNumTestEntries) {
57 int count = 0; local
67 count++;
69 if (count != kNumTestEntries) {
158 int count = 0; local
163 count
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DStatistics.java116 private int count; field in class:Statistics.Data
137 this.count = 1;
151 count++;
181 count + " item" + (count == 1 ? "" : "s") + "; " +
187 int average = totalSize / count;
/dalvik/dx/src/com/android/dx/cf/attrib/
H A DInnerClassList.java31 * @param count the number of elements to be in the list of inner classes
33 public InnerClassList(int count) { argument
34 super(count);
/dalvik/dx/src/com/android/dx/dex/file/
H A DStatistics.java115 private int count; field in class:Statistics.Data
136 this.count = 1;
150 count++;
180 count + " item" + (count == 1 ? "" : "s") + "; " +
186 int average = totalSize / count;
/dalvik/tests/050-sync-test/src/
H A DMain.java100 int count = mCount;
110 count++;
111 mCount = count;
119 private static int count = 0; field in class:SleepyThread
125 setName("thread#" + count);
126 count++;
/dalvik/vm/oo/
H A DAccessCheck.cpp26 int count = 0; local
29 char ch = str1[count];
30 if (ch == '\0' || ch != str2[count])
31 return count;
32 count++;
/dalvik/dexgen/src/com/android/dexgen/rop/
H A DLineNumberList.java62 * @param count the number of elements to be in the list
64 public LineNumberList(int count) { argument
65 super(count);
/dalvik/dexgen/src/com/android/dexgen/util/
H A DOutput.java118 * @param count {@code >= 0;} the number of zeroes to write
120 public void writeZeroes(int count); argument
/dalvik/dx/src/com/android/dx/cf/code/
H A DLineNumberList.java62 * @param count the number of elements to be in the list
64 public LineNumberList(int count) { argument
65 super(count);
/dalvik/dx/src/com/android/dx/command/grep/
H A DGrep.java37 private int count = 0; field in class:Grep
71 count++;
116 return count;
/dalvik/dx/src/com/android/dx/dex/cf/
H A DCodeStatistics.java78 * @param count {@code >= 0;} the number of bytes to add
80 public static void updateOriginalByteCount(int count) { argument
81 runningOriginalBytes += count;
168 out.printf("Original bytecode byte count: %d\n",
/dalvik/dx/src/com/android/dx/util/
H A DOutput.java120 * @param count {@code >= 0;} the number of zeroes to write
122 public void writeZeroes(int count); argument
/dalvik/tests/003-omnibus-opcodes/src/
H A DArray.java174 static void checkNegAlloc(int count) { argument
180 ints = new int[count];
187 strings = new String[count];
/dalvik/vm/mterp/c/
H A DgotoTargets.cpp113 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
209 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
287 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
337 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
370 vsrc1 = INST_AA(inst); /* AA (count) or BA (count
758 GOTO_TARGET(invokeMethod, bool methodCallRange, const Method* _methodToCall, u2 count, u2 regs) argument
783 u4 count = vsrc1 >> 4; local
[all...]
/dalvik/vm/native/
H A Djava_lang_VMClassLoader.cpp120 int count = dvmGetBootPathSize(); local
121 RETURN_INT(count);

Completed in 5507 milliseconds

1234