HomeSort by relevance Sort by last modified time
    Searched refs:executable_name (Results 1 - 11 of 11) sorted by null

  /development/tools/yuv420sp2rgb/
cmdline.h 4 void print_help(const char *executable_name);
  /external/chromium/base/
process_util.cc 14 int GetProcessCount(const FilePath::StringType& executable_name,
17 NamedProcessIterator iter(executable_name, filter);
23 bool KillProcesses(const FilePath::StringType& executable_name, int exit_code,
26 NamedProcessIterator iter(executable_name, filter);
60 const FilePath::StringType& executable_name,
62 executable_name_(executable_name) {
process_util.h 331 BASE_API int GetProcessCount(const FilePath::StringType& executable_name,
339 BASE_API bool KillProcesses(const FilePath::StringType& executable_name,
389 const FilePath::StringType& executable_name,
405 BASE_API bool CleanupProcesses(const FilePath::StringType& executable_name,
466 NamedProcessIterator(const FilePath::StringType& executable_name,
process_util_win.cc 516 bool WaitForProcessesToExit(const std::wstring& executable_name,
523 NamedProcessIterator iter(executable_name, filter);
543 bool CleanupProcesses(const std::wstring& executable_name,
547 bool exited_cleanly = WaitForProcessesToExit(executable_name,
551 KillProcesses(executable_name, exit_code, filter);
process_util_posix.cc 1009 bool WaitForProcessesToExit(const FilePath::StringType& executable_name,
1020 NamedProcessIterator iter(executable_name, filter);
1031 bool CleanupProcesses(const FilePath::StringType& executable_name,
1036 WaitForProcessesToExit(executable_name, wait_milliseconds,
1039 KillProcesses(executable_name, exit_code, filter)
    [all...]
  /external/chromium/testing/gmock/test/
gmock_test_utils.py 60 def GetTestExecutablePath(executable_name):
67 executable_name: name of the test binary that the test script runs.
73 return gtest_test_utils.GetTestExecutablePath(executable_name)
  /external/chromium/chrome/browser/
process_info_snapshot_mac.cc 46 std::string* executable_name) {
47 if (!executable_name) {
65 executable_name->resize(s_arg_max + 1);
66 if (sysctl(mib, arraysize(mib), &(*executable_name)[0],
73 // executable_name to just the first string.
74 size_t end_pos = executable_name->find('\0');
79 executable_name->resize(end_pos);
  /external/protobuf/gtest/test/
gtest_test_utils.py 140 def GetTestExecutablePath(executable_name):
147 executable_name: name of the test binary that the test script runs.
153 path = os.path.abspath(os.path.join(GetBuildDir(), executable_name))
  /external/chromium/testing/gtest/test/
gtest_test_utils.py 141 def GetTestExecutablePath(executable_name, build_dir=None):
148 executable_name: name of the test binary that the test script runs.
157 executable_name))
  /external/gtest/test/
gtest_test_utils.py 141 def GetTestExecutablePath(executable_name, build_dir=None):
148 executable_name: name of the test binary that the test script runs.
157 executable_name))
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 510 find_separate_debug_file (const Char *executable_name)
521 if (VG_(strcasestr) (executable_name, ".dSYM") == NULL)
524 basename_str = VG_(basename) (executable_name);
526 VG_(strlen) (executable_name)
533 VG_(strcpy) (dsymfile, executable_name);
550 VG_(strcpy) (dsymfile, VG_(dirname) (executable_name));
    [all...]

Completed in 159 milliseconds