HomeSort by relevance Sort by last modified time
    Searched refs:run_function (Results 1 - 19 of 19) sorted by null

  /external/libchrome/base/debug/
task_annotator.h 42 #define TRACE_TASK_EXECUTION(run_function, task) \
43 TRACE_EVENT2("toplevel", (run_function), "src_file", \
  /external/vixl/examples/
check-bounds.cc 62 void run_function(Simulator *simulator, Instruction * function, function
91 run_function(&simulator, function, 546, 50, 1000);
92 run_function(&simulator, function, 62, 100, 200);
93 run_function(&simulator, function, 200, 100, 200);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||]
codegen.ml 98 let _ = PassManager.run_function the_function the_fpm in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||]
codegen.ml 220 let _ = PassManager.run_function the_function the_fpm in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||]
codegen.ml 246 let _ = PassManager.run_function the_function the_fpm in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||]
codegen.ml 365 let _ = PassManager.run_function the_function the_fpm in
  /external/llvm/test/Bindings/OCaml/
scalar_opts.ml 83 ++ PassManager.run_function fn
core.ml     [all...]
  /external/v8/test/js-perf-test/PropertyQueries/
property-queries.js 266 var run_function = CombineTestFunctions(tests);
267 var benchmark = new Benchmark(name, false, false, 0, run_function);
  /external/autotest/client/common_lib/
base_packages.py 216 upload_paths=None, do_locking=True, run_function=utils.run,
228 run_function is used to execute the commands throughout this file.
234 ssh_host's run function is passed in for run_function).
245 # run_function and takes in the args and dargs as arguments
250 argument and passes it on to run_function (if specified).
259 return run_function(command, *_run_command_args,
    [all...]
  /external/autotest/server/
autotest_unittest.py 158 run_function=self.host.run, run_function_dargs=dict(timeout=600))
autotest.py 187 run_function=host.run,
    [all...]
  /external/v8/base/trace_event/common/
trace_event_common.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml     [all...]
llvm.mli 2574 val run_function : llvalue -> [ `Function ] t -> bool var
    [all...]

Completed in 437 milliseconds