| /system/extras/memory_replay/tests/ | 
| D | AllocTest.cpp | 26   std::string line = "1234: malloc 0xabd0000 20";  in TEST()  local37   std::string line = "1234: malloc 0xabd0000";  in TEST()  local
 46   std::string line = "1235: free 0x5000";  in TEST()  local
 57   std::string line = "1234: free";  in TEST()  local
 63   std::string line = "1236: calloc 0x8000 50 30";  in TEST()  local
 74   std::string line = "1236: calloc 0x8000 50";  in TEST()  local
 86   std::string line = "1237: realloc 0x9000 0x4000 80";  in TEST()  local
 97   std::string line = "1237: realloc 0x9000 0x4000";  in TEST()  local
 109   std::string line = "1238: memalign 0xa000 16 89";  in TEST()  local
 120   std::string line = "1238: memalign 0xa000 16";  in TEST()  local
 [all …]
 
 | 
| /system/linkerconfig/contents/tests/configuration/include/ | 
| D | linkerconfigparser.h | 34 inline void ParseDirPath(const std::string& line, Configuration& conf) {  in ParseDirPath()69                                const std::string& line) {  in ParseNamespacePath()
 102                           Section& current_section, const std::string& line) {  in ParseLinkList()
 123                       const std::string& line) {  in ParseLink()
 155                                   const std::string& line) {  in ParseNamespaceCommand()
 219   for (std::string line; std::getline(configuration_stream, line);) {  in ParseConfiguration()  local
 
 | 
| /system/extras/perf_tools/ | 
| D | progress_report.py | 76 def replace_timestamp_abs(line, timestamp_str, date_time_obj0):  argument92 def in_time_range(start, end, line):  argument
 106 def extract_event(line, keywords):  argument
 
 | 
| D | parse_timestamp.py | 35 def replace_timestamp_abs(line, timestamp_str, date_time_obj0):  argument
 | 
| D | parse_timing.py | 135 def extract_time(line, events):  argument172 def check_time_range(line, ts, duration):  argument
 
 | 
| /system/core/init/ | 
| D | host_builtin_map.py | 42       line = line.replace('do_', 'check_')  variable44       line = FUNCTION_REGEX.sub('check_stub', line)  variable
 
 | 
| D | action.h | 47     int line() const { return line_; }  in line()  function80     int line() const { return line_; }  in line()  function
 
 | 
| D | action.cpp | 49                  int line)  in Command()99 Action::Action(bool oneshot, Subcontext* subcontext, const std::string& filename, int line,  in Action()
 111 Result<void> Action::AddCommand(std::vector<std::string>&& args, int line) {  in AddCommand()
 126 void Action::AddCommand(BuiltinFunction f, std::vector<std::string>&& args, int line) {  in AddCommand()
 
 | 
| /system/tools/aidl/ | 
| D | comments.cpp | 78   for (auto& line : Split(stripped, "\n")) {  in TrimmedLines()  local128   for (const auto& line : TrimmedLines(c)) {  in BlockTags()  local
 229       for (const auto& line : lines) {  in FormatCommentsForJava()  local
 241       for (const auto& line : lines) {  in FormatCommentsForJava()  local
 
 | 
| /system/libufdt/utils/src/ | 
| D | mkdtimg_cfg_create.c | 41 static char *trim_line(char *line) {  in trim_line()63   char line[1024];  in parse_config_entry_count()  local
 80   char line[1024];  in output_img_with_config()  local
 
 | 
| /system/chre/platform/shared/ | 
| D | assert.cc | 21 void chreDoAssert(const char *filename, size_t line) {  in chreDoAssert()
 | 
| /system/core/property_service/libpropertyinfoserializer/ | 
| D | property_info_file.cpp | 59 bool ParsePropertyInfoLine(const std::string& line, bool require_prefix_or_exact,  in ParsePropertyInfoLine()113   for (const auto& line : Split(file_contents, "\n")) {  in ParsePropertyInfoFile()  local
 
 | 
| /system/tools/hidl/ | 
| D | DocComment.cpp | 37         const std::string& line = lines[l];  in DocComment()  local95     for (const std::string& line : mLines) {  in emit()  local
 
 | 
| /system/memory/lmkd/tests/ | 
| D | lmkd_tests.cpp | 153     static bool ParseProcSize(const std::string& line, long& rss, long& swap) {  in ParseProcSize()161     static bool ParseReapTime(const std::string& line, pid_t pid, long& reap_time) {  in ParseReapTime()
 167     static bool ParseReapNoProcess(const std::string& line, pid_t pid) {  in ParseReapNoProcess()
 208     std::string line = logcat_out.substr(  in TEST_F()  local
 
 | 
| /system/chre/platform/linux/ | 
| D | assert.cc | 27 void chreDoAssert(const char *filename, size_t line) {  in chreDoAssert()
 | 
| /system/tools/hidl/lint/lints/ | 
| D | methodDocComment.cpp | 37     std::string line = str;  in getFirstWordAfterPrefix()  local96         for (const std::string& line : docComment->lines()) {  in methodDocComments()  local
 
 | 
| /system/update_engine/payload_consumer/ | 
| D | postinstall_runner_action.cc | 66     std::string line;  in LogBuildInfoForPartition()  local335       for (const auto& line : lines) {  in OnProgressFdReady()  local
 348 bool PostinstallRunnerAction::ProcessProgressLine(const string& line) {  in ProcessProgressLine()
 
 | 
| /system/sepolicy/tests/ | 
| D | fc_sort.py | 56     def __init__(self, path, file_type, context, meta, stem_len, str_len, line):  argument67     def create(cls, line):  argument
 
 | 
| /system/teeui/libteeui/src/ | 
| D | utils.cpp | 36 Color pixelLineIntersect(Point<pxs> line, pxs dist, Color c) {  in pixelLineIntersect()92     auto line = a - b;  in drawLinePoint()  local
 118     auto line = px_origin - center;  in drawCirclePoint()  local
 158     auto line = lineB - lineA;  in intersect()  local
 
 | 
| /system/extras/simpleperf/ | 
| D | kallsyms.cpp | 52     std::string* line = reader.ReadLine();  in CanReadKernelSymbolAddresses()  local181   std::string* line;  in GetLoadedModules()  local
 217   std::string* line;  in GetKernelStartAddress()  local
 
 | 
| /system/dmesgd/ | 
| D | dmesgd.cpp | 47     for (auto line : lines) {  in ReadSentReports()  local101         std::string line(buffer);  in ProcessDmesg()  local
 
 | 
| D | dmesg_parser_test.cpp | 34     for (auto line : lines) parser.ProcessLine(line);  in ReadLines()  local42     for (auto line : lines) {  in CheckReport()  local
 
 | 
| /system/core/libpackagelistparser/ | 
| D | packagelistparser.cpp | 65 static bool parse_line(const char* path, size_t line_number, const char* line, pkg_info* info) {  in parse_line()109   char* line = nullptr;  in packagelist_parse_file()  local
 
 | 
| /system/extras/memory_replay/ | 
| D | AllocParser.cpp | 25 void AllocGetData(const std::string& line, AllocEntry* entry) {  in AllocGetData()
 | 
| /system/libbase/ | 
| D | logging.cpp | 278 void StderrLogger(LogId, LogSeverity severity, const char* tag, const char* file, unsigned int line,  in StderrLogger()329                             unsigned int line, const char* message) {  in operator ()()
 425   LogMessageData(const char* file, unsigned int line, LogSeverity severity, const char* tag,  in LogMessageData()
 470 LogMessage::LogMessage(const char* file, unsigned int line, LogId, LogSeverity severity,  in LogMessage()
 474 LogMessage::LogMessage(const char* file, unsigned int line, LogSeverity severity, const char* tag,  in LogMessage()
 515 void LogMessage::LogLine(const char* file, unsigned int line, LogSeverity severity, const char* tag,  in LogLine()
 
 |