/aosp_15_r20/external/vixl/examples/aarch64/ |
H A D | check-bounds.cc | 64 void run_function(Simulator* simulator, in run_function() function 96 run_function(&simulator, function, 546, 50, 1000); in main() 97 run_function(&simulator, function, 62, 100, 200); in main() 98 run_function(&simulator, function, 200, 100, 200); in main()
|
/aosp_15_r20/external/pytorch/torch/utils/ |
H A D | checkpoint.py | 227 def forward(ctx, run_function, preserve_rng_state, *args): argument 229 ctx.run_function = run_function 264 outputs = run_function(*args) 304 outputs = ctx.run_function(*detached_inputs) 571 def run_function(start, end, functions): function 588 run_function(start, end, functions), 593 return run_function(end + 1, len(functions) - 1, functions)(input)
|
/aosp_15_r20/external/googleapis/google/apps/script/type/ |
H A D | extension_point.proto | 35 string run_function = 1; field 51 string run_function = 1; field 75 string run_function = 3; field
|
/aosp_15_r20/external/google-cloud-java/java-gsuite-addons/proto-google-apps-script-type-protos/src/main/proto/google/apps/script/type/ |
H A D | extension_point.proto | 35 string run_function = 1; field 51 string run_function = 1; field 75 string run_function = 3; field
|
/aosp_15_r20/external/vixl/tools/ |
H A D | threaded_tests.py | 68 def Run(self, jobs, verbose, run_function): argument 82 thread_pool.Multithread(run_function, self.queue, jobs, InitGlobals)
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | utils.py | 1129 def get_arch(run_function=run): argument 1140 if run_function == run: 1144 arch = run_function('/bin/uname -m').stdout.rstrip() 1149 def get_arch_userspace(run_function=run): argument 1161 filestr = run_function(cmd).stdout.rstrip() 1169 def get_num_logical_cpus_per_socket(run_function=run): argument 1177 siblings = run_function('grep "^siblings" /proc/cpuinfo').stdout.rstrip()
|
H A D | packages.py | 245 upload_paths=None, do_locking=True, run_function=utils.run, argument 288 return run_function(command, *_run_command_args,
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/trace_event/ |
D | trace_event.h | 495 #define INTERNAL_TRACE_TASK_EXECUTION(run_function, task) \ argument 496 TRACE_EVENT2("toplevel", run_function, "src_file", \ 509 #define INTERNAL_TRACE_TASK_EXECUTION(run_function, task) \ argument 510 TRACE_EVENT1("toplevel", run_function, "src", (task).posted_from.ToString()) \
|
/aosp_15_r20/external/libchrome/base/trace_event/ |
H A D | trace_event.h | 492 #define INTERNAL_TRACE_TASK_EXECUTION(run_function, task) \ argument 493 TRACE_EVENT2("toplevel", run_function, "src_file", \ 506 #define INTERNAL_TRACE_TASK_EXECUTION(run_function, task) \ argument 507 TRACE_EVENT1("toplevel", run_function, "src", (task).posted_from.ToString()) \
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/base/trace_event/ |
D | trace_event.h | 495 #define INTERNAL_TRACE_TASK_EXECUTION(run_function, task) \ argument 496 TRACE_EVENT2("toplevel", run_function, "src_file", \ 509 #define INTERNAL_TRACE_TASK_EXECUTION(run_function, task) \ argument 510 TRACE_EVENT1("toplevel", run_function, "src", (task).posted_from.ToString()) \
|
/aosp_15_r20/external/llvm/docs/tutorial/ |
H A 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 [||]
|
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
H A D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
H A D | codegen.ml | 98 let _ = PassManager.run_function the_function the_fpm in
|
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
H A D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
H A D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
H A D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/aosp_15_r20/external/llvm/test/Bindings/OCaml/ |
H A D | scalar_opts.ml | 83 ++ PassManager.run_function fn
|
/aosp_15_r20/external/google-cloud-java/java-gsuite-addons/proto-google-apps-script-type-protos/src/main/proto/google/apps/script/type/slides/ |
H A D | slides_addon_manifest.proto | 46 string run_function = 1 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/googleapis/google/apps/script/type/sheets/ |
H A D | sheets_addon_manifest.proto | 46 string run_function = 1 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/google-cloud-java/java-gsuite-addons/proto-google-apps-script-type-protos/src/main/proto/google/apps/script/type/sheets/ |
H A D | sheets_addon_manifest.proto | 46 string run_function = 1 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/googleapis/google/apps/script/type/drive/ |
H A D | drive_addon_manifest.proto | 47 string run_function = 1; field
|
/aosp_15_r20/external/googleapis/google/apps/script/type/docs/ |
H A D | docs_addon_manifest.proto | 46 string run_function = 1 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/googleapis/google/apps/script/type/slides/ |
H A D | slides_addon_manifest.proto | 46 string run_function = 1 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/google-cloud-java/java-gsuite-addons/proto-google-apps-script-type-protos/src/main/proto/google/apps/script/type/drive/ |
H A D | drive_addon_manifest.proto | 47 string run_function = 1; field
|
/aosp_15_r20/external/google-cloud-java/java-gsuite-addons/proto-google-apps-script-type-protos/src/main/proto/google/apps/script/type/docs/ |
H A D | docs_addon_manifest.proto | 46 string run_function = 1 [(google.api.field_behavior) = REQUIRED]; field
|