Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 41) sorted by relevance

12

/development/vndk/tools/header-checker/src/repr/symbol/
Dversion_script_parser.cpp54 const std::string &line) { in ParseSymbolTags()
164 bool VersionScriptParser::ParseSymbolLine(const std::string &line, in ParseSymbolLine()
214 std::string line; in ParseVersionBlock() local
268 std::string line; in Parse() local
292 bool VersionScriptParser::ReadLine(std::string &line) { in ReadLine()
/development/tools/bugreport/src/com/android/bugreport/stacks/
DVmTracesParser.java57 final Line line = lines.next(); in parse() local
66 final Line line = lines.next(); in parse() local
DProcessSnapshotParser.java72 final Line line = lines.next(); in parse() local
103 final Line line = lines.next(); in parse() local
/development/tools/bugreport/src/com/android/bugreport/monkey/
DMonkeyLogParser.java55 final Line line = lines.next(); in parse() local
86 final Line line = lines.next(); in extractAnrLines() local
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java499 final LogLine line = bugreport.interestingLogLines.get(i); in makeLogcatHdf() local
500 makeLogcatLineHdf(interestingHdf.createChild(Integer.toString(i)), line); in makeLogcatHdf() local
507 final LogLine line = logcat.lines.get(i); in makeLogcatHdf() local
508 makeLogcatLineHdf(linesHdf.createChild(Integer.toString(i)), line); in makeLogcatHdf() local
515 private void makeLogcatLineHdf(Data hdf, LogLine line) { in makeLogcatLineHdf()
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java584 final LogLine line = lines.get(i); in inventLogcatTimes() local
595 final LogLine line = lines.get(i); in inventLogcatTimes() local
602 final LogLine line = lines.get(i); in inventLogcatTimes() local
717 public boolean match(LogLine line) { in match()
846 final LogLine line = lines.get(i); in trimLogcat() local
860 final LogLine line = lines.get(i); in trimLogcat() local
/development/tools/bugreport/src/com/android/bugreport/bugreport/
DBugreportParser.java103 final Line line = lines.next(); in parse() local
115 final Line line = lines.next(); in parse() local
DMetadataParser.java64 final Line line = lines.next(); in parseHeader() local
/development/vndk/tools/elfcheck/elfcheck/
Drewriter.py30 def _report_error(line, fmt, *args): argument
69 def append(self, line): argument
80 def replace(self, locs, line): argument
/development/tools/bugreport/src/com/android/bugreport/cpuinfo/
DCpuUsageParser.java50 final Line line = lines.next(); in parse() local
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DAMControl.java54 String line; in execCmd() local
/development/tools/bugreport/src/com/android/bugreport/logcat/
DLogcatParser.java56 final Line line = lines.next(); in parse() local
/development/scripts/
Dadd3prf.py237 def found_line(file_name, line): argument
261 def toml2json(line): argument
Dstack_core.py195 def MatchTraceLine(self, line): argument
411 def ProcessLine(self, line): argument
/development/tools/idegen/src/
DConfiguration.java233 String line; in parsePackageName() local
280 String line; in parseFile() local
/development/tools/bugreport/src/com/android/bugreport/anr/
DAnrParser.java69 final Line line = lines.next(); in parse() local
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
DNsdChatActivity.java95 public void addChatLine(String line) { in addChatLine()
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/
DExec.java88 String line = rd.readLine(); in runForStrings() local
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
DSimpleWebServer.java127 String line; in handle() local
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DResponderService.java121 String line = TextUtils.isEmpty(text) ? mLastResponse : text + "\n" + mLastResponse; in processIncoming() local
/development/testrunner/
Dandroid_mk.py45 def _ProcessMKLine(self, line): argument
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java204 String line; in readHeader() local
242 String line; in readLines() local
261 String line = mBufferedReader.readLine(); in readOneLine() local
779 private void processLine(String line) { in processLine()
DMonkeyGetAppFrameRateEvent.java111 String line = null; in getNumberOfFrames() local
/development/vndk/tools/header-checker/src/diff/
Dheader_abi_diff.cpp153 std::string line = ""; in LoadIgnoredSymbols() local
/development/samples/TtsEngine/src/com/example/android/ttsengine/
DRobotSpeakTtsService.java217 String line = null; in buildFrequencyMap() local

12