Home
last modified time | relevance | path

Searched defs:readLine (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/cmds/incident_helper/src/parsers/
DBatteryTypeParser.cpp31 bool readLine = false; in Parse() local
/frameworks/av/media/libaudioclient/tests/
Dtest_create_utils.cpp26 int readLine(FILE *inputFile, char *line, int size) { in readLine() function
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DDeviceInfoUtils.java60 private static String readLine(String filename) throws IOException { in readLine() method in DeviceInfoUtils
/frameworks/base/core/java/com/android/internal/util/
DFastDataInput.java258 public String readLine() throws IOException { in readLine() method in FastDataInput
/frameworks/base/services/core/java/com/android/server/pm/
DPackageUsage.java181 private String readLine(InputStream in, StringBuilder sb) throws IOException { in readLine() method in PackageUsage
/frameworks/opt/vcard/java/com/android/vcard/
DVCardParserImpl_V21.java62 public String readLine() throws IOException { in readLine() method in VCardParserImpl_V21.CustomBufferedReader
/frameworks/base/cmds/incident_helper/src/
Dih_util.cpp250 bool Reader::readLine(std::string* line) { in readLine() function in Reader
/frameworks/base/core/jni/
Dcom_android_internal_os_ZygoteCommandBuffer.cpp62 std::optional<std::pair<char*, char*>> readLine(FailFn fail_fn) { in readLine() function in android::NativeCommandBuffer
/frameworks/base/media/java/android/media/
DExifInterface.java4933 public String readLine() throws IOException { in readLine() method in ExifInterface.ByteOrderedDataInputStream