Searched defs:Process (Results 1 - 25 of 120) sorted by last modified time

12345

/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h245 virtual WebRtc_Word32 Process() { return -1; }; function in class:webrtc::AudioProcessing
/external/webrtc/src/modules/audio_processing/
H A Dlevel_estimator_impl.cc40 void Process(int16_t* data, int length) { function in class:webrtc::__anon33500::Level
110 level->Process(mixed_data, audio->samples_per_channel());
/external/webrtc/src/system_wrappers/source/
H A Dcpu_win.cc95 CpuWindows::Process,
180 bool CpuWindows::Process(void* thread_object) function in class:webrtc::CpuWindows
H A Ddata_log.cc435 static_cast<DataLogImpl*>(obj)->Process();
439 void DataLogImpl::Process() { function in class:webrtc::DataLogImpl
449 // Call Stop() repeatedly, waiting for the Flush() call in Process() to
H A Ddata_log_no_op.cc82 void DataLogImpl::Process() { function in class:webrtc::DataLogImpl
H A Devent_posix.cc242 return static_cast<EventPosix*>(obj)->Process();
245 bool EventPosix::Process() function in class:webrtc::EventPosix
H A Dtrace_impl.cc484 return static_cast<TraceImpl*>(obj)->Process();
487 bool TraceImpl::Process() function in class:webrtc::TraceImpl
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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
118 /// \name Process configuration (sysconf on POSIX)
144 class Process { class in namespace:llvm::sys
/external/lldb/include/lldb/Target/
H A DProcess.h1 //===-- Process.h -----------------------------------------------*- C++ -*-===//
1348 /// @class Process Process.h "lldb/Target/Process.h"
1351 class Process : class in namespace:lldb_private
1352 public std::enable_shared_from_this<Process>,
1418 void (*initialize)(void *baton, Process *process);
1419 void (*process_state_changed) (void *baton, Process *process, lldb::StateType state);
1425 friend class Process;
1482 static const Process
[all...]
/external/lldb/source/Target/
H A DProcess.cpp1 //===-- Process.cpp ---------------------------------------------*- C++ -*-===//
12 #include "lldb/Target/Process.h"
67 // is part of a new lldb_private::Process instance. It will copy all current
82 Process *process = exe_ctx->GetProcessPtr();
131 m_collection_sp.reset (new ProcessOptionValueProperties(Process::GetGlobalProperties().get()));
774 case 'p': // Process plug-in name
941 Process::FindPlugin (Target &target, const char *plugin_name, Listener &listener, const FileSpec *crash_file_path)
986 Process::GetStaticBroadcasterClass ()
993 // Process constructor
995 Process function in class:Process
[all...]
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.h92 MachProcess * Process () { return m_process; } function in class:MachTask
93 const MachProcess * Process () const { return m_process; } function in class:MachTask
H A DMachThread.h42 MachProcess * Process() { return m_process; } function in class:MachThread
44 Process() const { return m_process; } function in class:MachThread
/external/libvorbis/doc/
H A D01-introduction.tex260 \subsection{High-level Decode Process}
/external/jhead/
H A Djhead.h102 int Process; member in struct:__anon22666
/external/icu/icu4c/source/test/depstest/
H A Ddepstest.py136 def Process(root_path): function
181 Process(sys.argv[1])
/external/deqp/execserver/
H A DxsWin32TestProcess.cpp390 // Process
392 Process::Process (void) function in class:xs::win32::Process
402 Process::~Process (void)
419 void Process::cleanupHandles (void)
492 void Process::start (const char* commandLine, const char* workingDirectory)
503 throw std::runtime_error("Process already running");
506 // Process finished, clean up old cruft.
568 bool Process
[all...]
H A DxsWin32TestProcess.hpp132 // incompatible with deFile. Thus separate Process implementation is used for now.
133 class Process class in namespace:xs::win32
136 Process (void);
137 ~Process (void);
153 Process (const Process& other);
154 Process& operator= (const Process& other);
199 win32::Process* m_process;
/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/clang/test/SemaCXX/
H A Dmember-pointer.cpp169 struct Process struct in namespace:PR7176::base
171 struct Continuous : Process
177 typedef bool( base::Process::*Condition )();
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp53 bool Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
347 bool InclusionRewriter::Process(FileID FileId, function in class:InclusionRewriter
403 } else if (Process(Change->Id, Change->FileType)) {
544 Rewrite->Process(PP.getPredefinesFileID(), SrcMgr::C_User);
545 Rewrite->Process(SM.getMainFileID(), SrcMgr::C_User);
/external/chromium_org/v8/tools/testrunner/local/
H A Dpool.py6 from multiprocessing import Event, Process, Queue namespace
80 p = Process(target=Worker, args=(fn,
/external/chromium_org/v8/samples/
H A Dcount-hosts.js30 function Process(request) { function
H A Dprocess.cc72 // Process a single request.
73 virtual bool Process(HttpRequest* req) = 0;
85 // Process function of the JavaScript script given as an argument.
92 virtual bool Process(HttpRequest* req);
96 // Process function. Returns true if this succeeded, otherwise false.
157 // Execute the script and fetch the Process method.
190 // Process function from the global object.
191 Handle<String> process_name = String::NewFromUtf8(GetIsolate(), "Process");
194 // If there is no Process function, or if it is not a function,
261 bool JsHttpRequestProcessor::Process(HttpReques function in class:JsHttpRequestProcessor
[all...]

Completed in 4559 milliseconds

12345