OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunFunction
(Results
1 - 5
of
5
) sorted by null
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/main/java/com/example/simpleperf/simpleperfexamplepurejava/
SleepActivity.java
21
private long
RunFunction
() {
41
totalRunTimeInNs +=
RunFunction
();
/system/extras/simpleperf/runtest/
run_and_sleep.cpp
16
uint64_t noinline
RunFunction
() {
36
total_run_time_in_ns +=
RunFunction
();
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
native-lib.cpp
71
static uint64_t noinline
RunFunction
() {
92
total_run_time_in_ns +=
RunFunction
();
/external/llvm/bindings/go/llvm/
executionengine_test.go
92
exec_res := engine.
RunFunction
(fac, exec_args)
executionengine.go
135
func (ee ExecutionEngine)
RunFunction
(f Value, args []GenericValue) (g GenericValue) {
Completed in 423 milliseconds