/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;
|
/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/python/cpython2/Doc/includes/ |
D | mp_benchmarks.py | 31 def test_queuespeed(Process, q, c): argument 38 p = Process(target=queuespeed_func, args=(q, c, iterations)) 80 p = multiprocessing.Process(target=pipe_func, 153 def test_conditionspeed(Process, c): argument 161 p = Process(target=conditionspeed_func, args=(c, iterations)) 191 test_queuespeed(multiprocessing.Process, multiprocessing.Queue(), 194 test_queuespeed(multiprocessing.Process, manager.Queue(), 230 test_conditionspeed(multiprocessing.Process, multiprocessing.Condition()) 232 test_conditionspeed(multiprocessing.Process, manager.Condition())
|
D | mp_synchronize.py | 31 p = multiprocessing.Process(target=value_func, args=(running, mutex)) 56 p = multiprocessing.Process(target=queue_func, args=(q,)) 85 p = multiprocessing.Process(target=condition_func, args=(cond,)) 134 multiprocessing.Process(target=semaphore_func, 154 p = multiprocessing.Process(target=join_timeout_func) 177 processes = [multiprocessing.Process(target=event_func, args=(event,)) 223 p = multiprocessing.Process( 266 namespace.Process = multiprocessing.Process
|
/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/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 …]
|
/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/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::__anon16f0e6bf0111::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/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. 75 unsigned Process::getPageSize() { 86 size_t Process::GetMallocUsage() { 115 void Process::GetTimeUsage(TimePoint<> &elapsed, std::chrono::nanoseconds &user_time, 128 void Process::PreventCoreFiles() { 167 Optional<std::string> Process::GetEnv(StringRef Name) { 176 Process::GetArgumentVector(SmallVectorImpl<const char *> &ArgsOut, 203 std::error_code Process::FixupStandardFileDescriptors() { 240 std::error_code Process::SafelyCloseFileDescriptor(int FD) { [all …]
|
/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/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/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/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()
|