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

  /dalvik/dx/src/com/android/dx/ssa/
SsaInsn.java 153 RegisterSpec oldResult = result;
156 block.getParent().updateOneDefinition(this, oldResult);
SsaMethod.java 607 * @param oldResult {@code null-ok;} a previous result that should
611 RegisterSpec oldResult) {
614 if (oldResult != null) {
615 int reg = oldResult.getReg();
  /external/v8/test/mjsunit/
string-charat.js 228 var result, oldResult;
231 oldResult = result;
237 assertEquals("e", oldResult);
243 var result, oldResult;
246 oldResult = result;
252 assertEquals(101, oldResult);
  /frameworks/base/core/java/android/webkit/
CacheManager.java 730 CacheResult oldResult = mDataBase.getCache(url);
731 if (oldResult != null && oldResult.contentLength > 0) {
732 if (path.equals(oldResult.localPath)) {
733 path = oldResult.localPath;
735 path = oldResult.localPath;
    [all...]

Completed in 435 milliseconds