Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 60) sorted by relevance

123

/dalvik/dexgen/src/com/android/dexgen/util/
DLeb128Utils.java41 int count = 0; in unsignedLeb128Size() local
62 int count = 0; in signedLeb128Size() local
DOutput.java120 public void writeZeroes(int count); in writeZeroes()
DByteArrayAnnotatedOutput.java229 int count = 0; in writeUnsignedLeb128() local
245 int count = 0; in writeSignedLeb128() local
309 public void writeZeroes(int count) { in writeZeroes()
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java137 int count = mHeaderItem.stringIdsSize; in loadStrings() local
161 int count = mHeaderItem.typeIdsSize; in loadTypeIds() local
179 int count = mHeaderItem.protoIdsSize; in loadProtoIds() local
225 int count = mHeaderItem.fieldIdsSize; in loadFieldIds() local
245 int count = mHeaderItem.methodIdsSize; in loadMethodIds() local
265 int count = mHeaderItem.classDefsSize; in loadClassDefs() local
361 int count = 0; in getExternalReferences() local
382 assert idx == count; in getExternalReferences() local
/dalvik/dx/tests/115-merge/testdata/
DTryCatchFinally.java6 int count = 0; in method() local
/dalvik/dx/src/com/android/dx/command/grep/
DMain.java31 int count = new Grep(dex, Pattern.compile(pattern), new PrintWriter(System.out)).grep(); in main() local
DGrep.java37 private int count = 0; field in Grep
/dalvik/libdex/
Dsha1.h9 unsigned long count[2]; member
DDexDataMap.h27 u4 count; /* number of items currently in the map */ member
DDexSwapVerify.cpp398 u4 count; in swapMap() local
1068 static u1* swapFieldAnnotations(const CheckState* state, u4 count, u1* addr) { in swapFieldAnnotations()
1097 static u1* swapMethodAnnotations(const CheckState* state, u4 count, u1* addr) { in swapMethodAnnotations()
1126 static u1* swapParameterAnnotations(const CheckState* state, u4 count, in swapParameterAnnotations()
1192 static const u1* crossVerifyFieldAnnotations(const CheckState* state, u4 count, in crossVerifyFieldAnnotations()
1213 u4 count, const u1* addr, u4 definingClass) { in crossVerifyMethodAnnotations()
1233 u4 count, const u1* addr, u4 definingClass) { in crossVerifyParameterAnnotations()
1328 u4 count; in swapTypeList() local
1349 u4 count; in swapAnnotationSetRefList() local
1370 int count = list->size; in crossVerifyAnnotationSetRefList() local
[all …]
DLeb128.h154 int count = 0; in unsignedLeb128Size() local
DSysUtil.cpp316 int sysWriteFully(int fd, const void* buf, size_t count, const char* logMsg) in sysWriteFully()
336 int sysCopyFileToFile(int outFd, int inFd, size_t count) in sysCopyFileToFile()
DDexClass.cpp28 static bool verifyUlebs(const u1* pData, const u1* pLimit, u4 count) { in verifyUlebs()
DInstrUtils.cpp594 int i, count; in dexDecodeInstruction() local
/dalvik/dx/src/com/android/dx/dex/file/
DMemberIdsSection.java64 AtomicInteger count = membersByPackage.get(packageName); in getTooManyMembersMessage() local
/dalvik/dexgen/src/com/android/dexgen/rop/
DByteCatchList.java38 public ByteCatchList(int count) { in ByteCatchList()
138 private static boolean typeNotFound(Item item, Item[] arr, int count) { in typeNotFound()
/dalvik/dx/src/com/android/dx/cf/code/
DByteCatchList.java38 public ByteCatchList(int count) { in ByteCatchList()
138 private static boolean typeNotFound(Item item, Item[] arr, int count) { in typeNotFound()
/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java384 int count = bytes.getUnsignedShort(offset); // number_of_exceptions in exceptions() local
413 int count = bytes.getUnsignedShort(offset); // number_of_classes in innerClasses() local
469 int count = bytes.getUnsignedShort(offset); // line_number_table_length in lineNumberTable() local
510 int count = bytes.getUnsignedShort(offset); in localVariableTable() local
533 int count = bytes.getUnsignedShort(offset); in localVariableTypeTable() local
558 ConstantPool pool, ParseObserver observer, int count, in parseLocalVariables()
DAnnotationParser.java174 int count = input.readUnsignedByte(); in parseAnnotationsList() local
209 int count = input.readUnsignedShort(); in parseAnnotations() local
/dalvik/hit/src/com/android/hit/
DHeap.java114 int count = theClass.mInstances.size(); in dumpInstanceCounts() local
124 int count = theClass.mSubclasses.size(); in dumpSubclasses() local
/dalvik/dx/junit-tests/com/android/dx/util/
DBitsTest.java191 int count = 0; in test2_bitCount() local
208 assertEquals(label(i), count, Bits.bitCount(bits)); in test2_bitCount() local
/dalvik/dx/src/com/android/dx/dex/cf/
DCodeStatistics.java80 public static void updateOriginalByteCount(int count) { in updateOriginalByteCount()
/dalvik/dx/src/com/android/dx/dex/code/form/
DForm3rc.java102 int count = regs.getWordCount(); in writeTo() local
/dalvik/dx/src/com/android/dx/cf/attrib/
DInnerClassList.java33 public InnerClassList(int count) { in InnerClassList()
/dalvik/dx/src/com/android/dx/util/
DOutput.java122 public void writeZeroes(int count); in writeZeroes()

123