/external/cronet/tot/base/fuchsia/ |
D | scoped_service_binding_unittest.cc | 65 vfs::PseudoDir* const debug_dir = in TEST_F() local 66 ComponentContextForProcess()->outgoing()->debug_dir(); in TEST_F() 70 debug_dir, &test_service_); in TEST_F() 74 debug_dir->Serve(fuchsia::io::OpenFlags::RIGHT_READABLE | in TEST_F() 166 vfs::PseudoDir* const debug_dir = in TEST_F() local 167 ComponentContextForProcess()->outgoing()->debug_dir(); in TEST_F() 170 debug_dir, &test_service_); in TEST_F() 174 debug_dir->Serve(fuchsia::io::OpenFlags::RIGHT_READABLE | in TEST_F()
|
D | scoped_natural_service_binding_unittest.cc | 65 vfs::PseudoDir* const debug_dir = in TEST_F() local 66 ComponentContextForProcess()->outgoing()->debug_dir(); in TEST_F() 70 debug_service_binding(debug_dir, &test_service_); in TEST_F() 77 debug_dir->Serve(fuchsia::io::OpenFlags::RIGHT_READABLE | in TEST_F()
|
/external/cronet/stable/base/fuchsia/ |
D | scoped_service_binding_unittest.cc | 65 vfs::PseudoDir* const debug_dir = in TEST_F() local 66 ComponentContextForProcess()->outgoing()->debug_dir(); in TEST_F() 70 debug_dir, &test_service_); in TEST_F() 74 debug_dir->Serve(fuchsia::io::OpenFlags::RIGHT_READABLE | in TEST_F() 166 vfs::PseudoDir* const debug_dir = in TEST_F() local 167 ComponentContextForProcess()->outgoing()->debug_dir(); in TEST_F() 170 debug_dir, &test_service_); in TEST_F() 174 debug_dir->Serve(fuchsia::io::OpenFlags::RIGHT_READABLE | in TEST_F()
|
D | scoped_natural_service_binding_unittest.cc | 65 vfs::PseudoDir* const debug_dir = in TEST_F() local 66 ComponentContextForProcess()->outgoing()->debug_dir(); in TEST_F() 70 debug_service_binding(debug_dir, &test_service_); in TEST_F() 77 debug_dir->Serve(fuchsia::io::OpenFlags::RIGHT_READABLE | in TEST_F()
|
/external/libtracefs/src/ |
D | tracefs-utils.c | 274 static const char *debug_dir; in tracefs_debug_dir() local 276 if (debug_dir && test_dir(debug_dir, "tracing")) in tracefs_debug_dir() 277 return debug_dir; in tracefs_debug_dir() 279 debug_dir = find_tracing_dir(true, true); in tracefs_debug_dir() 280 return debug_dir; in tracefs_debug_dir()
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | utils_impl.py | 253 debug_dir = get_debug_dir(export_dir) 255 file_io.recursive_create_dir(debug_dir) 257 return debug_dir
|
/external/toolchain-utils/crosperf/ |
D | download_images.py | 353 debug_dir = "debug_files/usr/lib/debug" 360 print("Moving downloaded debug files to %s" % debug_dir) 365 % os.path.join(debug_dir, "debug")
|
D | experiment_factory_unittest.py | 352 build, autotest_dir, debug_dir, board, chroot, log_level, perf_args argument 357 debug_path = debug_dir
|
/external/autotest/server/cros/network/ |
D | chaos_clique_utils.py | 350 debug_dir = 'android_debug_try_%d' % try_count 351 debug_dir_path = os.path.join(tracedir, 'debug/%s' % debug_dir)
|
D | wifi_test_context_manager.py | 71 def __init__(self, test_name, host, cmdline_args, debug_dir): argument 86 host, debug_dir,
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 728 const string& debug_dir = *it; in ReadDebugLink() local 729 debuglink_path = debug_dir + "/" + in ReadDebugLink() 738 searched_paths.push_back(debug_dir); in ReadDebugLink() 780 const string& debug_dir = *it; in ReadDebugLink() local 781 fprintf(stderr, " %s/%s\n", debug_dir.c_str(), debuglink); in ReadDebugLink()
|
D | dump_symbols_unittest.cc | 58 const std::vector<string>& debug_dir,
|
/external/pytorch/torch/_dynamo/ |
D | testing.py | 127 def debug_dir() -> str: function 135 with open(os.path.join(debug_dir(), name), "w") as fd:
|
/external/autotest/client/common_lib/ |
D | logging_manager.py | 455 def tee_redirect_debug_dir(self, debug_dir, log_name=None, tag=None): argument 464 debug_dir, log_name=log_name)
|
/external/pytorch/torch/_inductor/ |
D | debug.py | 312 debug_dir = config.trace.debug_dir or get_debug_dir() 315 debug_dir,
|
D | config.py | 1160 debug_dir: Optional[str] = None variable in trace
|
/external/autotest/server/ |
D | autotest.py | 798 debug_dir = os.path.join(self.results_dir, 'debug') 799 client_logs = glob.glob(os.path.join(debug_dir, 'client.*.*')) 1310 debug_dir = os.path.join(self.server_results_dir, 'debug') 1311 debug_files = [f for f in os.listdir(debug_dir) 1315 log_file = os.path.join(debug_dir, log_file)
|
/external/rust/android-crates-io/crates/csv/tests/ |
D | tests.rs | 363 fn debug_dir() -> PathBuf { in debug_dir() function 375 debug_dir().join("examples") in example_bin_dir()
|
/external/cronet/tot/build/android/gyp/ |
D | write_build_config.py | 1032 def _CopyBuildConfigsForDebugging(debug_dir): argument 1033 shutil.rmtree(debug_dir, ignore_errors=True) 1034 os.makedirs(debug_dir) 1036 dst_path = os.path.join(debug_dir, src_path) 1037 assert dst_path.startswith(debug_dir), dst_path
|
/external/cronet/stable/build/android/gyp/ |
D | write_build_config.py | 1032 def _CopyBuildConfigsForDebugging(debug_dir): argument 1033 shutil.rmtree(debug_dir, ignore_errors=True) 1034 os.makedirs(debug_dir) 1036 dst_path = os.path.join(debug_dir, src_path) 1037 assert dst_path.startswith(debug_dir), dst_path
|
/external/angle/build/android/gyp/ |
D | write_build_config.py | 1032 def _CopyBuildConfigsForDebugging(debug_dir): argument 1033 shutil.rmtree(debug_dir, ignore_errors=True) 1034 os.makedirs(debug_dir) 1036 dst_path = os.path.join(debug_dir, src_path) 1037 assert dst_path.startswith(debug_dir), dst_path
|
/external/libtracefs/utest/ |
D | tracefs-utest.c | 1777 const char *debug_dir; in test_mounting() local 1834 debug_dir = tracefs_debug_dir(); in test_mounting() 1835 CU_TEST(debug_dir != NULL); in test_mounting() 1836 if (debug_dir != NULL) { in test_mounting() 1837 CU_TEST(strcmp(debug_dir, DEBUGFS_DEFAULT_PATH) == 0); in test_mounting() 1838 if (strcmp(debug_dir, DEBUGFS_DEFAULT_PATH) != 0) in test_mounting() 1840 debug_dir); in test_mounting() 1843 asprintf(&path, "%s/tracing", debug_dir); in test_mounting()
|
/external/autotest/ |
D | global_config.ini | 350 debug_dir: debug/ key
|
/external/bcc/libbpf-tools/loongarch/ |
D | vmlinux_602.h | 6961 struct dentry *debug_dir; member 58374 struct dentry *debug_dir; member 61171 struct dentry *debug_dir; member 84314 struct dentry *debug_dir; member
|
D | vmlinux.h | 6961 struct dentry *debug_dir; member 58374 struct dentry *debug_dir; member 61171 struct dentry *debug_dir; member 84314 struct dentry *debug_dir; member
|