Lines Matching refs:function_name

312         function_name = inspect.currentframe().f_code.co_name
313 cmd_path = TEMPLATE_SOURCE_PATH + function_name
314 res_path = os.path.join(RESULT_PATH, "src", function_name, "hello.o")
315 result = exec_command_communicate(cmd_path, res_path, function_name)
322 function_name = inspect.currentframe().f_code.co_name
323 cmd_path = TEMPLATE_SOURCE_PATH + function_name
324 res_path = os.path.join(RESULT_PATH, "src", function_name, "adder.o")
325 result = exec_command_communicate(cmd_path, res_path, function_name)
332 function_name = inspect.currentframe().f_code.co_name
333 common_res_def = TEMPLATE_SOURCE_PATH + function_name
334 res_path = BUILD_RES_PATH + function_name
335 result = exec_command_communicate(common_res_def, res_path, function_name)
345 function_name = inspect.currentframe().f_code.co_name
346 cmd_common = TEMPLATE_SOURCE_PATH + function_name
347 res_path = os.path.join(RESULT_PATH, function_name, "test_ohos_prebuilt_executable.stamp")
348 result = exec_command_communicate(cmd_common, res_path, function_name)
355 function_name = inspect.currentframe().f_code.co_name
356 common_res_def = TEMPLATE_SOURCE_PATH + function_name
357 … res_path = os.path.join(RESULT_PATH, function_name, "test_ohos_prebuilt_shared_library.stamp")
358 result = exec_command_communicate(common_res_def, res_path, function_name)
365 function_name = inspect.currentframe().f_code.co_name
366 common_res_def = TEMPLATE_SOURCE_PATH + function_name
367 … res_path = os.path.join(RESULT_PATH, function_name, "test_ohos_prebuilt_static_library.stamp")
368 result = exec_command_communicate(common_res_def, res_path, function_name)
378 function_name = inspect.currentframe().f_code.co_name
379 cmd_path = TEMPLATE_SOURCE_PATH + function_name
380 profile_result_path = RESULT_PATH + function_name
381 result = exec_command_communicate(cmd_path, profile_result_path, function_name)
388 function_name = inspect.currentframe().f_code.co_name
389 cmd_path = TEMPLATE_SOURCE_PATH + function_name
390 rebuilt_result_path = RESULT_PATH + function_name
391 result = exec_command_communicate(cmd_path, rebuilt_result_path, function_name)
401 function_name = inspect.currentframe().f_code.co_name
402 cmd_path = RUST_PATH + function_name
403 res_path = os.path.join(BUILD_RES_PATH, function_name)
404 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
411 function_name = inspect.currentframe().f_code.co_name
412 cmd_path = RUST_PATH + function_name
413 res_path = os.path.join(BUILD_RES_PATH, function_name)
414 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
421 function_name = inspect.currentframe().f_code.co_name
423 res_path = os.path.join(BUILD_RES_PATH, function_name)
424 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
431 function_name = inspect.currentframe().f_code.co_name
434 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
441 function_name = inspect.currentframe().f_code.co_name
444 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
451 function_name = inspect.currentframe().f_code.co_name
454 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
461 function_name = inspect.currentframe().f_code.co_name
462 cmd_path = RUST_PATH + function_name
463 res_path = os.path.join(BUILD_RES_PATH, function_name)
464 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
471 function_name = inspect.currentframe().f_code.co_name
472 cmd_path = RUST_PATH + "test_cxx" + ":" + function_name
473 res_path = os.path.join(BUILD_RES_PATH, function_name)
474 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
481 function_name = inspect.currentframe().f_code.co_name
482 cmd_path = RUST_PATH + function_name
483 res_path = os.path.join(BUILD_RES_PATH, function_name)
484 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
492 function_name = inspect.currentframe().f_code.co_name
493 cmd_path = RUST_PATH + function_name
494 res_path = os.path.join(BUILD_RES_PATH, function_name)
495 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
502 function_name = inspect.currentframe().f_code.co_name
504 res_path = os.path.join(RUST_RESULT_IDL_PATH, function_name, 'test_idl.stamp')
505 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
512 function_name = inspect.currentframe().f_code.co_name
513 cmd_path = RUST_PATH + function_name + ':' + 'test_rlib_crate_associated_bin'
515 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
522 function_name = inspect.currentframe().f_code.co_name
523 cmd_path = RUST_PATH + function_name
524 res_path = os.path.join(BUILD_RES_PATH, function_name)
525 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
532 function_name = inspect.currentframe().f_code.co_name
533 cmd_path = RUST_PATH + function_name
535 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
542 function_name = inspect.currentframe().f_code.co_name
543 cmd_path = RUST_PATH + function_name
545 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
552 function_name = inspect.currentframe().f_code.co_name
553 cmd_path = RUST_PATH + function_name
554 res_path = os.path.join(BUILD_RES_PATH, function_name)
555 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
562 function_name = inspect.currentframe().f_code.co_name
563 cmd_path = RUST_PATH + function_name
564 res_path = os.path.join(BUILD_RES_PATH, function_name)
565 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')