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

/external/chromium/chrome/common/
H A Dchrome_content_plugin_client.cc27 base::mac::ScopedCFTypeRef<CFStringRef> process_name(
30 base::mac::SetProcessName(process_name);
/external/chromium/chrome/browser/
H A Dmemory_details_linux.cc51 const char process_name[16]; member in struct:__anon2106
119 char *process_name; local
120 if (sscanf(buf, "%u (%a[^)]) %*c %u", &pid, &process_name, &ppid) != 3)
126 process.name = process_name;
127 free(process_name);
137 static BrowserType GetBrowserType(const std::string& process_name) { argument
138 for (unsigned i = 0; kBrowserBinaryNames[i].process_name[0]; ++i) {
139 if (strcmp(process_name.c_str(), kBrowserBinaryNames[i].process_name) == 0)
244 current_browser.process_name
[all...]
H A Dmemory_details_win.cc43 const wchar_t* process_name; member in struct:__anon2109
58 process.process_name = process_template[index].process_name;
101 if (_wcsicmp(process_data_[index2].process_name.c_str(),
H A Dmemory_details.h57 string16 process_name; member in struct:ProcessData
H A Dmemory_details_mac.cc64 const char* process_name; member in struct:__anon2107
77 process.process_name = UTF8ToUTF16(process_template[index].process_name);
108 UTF16ToUTF8(process_data_[index].process_name), NULL);
H A Dmemory_details.cc47 process_name(rhs.process_name),
55 process_name = rhs.process_name;
/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
H A Dchild_reader.cpp36 process_name(cmd),
266 err << process_name << " terminated by signal "
269 err << process_name << " return "
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive_mock.py48 def kill_all(self, process_name):
H A Dexecutive.py278 def _windows_image_name(self, process_name):
279 name, extension = os.path.splitext(process_name)
283 process_name = "%s.exe" % name
284 return process_name
286 def kill_all(self, process_name):
287 """Attempts to kill processes matching process_name.
290 image_name = self._windows_image_name(process_name)
300 command = ["killall", "-TERM", "-u", os.getenv("USER"), process_name]
/external/chromium/base/mac/
H A Dmac_util.h83 // Sets the process name as displayed in Activity Monitor to process_name.
84 void SetProcessName(CFStringRef process_name);
/external/v8/samples/
H A Dprocess.cc178 Handle<String> process_name = String::New("Process");
179 Handle<Value> process_val = context_->Global()->Get(process_name);
/external/sepolicy/
H A Dfile_contexts149 /sys/qemu_trace/process_name -- u:object_r:sysfs_writable:s0
/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 216 milliseconds