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

1 2 3 4 5 6 7 8 91011>>

  /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 109 mParser.processNewLines(output);
128 mParser.processNewLines(output);
147 mParser.processNewLines(output);
167 mParser.processNewLines(output);
187 mParser.processNewLines(output);
207 mParser.processNewLines(output);
234 mParser.processNewLines(output);
262 mParser.processNewLines(output);
281 mParser.processNewLines(output);
301 mParser.processNewLines(output)
    [all...]
GTestListTestParserTest.java 52 parser.processNewLines(contents);
78 parser.processNewLines(contents);
93 parser.processNewLines(contents);
127 parser.processNewLines(contents);
GTestResultParserTest.java 53 resultParser.processNewLines(contents);
79 resultParser.processNewLines(contents);
96 resultParser.processNewLines(contents);
122 resultParser.processNewLines(contents);
185 resultParser.processNewLines(contents);
238 resultParser.processNewLines(contents);
263 resultParser.processNewLines(contents);
315 resultParser.processNewLines(contents);
333 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);
TestDeviceTest.java     [all...]
  /test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
VtsFuzzTestResultParserTest.java 84 resultParser.processNewLines(contents);
103 resultParser.processNewLines(contents);
VtsMultiDeviceTestResultParserTest.java 77 resultParser.processNewLines(contents);
105 resultParser.processNewLines(contents);
126 resultParser.processNewLines(contents);
  /tools/tradefederation/core/src/com/android/tradefed/device/
BatteryTemperature.java 55 public void processNewLines(String[] lines) {
DumpsysPackageReceiver.java 217 public void processNewLines(String[] lines) {
TopHelper.java 110 public void processNewLines(String[] lines) {
  /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) {
PythonUnitTestResultParser.java 164 public void processNewLines(String[] lines) {
PythonUnitTestRunner.java 214 parser.processNewLines(c.getStderr().split("\n"));
  /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) {
  /test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
VtsFuzzTestResultParser.java 104 public void processNewLines(String[] lines) {
  /tools/tradefederation/core/src/com/android/tradefed/util/
ListInstrumentationParser.java 132 public void processNewLines(String[] lines) {
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
ListInstrumentationParserTest.java 75 mParser.processNewLines(pmListOutput);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java 88 public void processNewLines(String[] lines) {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DeviceBridge.java 221 public void processNewLines(String[] strings) {

Completed in 406 milliseconds

1 2 3 4 5 6 7 8 91011>>