Searched refs:mIndex (Results 1 – 5 of 5) sorted by relevance
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | OptionsParser.java | 37 private int mIndex; field in OptionsParser 59 if (mIndex >= mParams.length) { in nextOption() 63 String param = mParams[mIndex]; in nextOption() 69 mPutBackIndex = mIndex; in nextOption() 70 mIndex++; in nextOption() 100 mIndex = mPutBackIndex; in putOption() 121 if (mIndex >= mParams.length) { in getRequiredValue() 126 String param = mParams[mIndex]; in getRequiredValue() 132 mIndex++; in getRequiredValue() 171 if (mIndex >= mParams.length) { in getOptionalBooleanValue() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | FileProtoResultReporter.java | 59 private int mIndex = 0; field in FileProtoResultReporter 120 outputFile = new File(mOutputFile.getAbsolutePath() + mIndex); in writeProto() 143 mIndex++; in nextOutputFile()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | StrictShardHelper.java | 392 shardTimes.get(i).mIndex, in topBottom() 394 int give = shardTimes.get(i).mIndex; in topBottom() 395 int receive = shardTimes.get(shardTimes.size() - 1 - i).mIndex; in topBottom() 406 public final int mIndex; field in StrictShardHelper.SortShardObj 410 mIndex = index; in SortShardObj()
|
/tools/apksig/src/main/java/com/android/apksig/ |
D | ApkVerifier.java | 1750 private final int mIndex; field in ApkVerifier.Result.V2SchemeSignerInfo 1759 mIndex = result.index; in V2SchemeSignerInfo() 1771 return mIndex; in getIndex() 1819 private final int mIndex; field in ApkVerifier.Result.V3SchemeSignerInfo 1832 mIndex = result.index; in V3SchemeSignerInfo() 1850 return mIndex; in getIndex() 1932 private final int mIndex; field in ApkVerifier.Result.V4SchemeSignerInfo 1941 mIndex = result.index; in V4SchemeSignerInfo() 1953 return mIndex; in getIndex()
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 122 31| iput v0, v1, android.support.v4.app.BackStackState.mIndex 189 21| iget v0, v2, android.support.v4.app.BackStackState.mIndex 620 15| iput v0, v3, android.support.v4.app.FragmentState.mIndex 736 7| iget v0, v3, android.support.v4.app.FragmentState.mIndex 9000 0| iget v0, v2, android.support.v4.util.MapCollections$ArrayIterator.mIndex 9026 2| iget v2, v4, android.support.v4.util.MapCollections$ArrayIterator.mIndex 9032 10| iget v1, v4, android.support.v4.util.MapCollections$ArrayIterator.mIndex 9034 14| iput v1, v4, android.support.v4.util.MapCollections$ArrayIterator.mIndex 9062 10| iget v0, v2, android.support.v4.util.MapCollections$ArrayIterator.mIndex 9064 14| iput v0, v2, android.support.v4.util.MapCollections$ArrayIterator.mIndex [all …]
|