/third_party/gn/src/gn/ |
H A D | setup_unittest.cc | 340 SourceDir top_dir("//"); 343 setup.builder().GetRecord(Label(top_dir, "foo", top_dir, "toolchain")); 345 setup.builder().GetRecord(Label(top_dir, "bar", top_dir, "toolchain")); 347 setup.builder().GetRecord(Label(top_dir, "qux", top_dir, "toolchain")); 349 setup.builder().GetRecord(Label(top_dir, "zoo", top_dir, "toolchain"));
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | variables.py | 50 top_dir = "" variable in Variables 67 Variables.top_dir = TOP_DIR 88 common_path = os.path.commonpath([Variables.top_dir, 91 Variables.top_dir): 98 Variables.top_dir) 133 Variables.exec_dir) == os.path.normcase(Variables.top_dir):
|
H A D | utils.py | 330 top_inner_dir = os.path.abspath(os.path.join(Variables.top_dir, 333 top_res_dir = os.path.abspath(os.path.join(Variables.top_dir, 336 Variables.exec_dir, Variables.top_dir])
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | __init__.py | 18 top_dir = dirname(dirname(this_dir)) 21 top_level_dir=top_dir) 25 ## top_level_dir=top_dir)
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_hwlat.c | 772 struct dentry *top_dir; in init_tracefs() local 778 top_dir = tracefs_create_dir("hwlat_detector", NULL); in init_tracefs() 779 if (!top_dir) in init_tracefs() 783 top_dir, in init_tracefs() 790 top_dir, in init_tracefs() 797 top_dir, in init_tracefs() 806 tracefs_remove(top_dir); in init_tracefs()
|
H A D | trace_osnoise.c | 2691 static int init_timerlat_stack_tracefs(struct dentry *top_dir) in init_timerlat_stack_tracefs() argument 2695 tmp = tracefs_create_file("print_stack", TRACE_MODE_WRITE, top_dir, in init_timerlat_stack_tracefs() 2703 static int init_timerlat_stack_tracefs(struct dentry *top_dir) in init_timerlat_stack_tracefs() argument 2709 static int osnoise_create_cpu_timerlat_fd(struct dentry *top_dir) in osnoise_create_cpu_timerlat_fd() argument 2723 per_cpu = tracefs_create_dir("per_cpu", top_dir); in osnoise_create_cpu_timerlat_fd() 2752 static int init_timerlat_tracefs(struct dentry *top_dir) in init_timerlat_tracefs() argument 2757 tmp = tracefs_create_file("timerlat_period_us", TRACE_MODE_WRITE, top_dir, in init_timerlat_tracefs() 2762 retval = osnoise_create_cpu_timerlat_fd(top_dir); in init_timerlat_tracefs() 2766 return init_timerlat_stack_tracefs(top_dir); in init_timerlat_tracefs() 2769 static int init_timerlat_tracefs(struct dentry *top_dir) in init_timerlat_tracefs() argument 2784 struct dentry *top_dir; init_tracefs() local [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_hwlat.c | 542 struct dentry *top_dir; in init_tracefs() local 548 top_dir = tracefs_create_dir("hwlat_detector", NULL); in init_tracefs() 549 if (!top_dir) in init_tracefs() 553 top_dir, in init_tracefs() 560 top_dir, in init_tracefs() 569 tracefs_remove(top_dir); in init_tracefs()
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | request.py | 106 self.config.top_dir = Variables.top_dir 122 os.path.normcase(Variables.top_dir): 126 os.path.join(Variables.top_dir, self.TASK_CONFIG_DIR))
|
H A D | source.py | 105 Variables.top_dir, "testcases")) 114 Variables.top_dir): 115 testcases_dirs.append(Variables.top_dir)
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | encrypt.py | 53 pub_key_path = os.path.join(Variables.top_dir, PUBLIC_KEY_FILE) 112 pri_key_file = os.path.join(Variables.top_dir, PRIVATE_KEY_FILE)
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 54 project_path = os.path.dirname(Variables.top_dir)
|
/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | config_manager.py | 61 top_user_path = os.path.join(Variables.top_dir, "config")
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device_lite.py | 58 top_user_path = os.path.join(Variables.top_dir, "config")
|
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
H A D | driver.c | 2551 char top_dir[16]; in scmi_debugfs_common_setup() local 2574 snprintf(top_dir, 16, "%d", info->id); in scmi_debugfs_common_setup() 2575 top_dentry = debugfs_create_dir(top_dir, scmi_top_dentry); in scmi_debugfs_common_setup()
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 162 top_dir = STDLIB_DIR 164 top_level_dir=top_dir,
|