Home
last modified time | relevance | path

Searched refs:line1 (Results 1 – 1 of 1) sorted by relevance

/system/extras/memory_replay/tests/
DActionTest.cpp87 const char* line1 = "100"; in TEST() local
88 Action* action = Action::CreateAction(0x1234, "calloc", line1, memory); in TEST()
124 const char* line1 = "0x100"; in TEST() local
125 Action* action = Action::CreateAction(0x1234, "realloc", line1, memory); in TEST()
150 const char* line1 = "100"; in TEST() local
151 Action* action = Action::CreateAction(0x1234, "memalign", line1, memory); in TEST()