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

  /external/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java 246 final int actualIndex = (startIndex + x) % mTextureHash.length;
247 if (mTextureHash[actualIndex].resource == key) {
248 index = actualIndex;
250 } else if (mTextureHash[actualIndex].resource == -1) {
  /frameworks/rs/script_api/
GenerateTestFiles.cpp 142 const string& actualIndex) const;
144 const string& actualIndex) const;
150 const string& actualIndex, bool verifierValidates) const;
699 const string& actualIndex) const {
700 writeJavaTestOneValue(p, argsIndex, actualIndex);
707 const string& actualIndex) const {
711 actualOut = "Float16Utils.convertFloat16ToDouble(" + p.javaArrayName + actualIndex + ")";
713 actualOut = p.javaArrayName + actualIndex;
726 << actualIndex;
748 const string& actualIndex,
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp 178 int32_t actualIndex = 0;
184 actualIndex >= fActualBreakPositions.size()) {
190 err(heading, test, expectedIndex-1, actualIndex);
191 actualIndex++;
195 if (actualIndex >= fActualBreakPositions.size()) {
196 err(heading, test, expectedIndex, actualIndex-1);
201 if (fActualBreakPositions.elementAti(actualIndex) != fExpectedBreakPositions.elementAti(expectedIndex)) {
202 err(heading, test, expectedIndex, actualIndex);
204 if (fActualBreakPositions.elementAti(actualIndex) < fExpectedBreakPositions.elementAti(expectedIndex)) {
205 actualIndex++
    [all...]
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.31/
truth-0.31.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.34/
truth-0.34.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.36/
truth-0.36.jar 
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/3.8.0/
assertj-core-3.8.0.jar 
  /external/junit-params/lib/
assertj-core-1.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 

Completed in 130 milliseconds