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

  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 440 int endline = read_buffer_global.Find(13); // search for LF local
441 while (-1 != endline) {
443 string_to_print.Delete(endline, string_to_print.GetLength());
444 read_buffer_global.Delete(0, endline);
455 endline = read_buffer_global.Find(13);
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 551 register WORD *endline; local
555 endline = w->next_break - 1;
556 for (; w != endline; w++)
  /frameworks/base/core/java/android/text/
DynamicLayout.java 264 int endline = getLineForOffset(where + before); local
266 endline = getLineCount();
267 int endv = getLineTop(endline);
268 boolean islast = (endline == getLineCount());
299 mInts.deleteAt(startline, endline - startline);
300 mObjects.deleteAt(startline, endline - startline);
360 updateBlocks(startline, endline - 1, n);
431 * @param endLine the last line of the range, possibly equal to startLine, lower
437 void updateBlocks(int startLine, int endLine, int newLineCount) {
452 if (mBlockEndLines[i] >= endLine) {
    [all...]
Layout.java 1431 int endline = getLineForOffset(end); local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/
plexus-compiler-api-2.2.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 1824 milliseconds