Searched refs:Execute (Results 1 – 17 of 17) sorted by relevance
/system/extras/memory_replay/tests/ |
D | ActionTest.cpp | 33 action->Execute(&pointers); in TEST() 56 action->Execute(&pointers); in TEST() 68 action->Execute(&pointers); in TEST() 82 action->Execute(nullptr); in TEST() 106 action->Execute(&pointers); in TEST() 116 action->Execute(&pointers); in TEST() 142 action->Execute(&pointers); in TEST() 167 action->Execute(nullptr); in TEST()
|
D | ThreadTest.cpp | 110 action->Execute(nullptr); in TEST()
|
/system/extras/memory_replay/ |
D | Action.cpp | 45 uint64_t Execute(Pointers*) override { return 0; } in Execute() function in EndThreadAction 65 uint64_t Execute(Pointers* pointers) override { in Execute() function in MallocAction 85 uint64_t Execute(Pointers* pointers) override { in Execute() function in CallocAction 110 uint64_t Execute(Pointers* pointers) override { in Execute() function in ReallocAction 138 uint64_t Execute(Pointers* pointers) override { in Execute() function in MemalignAction 160 uint64_t Execute(Pointers* pointers) override { in Execute() function in FreeAction
|
D | Action.h | 29 virtual uint64_t Execute(Pointers* pointers) = 0;
|
D | Threads.cpp | 38 thread->AddTimeNsecs(action->Execute(thread->pointers())); in ThreadRunner()
|
/system/update_engine/payload_generator/ |
D | tarjan_unittest.cc | 66 tarjan.Execute(i, &graph, &vertex_indexes); in TEST() 78 tarjan.Execute(n_f, &graph, &vertex_indexes); in TEST() 86 tarjan.Execute(i, &graph, &vertex_indexes); in TEST()
|
D | tarjan.h | 38 void Execute(Vertex::Index vertex,
|
D | tarjan.cc | 34 void TarjanAlgorithm::Execute(Vertex::Index vertex, in Execute() function in chromeos_update_engine::TarjanAlgorithm
|
D | cycle_breaker.cc | 76 tarjan.Execute(i, &subgraph_, &component_indexes); in BreakCycles()
|
/system/core/libmemunreachable/ |
D | Tarjan.h | 68 void Execute(Graph<T>& graph, SCCList<T>& out); 79 void TarjanAlgorithm<T>::Execute(Graph<T>& graph, SCCList<T>& out) { in Execute() function 128 tarjan.Execute(graph, out); in Tarjan()
|
/system/sepolicy/ |
D | install_recovery.te | 13 # Execute /system/bin/applypatch
|
D | gpsd.te | 21 # Execute the shell or system commands.
|
D | zygote.te | 34 # Execute idmap and dex2oat within zygote's own domain.
|
D | dumpstate.te | 82 # Execute and transition to the vdc domain
|
D | app.te | 91 # Execute the shell or other system executables. 99 # Execute dex2oat when apps call dexclassloader
|
D | untrusted_app.te | 35 # Execute libs in asec containers.
|
/system/core/init/ |
D | readme.txt | 174 Execute a Command (see below) when service restarts.
|