/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deProcess.cpp | 31 Process::Process (void) in Process() function in de::Process 38 Process::~Process (void) in ~Process() 43 void Process::start (const char* commandLine, const char* workingDirectory) in start() 49 void Process::waitForFinish (void) in waitForFinish() 55 void Process::terminate (void) in terminate() 61 void Process::kill (void) in kill() 67 void Process::closeStdIn (void) in closeStdIn() 73 void Process::closeStdOut (void) in closeStdOut() 79 void Process::closeStdErr (void) in closeStdErr()
|
D | deProcess.hpp | 41 class Process class 44 Process (void); 45 ~Process (void); 65 Process (const Process& other); 66 Process& operator= (const Process& other);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 32 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()
|
D | Process.cpp | 31 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/vk-gl-cts/execserver/ |
D | xsWin32TestProcess.hpp | 133 class Process class 136 Process (void); 137 ~Process (void); 153 Process (const Process& other); 154 Process& operator= (const Process& other); 199 win32::Process* m_process;
|
D | xsWin32TestProcess.cpp | 392 Process::Process (void) in Process() function in xs::win32::Process 402 Process::~Process (void) in ~Process() 419 void Process::cleanupHandles (void) in cleanupHandles() 492 void Process::start (const char* commandLine, const char* workingDirectory) in start() 568 bool Process::isRunning (void) in isRunning() 592 void Process::waitForFinish (void) in waitForFinish() 606 void Process::stopProcess (bool kill) in stopProcess() 617 void Process::terminate (void) in terminate() 622 void Process::kill (void) in kill() 681 m_process = new win32::Process(); in start()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 1 //===- 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/angle2/util/ |
D | test_utils.h | 62 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Process.inc | 1 //===- 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 …]
|
D | DynamicLibrary.inc | 29 // 'Process' should not be released on Windows. 30 assert((!Process || Process==this) && "Bad Handle"); 36 // Create the instance and return it to be the *Process* handle 66 HS->Process = nullptr; // Just drop the *Process* handle. 94 // Could have done a dlclose on the *Process* handle 95 if (!HS->Process)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Process.inc | 1 //===- 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/ |
D | Process.inc | 1 //===- 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/python/Doc/library/ |
D | asyncio-subprocess.rst | 70 wrappers for :attr:`Process.stdout` and :attr:`Process.stderr` 73 Return a :class:`~asyncio.subprocess.Process` instance. 92 wrappers for :attr:`Process.stdout` and :attr:`Process.stderr` 95 Return a :class:`~asyncio.subprocess.Process` instance. 139 :attr:`Process.stdin <asyncio.subprocess.Process.stdin>` attribute 143 :attr:`Process.stdout <asyncio.subprocess.Process.stdout>` and 144 :attr:`Process.stderr <asyncio.subprocess.Process.stderr>` 163 functions return instances of the *Process* class. *Process* is a high-level 167 .. class:: asyncio.subprocess.Process 177 * unlike Popen, Process instances do not have an equivalent to [all …]
|
/third_party/python/Lib/multiprocessing/ |
D | context.py | 220 class Process(process.BaseProcess): class 224 return _default_context.get_context().Process._Popen(process_obj) 227 Process = Process variable in DefaultContext 295 Process = ForkProcess variable in ForkContext 299 Process = SpawnProcess variable in SpawnContext 303 Process = ForkServerProcess variable in ForkServerContext 331 Process = SpawnProcess variable in SpawnContext
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-graph-processor.h | 94 node_processor_.Process(phi, GetCurrentState()); in ProcessGraph() 123 node_processor_.Process(node->Cast<OPCODE>(), state); \ in ProcessNodeBase() 155 void Process(NodeBase* node, const ProcessingState& state) {} in Process() function 165 void Process(Node* node, const ProcessingState& state) { in Process() function 166 processor_.Process(node, state); in Process() 167 Base::Process(node, state); in Process()
|
D | maglev-compiler.cc | 54 void Process(NodeBase* node, const ProcessingState& state) { in Process() function in v8::internal::maglev::NumberingProcessor 69 void Process(NodeT* node, const ProcessingState& state) { in Process() function in v8::internal::maglev::UseMarkingProcessor 81 void Process(Phi* node, const ProcessingState& state) { in Process() function in v8::internal::maglev::UseMarkingProcessor 89 void Process(JumpLoop* node, const ProcessingState& state) { in Process() function in v8::internal::maglev::UseMarkingProcessor 99 void Process(Jump* node, const ProcessingState& state) { in Process() function in v8::internal::maglev::UseMarkingProcessor
|
/third_party/node/deps/v8/tools/testrunner/local/ |
D | pool.py | 7 from multiprocessing import Process, Queue 27 global Process 29 del Process 35 from threading import Thread as Process unknown 40 Process.pid = property(lambda self: None) 175 p = Process(target=Worker, args=(fn,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 520 if (ShouldClose && sys::Process::SafelyCloseFileDescriptor(FD)) in ~raw_fd_ostream() 593 if (sys::Process::SafelyCloseFileDescriptor(FD)) in close() 643 if (sys::Process::ColorNeedsFlush()) in changeColor() 646 (colors == SAVEDCOLOR) ? sys::Process::OutputBold(bg) in changeColor() 647 : sys::Process::OutputColor(colors, bold, bg); in changeColor() 658 if (sys::Process::ColorNeedsFlush()) in resetColor() 660 const char *colorcode = sys::Process::ResetColor(); in resetColor() 671 if (sys::Process::ColorNeedsFlush()) in reverseColor() 673 const char *colorcode = sys::Process::OutputReverse(); in reverseColor() 684 return sys::Process::FileDescriptorIsDisplayed(FD); in is_displayed() [all …]
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/ |
D | sha1.cc | 56 void Process(); 137 Process(); in Final() 150 Process(); in Update() 165 Process(); in Pad() 181 void SecureHashAlgorithm::Process() in Process() function in angle::base::SecureHashAlgorithm
|
/third_party/gn/src/base/ |
D | sha1.cc | 53 void Process(); 115 Process(); in Final() 126 Process(); in Update() 139 Process(); in Pad() 155 void SecureHashAlgorithm::Process() { in Process() function in base::SecureHashAlgorithm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkMemoryManager.cpp | 51 assert((SlabSize % sys::Process::getPageSizeEstimate()) == 0 && in allocate() 76 if (!isPowerOf2_64((uint64_t)sys::Process::getPageSizeEstimate())) in allocate() 90 if (Seg.getAlignment() > sys::Process::getPageSizeEstimate()) in allocate() 95 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate()); in allocate() 114 sys::Process::getPageSizeEstimate()); in allocate()
|
/third_party/openh264/codec/processing/src/common/ |
D | WelsFrameWorkEx.cpp | 48 EResult Process (void* pCtx, int32_t iType, SPixMap* pSrc, SPixMap* dst) { in Process() function 49 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Process (iType, pSrc, dst) : RET_INVALIDPARAM; in Process() 74 pVPc->Process = Process; in CreateSpecificVpInterface()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/ |
D | shell_unix.go | 75 cmd.Process.Signal(sig) 107 c.Process.Signal(syscall.SIGINT) 110 log.Printf("Process %v still has not exited, killing\n", c.Process.Pid) 111 syscall.Kill(-c.Process.Pid, syscall.SIGKILL)
|
/third_party/python/Lib/test/ |
D | _test_multiprocessing.py | 255 proc0 = self.Process(target=self._test) 257 proc1 = self.Process(target=self._test, daemon=True) 259 proc2 = self.Process(target=self._test, daemon=False) 279 p = self.Process(target=self._test_send_parent_process, args=(wconn,)) 300 p = self.Process( 319 p = cls.Process(target=cls._test_report_parent_status, args=(wconn, )) 336 p = self.Process( 378 p = self.Process(target=self._test_process_mainthread_native_id, args=(q,)) 404 p = self.Process(target=self._sleep_some) 452 exitcode = self._kill_process(multiprocessing.Process.terminate) [all …]
|
/third_party/openh264/test/build/android/src/com/cisco/codec/unittest/ |
D | MainActivity.java | 11 import android.os.Process; 32 Process.killProcess (Process.myPid()); in onDestroy()
|