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

  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorModel.js 120 var newLines = text.split(/\r?\n/);
121 this._replaceTabsIfNeeded(newLines);
128 if (newLines.length === 1) {
129 this._setLine(range.startLine, prefix + newLines[0] + suffix);
130 postCaret += newLines[0].length;
132 this._setLine(range.startLine, prefix + newLines[0]);
133 for (var i = 1; i < newLines.length; ++i)
134 this._insertLine(range.startLine + i, newLines[i]);
135 this._setLine(range.startLine + newLines.length - 1, newLines[newLines.length - 1] + suffix)
    [all...]
ResourcesPanel.js 418 var newLines = newContent.split(/\r?\n/);
420 var diff = Array.diff(oldLines, newLines);
    [all...]
  /external/icu4c/tools/ctestfw/
uperf.cpp 230 ULine *newLines = new ULine[maxLines];
231 if(newLines == NULL) {
238 memcpy(newLines, lines, numLines*sizeof(ULine));
240 lines = newLines;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinter.java 388 // Count how many newlines we find in the trailing whitespace of the
390 int newLines = 0;
395 newLines++;
396 if (newLines == 2) {
404 if (newLines >= 2) {
471 // without newlines inside the <!-- --> delimiters
601 // more newlines after the comment, and if so have a blank line between this
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/icu4c/test/cintltst/
nucnvtst.c     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 519 milliseconds