Searched defs:process_name (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dfile_locking.c36 static int open_lock_and_map(const char* const process_name, argument
54 fprintf(stderr, "%s: about to lock file for writing.\n", process_name);
61 fprintf(stderr, "%s: file locking attempt succeeded.\n", process_name);
/external/oprofile/libutil++/
H A Dchild_reader.h79 * - "process_name return xxx" xxx is return code
80 * - "process_name terminated by signal xxx" xxx is signal number
105 std::string process_name; member in class:child_reader
/external/chromium_org/chrome/browser/
H A Dmemory_details_win.cc46 const wchar_t* process_name; member in struct:__anon4283
61 process.process_name = process_template[index].process_name;
104 if (_wcsicmp(process_data_[index2].process_name.c_str(),
H A Dmemory_details.h80 base::string16 process_name; member in struct:ProcessData
H A Dmemory_details_mac.cc64 const char* process_name; member in struct:__anon4281
77 process.process_name =
78 base::UTF8ToUTF16(process_template[index].process_name);
109 base::UTF16ToUTF8(process_data_[index].process_name), NULL);
H A Dmemory_details_linux.cc55 const char process_name[16]; member in struct:__anon4280
105 static BrowserType GetBrowserType(const std::string& process_name) { argument
106 for (unsigned i = 0; kBrowserBinaryNames[i].process_name[0]; ++i) {
107 if (strcmp(process_name.c_str(), kBrowserBinaryNames[i].process_name) == 0)
202 current_browser.process_name = base::ASCIIToUTF16("chrome");
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dadb_impl.cc195 const std::string& process_name,
212 if (tokens[8].compare(process_name) == 0) {
222 "Failed to get PID for the following process: " + process_name);
194 GetPidByName(const std::string& device_serial, const std::string& process_name, int* pid) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dserver_process.py125 def process_name(self): member in class:ServerProcess
/external/lldb/tools/darwin-threads/
H A Dexamine-threads.c98 get_kinfo_proc_for_pid (pid_t pid, const char *process_name) argument
333 const char *process_name = get_process_name_for_pid (pid); local
335 // At this point "pid" is the process id and "process_name" is the process name
339 struct kinfo_proc *kinfo = get_kinfo_proc_for_pid (pid, process_name);
341 printf ("pid %d (%s) is currently ", pid, process_name);
482 free ((void *) process_name);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp234 ProcessKDP::WillAttachToProcessWithName (const char *process_name, bool wait_for_launch) argument
386 ProcessKDP::DoAttachToProcessWithName (const char *process_name, bool wait_for_launch, const ProcessAttachInfo &attach_info) argument
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc2201 "process_name", "name",
2308 void TraceLog::SetProcessName(const std::string& process_name) { argument
2310 process_name_ = process_name;
/external/lldb/tools/debugserver/source/
H A DDNB.cpp45 static size_t GetAllInfosMatchingName (const char *process_name, std::vector<struct kinfo_proc>& matching_proc_infos);
444 const char *process_name; local
445 process_name = strrchr (full_process_name, '/');
446 if (process_name == NULL)
447 process_name = full_process_name;
449 process_name++;
451 const int process_name_len = strlen(process_name);
466 if (::strncasecmp(process_name, proc_infos[i].kp_proc.p_comm, MAXCOMLEN) == 0)
499 if (::strncasecmp(process_name, argv_basename, PATH_MAX) == 0)
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp530 ProcessGDBRemote::WillAttachToProcessWithName (const char *process_name, bool wait_for_launch)
1006 ProcessGDBRemote::DoAttachToProcessWithName (const char *process_name, bool wait_for_launch, const ProcessAttachInfo &attach_info) argument
1012 if (process_name && process_name[0])
1058 packet.PutBytesAsRawHex8(process_name, strlen(process_name), lldb::endian::InlHostByteOrder(), lldb::endian::InlHostByteOrder());
/external/lldb/include/lldb/Target/
H A DProcess.h1008 ProcessInstanceInfoMatch (const char *process_name, argument
1014 m_match_info.GetExecutableFile().SetFile(process_name, false);
1054 NameMatches (const char *process_name) const;
2023 WillAttachToProcessWithName (const char *process_name, bool wait_for_launch) argument
2094 /// @param[in] process_name
2111 DoAttachToProcessWithName (const char *process_name, bool wait_for_launch, const ProcessAttachInfo &attach_info) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2279 milliseconds