Home
last modified time | relevance | path

Searched refs:Process (Results 1 – 25 of 175) sorted by relevance

1234567

/external/chromium/base/
Dprocess_posix.cc17 Process Process::Current() { in Current()
18 return Process(GetCurrentProcessHandle()); in Current()
21 ProcessId Process::pid() const { in pid()
28 bool Process::is_current() const { in is_current()
32 void Process::Close() { in Close()
39 void Process::Terminate(int result_code) { in Terminate()
49 bool Process::IsProcessBackgrounded() const { in IsProcessBackgrounded()
54 bool Process::SetProcessBackgrounded(bool value) { in SetProcessBackgrounded()
62 int Process::GetPriority() const { in GetPriority()
Dprocess_win.cc12 void Process::Close() { in Close()
19 void Process::Terminate(int result_code) { in Terminate()
25 bool Process::IsProcessBackgrounded() const { in IsProcessBackgrounded()
34 bool Process::SetProcessBackgrounded(bool value) { in SetProcessBackgrounded()
41 ProcessId Process::pid() const { in pid()
48 bool Process::is_current() const { in is_current()
53 Process Process::Current() { in Current()
54 return Process(GetCurrentProcess()); in Current()
57 int Process::GetPriority() const { in GetPriority()
Dprocess.h43 class BASE_API Process {
45 Process() : process_(kNullProcessHandle) { in Process() function
51 explicit Process(ProcessHandle handle) : process_(handle) { in Process() function
58 static Process Current();
Dsha1_portable.cc51 void Process();
120 Process(); in Final()
131 Process(); in Update()
144 Process(); in Pad()
156 void SecureHashAlgorithm::Process() { in Process() function in base::SecureHashAlgorithm
Dprocess_linux.cc36 bool Process::IsProcessBackgrounded() const { in IsProcessBackgrounded()
41 bool Process::SetProcessBackgrounded(bool background) { in SetProcessBackgrounded()
/external/llvm/lib/Support/Windows/
DProcess.inc1 //===- Win32/Process.cpp - Win32 Process Implementation ------- -*- C++ -*-===//
10 // This file provides the Win32 specific implementation of the Process class.
42 // solely so it can be called once in Process::GetPageSize to initialize the
56 Process::GetPageSize() {
62 Process::GetMallocUsage()
76 Process::GetTotalMemoryUsage()
84 Process::GetTimeUsage(
101 int Process::GetCurrentUserId()
106 int Process::GetCurrentGroupId()
114 void Process::PreventCoreFiles() {
[all …]
/external/llvm/lib/Support/Unix/
DProcess.inc1 //===- Unix/Process.cpp - Unix Process Implementation --------- -*- C++ -*-===//
10 // This file provides the generic Unix implementation of the Process class.
48 Process::GetPageSize()
65 size_t Process::GetMallocUsage() {
90 Process::GetTotalMemoryUsage()
110 Process::GetTimeUsage(TimeValue& elapsed, TimeValue& user_time,
134 int Process::GetCurrentUserId() {
138 int Process::GetCurrentGroupId() {
149 void Process::PreventCoreFiles() {
186 bool Process::StandardInIsUserInput() {
[all …]
/external/chromium/chrome/browser/
Dmemory_details_linux.cc74 struct Process { struct
81 static bool GetProcesses(std::vector<Process>* processes) { in GetProcesses() argument
123 Process process; in GetProcesses()
172 static void GetAllChildren(const std::vector<Process>& processes, in GetAllChildren()
183 for (std::vector<Process>::const_iterator in GetAllChildren()
206 std::vector<Process> processes; in CollectProcessData()
212 for (std::vector<Process>::const_iterator in CollectProcessData()
219 for (std::vector<Process>::const_iterator in CollectProcessData()
256 for (std::vector<Process>::const_iterator in CollectProcessData()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DProcessTest.java37 Process proc = (Process) execArgs[0]; in test_getInputStream()
76 Process proc = (Process) execArgs[0]; in test_getOutputStream()
DProcess2Test.java37 Process p = (Process) execArgs[0]; in test_isBufferedStreams()
/external/llvm/lib/Support/
Draw_ostream.cpp610 if (sys::Process::ColorNeedsFlush()) in changeColor()
613 (colors == SAVEDCOLOR) ? sys::Process::OutputBold(bg) in changeColor()
614 : sys::Process::OutputColor(colors, bold, bg); in changeColor()
625 if (sys::Process::ColorNeedsFlush()) in resetColor()
627 const char *colorcode = sys::Process::ResetColor(); in resetColor()
638 if (sys::Process::ColorNeedsFlush()) in reverseColor()
640 const char *colorcode = sys::Process::OutputReverse(); in reverseColor()
651 return sys::Process::FileDescriptorIsDisplayed(FD); in is_displayed()
655 return sys::Process::FileDescriptorHasColors(FD); in has_colors()
DCMakeLists.txt78 Process.cpp
94 Unix/Process.inc
107 Windows/Process.inc
/external/v8/src/
Drewriter.cc50 void Process(ZoneList<Statement*>* statements);
92 void Processor::Process(ZoneList<Statement*>* statements) { in Process() function in v8::internal::Processor
108 if (!node->is_initializer_block()) Process(node->statements()); in VisitBlock()
188 Process(clause->statements()); in VisitSwitchStatement()
247 processor.Process(body); in EXPRESSION_NODE_LIST()
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_Exec.java66 Process proc = (Process) arr[0]; in run()
117 Process proc = (Process) arr[0]; in getProcessOutput()
230 final Process proc = in exec()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
DSystemProcessTest.java29 Process process = null; in test_interrupt()
35 process = (Process) execArgs[0]; in test_interrupt()
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
DUnixNetworkInterfaceTest.java48 Process proc = Runtime.getRuntime().exec(cmd); in test_isUp()
73 Process proc = Runtime.getRuntime().exec(cmd); in test_supportsMulticast()
104 Process proc = Runtime.getRuntime().exec(cmd); in test_getHardwareAddress()
132 Process proc = Runtime.getRuntime().exec(cmd); in test_getMTU()
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dxmppclient.h133 int Process(int state) { in Process() function
137 default: return Task::Process(state); in Process()
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dvoicemailjidrequester.cc107 int VoicemailJidRequester::Process(int state) { in Process() function in buzz::VoicemailJidRequester
111 return talk_base::Task::Process(state); in Process()
/external/opencv/cvaux/include/
Dcvvidsurv.hpp412 virtual void Process(IplImage* pImg) = 0;
750 virtual void Process(IplImage* pImg = NULL, IplImage* pFG = NULL) = 0;
789 virtual void Process(IplImage* pImg, IplImage* pImgFG = NULL) = 0;
893 virtual CvBlob* Process(CvBlob* pBlobPrev, IplImage* pImg, IplImage* pImgFG = NULL) = 0;
983 virtual void Process() = 0;
1012 virtual CvBlob* Process(CvBlob* pBlob) = 0;
1044 virtual void Process(IplImage* pImg, IplImage* pFG) = 0;
1066 virtual void Process(IplImage* pImg, IplImage* pFG) = 0;
1082 virtual int Process(CvBlob* pBlob, IplImage* pImg, IplImage* pFG) = 0;
1142 virtual void Process(IplImage* pImg, IplImage* pMask = NULL) = 0;
/external/clang/test/SemaCXX/
Dmember-pointer.cpp165 struct Process struct
167 struct Continuous : Process
173 typedef bool( base::Process::*Condition )();
/external/webrtc/src/modules/audio_processing/
Dlevel_estimator_impl.cc40 void Process(int16_t* data, int length) { in Process() function in webrtc::__anon2975e83d0111::Level
110 level->Process(mixed_data, audio->samples_per_channel()); in ProcessStream()
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
DUnixFileTest.java47 Process proc;
53 ConsoleResulter(Process p, InputStream in) { in ConsoleResulter()
95 Process proc = rt.exec(cmd); in getLinuxSpace()
407 Process ln = Runtime.getRuntime().exec("ln -s folder1/folder2 folder2"); in test_getCanonicalPath()
/external/clang/lib/Rewrite/Frontend/
DInclusionRewriter.cpp48 bool Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
248 bool InclusionRewriter::Process(FileID FileId, in Process() function in InclusionRewriter
293 if (Process(Change->Id, Change->FileType)) in Process()
359 Rewrite->Process(SM.getMainFileID(), SrcMgr::C_User); in RewriteIncludesInInput()
/external/sepolicy/
Dmls18 # Process constraints
21 # Process transition: Require equivalence unless the subject is trusted.
25 # Process read operations: No read up unless trusted.
29 # Process write operations: No write down unless trusted.
/external/valgrind/main/none/tests/s390x/
Dop00.stderr.exp13 Process terminating with default action of signal 4 (SIGILL)

1234567