/external/skia/infra/bots/recipes/ |
D | sync_and_compile.py | 30 checkout_root = api.checkout.default_checkout_root 37 checkout_root = api.path['start_dir'] 41 checkout_root = checkout_root.join('flutter') 48 checkout_root=checkout_root, 53 api.checkout.git(checkout_root=checkout_root) 57 out_dir = checkout_root.join( 60 out_dir = checkout_root.join('src', 'out', 'android_release') 63 api.build(checkout_root=checkout_root, out_dir=out_dir) 69 wlist = checkout_root.join(
|
D | compute_buildstats.py | 24 checkout_root = api.checkout.default_checkout_root 25 api.checkout.bot_update(checkout_root=checkout_root) 42 analyze_wasm_file(api, checkout_root, out_dir, files) 51 analyze_web_file(api, checkout_root, out_dir, files) 60 analyze_web_file(api, checkout_root, out_dir, files) 69 analyze_flutter_lib(api, checkout_root, out_dir, files) 78 analyze_cpp_lib(api, checkout_root, out_dir, files) 87 make_treemap(api, checkout_root, out_dir, files) 96 make_treemap(api, checkout_root, out_dir, files) 127 def analyze_web_file(api, checkout_root, out_dir, files): argument [all …]
|
D | perf_pathkit.py | 28 checkout_root = api.path['start_dir'] 36 copy_dest = checkout_root.join('skia', 'modules', 'pathkit', 39 copy_dest = checkout_root.join('skia', 'modules', 'pathkit', 51 recursive_read = [checkout_root.join('skia')] 78 src_dir=checkout_root, 80 script=checkout_root.join(INNER_KARMA_SCRIPT),
|
D | test_pathkit.py | 28 checkout_root = api.path['start_dir'] 33 copy_dest = checkout_root.join('skia', 'modules', 'pathkit', 36 copy_dest = checkout_root.join('skia', 'modules', 'pathkit', 54 recursive_read = [checkout_root.join('skia')] 81 src_dir=checkout_root, 83 script=checkout_root.join(INNER_KARMA_SCRIPT),
|
D | test_canvaskit.py | 28 checkout_root = api.path['start_dir'] 33 copy_dest = checkout_root.join('skia', 'modules', 'canvaskit', 41 recursive_read = [checkout_root.join('skia')] 62 src_dir=checkout_root, 64 script=checkout_root.join(INNER_KARMA_SCRIPT),
|
D | perf_canvaskit.py | 28 checkout_root = api.path['start_dir'] 33 copy_dest = checkout_root.join('skia', 'modules', 'canvaskit', 40 recursive_read = [checkout_root.join('skia')] 61 src_dir=checkout_root, 63 script=checkout_root.join(INNER_KARMA_SCRIPT),
|
D | check_generated_files.py | 28 checkout_root = api.checkout.default_checkout_root 29 api.checkout.bot_update(checkout_root=checkout_root) 80 api.build(checkout_root=checkout_root,
|
/external/skqp/infra/bots/recipes/ |
D | compile.py | 30 checkout_root = api.checkout.default_checkout_root 39 checkout_root = api.path['start_dir'] 43 checkout_root = checkout_root.join('flutter') 52 checkout_root=checkout_root, 59 api.checkout.git(checkout_root=checkout_root) 63 out_dir = checkout_root.join( 66 out_dir = checkout_root.join('src', 'out', 'android_release') 69 api.build(checkout_root=checkout_root, out_dir=out_dir) 77 wlist = checkout_root.join(
|
D | compute_buildstats.py | 23 checkout_root = api.checkout.default_checkout_root 24 api.checkout.bot_update(checkout_root=checkout_root) 41 analyze_wasm_file(api, checkout_root, out_dir, files) 50 analyze_web_file(api, checkout_root, out_dir, files) 59 analyze_web_file(api, checkout_root, out_dir, files) 68 analyze_flutter_lib(api, checkout_root, out_dir, files) 77 analyze_cpp_lib(api, checkout_root, out_dir, files) 107 def analyze_web_file(api, checkout_root, out_dir, files): argument 111 skia_dir = checkout_root.join('skia') 120 def analyze_cpp_lib(api, checkout_root, out_dir, files): argument [all …]
|
D | perf_pathkit.py | 27 checkout_root = api.checkout.default_checkout_root 29 api.checkout.bot_update(checkout_root=checkout_root) 36 copy_dest = checkout_root.join('skia', 'modules', 'pathkit', 39 copy_dest = checkout_root.join('skia', 'modules', 'pathkit', 92 '--volume', '%s:/SRC' % checkout_root,
|
D | test_pathkit.py | 27 checkout_root = api.checkout.default_checkout_root 29 api.checkout.bot_update(checkout_root=checkout_root) 36 copy_dest = checkout_root.join('skia', 'modules', 'pathkit', 39 copy_dest = checkout_root.join('skia', 'modules', 'pathkit', 98 '--volume', '%s:/SRC' % checkout_root,
|
D | check_generated_files.py | 27 checkout_root = api.checkout.default_checkout_root 28 api.checkout.bot_update(checkout_root=checkout_root) 59 api.build(checkout_root=checkout_root,
|
D | test_canvaskit.py | 27 checkout_root = api.checkout.default_checkout_root 29 api.checkout.bot_update(checkout_root=checkout_root) 36 copy_dest = checkout_root.join('skia', 'experimental', 'canvaskit', 88 '--volume', '%s:/SRC' % checkout_root,
|
D | infra.py | 21 checkout_root = api.checkout.default_checkout_root 22 api.checkout.bot_update(checkout_root=checkout_root) 28 with api.context(cwd=checkout_root.join(repo_name),
|
D | update_go_deps.py | 23 checkout_root = api.checkout.default_checkout_root 24 api.checkout.bot_update(checkout_root=checkout_root) 26 skia_dir = checkout_root.join('skia')
|
D | perf_canvaskit.py | 27 checkout_root = api.checkout.default_checkout_root 29 api.checkout.bot_update(checkout_root=checkout_root) 36 copy_dest = checkout_root.join('skia', 'experimental', 'canvaskit', 88 '--volume', '%s:/SRC' % checkout_root,
|
D | test_lottie_web.py | 27 checkout_root = api.checkout.default_checkout_root 34 lottie_build = checkout_root.join('lottie', 'build', 'player') 36 api.checkout.bot_update(checkout_root=checkout_root) 73 '-v', '%s:/SRC' % checkout_root,
|
D | test_skqp_emulator.py | 27 checkout_root = api.checkout.default_checkout_root 28 api.checkout.bot_update(checkout_root=checkout_root) 78 args=[container_name, checkout_root, apk_location, DOCKER_IMAGE],
|
D | housekeeper.py | 27 checkout_root = api.checkout.default_checkout_root 28 api.checkout.bot_update(checkout_root=checkout_root) 34 skia_dir = checkout_root.join('skia')
|
/external/libyuv/files/ |
D | gyp_libyuv | 19 checkout_root = os.path.dirname(os.path.realpath(__file__)) variable 21 sys.path.insert(0, os.path.join(checkout_root, 'build')) 26 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'gyp', 'pylib')) 34 return glob.glob(os.path.join(checkout_root, '*', 'supplement.gypi')) 56 os.chdir(checkout_root) 87 args.append('--depth=' + os.path.relpath(checkout_root)) 98 os.path.join(checkout_root, gyp_chromium.GetOutputDirectory()),
|
/external/webrtc/webrtc/build/ |
D | gyp_webrtc | 20 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir)) variable 22 sys.path.insert(0, os.path.join(checkout_root, 'build')) 27 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'gyp', 'pylib')) 35 return glob.glob(os.path.join(checkout_root, '*', 'supplement.gypi')) 54 gyp_env_path = os.path.join(os.path.dirname(checkout_root), 70 os.chdir(checkout_root) 108 args.append('--depth=' + os.path.relpath(checkout_root)) 120 os.path.join(checkout_root, gyp_chromium.GetOutputDirectory()),
|
/external/skia/infra/bots/recipe_modules/checkout/examples/ |
D | full.py | 24 checkout_root = api.checkout.default_checkout_root 36 checkout_root = checkout_root.join('flutter') 43 checkout_root=checkout_root, 49 api.checkout.git(checkout_root=api.path['start_dir'])
|
/external/skqp/infra/bots/recipe_modules/checkout/examples/ |
D | full.py | 23 checkout_root = api.checkout.default_checkout_root 36 checkout_root = checkout_root.join('flutter') 45 checkout_root=checkout_root, 52 api.checkout.git(checkout_root=api.path['start_dir'])
|
/external/skqp/infra/bots/recipe_modules/checkout/ |
D | api.py | 20 def git(self, checkout_root): argument 22 skia_dir = checkout_root.join('skia') 32 def bot_update(self, checkout_root, gclient_cache=None, argument 64 self.m.file.ensure_directory('makedirs checkout_path', checkout_root) 116 entries_file = checkout_root.join('.gclient_entries') 131 with self.m.context(cwd=checkout_root): 146 with self.m.context(cwd=checkout_root, env=gclient_env):
|
/external/skia/infra/bots/recipe_modules/checkout/ |
D | api.py | 34 def git(self, checkout_root): argument 37 skia_dir = checkout_root.join('skia') 47 def bot_update(self, checkout_root, gclient_cache=None, argument 77 self.m.file.ensure_directory('makedirs checkout_path', checkout_root) 129 entries_file = checkout_root.join('.gclient_entries') 143 with self.m.context(cwd=checkout_root): 158 with self.m.context(cwd=checkout_root, env=gclient_env):
|