/external/vixl/examples/aarch64/ |
D | check-bounds.cc | 61 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/ |
D | executionengine.ml | 90 (* run_function *) 91 let res = ExecutionEngine.run_function plus
|
D | scalar_opts.ml | 77 ++ PassManager.run_function fn
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
D | codegen.ml | 220 let _ = PassManager.run_function the_function the_fpm in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
D | codegen.ml | 98 let _ = PassManager.run_function the_function the_fpm in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
D | codegen.ml | 220 let _ = PassManager.run_function the_function the_fpm in
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
D | codegen.ml | 98 let _ = PassManager.run_function the_function the_fpm in
|
/external/llvm/test/Bindings/OCaml/ |
D | scalar_opts.ml | 83 ++ PassManager.run_function fn
|
/external/autotest/client/common_lib/ |
D | utils.py | 1103 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()
|
D | packages.py | 239 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/ |
D | 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 -> val
|
D | llvm_executionengine.ml | 73 external run_function: Llvm.llvalue -> GenericValue.t array -> t ->
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl4.rst | 195 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/ |
D | trace_event_common.h | 897 #define TRACE_TASK_EXECUTION(run_function, task) \ argument 898 INTERNAL_TRACE_TASK_EXECUTION(run_function, task)
|
/external/libchrome/base/trace_event/ |
D | trace_event.h | 388 #define INTERNAL_TRACE_TASK_EXECUTION(run_function, task) \ argument 389 TRACE_EVENT2("toplevel", run_function, "src_file", \
|
/external/libchrome/base/trace_event/common/ |
D | trace_event_common.h | 931 #define TRACE_TASK_EXECUTION(run_function, task) \ argument 932 INTERNAL_TRACE_TASK_EXECUTION(run_function, task)
|
/external/autotest/server/ |
D | autotest_unittest.py | 157 run_function=self.host.run, run_function_dargs=dict(timeout=600))
|