OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readLine
(Results
226 - 250
of
338
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java
206
while ((line = mBufferedReader.
readLine
()) != null) {
244
line = mBufferedReader.
readLine
();
261
String line = mBufferedReader.
readLine
();
[
all
...]
Monkey.java
458
while ((s = inBuffer.
readLine
()) != null) {
[
all
...]
MonkeySourceNetwork.java
716
String command = input.
readLine
();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
RandomAccessFileTest.java
358
* @tests java.io.RandomAccessFile#
readLine
()
361
// Test for method java.lang.String java.io.RandomAccessFile.
readLine
()
367
assertEquals("Goodbye", raf.
readLine
());
368
assertEquals("Cruel", raf.
readLine
());
369
assertEquals("World", raf.
readLine
());
[
all
...]
ObjectInputStreamTest.java
400
* @tests java.io.ObjectInputStream#
readLine
()
407
ois.
readLine
();
409
.
readLine
());
[
all
...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java
148
line = in.
readLine
();
230
line = in.
readLine
();
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java
357
buf = r.
readLine
();
396
testString.equals(r.
readLine
().trim()));
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertiesTest.java
[
all
...]
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
FileUtil.java
224
while((line = br.
readLine
())!= null) {
/cts/tools/utils/
CollectAllTests.java
279
while ((line =reader.
readLine
())!=null) {
/development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java
401
inputData[index] = bIn.
readLine
();
[
all
...]
/external/icu4c/tools/toolutil/
ppucd.cpp
105
PreparsedUCD::
readLine
(UErrorCode &errorCode) {
/external/proguard/src/proguard/retrace/
ReTrace.java
196
String line = reader.
readLine
();
/frameworks/base/media/java/android/media/
MediaScanner.java
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java
312
while ((s = inBuffer.
readLine
()) != null) {
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
JankTestBase.java
145
while ((line = br.
readLine
()) != null) {
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java
197
String line = mReader.
readLine
();
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
XmlDictInputOutput.java
277
final String firstLine = reader.
readLine
();
/sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java
227
while ((line = reader.
readLine
()) != null) {
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java
513
String line = in.
readLine
();
519
line = in.
readLine
();
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java
399
* java.io.ObjectInputStream#
readLine
()
406
ois.
readLine
();
408
.
readLine
());
[
all
...]
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java
[
all
...]
/libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java
176
String line = buf.
readLine
();
181
line = buf.
readLine
();
203
String line = buf.
readLine
();
[
all
...]
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java
689
while ((s = in.
readLine
()) != null) {
/external/apache-http/src/org/apache/commons/logging/
LogFactory.java
517
String factoryClassName = rd.
readLine
();
[
all
...]
Completed in 2070 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>