Searched refs:process (Results 1 - 25 of 1129) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dexit.c41 # include <process.h>
H A Dmutex.c38 # include <process.h>
/external/chromium_org/ui/webui/resources/js/
H A Di18n_process.js6 i18nTemplate.process(document, templateData);
H A Di18n_template2.js7 i18nTemplate.process(document, loadTimeData);
/external/stlport/test/unit/
H A Dcstdlib_header_test.cpp12 # include <process.h>
/external/llvm/unittests/Support/
H A DProcessTest.cpp23 EXPECT_TRUE(process::get_self());
24 EXPECT_EQ(process::get_self(), process::get_self());
27 EXPECT_EQ(getpid(), process::get_self()->get_id());
29 EXPECT_EQ(GetCurrentProcessId(), process::get_self()->get_id());
32 EXPECT_LT(1u, process::get_self()->page_size());
34 EXPECT_LT(TimeValue::MinTime, process::get_self()->get_user_time());
35 EXPECT_GT(TimeValue::MaxTime, process::get_self()->get_user_time());
36 EXPECT_LT(TimeValue::MinTime, process::get_self()->get_system_time());
37 EXPECT_GT(TimeValue::MaxTime, process
[all...]
/external/chromium_org/base/process/
H A Dmemory_stubs.cc5 #include "base/process/memory.h"
15 bool AdjustOOMScore(ProcessId process, int score) { argument
H A Dprocess_handle_linux.cc5 #include "base/process/process_handle.h"
8 #include "base/process/internal_linux.h"
12 ProcessId GetParentProcessId(ProcessHandle process) { argument
14 internal::ReadProcStatsAndGetFieldAsInt(process, internal::VM_PPID);
20 FilePath GetProcessExecutablePath(ProcessHandle process) { argument
21 FilePath stat_file = internal::GetProcPidDir(process).Append("exe");
24 // No such process. Happens frequently in e.g. TerminateAllChromeProcesses
H A Dprocess_handle_mac.cc5 #include "base/process/process_handle.h"
14 ProcessId GetParentProcessId(ProcessHandle process) { argument
17 int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, process };
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/
H A Dpopup.js5 // Shows an updating list of process statistics.
25 var div = document.getElementById("process-list");
30 var procId = parseInt(prompt("Enter process ID"));
35 function displayProcessInfo(process, table) {
37 var network = process.network;
47 "<tr><td>" + process.id + "</td>" +
48 "<td>" + process.osProcessId + "</td>" +
49 "<td>" + process.type + "</td>" +
50 "<td>" + process.tabs + "</td>" +
51 "<td>" + process
[all...]
/external/chromium_org/chrome/browser/task_manager/
H A Dos_resource_win.h8 #include "base/process/process_handle.h"
13 void GetWinGDIHandles(base::ProcessHandle process,
18 void GetWinUSERHandles(base::ProcessHandle process,
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoOperation.idl36 CryptoOperation process(ArrayBuffer data);
37 CryptoOperation process(ArrayBufferView data);
/external/chromium/chrome/browser/
H A Ddesktop_notification_handler.cc52 RenderProcessHost* process = render_view_host()->process(); local
54 DesktopNotificationServiceFactory::GetForProfile(process->profile());
58 process->id(),
64 RenderProcessHost* process = render_view_host()->process(); local
66 DesktopNotificationServiceFactory::GetForProfile(process->profile());
69 process->id(),
81 RenderProcessHost* process = render_view_host()->process(); local
[all...]
/external/chromium_org/chrome/service/
H A Dservice_process_unittest.cc19 ServiceProcess process; local
22 EXPECT_TRUE(process.Initialize(&main_message_loop, command_line, &state));
23 EXPECT_TRUE(process.Teardown());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
H A DSystemProcessTest.java18 package org.apache.harmony.luni.tests.internal.process;
29 Process process = null;
35 process = (Process) execArgs[0];
36 OutputStream os = process.getOutputStream();
39 process.waitFor();
50 process.waitFor();
52 process.destroy();
/external/chromium_org/chrome/browser/resources/memory_internals/
H A Dsnapshot_view.css5 #snapshot-view .process-id {
10 #snapshot-view .process-info {
23 #snapshot-view .process-memory {
28 #snapshot-view .process-memory-private {
34 #snapshot-view .process-memory-v8 {
39 #process-template {
/external/icu4c/layout/
H A DSinglePositioningSubtables.h26 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
34 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
43 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
H A DSingleSubstitutionSubtables.h25 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
32 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
40 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
H A DSinglePositioningSubtables.cpp18 le_uint32 SinglePositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:SinglePositioningSubtable
29 return subtable->process(glyphIterator, fontInstance);
36 return subtable->process(glyphIterator, fontInstance);
44 le_uint32 SinglePositioningFormat1Subtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:SinglePositioningFormat1Subtable
58 le_uint32 SinglePositioningFormat2Subtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:SinglePositioningFormat2Subtable
/external/llvm/lib/Support/
H A DProcess.cpp26 // Empty virtual destructor to anchor the vtable for the process class.
27 process::~process() {}
29 self_process *process::get_self() {
47 // instance should live until the process terminates to avoid the potential for
58 /// startup of the process to get approximately correct results.
/external/valgrind/main/gdbserver_tests/
H A Dmcclean_after_fork.stderrB.exp1 relaying data between gdb and process ....
3 monitor command request to kill this process
H A Dmcmain_pic.stderrB.exp1 relaying data between gdb and process ....
H A Dnlpasssigalrm.stderrB.exp1 relaying data between gdb and process ....
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dprocess_track_base.css6 .process-track-header {
17 .process-track-base:not(.expanded) > .track {
22 .process-track-header > expand-button {
27 .process-track-header > expand-button.expand-button-expanded {
32 .process-track-header> expand-button:not(.expand-button-expanded) {
/external/chromium_org/sandbox/win/src/
H A Dservice_resolver.h17 // The service resolver needs a child process to write to.
18 ServiceResolverThunk(HANDLE process, bool relaxed) argument
19 : process_(process), ntdll_base_(NULL), win2k_(false),
50 // Handle of the child process.
87 // The service resolver needs a child process to write to.
88 Wow64ResolverThunk(HANDLE process, bool relaxed) argument
89 : ServiceResolverThunk(process, relaxed) {}
102 // The service resolver needs a child process to write to.
103 Wow64W8ResolverThunk(HANDLE process, bool relaxed) argument
104 : ServiceResolverThunk(process, relaxe
118 Win2kResolverThunk(HANDLE process, bool relaxed) argument
135 Win8ResolverThunk(HANDLE process, bool relaxed) argument
[all...]

Completed in 544 milliseconds

1234567891011>>