Home
last modified time | relevance | path

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

12345678

/system/extras/memory_replay/tests/
DAllocTest.cpp26 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/
Dlinkerconfigparser.h34 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/
Dprogress_report.py76 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
Dparse_timestamp.py35 def replace_timestamp_abs(line, timestamp_str, date_time_obj0): argument
Dparse_timing.py135 def extract_time(line, events): argument
172 def check_time_range(line, ts, duration): argument
/system/core/init/
Dhost_builtin_map.py42 line = line.replace('do_', 'check_') variable
44 line = FUNCTION_REGEX.sub('check_stub', line) variable
Daction.h47 int line() const { return line_; } in line() function
80 int line() const { return line_; } in line() function
Daction.cpp49 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/
Dcomments.cpp78 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/
Dassert.cc21 void chreDoAssert(const char *filename, size_t line) { in chreDoAssert()
/system/libufdt/utils/src/
Dmkdtimg_cfg_create.c41 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/
Dassert.cc27 void chreDoAssert(const char *filename, size_t line) { in chreDoAssert()
/system/tools/hidl/
DDocComment.cpp37 const std::string& line = lines[l]; in DocComment() local
95 for (const std::string& line : mLines) { in emit() local
/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp59 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/
DmethodDocComment.cpp37 std::string line = str; in getFirstWordAfterPrefix() local
96 for (const std::string& line : docComment->lines()) { in methodDocComments() local
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc68 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/
Dfc_sort.py56 def __init__(self, path, file_type, context, meta, stem_len, str_len, line): argument
67 def create(cls, line): argument
/system/teeui/libteeui/src/
Dutils.cpp36 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/
Dkallsyms.cpp52 std::string* line = reader.ReadLine(); in CanReadKernelSymbolAddresses() local
181 std::string* line; in GetLoadedModules() local
217 std::string* line; in GetKernelStartAddress() local
/system/dmesgd/
Ddmesgd.cpp47 for (auto line : lines) { in ReadSentReports() local
101 std::string line(buffer); in ProcessDmesg() local
/system/core/libpackagelistparser/
Dpackagelistparser.cpp65 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/
DAllocParser.cpp25 void AllocGetData(const std::string& line, AllocEntry* entry) { in AllocGetData()
/system/chre/host/common/
Dlog.cc24 const char *func, unsigned int line, ...) { in outputHostLog()
/system/libbase/
Dlogging.cpp284 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/
Dpbtombstone.cpp55 tombstone, [](const std::string& line, bool) { printf("%s\n", line.c_str()); }); in main()

12345678