HomeSort by relevance Sort by last modified time
    Searched refs:processNewLines (Results 1 - 25 of 243) sorted by null

1 2 3 4 5 6 7 8 910

  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
NativeStressTestParserTest.java 43 mParser.processNewLines(new String[] {});
54 mParser.processNewLines(new String[] {"blah blah", "more blah"});
65 mParser.processNewLines(new String[] {"==== Completed pass: 0"});
76 mParser.processNewLines(new String[] {"====Completedpass:0succeeded",
86 mParser.processNewLines(new String[] {"==== Completed pass: 0", "==== Completed pass: 1",
96 mParser.processNewLines(new String[] {"==== Completed pass: 0", "==== pass: 1 failed"});
NativeBenchmarkTestParserTest.java 39 mParser.processNewLines(new String[] {"Time per iteration min: 5 avg: 55 max: 35"});
51 mParser.processNewLines(new String[] {
64 mParser.processNewLines(new String[] {
PythonUnitTestResultParserTest.java 91 mParser.processNewLines(output);
110 mParser.processNewLines(output);
130 mParser.processNewLines(output);
150 mParser.processNewLines(output);
170 mParser.processNewLines(output);
193 mParser.processNewLines(output1);
202 mParser.processNewLines(output2);
229 mParser.processNewLines(output);
257 mParser.processNewLines(output);
285 mParser.processNewLines(output1)
    [all...]
GTestListTestParserTest.java 49 parser.processNewLines(contents);
73 parser.processNewLines(contents);
87 parser.processNewLines(contents);
GTestResultParserTest.java 51 resultParser.processNewLines(contents);
75 resultParser.processNewLines(contents);
91 resultParser.processNewLines(contents);
115 resultParser.processNewLines(contents);
171 resultParser.processNewLines(contents);
218 resultParser.processNewLines(contents);
241 resultParser.processNewLines(contents);
287 resultParser.processNewLines(contents);
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
DumpsysPackageReceiverTest.java 37 p.processNewLines(froyoPkgTxt);
57 p.processNewLines(pkgTxt);
79 p.processNewLines(pkgsTxt);
TopHelperTest.java 55 mTop.getReceiver().processNewLines(lines.split("\r\n"));
90 mTop.getReceiver().processNewLines(lines.split("\r\n"));
CpuStatsCollectorTest.java 154 mCollector.getReceiver().processNewLines(SINGLE_OUTPUT);
231 mCollector.getReceiver().processNewLines(SINGLE_NON_AGGREGATE_OUTPUT);
271 mCollector.getReceiver().processNewLines(MULTI_OUTPUT);
314 mCollector.getReceiver().processNewLines(MULTI_NON_AGGREGATE_OUTPUT);
  /test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
VtsFuzzTestResultParserTest.java 84 resultParser.processNewLines(contents);
102 resultParser.processNewLines(contents);
VtsMultiDeviceTestResultParserTest.java 86 resultParser.processNewLines(contents);
114 resultParser.processNewLines(contents);
135 resultParser.processNewLines(contents);
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
NativeStressTestParser.java 64 public void processNewLines(String[] lines) {
NativeBenchmarkTestParser.java 66 public void processNewLines(String[] lines) {
GTestListTestParser.java 77 public void processNewLines(String[] lines) {
InstalledInstrumentationsTest.java 247 parser.processNewLines(pmListLines);
PythonUnitTestResultParser.java 105 * method to drop into from processNewLines.
142 public void processNewLines(String[] lines) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java 61 * @see MultiLineReceiver#processNewLines(String[])
64 public void processNewLines(String[] lines) {
  /tools/tradefederation/core/src/com/android/tradefed/util/
ListInstrumentationParser.java 132 public void processNewLines(String[] lines) {
SubprocessTestResultsParser.java 253 processNewLines(listString.toArray(new String[listString.size()]));
259 public void processNewLines(String[] lines) {
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
ListInstrumentationParserTest.java 75 mParser.processNewLines(pmListOutput);
SubprocessTestResultsParserTest.java 106 resultParser.processNewLines(contents);
146 resultParser.processNewLines(contents);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java 88 public void processNewLines(String[] lines) {
  /test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
VtsFuzzTestResultParser.java 107 public void processNewLines(String[] lines) {
  /tools/tradefederation/core/src/com/android/tradefed/device/
DumpsysPackageReceiver.java 217 public void processNewLines(String[] lines) {
TopHelper.java 110 public void processNewLines(String[] lines) {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DeviceBridge.java 221 public void processNewLines(String[] strings) {

Completed in 1247 milliseconds

1 2 3 4 5 6 7 8 910