/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
D | profiler.py | 38 … def create_profiler(cls, host, executable_path, output_dir, profiler_name=None, identifier=None): argument 46 return profilers[0](host, executable_path, output_dir, identifier) 69 def __init__(self, host, executable_path, output_dir, identifier=None): argument 71 self._executable_path = executable_path 87 def __init__(self, host, executable_path, output_dir, output_suffix, identifier=None): argument 88 … super(SingleFileOutputProfiler, self).__init__(host, executable_path, output_dir, identifier) 97 def __init__(self, host, executable_path, output_dir, identifier=None): argument 98 super(GooglePProf, self).__init__(host, executable_path, output_dir, "pprof", identifier) 132 def __init__(self, host, executable_path, output_dir, identifier=None): argument 133 super(Perf, self).__init__(host, executable_path, output_dir, "data", identifier) [all …]
|
/external/chromium_org/chrome/common/mac/ |
D | app_mode_chrome_locator_browsertest.mm | 50 base::FilePath executable_path; 55 &executable_path, 65 base::FilePath executable_path; 70 &executable_path, 73 EXPECT_TRUE(base::PathExists(executable_path)); 83 base::FilePath executable_path; 88 &executable_path, 91 EXPECT_TRUE(base::PathExists(executable_path)); 101 base::FilePath executable_path; 107 &executable_path, [all …]
|
D | app_mode_chrome_locator.h | 35 base::FilePath* executable_path,
|
D | app_mode_chrome_locator.mm | 35 base::FilePath* executable_path, 99 *executable_path = base::mac::NSStringToFilePath([cr_bundle executablePath]);
|
/external/chromium_org/tools/gyp/test/mac/installname/ |
D | test.gyp | 31 'DYLIB_INSTALL_NAME_BASE': '@executable_path/../../..', 42 'DYLIB_INSTALL_NAME_BASE': '@executable_path/../../..', 53 'DYLIB_INSTALL_NAME_BASE': '@executable_path/../../..', 69 'DYLIB_INSTALL_NAME_BASE': '@executable_path/..',
|
/external/chromium_org/components/metrics/ |
D | machine_id_provider_win.cc | 32 base::FilePath executable_path; in GetMachineId() local 34 if (!PathService::Get(base::FILE_EXE, &executable_path)) { in GetMachineId() 40 executable_path.GetComponents(&path_components); in GetMachineId()
|
/external/chromium_org/tools/gyp/test/mac/rpath/ |
D | test.gyp | 16 'LD_RUNPATH_SEARCH_PATHS': ['@executable_path/.'], 44 'LD_RUNPATH_SEARCH_PATHS': ['@executable_path/.'],
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | version_handler.cc | 31 base::FilePath executable_path = base::MakeAbsoluteFilePath( in GetFilePaths() local 33 if (!executable_path.empty()) { in GetFilePaths() 34 *exec_path_out = executable_path.LossyDisplayName(); in GetFilePaths()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
D | layouttestsserver.py | 59 executable_path = script_dir + "/run-webkit-tests" 60 cmd = "python " + executable_path + " --no-show-results "
|
/external/chromium_org/tools/telemetry/telemetry/util/ |
D | cloud_storage.py | 76 executable_path = os.path.join(search_path, relative_executable_path) 77 if path.IsExecutable(executable_path): 78 return executable_path
|
/external/chromium_org/base/ |
D | base_paths_mac.mm | 31 std::string executable_path; 32 int rv = _NSGetExecutablePath(WriteInto(&executable_path, executable_length), 40 *path = base::MakeAbsoluteFilePath(base::FilePath(executable_path));
|
/external/valgrind/main/coregrind/m_initimg/ |
D | initimg-darwin.c | 380 if (info->executable_path) { in setup_client_stack() 381 stringsize += 1 + VG_(strlen)(info->executable_path); in setup_client_stack() 468 if (info->executable_path) in setup_client_stack() 469 *ptr++ = (Addr)copy_str(&strtab, info->executable_path); in setup_client_stack()
|
/external/chromium_org/build/mac/ |
D | change_mach_o_flags.py | 255 executable_path = loose_args[0] 256 executable_file = open(executable_path, 'rb+')
|
/external/libusb/ |
D | MacConfigExternalDebug.xcconfig | 12 INSTALL_PATH=@executable_path
|
D | MacConfigExternalRelease.xcconfig | 17 INSTALL_PATH=@executable_path
|
/external/libusb-compat/ |
D | MacConfigExternalDebug.xcconfig | 12 INSTALL_PATH=@executable_path
|
D | MacConfigExternalRelease.xcconfig | 17 INSTALL_PATH=@executable_path
|
/external/libmtp/ |
D | MacConfigExternalDebug.xcconfig | 12 INSTALL_PATH=@executable_path
|
D | MacConfigExternalRelease.xcconfig | 17 INSTALL_PATH=@executable_path
|
/external/llvm/unittests/ |
D | CMakeLists.txt | 5 set(CMAKE_INSTALL_RPATH "@executable_path/../../lib")
|
/external/valgrind/main/coregrind/ |
D | pub_core_ume.h | 64 char* executable_path; // OUT: path passed to execve() member
|
D | pub_core_initimg.h | 109 HChar* executable_path; /* path passed to execve() */ member
|
/external/chromium_org/chrome/common/ |
D | service_process_util_mac.mm | 319 base::FilePath executable_path = 323 if (!callback->Init(executable_path)) { 324 DLOG(ERROR) << "executable_watcher_.Init " << executable_path.value(); 328 executable_path, 332 DLOG(ERROR) << "executable_watcher_.watch " << executable_path.value();
|
D | service_process_util_unittest.cc | 286 const base::FilePath& executable_path() const { return executable_path_; } in executable_path() function in ServiceProcessStateFileManipulationTest 366 base::Bind(&DeleteFunc, executable_path())); in TEST_F() 395 base::Bind(&MoveFunc, executable_path(), new_loc)); in TEST_F()
|
/external/chromium_org/chrome/app_shim/ |
D | app_mode_loader_mac.mm | 97 base::FilePath executable_path; 102 &executable_path, 152 CommandLine command_line(executable_path);
|