OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headerLine
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java
79
String
headerLine
= reader.readLine();
80
while (
headerLine
.startsWith(COMMENT_LINE_STARTER)) {
81
headerLine
= reader.readLine();
83
final String header[] =
headerLine
.split(",");
88
throw new RuntimeException("Wrong header format : " +
headerLine
);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java
[
all
...]
Completed in 42 milliseconds