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

/external/v8/samples/
H A Dcount-hosts.js30 function Process(request) { function
H A Dprocess.cc69 // Process a single request.
70 virtual bool Process(HttpRequest* req) = 0;
81 // Process function of the JavaScript script given as an argument.
87 virtual bool Process(HttpRequest* req);
91 // Process function. Returns true if this succeeded, otherwise false.
146 // Execute the script and fetch the Process method.
177 // Process function from the global object.
178 Handle<String> process_name = String::New("Process");
181 // If there is no Process function, or if it is not a function,
243 bool JsHttpRequestProcessor::Process(HttpReques function in class:JsHttpRequestProcessor
[all...]
/external/llvm/include/llvm/Support/
H A DProcess.h1 //===- llvm/Support/Process.h -----------------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Process class.
26 class Process { class in namespace:llvm::sys
/external/chromium/base/
H A Dprocess.h43 class BASE_API Process { class in namespace:base
45 Process() : process_(kNullProcessHandle) { function in class:base::Process
51 explicit Process(ProcessHandle handle) : process_(handle) { function in class:base::Process
58 static Process Current();
H A Dsha1_portable.cc51 void Process();
120 Process();
131 Process();
144 Process();
156 void SecureHashAlgorithm::Process() { function in class:base::SecureHashAlgorithm
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.h133 int Process(int state) { function in class:buzz::XmppClient
137 default: return Task::Process(state);
/external/webrtc/src/system_wrappers/source/
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 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 Dtrace_impl.cc486 return static_cast<TraceImpl*>(obj)->Process();
489 bool TraceImpl::Process() function in class:webrtc::TraceImpl
/external/chromium/third_party/libjingle/source/talk/base/
H A Dtask.cc116 int new_state = Process(state_);
218 int Task::Process(int state) { function in class:talk_base::Task
H A Dhttpbase.cc80 HttpParser::Process(const char* buffer, size_t len, size_t* processed, function in class:talk_base::HttpParser
561 // Process data in our buffer. Process is not guaranteed to process all
565 // necessary to call Process with an empty buffer, since the state machine
568 ProcessResult process_result = Process(buffer_, len_, &processed,
856 // Break out of Process loop, since our I/O model just changed.
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dvoicemailjidrequester.cc65 // Process the XML and fire the appropriate signals. If the xml was valid,
107 int VoicemailJidRequester::Process(int state) { function in class:buzz::VoicemailJidRequester
111 return talk_base::Task::Process(state);
/external/webrtc/src/modules/audio_processing/
H A Dlevel_estimator_impl.cc40 void Process(int16_t* data, int length) { function in class:webrtc::__anon15730::Level
110 level->Process(mixed_data, audio->samples_per_channel());
/external/chromium/chrome/browser/
H A Dmemory_details_linux.cc74 struct Process { struct
81 static bool GetProcesses(std::vector<Process>* processes) {
123 Process process;
172 static void GetAllChildren(const std::vector<Process>& processes,
183 for (std::vector<Process>::const_iterator
206 std::vector<Process> processes;
212 for (std::vector<Process>::const_iterator
219 for (std::vector<Process>::const_iterator
256 for (std::vector<Process>::const_iterator
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py247 """Process the end of a statement."""
254 """Process the context at the current token.
411 def Process(self, first_token): member in class:EcmaMetaDataPass
429 """Process the given token."""
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp48 bool Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
248 bool InclusionRewriter::Process(FileID FileId, function in class:InclusionRewriter
293 if (Process(Change->Id, Change->FileType))
359 Rewrite->Process(SM.getMainFileID(), SrcMgr::C_User);
/external/v8/src/
H A Drewriter.cc50 void Process(ZoneList<Statement*>* statements);
92 void Processor::Process(ZoneList<Statement*>* statements) { function in class:v8::internal::Processor
108 if (!node->is_initializer_block()) Process(node->statements());
188 Process(clause->statements());
247 processor.Process(body);
H A Dhydrogen.cc1031 // Process phi instructions.
1328 void Process();
1335 void HStackCheckEliminator::Process() { function in class:v8::internal::HStackCheckEliminator
2094 // Process phi instructions first.
2100 // Process normal instructions.
2566 sce.Process();
/external/clang/test/SemaCXX/
H A Dmember-pointer.cpp165 struct Process struct in namespace:PR7176::base
167 struct Continuous : Process
173 typedef bool( base::Process::*Condition )();
/external/libvorbis/doc/
H A D01-introduction.tex260 \subsection{High-level Decode Process}
/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h245 virtual WebRtc_Word32 Process() { return -1; }; function in class:webrtc::AudioProcessing
/external/jhead/
H A Djhead.h88 int Process; member in struct:__anon7125
/external/dropbear/libtomcrypt/
H A Dcrypt.tex5787 /** Process a block of data
5844 \subsection{Process}
5842 \\subsection{Process} subsubsection

Completed in 507 milliseconds