Home
last modified time | relevance | path

Searched refs:readLine (Results 1 - 25 of 97) sorted by relevance

1234

/third_party/protobuf/examples/
H A DAddPerson.java20 person.setId(Integer.valueOf(stdin.readLine())); in PromptForAddress()
23 person.setName(stdin.readLine()); in PromptForAddress()
26 String email = stdin.readLine(); in PromptForAddress()
33 String number = stdin.readLine(); in PromptForAddress()
42 String type = stdin.readLine(); in PromptForAddress()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
H A DResourceReader.java147 public String readLine() throws IOException { in readLine() method in ResourceReader
151 String line = reader.readLine(); in readLine()
159 return reader.readLine(); in readLine()
169 String line = readLine(); in readLineSkippingComments()
196 * readLine() or readLineSkippingComments(). Should only be called
206 * returned by readLine() or readLineSkippingComments().
214 * <code>readLine()</code> returns the first line of the file
217 * nothing if <code>readLine()</code> has not been called in
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/data/
H A DResourceReader.java149 public String readLine() throws IOException { in readLine() method in ResourceReader
153 String line = reader.readLine(); in readLine()
161 return reader.readLine(); in readLine()
171 String line = readLine(); in readLineSkippingComments()
198 * readLine() or readLineSkippingComments(). Should only be called
208 * returned by readLine() or readLineSkippingComments().
216 * <code>readLine()</code> returns the first line of the file
219 * nothing if <code>readLine()</code> has not been called in
/third_party/libphonenumber/tools/java/java-build/test/com/google/i18n/phonenumbers/
H A DBuildShortNumberMetadataJsonFromXmlGoldenTest.java48 String goldenLine = goldenReader.readLine(); in testBuildMetadataJsonFromXmlGolden()
52 assertTrue(outputReader.readLine().contains(INPUT_FILE_NAME)); in testBuildMetadataJsonFromXmlGolden()
55 assertEquals(outputReader.readLine(), goldenLine); in testBuildMetadataJsonFromXmlGolden()
H A DBuildMetadataJsonFromXmlGoldenTest.java47 String goldenLine = goldenReader.readLine(); in testBuildMetadataJsonFromXmlGolden()
51 assertTrue(outputReader.readLine().contains(INPUT_FILE_NAME)); in testBuildMetadataJsonFromXmlGolden()
54 assertEquals(outputReader.readLine(), goldenLine); in testBuildMetadataJsonFromXmlGolden()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DModuleWriter.java131 while((inputText=reader.readLine())!=null){ in readFile()
137 while((versionToAdd=reader.readLine()).indexOf("}") == -1){ in readFile()
141 while((versionToAdd=reader.readLine()).indexOf("}") == -1){ in readFile()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenNumberFormatTestUtility.java163 readLine(in); in run()
173 if (!readLine(in)) { in run()
351 private boolean readLine(BufferedReader in) throws IOException { in readLine() method in DataDrivenNumberFormatTestUtility
352 String line = in.readLine(); in readLine()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDataDrivenNumberFormatTestUtility.java166 readLine(in); in run()
176 if (!readLine(in)) { in run()
354 private boolean readLine(BufferedReader in) throws IOException { in readLine() method in DataDrivenNumberFormatTestUtility
355 String line = in.readLine(); in readLine()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationThaiTest.java148 String word = in.readLine(); in TestDictionary()
154 word = in.readLine(); in TestDictionary()
186 word = in.readLine(); in TestDictionary()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationThaiTest.java151 String word = in.readLine(); in TestDictionary()
157 word = in.readLine(); in TestDictionary()
189 word = in.readLine(); in TestDictionary()
/third_party/icu/icu4c/source/test/intltest/
H A Dtextfile.cpp78 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) { in readLine() function in TextFile
116 if (!readLine(line, ec)) return false; in readLineSkippingComments()
H A Dtextfile.h41 UBool readLine(UnicodeString& line, UErrorCode& ec);
54 * Return the line number of the last line returned by readLine().
H A Ddatadrivennumberformattestsuite.h137 UBool readLine(UCHARBUF *f, UErrorCode &);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberPermutationTest.java159 String expectedLine = f.readLine(); in testPermutations()
169 if (!quick && f.readLine() != null) { in testPermutations()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberPermutationTest.java156 String expectedLine = f.readLine(); in testPermutations()
166 if (!quick && f.readLine() != null) { in testPermutations()
/third_party/libphonenumber/tools/java/cpp-build/test/com/google/i18n/phonenumbers/
H A DCppMetadataGeneratorTest.java101 for (String line = reader.readLine(); line != null; line = reader.readLine()) { in toLines()
/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/
H A DMetadataFilterCoverageTest.java40 for (String line = source.readLine(); line != null; line = source.readLine()) {
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
H A DMainActivity.java101 while ((s = stdInput.readLine()) != null) { in executeBinary()
107 while ((s = stdError.readLine()) != null) { in executeBinary()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp361 const LineParameters readLine = theilSenLinearRegression(readTimes); in analyzeResults() local
363 const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US); in analyzeResults()
377 << TestLog::Float("ReadCoefficient", "Read coefficient", "", QP_KEY_TAG_NONE, readLine.coefficient) in analyzeResults()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DURLHandler.java48 for (String line = br.readLine(); line != null; line = br.readLine()) {
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DNormalizerBuilder.java94 String line = in.readLine(); in readExclusionList()
136 String line = in.readLine(); in buildDecompositionTables()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DIDNAConformanceTest.java261 while ((tempStr = in.readLine()) != null) { in getInputData()
288 tempStr = in.readLine(); in getInputData()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerBuilder.java93 String line = in.readLine(); in readExclusionList()
135 String line = in.readLine(); in buildDecompositionTables()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DIDNAConformanceTest.java258 while ((tempStr = in.readLine()) != null) { in getInputData()
285 tempStr = in.readLine(); in getInputData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DURLHandler.java52 for (String line = br.readLine(); line != null; line = br.readLine()) {

Completed in 16 milliseconds

1234