| /system/extras/memory_replay/tests/ |
| D | MemoryTraceTest.cpp | 28 std::string line = "1234: malloc 0xabd0000 20"; in TEST() local 55 std::string line = "1234: malloc 0xabd0000"; in TEST() local 73 std::string line = "1235: free 0x5000"; in TEST() local 110 std::string line = "1234: free"; in TEST() local 123 std::string line = "1236: calloc 0x8000 50 30"; in TEST() local 150 std::string line = "1236: calloc 0x8000 50"; in TEST() local 173 std::string line = "1237: realloc 0x9000 0x4000 80"; in TEST() local 211 std::string line = "1237: realloc 0x9000 0x4000"; in TEST() local 234 std::string line = "1238: memalign 0xa000 16 89"; in TEST() local 261 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): argument 92 def in_time_range(start, end, line): argument 106 def extract_event(line, keywords): argument
|
| D | parse_timing.py | 135 def extract_time(line, events): argument 172 def check_time_range(line, ts, duration): argument
|
| D | parse_timestamp.py | 35 def replace_timestamp_abs(line, timestamp_str, date_time_obj0): argument
|
| /system/core/init/ |
| D | host_builtin_map.py | 42 line = line.replace('do_', 'check_') variable 44 line = FUNCTION_REGEX.sub('check_stub', line) variable
|
| D | action.h | 47 int line() const { return line_; } in line() function 80 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() local 128 for (const auto& line : TrimmedLines(c)) { in BlockTags() local 212 for (const auto& line : lines) { in FormatCommentsForJava() local 224 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/tools/hidl/ |
| D | DocComment.cpp | 37 const std::string& line = lines[l]; in DocComment() local 95 for (const std::string& line : mLines) { in emit() local
|
| /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/update_engine/payload_consumer/ |
| D | postinstall_runner_action.cc | 66 std::string line; in LogBuildInfoForPartition() local 344 for (const auto& line : lines) { in OnProgressFdReady() local 357 bool PostinstallRunnerAction::ProcessProgressLine(const string& line) { in ProcessProgressLine()
|
| /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/libbase/ |
| D | logging.cpp | 284 void StderrLogger(LogId, LogSeverity severity, const char* tag, const char* file, unsigned int line, in StderrLogger() 307 const char* message) { in TeeLogger() 338 unsigned int line, const char* message) { in operator ()() 434 LogMessageData(const char* file, unsigned int line, LogSeverity severity, const char* tag, in LogMessageData() 479 LogMessage::LogMessage(const char* file, unsigned int line, LogId, LogSeverity severity, in LogMessage() 483 LogMessage::LogMessage(const char* file, unsigned int line, LogSeverity severity, const char* tag, in LogMessage() 524 void LogMessage::LogLine(const char* file, unsigned int line, LogSeverity severity, const char* tag, in LogLine()
|
| /system/tools/hidl/lint/lints/ |
| D | methodDocComment.cpp | 37 std::string line = str; in getFirstWordAfterPrefix() local 96 for (const std::string& line : docComment->lines()) { in methodDocComments() local
|
| /system/extras/simpleperf/ |
| D | kallsyms.cpp | 52 std::string* line = reader.ReadLine(); in CanReadKernelSymbolAddresses() local 181 std::string* line; in GetLoadedModules() local 217 std::string* line; in GetKernelStartAddress() local
|
| /system/chre/platform/shared/ |
| D | assert.cc | 21 void chreDoAssert(const char *filename, size_t line) { in chreDoAssert()
|
| /system/sepolicy/tests/ |
| D | fc_sort.py | 56 def __init__(self, path, file_type, context, meta, stem_len, str_len, line): argument 67 def create(cls, line): argument
|
| /system/extras/memory_replay/ |
| D | MemoryTrace.cpp | 32 bool FillInEntryFromString(const std::string& line, Entry& entry, std::string& error) { in FillInEntryFromString() 239 std::string line(kBufferLen, '\0'); in CreateStringFromEntry() local
|
| /system/memory/lmkd/tests/ |
| D | lmkd_tests.cpp | 161 static bool ParseProcSize(const std::string& line, long& rss, long& swap) { in ParseProcSize() 169 static bool ParseReapTime(const std::string& line, pid_t pid, long& reap_time) { in ParseReapTime() 175 static bool ParseReapNoProcess(const std::string& line, pid_t pid) { in ParseReapNoProcess() 221 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/core/libpackagelistparser/ |
| D | packagelistparser.cpp | 66 static bool parse_line(const char* path, size_t line_number, const char* line, pkg_info* info) { in parse_line() 102 char* line = nullptr; in packagelist_parse_file() local
|
| /system/dmesgd/ |
| D | dmesgd.cpp | 47 for (auto line : lines) { in ReadSentReports() local 101 std::string line(buffer); in ProcessDmesg() local
|
| D | dmesg_parser_test.cpp | 34 for (auto line : lines) parser.ProcessLine(line); in ReadLines() local 42 for (auto line : lines) { in CheckReport() local
|