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

  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 177 int fileEnd = (refIdx == -1 ? end : refIdx);
179 int queryIdx = parseString.lastIndexOf('?', fileEnd);
182 query = parseString.substring(queryIdx + 1, fileEnd);
192 fileEnd = queryIdx;
201 file = parseString.substring(fileIdx, fileEnd);
202 } else if (fileEnd > fileIdx) {
212 file = parseString.substring(fileIdx, fileEnd);
215 + parseString.substring(fileIdx, fileEnd);
  /development/apps/Development/src/com/android/development/
LogViewer.java 103 int fileEnd = next0(bytes, tagEnd + 1);
104 int messageEnd = next0(bytes, fileEnd + 1);
109 = forAsciiBytes(bytes, fileEnd + 1, messageEnd);
  /dalvik/libdex/
DexSwapVerify.c 73 const u1* fileEnd; // points to fileStart + fileLen
113 const void* fileEnd = state->fileEnd;
114 if ((start < fileStart) || (start > fileEnd)
115 || (end < start) || (end > fileEnd)) {
    [all...]
  /external/webkit/WebKitTools/android/webkitmerge/
webkitmerge.cpp 722 char* fileEnd = file + fileSize;
730 } while (file < fileEnd);
781 char* fileEnd = makeFile + makeSize;
928 } while (start = nextStart, start < fileEnd);
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
wrtxml.cpp 1006 const char* fileEnd = "</file>\n";
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 1006 const char* fileEnd = "</file>\n";
    [all...]

Completed in 269 milliseconds