Home
last modified time | relevance | path

Searched defs:newLine (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/javassist/src/test/test5/
H A DStackmapWithArray83.java15 String[] newLine = new String[10]; in bytecodeVerifyError() local
28 int[] newLine = new int[10]; in bytecodeVerifyError2() local
/aosp_15_r20/external/javassist/src/test/
H A DTest.java9 String[] newLine = new String[10]; in bytecodeVerifyError1() local
19 String[] newLine = new String[10]; in bytecodeVerifyError() local
/aosp_15_r20/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/
DBpfNetworkStats.cpp136 stats_line newLine; in populateStatsEntry() local
165 stats_line newLine = populateStatsEntry(key, statsEntry.value(), ifname.value()); in parseBpfNetworkStatsDetailInternal() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DDOM3Serializer.java169 public void setNewLine(char[] newLine); in setNewLine()
/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSSerializer.java323 public void setNewLine(String newLine); in setNewLine()
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
H A DStateComparisonException.java41 String newLine = System.lineSeparator(); in getMessage() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3SerializerImpl.java155 public void setNewLine(char[] newLine) { in setNewLine()
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DSyntaxTreeDumper.java39 private final String newLine = System.getProperty("line.separator"); field in SyntaxTreeDumper
/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/root/
H A DRootFileFormatter.java89 String newLine = String.format("\n%s ", prefixSpaces); in formatInterfaces() local
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/expr/
H A DLiteralStringValueExprTest.java117 CharLiteralExpr newLine = parseExpression("'\\n'"); in charLiteralsAreConverted() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DBufferedWriter.java245 public void newLine() throws IOException { in newLine() method in BufferedWriter
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DBufferedWriter.java245 public void newLine() throws IOException { in newLine() method in BufferedWriter
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DBufferedWriter.java245 public void newLine() throws IOException { in newLine() method in BufferedWriter
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
H A DLineNumberTable.java134 final String newLine = System.getProperty("line.separator", "\n"); in toString() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DWritePluralRules.java80 String keyword, String rule, String samples, boolean newLine) { in formatPluralRule()
H A DRegexModify.java77 String newLine = f.apply(line); in main() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DScan.h164 void setLine(int newLine) in setLine()
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DScan.h164 void setLine(int newLine) in setLine()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DBidiTest.java947 String newLine = "\n"; in testGetRuns() local
/aosp_15_r20/external/google-smali/third_party/dexlib2/src/main/java/com/android/tools/smali/util/
H A DIndentingWriter.java38 private static final String newLine = System.getProperty("line.separator"); field in IndentingWriter
/aosp_15_r20/frameworks/native/libs/binder/
H A DDebug.cpp200 bool newLine = false; in printHexData() local
/aosp_15_r20/system/libhwbinder/
H A DDebug.cpp201 bool newLine = false; in printHexData() local
/aosp_15_r20/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
H A DSimpleCharStream.java373 public void adjustBeginLineColumn(int newLine, int newCol) in adjustBeginLineColumn()
/aosp_15_r20/external/apache-commons-bcel/src/examples/Mini/
H A DASCII_CharStream.java342 static public void adjustBeginLineColumn(int newLine, int newCol) in adjustBeginLineColumn()
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/
H A DVelocityCharStream.java481 public void adjustBeginLineColumn(int newLine, int newCol) in adjustBeginLineColumn()

12345678910>>...19