Home
last modified time | relevance | path

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

12345678910>>...34

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDynamicLibrary.cpp32 void *Process; member in DynamicLibrary::HandleSet
39 HandleSet() : Process(nullptr) {} in HandleSet()
47 return Handle == Process || Find(Handle) != Handles.end(); in Contains()
64 if (Process) { in AddLibrary()
66 DLClose(Process); in AddLibrary()
67 if (Process == Handle) in AddLibrary()
71 Process = Handle; in AddLibrary()
95 if (!Process || (Order & SO_LoadedFirst)) { in Lookup()
99 if (Process) { in Lookup()
101 if (void *Ptr = DLSym(Process, Symbol)) in Lookup()
DProcess.cpp31 Optional<std::string> Process::FindInEnvPath(StringRef EnvName, in FindInEnvPath()
36 Optional<std::string> Process::FindInEnvPath(StringRef EnvName, in FindInEnvPath()
41 Optional<std::string> OptPath = Process::GetEnv(EnvName); in FindInEnvPath()
90 bool Process::AreCoreFilesPrevented() { return coreFilesPrevented; } in AreCoreFilesPrevented()
93 void Process::Exit(int RetCode) { in Exit()
/third_party/skia/third_party/externals/angle2/util/
Dtest_utils.h62 class Process : angle::NonCopyable
77 virtual ~Process();
99 ProcessHandle(Process *process);
105 Process *operator->() { return mProcess; }
106 const Process *operator->() const { return mProcess; }
113 Process *mProcess;
124 Process *LaunchProcess(const std::vector<const char *> &args, ProcessOutputCapture captureOutput);
/third_party/cares/test/
Dares-test-live.cc88 Process(); in VIRT_NONVIRT_TEST_F()
98 Process(); in VIRT_NONVIRT_TEST_F()
108 Process(); in VIRT_NONVIRT_TEST_F()
118 Process(); in VIRT_NONVIRT_TEST_F()
146 Process(); in TEST_P()
159 Process(); in TEST_P()
173 Process(); in TEST_P()
186 Process(); in TEST_P()
201 Process(); in TEST_P()
211 Process(); in TEST_P()
[all …]
Dares-test-mock.cc46 Process(); in TEST_P()
74 Process(); in TEST_P()
103 Process(); in TEST_P()
133 Process(); in TEST_P()
149 Process(); in TEST_P()
178 Process(); in TEST_P()
194 Process(); in TEST_P()
208 Process(); in TEST_P()
222 Process(); in TEST_P()
236 Process(); in TEST_P()
[all …]
/third_party/boost/libs/process/doc/
Dacknowledgements.qbk3Process draft was created in 2006. A lof of people have worked on various drafts since then. Espec…
5Process was not always satisfying. In 2011 Jeff Flinn proposed the executor and initializer concep…
7 … support the development of Boost.Process. It was this sponsorship which made it possible to creat…
/third_party/grpc/src/ruby/end2end/
Dchannel_state_driver.rb30 Process.kill('SIGTERM', client_pid)
33 Timeout.timeout(10) { Process.wait(client_pid) }
36 Process.kill('SIGKILL', client_pid)
37 Process.wait(client_pid)
Dchannel_state_test.rb30 Process.kill('SIGTERM', client_pid)
33 Timeout.timeout(10) { Process.wait(client_pid) }
36 Process.kill('SIGKILL', client_pid)
37 Process.wait(client_pid)
Dsig_int_during_channel_watch_driver.rb32 Process.kill('SIGINT', client_pid)
36 Process.wait(client_pid)
40 Process.kill('SIGKILL', client_pid)
41 Process.wait(client_pid)
Dsig_int_during_channel_watch_test.rb36 Process.kill('SIGINT', client_pid)
39 Process.wait(client_pid)
43 Process.kill('SIGKILL', client_pid)
44 Process.wait(client_pid)
Dgrpc_class_init_test.rb34 client_pid = Process.spawn(RbConfig.ruby,
40 Process.wait(client_pid)
44 Process.kill('SIGKILL', client_pid)
45 Process.wait(client_pid)
Dgrpc_class_init_driver.rb34 client_pid = Process.spawn(RbConfig.ruby,
40 Process.wait(client_pid)
44 Process.kill('SIGKILL', client_pid)
45 Process.wait(client_pid)
Dkilled_client_thread_test.rb64 Process.kill('SIGTERM', client_pid)
69 Process.wait(client_pid)
73 Process.kill('SIGKILL', client_pid)
74 Process.wait(client_pid)
Dkilled_client_thread_driver.rb64 Process.kill('SIGTERM', client_pid)
69 Process.wait(client_pid)
73 Process.kill('SIGKILL', client_pid)
74 Process.wait(client_pid)
Dforking_client_client.rb40 Process.wait(p)
44 Process.kill('SIGKILL', p)
45 Process.wait(p)
Dforking_client_driver.rb29 Process.wait(client_pid)
33 Process.kill('SIGKILL', client_pid)
34 Process.wait(client_pid)
Dforking_client_test.rb29 Process.wait(client_pid)
33 Process.kill('SIGKILL', client_pid)
34 Process.wait(client_pid)
Dchannel_closing_driver.rb36 Process.wait(client_pid)
40 Process.kill('SIGKILL', client_pid)
41 Process.wait(client_pid)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc1 //===- Win32/Process.cpp - Win32 Process Implementation ------- -*- C++ -*-===//
10 // This file provides the Win32 specific implementation of the Process class.
65 unsigned Process::getPageSize() {
71 Process::GetMallocUsage()
84 void Process::GetTimeUsage(TimePoint<> &elapsed, std::chrono::nanoseconds &user_time,
100 void Process::PreventCoreFiles() {
120 Optional<std::string> Process::GetEnv(StringRef Name) {
237 Process::GetArgumentVector(SmallVectorImpl<const char *> &Args,
271 std::error_code Process::FixupStandardFileDescriptors() {
275 std::error_code Process::SafelyCloseFileDescriptor(int FD) {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProcess.inc1 //===- Win32/Process.cpp - Win32 Process Implementation ------- -*- C++ -*-===//
9 // This file provides the Win32 specific implementation of the Process class.
59 Expected<unsigned> Process::getPageSize() {
65 Process::GetMallocUsage()
78 void Process::GetTimeUsage(TimePoint<> &elapsed, std::chrono::nanoseconds &user_time,
94 void Process::PreventCoreFiles() {
114 Optional<std::string> Process::GetEnv(StringRef Name) {
262 std::error_code Process::FixupStandardFileDescriptors() {
266 std::error_code Process::SafelyCloseFileDescriptor(int FD) {
272 bool Process::StandardInIsUserInput() {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProcess.inc1 //===- Unix/Process.cpp - Unix Process Implementation --------- -*- C++ -*-===//
10 // This file provides the generic Unix implementation of the Process class.
77 unsigned Process::getPageSize() {
88 size_t Process::GetMallocUsage() {
123 void Process::GetTimeUsage(TimePoint<> &elapsed, std::chrono::nanoseconds &user_time,
136 void Process::PreventCoreFiles() {
175 Optional<std::string> Process::GetEnv(StringRef Name) {
184 Process::GetArgumentVector(SmallVectorImpl<const char *> &ArgsOut,
211 std::error_code Process::FixupStandardFileDescriptors() {
248 std::error_code Process::SafelyCloseFileDescriptor(int FD) {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProcess.inc1 //===- Unix/Process.cpp - Unix Process Implementation --------- -*- C++ -*-===//
9 // This file provides the generic Unix implementation of the Process class.
71 Expected<unsigned> Process::getPageSize() {
85 size_t Process::GetMallocUsage() {
118 void Process::GetTimeUsage(TimePoint<> &elapsed, std::chrono::nanoseconds &user_time,
131 void Process::PreventCoreFiles() {
170 Optional<std::string> Process::GetEnv(StringRef Name) {
197 std::error_code Process::FixupStandardFileDescriptors() {
231 std::error_code Process::SafelyCloseFileDescriptor(int FD) {
266 bool Process::StandardInIsUserInput() {
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dchannel_test.dart21 Process createMockProcess({ int exitCode = 0, String stdout = '', String stderr = '' }) {
28 final Process process = MockProcess();
64 final Process process = createMockProcess(
75 )).thenAnswer((_) => Future<Process>.value(process));
106 )).thenAnswer((_) => Future<Process>.value(createMockProcess()));
111 )).thenAnswer((_) => Future<Process>.value(createMockProcess()));
116 )).thenAnswer((_) => Future<Process>.value(createMockProcess()));
145 )).thenAnswer((_) => Future<Process>.value(createMockProcess()));
150 )).thenAnswer((_) => Future<Process>.value(createMockProcess()));
155 )).thenAnswer((_) => Future<Process>.value(createMockProcess()));
[all …]
/third_party/python/Doc/library/
Dasyncio-subprocess.rst71 wrappers for :attr:`Process.stdout` and :attr:`Process.stderr`
74 Return a :class:`~asyncio.subprocess.Process` instance.
90 wrappers for :attr:`Process.stdout` and :attr:`Process.stderr`
93 Return a :class:`~asyncio.subprocess.Process` instance.
134 :attr:`Process.stdin <asyncio.subprocess.Process.stdin>` attribute
138 :attr:`Process.stdout <asyncio.subprocess.Process.stdout>` and
139 :attr:`Process.stderr <asyncio.subprocess.Process.stderr>`
158 functions return instances of the *Process* class. *Process* is a high-level
162 .. class:: asyncio.subprocess.Process
172 * unlike Popen, Process instances do not have an equivalent to
[all …]
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DTimeStats.cs48 lastUserTime = Process.GetCurrentProcess().UserProcessorTime; in TimeStats()
49 lastPrivilegedTime = Process.GetCurrentProcess().PrivilegedProcessorTime; in TimeStats()
57 var userTime = Process.GetCurrentProcess().UserProcessorTime; in GetSnapshot()
58 var privilegedTime = Process.GetCurrentProcess().PrivilegedProcessorTime; in GetSnapshot()

12345678910>>...34