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

  /external/javassist/src/main/javassist/bytecode/
ConstPool.java 35 int numOfItems;
127 numOfItems = 0;
147 /* read() initializes items and numOfItems, and do addItem(null).
163 return numOfItems;
668 return numOfItems++;
733 info = new ClassInfo(utf8, numOfItems);
967 info = new Utf8Info(utf8, numOfItems);
982 int size = numOfItems;
999 int size = numOfItems;
1016 int size = numOfItems;
    [all...]
StackMapTable.java 318 int numOfItems = ByteArray.readU16bit(info, p);
319 int[] itemsTags = new int[numOfItems];
320 int[] itemsData = new int[numOfItems];
321 p = verifyTypeInfo(p + 2, numOfItems, itemsTags, itemsData);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ValueParser.java 192 int numOfItems = ctlv.getLength() - 1;
193 id.recordNumbers = new int[numOfItems];
199 for (int index = 0; index < numOfItems;) {
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 2326 milliseconds