Searched defs:Process (Results 1 - 25 of 116) sorted by relevance

12345

/external/v8/samples/
H A Dcount-hosts.js30 function Process(request) { function
/external/llvm/include/llvm/Support/
H A DProcess.h1 //===- llvm/Support/Process.h -----------------------------------*- C++ -*-===//
14 /// proposed design of the Boost.Process library, and is design specifically to
18 /// This file declares the llvm::sys::Process class which contains a collection
44 class Process { class in namespace:llvm::sys
/external/v8/test/mjsunit/regress/
H A Dregress-arm64-spillslots.js22 function Process(input) { function
30 Process(input);
31 Process(input);
32 %OptimizeFunctionOnNextCall(Process);
33 var result = Process(input);
/external/libchrome/base/process/
H A Dprocess.h33 class BASE_EXPORT Process { class in namespace:base
34 MOVE_ONLY_TYPE_FOR_CPP_03(Process)
37 explicit Process(ProcessHandle handle = kNullProcessHandle);
39 Process(Process&& other);
42 ~Process();
44 Process& operator=(Process&& other);
47 static Process Current();
49 // Returns a Process fo
[all...]
/external/deqp/framework/delibs/decpp/
H A DdeProcess.cpp31 Process::Process (void) function in class:de::Process
38 Process::~Process (void)
43 void Process::start (const char* commandLine, const char* workingDirectory)
49 void Process::waitForFinish (void)
55 void Process::terminate (void)
61 void Process::kill (void)
67 void Process::closeStdIn (void)
73 void Process
[all...]
H A DdeProcess.hpp41 class Process class in namespace:de
44 Process (void);
45 ~Process (void);
65 Process (const Process& other);
66 Process& operator= (const Process& other);
/external/google-breakpad/src/processor/
H A Dmicrodump_processor.cc57 ProcessResult MicrodumpProcessor::Process(const string &microdump_contents, function in class:google_breakpad::MicrodumpProcessor
/external/webrtc/webrtc/tools/agc/
H A Dfake_agc.h25 virtual int Process(const AudioFrame& audio_frame) { function in class:webrtc::FakeAgc
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
H A Dfake_media_process.h18 virtual void Process(int channel, function in class:FakeMediaProcess
/external/webrtc/webrtc/modules/audio_processing/
H A Drms_level.cc31 void RMSLevel::Process(const int16_t* data, size_t length) { function in class:webrtc::RMSLevel
H A Dtyping_detection.cc32 bool TypingDetection::Process(bool key_pressed, bool vad_activity) { function in class:webrtc::TypingDetection
/external/webrtc/webrtc/voice_engine/
H A Dmonitor_module.cc64 MonitorModule::Process() function in class:webrtc::voe::MonitorModule
H A Dtransmit_mixer_unittest.cc22 virtual void Process(int channel, ProcessingTypes type, function in class:webrtc::voe::__anon21306::MediaCallback
/external/autotest/client/cros/
H A Denterprise_base.py6 from multiprocessing import Process namespace
54 self.dm_server = Process(target=policy_server_runner.main)
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Daliaspass.py100 def Process(self, start_token): member in class:AliasPass
184 # Process aliases in statements in the root scope for goog.module-style
200 # Process each block to find aliases.
/external/dng_sdk/source/
H A Ddng_filter_task.cpp92 void dng_filter_task::Process (uint32 threadIndex, function in class:dng_filter_task
129 // Process area.
/external/google-breakpad/src/tools/python/
H A Dfilter_syms.py90 def Process(self): member in class:SymbolFileParser
196 symbol_parser.Process()
/external/icu/icu4c/source/test/depstest/
H A Ddepstest.py143 def Process(root_path): function
188 Process(sys.argv[1])
/external/v8/tools/testrunner/local/
H A Dpool.py7 from multiprocessing import Event, Process, Queue namespace
116 p = Process(target=Worker, args=(fn,
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmppclient.h117 int Process(int state) { function in class:buzz::XmppClient
121 default: return Task::Process(state);
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daccelerate.cc17 Accelerate::ReturnCodes Accelerate::Process(const int16_t* input, function in class:webrtc::Accelerate
31 return TimeStretch::Process(input, input_length, fast_accelerate, output,
68 assert(fs_mult_120 >= peak_index); // Should be handled in Process().
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_estimator_proxy_unittest.cc43 void Process() { function in class:webrtc::RemoteEstimatorProxyTest
46 proxy_.Process();
82 Process();
115 Process();
165 Process();
186 Process();
205 Process();
226 Process();
243 Process();
269 Process();
[all...]
/external/webrtc/webrtc/system_wrappers/source/
H A Ddata_log_no_op.cc82 void DataLogImpl::Process() { function in class:webrtc::DataLogImpl
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
H A Dprocess.py12 class Process(event_container.TimelineEventContainer): class in inherits:event_container.TimelineEventContainer
13 """The Process represents a single userland process in the trace.
16 super(Process, self).__init__('process %s' % pid, parent)
/external/libbrillo/brillo/
H A Dprocess.h26 // only be managed by one Process at a time.
27 class BRILLO_EXPORT Process { class in namespace:brillo
29 Process();
30 virtual ~Process();
81 // implementation if your Process implementation does not support this).
86 // implementation if your Process implementation does not support this).
91 // implementation if your Process implementation does not support this).
141 // Resets this Process object to refer to the process with |pid|.
160 class BRILLO_EXPORT ProcessImpl : public Process {

Completed in 971 milliseconds

12345