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

1 2

  /external/vixl/examples/aarch64/
check-bounds.cc 61 void run_function(Simulator* simulator, function
93 run_function(&simulator, function, 546, 50, 1000);
94 run_function(&simulator, function, 62, 100, 200);
95 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 [||]
  /external/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 37 let result = ExecutionEngine.run_function the_function [||]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
executionengine.ml 90 (* run_function *)
91 let res = ExecutionEngine.run_function plus
scalar_opts.ml 77 ++ PassManager.run_function fn
  /external/llvm/test/Bindings/OCaml/
scalar_opts.ml 83 ++ PassManager.run_function fn
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
llvm_executionengine.ml 73 external run_function: Llvm.llvalue -> GenericValue.t array -> t ->
llvm_executionengine.mli 129 (** [run_function f args ee] synchronously executes the function [f] with the
131 val run_function : Llvm.llvalue -> GenericValue.t array -> t ->
  /external/autotest/client/common_lib/
packages.py 239 upload_paths=None, do_locking=True, run_function=utils.run,
251 run_function is used to execute the commands throughout this file.
257 ssh_host's run function is passed in for run_function).
268 # run_function and takes in the args and dargs as arguments
273 argument and passes it on to run_function (if specified).
282 return run_function(command, *_run_command_args,
    [all...]
  /external/autotest/server/
autotest_unittest.py 159 run_function=self.host.run, run_function_dargs=dict(timeout=600))
  /external/libchrome/base/trace_event/common/
trace_event_common.h     [all...]
  /external/libchrome/base/trace_event/
trace_event.h 395 #define INTERNAL_TRACE_TASK_EXECUTION(run_function, task) \
396 TRACE_EVENT2("toplevel", run_function, "src_file", \
    [all...]
  /external/v8/base/trace_event/common/
trace_event_common.h     [all...]

Completed in 933 milliseconds

1 2