/system/extras/memory_replay/tests/ |
D | AllocTest.cpp | 26 std::string line = "1234: malloc 0xabd0000 20"; in TEST() local 37 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): argument 92 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): argument 172 def check_time_range(line, ts, duration): 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/chre/platform/shared/ |
D | assert.cc | 21 void chreDoAssert(const char *filename, size_t line) { in chreDoAssert()
|
/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/linux/ |
D | assert.cc | 27 void chreDoAssert(const char *filename, size_t line) { in chreDoAssert()
|
/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/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/update_engine/payload_consumer/ |
D | postinstall_runner_action.cc | 68 std::string line; in LogBuildInfoForPartition() local 336 for (const auto& line : lines) { in OnProgressFdReady() local 349 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): argument 67 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() local 181 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() local 101 std::string line(buffer); in ProcessDmesg() 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() 101 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/chre/host/common/ |
D | log.cc | 24 const char *func, unsigned int line, ...) { in outputHostLog()
|
/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/core/debuggerd/ |
D | pbtombstone.cpp | 55 tombstone, [](const std::string& line, bool) { printf("%s\n", line.c_str()); }); in main()
|