Home
last modified time | relevance | path

Searched refs:readLine (Results 1 – 25 of 75) sorted by relevance

123

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DTriData.java100 int num_verts = Integer.parseInt(lnr.readLine()); in read()
105 String[] s = lnr.readLine().split("\\s"); in read()
111 int num_tri = Integer.parseInt(lnr.readLine()); in read()
116 String[] s = lnr.readLine().split("\\s"); in read()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DDeviceInfoUtils.java52 private static String readLine(String filename) throws IOException { in readLine() method in DeviceInfoUtils
55 return reader.readLine(); in readLine()
63 return formatKernelVersion(readLine(FILENAME_PROC_VERSION)); in getFormattedKernelVersion()
108 String msv = readLine(FILENAME_MSV); in getMsvSuffix()
/frameworks/native/opengl/tools/glgen/src/
DGenerateEGL.java29 while ((s = br.readLine()) != null) { in copy()
39 while ((s = specReader.readLine()) != null) { in emit()
61 while ((nfunc = br.readLine()) != null) { in emit()
DGenerateGLES.java29 while ((s = br.readLine()) != null) { in copy()
39 while ((s = specReader.readLine()) != null) { in emit()
60 while ((nfunc = br.readLine()) != null) { in emit()
DGenerateGL.java29 while ((s = br.readLine()) != null) { in copy()
41 while ((s = specReader.readLine()) != null) { in emit()
64 while ((nfunc = br.readLine()) != null) { in emit()
DParameterChecker.java26 while ((line = reader.readLine()) != null) { in ParameterChecker()
/frameworks/base/media/java/android/media/
DSRTRenderer.java117 while ((header = br.readLine()) != null) { in onData()
119 header = br.readLine(); in onData()
131 while (!((s = br.readLine()) == null || s.trim().equals(""))) { in onData()
/frameworks/base/core/tests/coretests/src/android/app/backup/
DBackupDataTest.java178 String[] expected = truth.readLine().split(":"); in testReadMockData()
196 assertNull("there are unused entries in the golden file", truth.readLine()); in testReadMockData()
208 String[] expected = truth.readLine().split(":"); in testReadRealData()
226 assertNull("there are unused entries in the golden file", truth.readLine()); in testReadRealData()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
DMIMEContainer.java84 String line = in.readLine(); in MIMEContainer()
204 String line = in.readLine(); in parseHeader()
258 String line = in.readLine(); in getBody()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DPasspointManagementObjectManagerTest.java75 while ((line = reader.readLine()) != null) { in createFileFromResource()
116 while ((line = reader.readLine()) != null) { in addMoFromXml()
202 while ((line = reader.readLine()) != null) { in checkXml()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardParserImpl_V30.java69 return mReader.readLine(); in getLine()
81 while ((line = mReader.readLine()) != null) { in getNonEmptyLine()
DVCardParserImpl_V21.java62 public String readLine() throws IOException { in readLine() method in VCardParserImpl_V21.CustomBufferedReader
71 final String line = super.readLine(); in readLine()
83 final String line = super.readLine(); in peekLine()
182 return mReader.readLine(); in getLine()
/frameworks/base/core/java/com/android/internal/alsa/
DAlsaCardsParser.java118 while ((line = bufferedReader.readLine()) != null) { in scan()
125 line = bufferedReader.readLine(); in scan()
DAlsaDevicesParser.java261 while ((line = bufferedReader.readLine()) != null) { in scan()
/frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
DSvcMonitor.java167 String temp = in.readLine(); in getPIDof()
201 stat = br.readLine(); in getPsStat()
/frameworks/base/tools/preload/
DCompile.java48 while ((line = in.readLine()) != null) { in main()
DPrintHtmlDiff.java62 while ((line = oldClasses.readLine()) != null) { in main()
/frameworks/base/core/java/com/android/internal/os/
DKernelCpuSpeedReader.java69 while (speedIndex < mLastSpeedTimes.length && (line = reader.readLine()) != null) { in readDelta()
DKernelUidCpuTimeReader.java74 while ((line = reader.readLine()) != null) { in readDelta()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
DWifiConnectionTest.java96 while ((line = reader.readLine()) != null) { in loadConfigurations()
/frameworks/base/services/core/java/com/android/server/
DAssetAtlasService.java502 Atlas.Type type = Atlas.Type.valueOf(reader.readLine()); in readConfiguration()
529 return Math.max(min, Math.min(max, Integer.parseInt(reader.readLine()))); in readInt()
541 String buildId = reader.readLine(); in checkBuildIdentifier()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DBandwidthTestUtil.java59 String strLine = br.readLine(); in parseIntValueFromFile()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaPlayerStreamingStressTest.java135 while ((line = br.readLine()) != null) { in testVideoPlayback()
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZoneData.java328 while ((line = reader.readLine()) != null) { in loadTzsInZoneTab()
378 while ((line = reader.readLine()) != null) { in loadTzsInZoneTab()
/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerBaseTest.java505 while ((actual = fileReader.readLine()) != null) { in doValidateTextContents()
506 expected = textReader.readLine(); in doValidateTextContents()

123