/external/libchrome/base/process/ |
D | process_posix.cc | 226 Process::Process(ProcessHandle handle) : process_(handle) { in Process() function in base::Process 229 Process::~Process() { in ~Process() 232 Process::Process(Process&& other) : process_(other.process_) { in Process() function in base::Process 236 Process& Process::operator=(Process&& other) { in operator =() 244 Process Process::Current() { in Current() 245 return Process(GetCurrentProcessHandle()); in Current() 249 Process Process::Open(ProcessId pid) { in Open() 254 return Process(pid); in Open() 258 Process Process::OpenWithExtraPrivileges(ProcessId pid) { in OpenWithExtraPrivileges() 264 Process Process::DeprecatedGetProcessFromHandle(ProcessHandle handle) { in DeprecatedGetProcessFromHandle() [all …]
|
D | process.h | 33 class BASE_EXPORT Process { 35 explicit Process(ProcessHandle handle = kNullProcessHandle); 37 Process(Process&& other); 40 ~Process(); 42 Process& operator=(Process&& other); 45 static Process Current(); 48 static Process Open(ProcessId pid); 53 static Process OpenWithExtraPrivileges(ProcessId pid); 58 static Process OpenWithAccess(ProcessId pid, DWORD desired_access); 65 static Process DeprecatedGetProcessFromHandle(ProcessHandle handle); [all …]
|
/external/deqp/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);
|
/external/swiftshader/third_party/LLVM/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. 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/webrtc/webrtc/video/ |
D | call_stats_unittest.cc | 53 call_stats_->Process(); in TEST_F() 59 call_stats_->Process(); in TEST_F() 73 call_stats_->Process(); in TEST_F() 78 call_stats_->Process(); in TEST_F() 84 call_stats_->Process(); in TEST_F() 89 call_stats_->Process(); in TEST_F() 113 call_stats_->Process(); in TEST_F() 122 call_stats_->Process(); in TEST_F() 130 call_stats_->Process(); in TEST_F() 146 call_stats_->Process(); in TEST_F() [all …]
|
/external/webrtc/webrtc/test/ |
D | fake_network_pipe_unittest.cc | 93 pipe->Process(); in TEST_F() 98 pipe->Process(); in TEST_F() 103 pipe->Process(); in TEST_F() 108 pipe->Process(); in TEST_F() 132 pipe->Process(); in TEST_F() 137 pipe->Process(); in TEST_F() 142 pipe->Process(); in TEST_F() 166 pipe->Process(); in TEST_F() 189 pipe->Process(); in TEST_F() 220 pipe->Process(); in TEST_F() [all …]
|
/external/webrtc/webrtc/modules/pacing/ |
D | paced_sender_unittest.cc | 166 send_bucket_->Process(); in TEST_F() 178 send_bucket_->Process(); in TEST_F() 195 send_bucket_->Process(); in TEST_F() 216 send_bucket_->Process(); in TEST_F() 225 EXPECT_EQ(0, send_bucket_->Process()); in TEST_F() 230 EXPECT_EQ(0, send_bucket_->Process()); in TEST_F() 252 send_bucket_->Process(); in TEST_F() 281 send_bucket_->Process(); in TEST_F() 293 EXPECT_EQ(0, send_bucket_->Process()); in TEST_F() 298 EXPECT_EQ(0, send_bucket_->Process()); in TEST_F() [all …]
|
/external/swiftshader/third_party/LLVM/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. 45 Process::GetPageSize() 62 size_t Process::GetMallocUsage() { 87 Process::GetTotalMemoryUsage() 107 Process::GetTimeUsage(TimeValue& elapsed, TimeValue& user_time, 131 int Process::GetCurrentUserId() { 135 int Process::GetCurrentGroupId() { 146 void Process::PreventCoreFiles() { 183 bool Process::StandardInIsUserInput() { [all …]
|
/external/deqp/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()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator_abs_send_time_unittest.cc | 100 EXPECT_EQ(0, bitrate_estimator_->Process()); in TEST_F() 103 EXPECT_EQ(0, bitrate_estimator_->Process()); in TEST_F() 125 EXPECT_EQ(0, bitrate_estimator_->Process()); in TEST_F() 147 EXPECT_EQ(0, bitrate_estimator_->Process()); in TEST_F() 178 EXPECT_EQ(0, bitrate_estimator_->Process()); in TEST_F() 198 EXPECT_EQ(0, bitrate_estimator_->Process()); in TEST_F() 217 EXPECT_EQ(0, bitrate_estimator_->Process()); in TEST_F() 235 EXPECT_EQ(0, bitrate_estimator_->Process()); in TEST_F() 255 EXPECT_EQ(0, bitrate_estimator_->Process()); in TEST_F() 272 EXPECT_EQ(0, bitrate_estimator_->Process()); in TEST_F() [all …]
|
D | remote_estimator_proxy_unittest.cc | 43 void Process() { in Process() function in webrtc::RemoteEstimatorProxyTest 46 proxy_.Process(); in Process() 82 Process(); in TEST_F() 115 Process(); in TEST_F() 165 Process(); in TEST_F() 186 Process(); in TEST_F() 205 Process(); in TEST_F() 226 Process(); in TEST_F() 243 Process(); in TEST_F() 269 Process(); in TEST_F()
|
/external/llvm/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. 77 unsigned Process::getPageSize() { 83 Process::GetMallocUsage() 96 void Process::GetTimeUsage(TimeValue &elapsed, TimeValue &user_time, 112 void Process::PreventCoreFiles() { 132 Optional<std::string> Process::GetEnv(StringRef Name) { 249 Process::GetArgumentVector(SmallVectorImpl<const char *> &Args, 283 std::error_code Process::FixupStandardFileDescriptors() { 287 std::error_code Process::SafelyCloseFileDescriptor(int FD) { [all …]
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | debug_dump_test.cc | 79 void Process(size_t num_blocks); 187 void DebugDumpGenerator::Process(size_t num_blocks) { in Process() function in webrtc::test::__anonbbd193a00111::DebugDumpGenerator 475 generator.Process(100); in TEST_F() 484 generator.Process(100); in TEST_F() 492 generator.Process(100); in TEST_F() 501 generator.Process(100); in TEST_F() 504 generator.Process(100); in TEST_F() 513 generator.Process(100); in TEST_F() 516 generator.Process(100); in TEST_F() 525 generator.Process(100); in TEST_F() [all …]
|
/external/llvm/unittests/Support/ |
D | ProcessTest.cpp | 23 const unsigned r1 = Process::GetRandomNumber(); in TEST() 24 const unsigned r2 = Process::GetRandomNumber(); in TEST() 36 Optional<std::string> val(Process::GetEnv("__LLVM_TEST_ENVIRON_VAR__")); in TEST() 43 Process::GetEnv("__LLVM_TEST_ENVIRON_NO_SUCH_VAR__")); in TEST() 51 Optional<std::string> val(Process::GetEnv("__LLVM_TEST_ENVIRON_VAR__")); in TEST()
|
/external/llvm/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. 84 unsigned Process::getPageSize() { 95 size_t Process::GetMallocUsage() { 124 void Process::GetTimeUsage(TimeValue &elapsed, TimeValue &user_time, 137 void Process::PreventCoreFiles() { 176 Optional<std::string> Process::GetEnv(StringRef Name) { 185 Process::GetArgumentVector(SmallVectorImpl<const char *> &ArgsOut, 212 std::error_code Process::FixupStandardFileDescriptors() { 249 std::error_code Process::SafelyCloseFileDescriptor(int FD) { [all …]
|
/external/libchrome/base/test/ |
D | multiprocess_test.h | 60 Process SpawnMultiProcessTestChild( 83 const Process& process, TimeDelta timeout, int* exit_code) 127 Process SpawnChild(const std::string& procname); 132 Process SpawnChildWithOptions(const std::string& procname,
|
D | multiprocess_test_android.cc | 97 Process StartChildTestHelper(const std::string& procname, 102 bool WaitForChildExitWithTimeout(const Process& process, TimeDelta timeout, 291 Process process(request->pid); in WaitForChildInHelper() 303 Process LaunchHelper::StartChildTestHelper(const std::string& procname, in StartChildTestHelper() 344 return Process(response.child_pid); in StartChildTestHelper() 348 const Process& process, TimeDelta timeout, int* exit_code) { in WaitForChildExitWithTimeout() 386 const Process& process, TimeDelta timeout, int* exit_code) { in AndroidWaitForChildExitWithTimeout() 396 Process SpawnMultiProcessTestChild(const std::string& procname, in SpawnMultiProcessTestChild() 414 return Process(); in SpawnMultiProcessTestChild() 418 return Process(pid); in SpawnMultiProcessTestChild() [all …]
|
/external/webrtc/webrtc/modules/video_coding/ |
D | video_coding_robustness_unittest.cc | 116 ASSERT_EQ(VCM_OK, vcm_->Process()); in TEST_F() 122 ASSERT_EQ(VCM_OK, vcm_->Process()); in TEST_F() 129 ASSERT_EQ(VCM_OK, vcm_->Process()); in TEST_F() 146 ASSERT_EQ(VCM_OK, vcm_->Process()); in TEST_F() 151 ASSERT_EQ(VCM_OK, vcm_->Process()); in TEST_F() 198 EXPECT_EQ(VCM_OK, vcm_->Process()); // Expect no NACK list. in TEST_F() 205 EXPECT_EQ(VCM_OK, vcm_->Process()); // Expect no NACK list. in TEST_F() 212 EXPECT_EQ(VCM_OK, vcm_->Process()); // Expect no NACK list. in TEST_F() 216 EXPECT_EQ(VCM_OK, vcm_->Process()); // Expect no NACK list. in TEST_F()
|
/external/libchrome/sandbox/linux/services/ |
D | namespace_sandbox.h | 60 static base::Process LaunchProcess(const base::CommandLine& cmdline, 62 static base::Process LaunchProcess(const std::vector<std::string>& argv, 67 static base::Process LaunchProcessWithOptions( 71 static base::Process LaunchProcessWithOptions(
|
/external/libmojo/base/android/java/src/org/chromium/base/ |
D | ThreadUtils.java | 9 import android.os.Process; 211 Process.setThreadPriority(tid, Process.THREAD_PRIORITY_AUDIO); in setThreadPriorityAudio() 221 return Process.getThreadPriority(tid) == Process.THREAD_PRIORITY_AUDIO; in isThreadPriorityAudio()
|
/external/vogar/src/vogar/commands/ |
D | Command.java | 56 private volatile Process process; 171 Process process = this.process; in destroy() 203 @Override protected void onTimeout(Process process) { in scheduleTimeout() 211 @Override protected void onTimeout(Process process) { in scheduleTimeout() 220 private void sendQuitSignal(Process process) { in sendQuitSignal() 228 private int getPid(Process process) { in getPid() 328 protected abstract void onTimeout(Process process); in onTimeout() 332 Process process = Command.this.process; in run()
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | lock_unittest.py | 59 p = multiprocessing.Process( 90 p = multiprocessing.Process( 111 p = multiprocessing.Process( 129 p = multiprocessing.Process( 148 p = multiprocessing.Process( 157 p = multiprocessing.Process(
|
/external/libchrome/base/ |
D | sha1_portable.cc | 52 void Process(); 118 Process(); in Final() 129 Process(); in Update() 142 Process(); in Pad() 158 void SecureHashAlgorithm::Process() { in Process() function in base::SecureHashAlgorithm
|