HomeSort by relevance Sort by last modified time
    Searched refs:readLine (Results 251 - 275 of 1096) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/core/java/com/android/server/pm/
CompilerStats.java 210 String versionLine = in.readLine();
230 while ((s = in.readLine()) != null) {
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V30.java 79 return mReader.readLine();
91 while ((line = mReader.readLine()) != null) {
  /libcore/ojluni/src/main/java/sun/misc/
JarIndex.java 312 while((line = br.readLine()) != null && !line.endsWith(".jar"));
314 for(;line != null; line = br.readLine()) {
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 252 public String readLine() throws IOException {
305 * list, for subsequent calls to readLine(). If the string does not match, we assert
338 * Reads from the same input buffer as readLine()
351 String next = readLine();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileSystemUtils.java 410 String line = inr.readLine();
414 line = inr.readLine();
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 177 for (String line = reader.readLine(); line != null; line = reader.readLine()) {
  /system/timezone/zone_compactor/main/java/
ZoneCompactor.java 81 while ((s = reader.readLine()) != null) {
171 while ((s = reader.readLine()) != null) {
  /test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
VtsMultiDeviceTestResultParserTest.java 163 String line = br.readLine();
168 line = br.readLine();
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
CameraShotToShotLatencyTest.java 132 lineMean = reader.readLine();
133 lineSd = reader.readLine();
  /tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
Sl4aClient.java 231 String response = in.readLine();
249 String response = in.readLine();
  /frameworks/base/services/core/java/com/android/server/pm/dex/
PackageDexUsage.java 314 String versionLine = in.readLine();
338 while ((line = in.readLine()) != null) {
355 line = in.readLine();
436 context = in.readLine();
454 String line = in.readLine();
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 361 const LineParameters readLine = theilSenLinearRegression(readTimes);
363 const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
377 << TestLog::Float("ReadCoefficient", "Read coefficient", "", QP_KEY_TAG_NONE, readLine.coefficient)
  /external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
MockWebServerTest.java 91 assertEquals("hello world", reader.readLine());
108 assertEquals("This is the new location!", reader.readLine());
134 assertEquals("enqueued in the background", reader.readLine());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
BufferedReaderTest.java 39 * The spec says that BufferedReader.readLine() considers only "\r", "\n"
65 assertEquals(line, bufferedReader.readLine());
67 assertNull(bufferedReader.readLine());
472 * @tests java.io.BufferedReader#readLine()
475 // Test for method java.lang.String java.io.BufferedReader.readLine()
478 String r = br.readLine();
479 assertEquals("readLine returned incorrect string", "Test_All_Tests", r
482 fail("Exception during readLine test");
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandFileParser.java 266 while ((inputLine = fileReader.readLine()) != null) {
294 inputLine = fileReader.readLine();
312 inputLine = fileReader.readLine();
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
CollectorUtil.java 119 while ((line = reader.readLine()) != null) {
  /cts/hostsidetests/incident/apps/boundwidgetapp/src/android/appwidget/cts/
AppWidgetTest.java 130 while ((line = r.readLine()) != null) {
  /cts/tests/tests/content/src/android/content/res/cts/
AssetManagerTest.java 190 final String result = bf.readLine();
  /cts/tests/tests/jni/src/android/jni/cts/
LinkerNamespacesHelper.java 71 while ((line = br.readLine()) != null) {
  /cts/tests/tests/net/src/android/net/wifi/cts/
PpsMoParserTest.java 55 while ((line = reader.readLine()) != null) {
  /cts/tests/tests/security/src/android/security/cts/
HwRngTest.java 152 while ((line = in.readLine()) != null) {
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerNegativeTest.java 122 while ((line = r.readLine()) != null) {
  /developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
SimpleWebServer.java 128 while (!TextUtils.isEmpty(line = reader.readLine())) {
  /developers/samples/android/content/webview/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
SimpleWebServer.java 128 while (!TextUtils.isEmpty(line = reader.readLine())) {

Completed in 1025 milliseconds

<<11121314151617181920>>