Searched refs:newLines (Results 1 - 18 of 18) sorted by relevance

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/
H A DControllersTest.java52 String[] newLines = new String[lines.length + 1];
53 System.arraycopy(lines, 0, newLines, 0, lines.length);
54 newLines[newLines.length - 1] = message;
55 console.setItems(newLines);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
H A DSourceNodeImpl.java65 final LineImpl[] newLines = new LineImpl[newLength];
66 System.arraycopy(lines, 0, newLines, offset - newFirst,
69 lines = newLines;
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
H A DJsonValue.java994 boolean newLines = !isFlat(object);
998 buffer.append(newLines ? "{\n" : "{ ");
1001 if (newLines) indent(indent, buffer);
1005 if ((!newLines || outputType != OutputType.minimal) && child.next != null) buffer.append(',');
1006 buffer.append(newLines ? '\n' : ' ');
1007 if (!newLines && buffer.length() - start > settings.singleLineColumns) {
1009 newLines = true;
1015 if (newLines) indent(indent - 1, buffer);
1022 boolean newLines = !isFlat(object);
1027 buffer.append(newLines
[all...]
/external/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp234 ULine *newLines = new ULine[maxLines]; local
235 if(newLines == NULL) {
242 memcpy(newLines, lines, numLines*sizeof(ULine));
244 lines = newLines;
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
H A Dinputstream.py192 self.newLines = [0]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c5352 const char* fromUnicodeMaps = fromUnicodeMaps_x, *newLines = newLines_x; local
5361 ucnv_toUnicode(cnv, &unicodes, unicodes+3, (const char**)&newLines, newLines+3, NULL, TRUE, &status);
/external/guice/extensions/persist/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 458 milliseconds