/third_party/skia/infra/bots/assets/go/ |
H A D | create.py | 18 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/scripts/ |
H A D | create_and_upload.py | 18 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/clang_win/ |
H A D | create.py | 18 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/cockroachdb/ |
H A D | create.py | 19 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/ |
H A D | check_deps.py | 22 SKIA_DIR = os.path.abspath(os.path.join(INFRA_BOTS_DIR, os.pardir, os.pardir))
|
H A D | infra_tests.py | 19 SKIA_DIR = os.path.abspath(os.path.join(INFRA_BOTS_DIR, os.pardir, os.pardir))
|
/third_party/python/Lib/ |
H A D | ntpath.py | 12 pardir = '..' variable 31 "curdir","pardir","sep","pathsep","defpath","altsep", 503 pardir = b'..' 508 pardir = '..' 522 elif comps[i] == pardir: 523 if i > 0 and comps[i-1] != pardir: 747 pardir = b'..' 751 pardir = '..' 778 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
|
/third_party/node/tools/v8/ |
H A D | fetch_deps.py | 83 cwd=os.path.join(v8_path, os.path.pardir), 92 os.path.join(v8_path, os.pardir, ".gclient_entries"))
|
/third_party/python/Tools/scripts/ |
H A D | mkreal.py | 38 linkto = join(os.pardir, linkto) 41 if filename not in (os.curdir, os.pardir):
|
H A D | lll.py | 12 if name not in (os.curdir, os.pardir):
|
/third_party/skia/tools/skqp/ |
H A D | gn_to_bp.py | 20 os.pardir, os.pardir)
|
H A D | run_skqp_exe | 20 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir))
|
H A D | download_model.py | 45 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, target_dir))
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_bpftool_synctypes.py | 11 os.pardir, os.pardir, os.pardir, os.pardir, os.pardir))
|
/third_party/skia/infra/bots/assets/valgrind/ |
H A D | create.py | 24 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
|
/third_party/skia/tools/ |
H A D | fix_pythonpath.py | 15 os.path.dirname(os.path.abspath(__file__)), os.pardir))
|
H A D | milestone.py | 40 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir))
|
H A D | find_run_binary.py | 49 os.pardir))
|
/third_party/skia/bin/ |
H A D | list-skia-bots | 10 path = os.path.join(os.path.dirname(__file__), os.pardir, 'infra', 'bots', 'tasks.json')
|
H A D | fetch-gn | 21 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir))
|
H A D | fetch-clang-format | 15 os.chdir(os.path.join(os.path.dirname(__file__), os.pardir))
|
/third_party/node/tools/ |
H A D | gyp_node.py | 7 node_root = os.path.normpath(os.path.join(script_dir, os.pardir))
|
/third_party/skia/infra/bots/recipe_modules/doxygen/resources/ |
H A D | generate_and_upload_doxygen.py | 19 WORKDIR = os.path.join(os.pardir, 'doxygen_workdir')
|
/third_party/python/Lib/test/test_email/ |
H A D | torture_test.py | 22 path = abspath(join(dirname(testfile), os.pardir, 'moredata', filename))
|
/third_party/skia/third_party/externals/dawn/generator/ |
H A D | generator_lib.py | 87 path = os.path.join(sys.argv[jinja2_path_argv_index + 1], os.pardir) 196 root_dir = os.path.join(os.path.dirname(__file__), os.pardir)
|