/third_party/protobuf/examples/ |
D | AddPerson.java | 20 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/libphonenumber/tools/java/java-build/test/com/google/i18n/phonenumbers/ |
D | BuildMetadataJsonFromXmlGoldenTest.java | 47 String goldenLine = goldenReader.readLine(); in testBuildMetadataJsonFromXmlGolden() 51 assertTrue(outputReader.readLine().contains(INPUT_FILE_NAME)); in testBuildMetadataJsonFromXmlGolden() 54 assertEquals(outputReader.readLine(), goldenLine); in testBuildMetadataJsonFromXmlGolden()
|
D | BuildShortNumberMetadataJsonFromXmlGoldenTest.java | 48 String goldenLine = goldenReader.readLine(); in testBuildMetadataJsonFromXmlGolden() 52 assertTrue(outputReader.readLine().contains(INPUT_FILE_NAME)); in testBuildMetadataJsonFromXmlGolden() 55 assertEquals(outputReader.readLine(), goldenLine); in testBuildMetadataJsonFromXmlGolden()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/data/ |
D | ResourceReader.java | 149 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()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/ |
D | ResourceReader.java | 147 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()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ModuleWriter.java | 131 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/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationThaiTest.java | 151 String word = in.readLine(); in TestDictionary() 157 word = in.readLine(); in TestDictionary() 189 word = in.readLine(); in TestDictionary()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationThaiTest.java | 148 String word = in.readLine(); in TestDictionary() 154 word = in.readLine(); in TestDictionary() 186 word = in.readLine(); in TestDictionary()
|
/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/ |
D | MetadataFilterCoverageTest.java | 40 for (String line = source.readLine(); line != null; line = source.readLine()) {
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestUtility.java | 166 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/core/src/com/ibm/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestUtility.java | 163 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/libphonenumber/tools/java/cpp-build/test/com/google/i18n/phonenumbers/ |
D | CppMetadataGeneratorTest.java | 101 for (String line = reader.readLine(); line != null; line = reader.readLine()) { in toLines()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | textfile.cpp | 78 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) { in readLine() function in TextFile 116 if (!readLine(line, ec)) return FALSE; in readLineSkippingComments()
|
D | textfile.h | 41 UBool readLine(UnicodeString& line, UErrorCode& ec);
|
D | datadrivennumberformattestsuite.h | 137 UBool readLine(UCHARBUF *f, UErrorCode &);
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberPermutationTest.java | 156 String expectedLine = f.readLine(); in testPermutations() 166 if (!quick && f.readLine() != null) { in testPermutations()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | NumberPermutationTest.java | 159 String expectedLine = f.readLine(); in testPermutations() 169 if (!quick && f.readLine() != null) { in testPermutations()
|
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/ |
D | MainActivity.java | 101 while ((s = stdInput.readLine()) != null) { in executeBinary() 107 while ((s = stdError.readLine()) != null) { in executeBinary()
|
/third_party/gettext/gettext-tools/examples/hello-java/ |
D | Hello.java | 28 String s = (new BufferedReader(new InputStreamReader(p_out))).readLine(); in getPid()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | URLHandler.java | 48 for (String line = br.readLine(); line != null; line = br.readLine()) {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | URLHandler.java | 52 for (String line = br.readLine(); line != null; line = br.readLine()) {
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFlushFinishTests.cpp | 361 const LineParameters readLine = theilSenLinearRegression(readTimes); in analyzeResults() local 363 …const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults() 377 …<< TestLog::Float("ReadCoefficient", "Read coefficient", "", QP_KEY_TAG_NONE, readLine.coeffici… in analyzeResults()
|
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/ |
D | ShaderUtil.java | 95 while ((line = reader.readLine()) != null) { in readRawTextFileFromAssets()
|
/third_party/gettext/gettext-tools/examples/hello-java-swing/ |
D | Hello.java | 54 String s = (new BufferedReader(new InputStreamReader(p_out))).readLine(); in getPid()
|
/third_party/gettext/gettext-tools/examples/hello-java-qtjambi/ |
D | Hello.java | 64 String s = (new BufferedReader(new InputStreamReader(p_out))).readLine(); in getPid()
|