Home
last modified time | relevance | path

Searched refs:run_function (Results 1 – 25 of 39) sorted by relevance

12

/external/vixl/examples/aarch64/
Dcheck-bounds.cc61 void run_function(Simulator* simulator, in run_function() function
93 run_function(&simulator, function, 546, 50, 1000); in main()
94 run_function(&simulator, function, 62, 100, 200); in main()
95 run_function(&simulator, function, 200, 100, 200); in main()
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dexecutionengine.ml90 (* run_function *)
91 let res = ExecutionEngine.run_function plus
Dscalar_opts.ml77 ++ PassManager.run_function fn
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
Dcodegen.ml220 let _ = PassManager.run_function the_function the_fpm in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
Dcodegen.ml98 let _ = PassManager.run_function the_function the_fpm in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
Dcodegen.ml220 let _ = PassManager.run_function the_function the_fpm in
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
Dcodegen.ml98 let _ = PassManager.run_function the_function the_fpm in
/external/llvm/test/Bindings/OCaml/
Dscalar_opts.ml83 ++ PassManager.run_function fn
/external/autotest/client/common_lib/
Dutils.py1103 def get_arch(run_function=run): argument
1114 if run_function == run:
1118 arch = run_function('/bin/uname -m').stdout.rstrip()
1123 def get_arch_userspace(run_function=run): argument
1134 filestr = run_function(cmd).stdout.rstrip()
1142 def get_num_logical_cpus_per_socket(run_function=run): argument
1150 siblings = run_function('grep "^siblings" /proc/cpuinfo').stdout.rstrip()
Dpackages.py239 upload_paths=None, do_locking=True, run_function=utils.run, argument
282 return run_function(command, *_run_command_args,
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dllvm_executionengine.mli129 (** [run_function f args ee] synchronously executes the function [f] with the
131 val run_function : Llvm.llvalue -> GenericValue.t array -> t -> val
Dllvm_executionengine.ml73 external run_function: Llvm.llvalue -> GenericValue.t array -> t ->
/external/llvm/docs/tutorial/
DOCamlLangImpl4.rst195 let _ = PassManager.run_function the_function the_fpm in
266 "``Llvm_executionengine.ExecutionEngine.run_function``" function. This
281 let result = ExecutionEngine.run_function the_function [||]
339 ``run_function``.
786 let _ = PassManager.run_function the_function the_fpm in
832 let result = ExecutionEngine.run_function the_function [||]
/external/v8/base/trace_event/common/
Dtrace_event_common.h897 #define TRACE_TASK_EXECUTION(run_function, task) \ argument
898 INTERNAL_TRACE_TASK_EXECUTION(run_function, task)
/external/libchrome/base/trace_event/
Dtrace_event.h388 #define INTERNAL_TRACE_TASK_EXECUTION(run_function, task) \ argument
389 TRACE_EVENT2("toplevel", run_function, "src_file", \
/external/libchrome/base/trace_event/common/
Dtrace_event_common.h931 #define TRACE_TASK_EXECUTION(run_function, task) \ argument
932 INTERNAL_TRACE_TASK_EXECUTION(run_function, task)
/external/autotest/server/
Dautotest_unittest.py157 run_function=self.host.run, run_function_dargs=dict(timeout=600))

12