HomeSort by relevance Sort by last modified time
    Searched defs:excerpt (Results 1 - 2 of 2) sorted by null

  /external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java 14 * A marker that's appended to the excerpt if it's less than the complete
24 while ((read = read(excerpt, total, LIMIT - total)) != -1 && ((total += read) < LIMIT));
27 System.arraycopy(ELLIPSIS, 0, excerpt, total, ELLIPSIS.length);
30 System.arraycopy(excerpt, 0, tmp, 0, total);
31 excerpt = tmp;
37 private byte[] excerpt = new byte[LIMIT + ELLIPSIS.length]; field in class:ExcerptInputStream
42 return excerpt;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 36 milliseconds