/third_party/skia/infra/bots/assets/skimage/ |
D | create_and_upload.py | 18 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 19 ASSET = os.path.basename(FILE_DIR) 24 FILE_DIR, os.pardir, os.pardir, os.pardir, os.pardir, 'bin', 'sk')) 32 tmp_prefix = os.path.join(FILE_DIR, '.') 34 subprocess.check_call([sk, 'asset', 'download', ASSET, tmp], cwd=FILE_DIR) 40 cwd=FILE_DIR)
|
/third_party/skia/infra/bots/assets/win_toolchain/ |
D | create_and_upload.py | 20 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 21 ASSET = os.path.basename(FILE_DIR) 33 FILE_DIR, os.pardir, os.pardir, os.pardir, os.pardir, 'bin', 'sk')) 40 subprocess.check_call([sk, 'asset', 'upload', ASSET], cwd=FILE_DIR)
|
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/ |
D | create_and_upload.py | 20 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 21 ASSET = os.path.basename(FILE_DIR) 36 FILE_DIR, os.pardir, os.pardir, os.pardir, os.pardir, 'bin', 'sk')) 43 subprocess.check_call([sk, 'asset', 'upload', ASSET], cwd=FILE_DIR)
|
/third_party/skia/infra/bots/assets/chromebook_arm_gles/ |
D | create_and_upload.py | 20 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 21 ASSET = os.path.basename(FILE_DIR) 36 FILE_DIR, os.pardir, os.pardir, os.pardir, os.pardir, 'bin', 'sk')) 43 subprocess.check_call([sk, 'asset', 'upload', ASSET], cwd=FILE_DIR)
|
/third_party/skia/infra/bots/assets/scripts/ |
D | create_and_upload.py | 17 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 18 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir)) 30 create_script = os.path.join(FILE_DIR, 'create.py') 31 upload_script = os.path.join(FILE_DIR, 'upload.py')
|
D | common.py | 15 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir)) 21 ASSET_NAME = os.path.basename(FILE_DIR)
|
/third_party/skia/infra/bots/assets/android_sdk_linux/ |
D | create_and_upload.py | 20 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 21 ASSET = os.path.basename(FILE_DIR) 40 FILE_DIR, os.pardir, os.pardir, os.pardir, os.pardir, 'bin', 'sk')) 47 subprocess.check_call([sk, 'asset', 'upload', ASSET], cwd=FILE_DIR)
|
/third_party/skia/infra/bots/assets/skp/ |
D | create_and_upload.py | 20 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 21 ASSET = os.path.basename(FILE_DIR) 42 FILE_DIR, os.pardir, os.pardir, os.pardir, os.pardir, 'bin', 'sk')) 62 subprocess.check_call(cmd, cwd=FILE_DIR)
|
D | create.py | 21 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 22 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/cmake_mac/ |
D | create.py | 17 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 18 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/procdump_win/ |
D | create.py | 17 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 18 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/cmake_linux/ |
D | create.py | 17 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 18 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/go_win/ |
D | create.py | 17 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 18 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/bloaty/ |
D | create.py | 18 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 19 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/go/ |
D | create.py | 17 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 18 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/bazel/ |
D | create.py | 16 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 17 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/linux_vulkan_sdk/ |
D | create.py | 17 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 18 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/clang_win/ |
D | create.py | 17 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 18 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/ccache_mac/ |
D | create.py | 17 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 18 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/ccache_linux/ |
D | create.py | 18 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 19 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/cockroachdb/ |
D | create.py | 18 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 19 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/svg/ |
D | create.py | 18 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 19 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/valgrind/ |
D | create.py | 23 FILE_DIR = os.path.dirname(os.path.abspath(__file__)) variable 24 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|