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

/external/v8/samples/
H A Dcount-hosts.js30 function Process(request) { function
H A Dprocess.cc65 // Process a single request.
66 virtual bool Process(HttpRequest* req) = 0;
78 // Process function of the JavaScript script given as an argument.
84 virtual bool Process(HttpRequest* req);
89 // Process function. Returns true if this succeeded, otherwise false.
144 // Execute the script and fetch the Process method.
175 // Process function from the global object.
176 Handle<String> process_name = String::New("Process");
179 // If there is no Process function, or if it is not a function,
241 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/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/system_wrappers/source/
H A Devent_linux.cc242 return static_cast<EventLinux*>(obj)->Process();
245 bool EventLinux::Process() function in class:webrtc::EventLinux
H A Dtrace_impl.cc619 return static_cast<TraceImpl*>(obj)->Process();
622 bool TraceImpl::Process() function in class:webrtc::TraceImpl
/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/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/v8/src/
H A Drewriter.cc48 void Process(ZoneList<Statement*>* statements);
84 void Processor::Process(ZoneList<Statement*>* statements) { function in class:v8::internal::Processor
100 if (!node->is_initializer_block()) Process(node->statements());
180 Process(clause->statements());
347 processor.Process(body);
H A Dheap-profiler.cc294 void Process(JSObjectsRetainerTree* input_tree) { function in class:v8::internal::RetainerTreeAggregator
632 void ClustersCoarser::Process(JSObjectsRetainerTree* tree) { function in class:v8::internal::ClustersCoarser
737 coarser_.Process(&retainers_tree_);
740 aggregator_->Process(&retainers_tree_);
H A Dhydrogen.cc896 // Process phi instructions.
1199 void Process();
1208 void HStackCheckEliminator::Process() { function in class:v8::internal::HStackCheckEliminator
1904 // Process phi instructions first.
1910 // Process normal instructions.
2279 sce.Process();
/external/webrtc/src/modules/audio_processing/main/interface/
H A Daudio_processing.h240 virtual WebRtc_Word32 Process() { return -1; }; function in class:webrtc::AudioProcessing
/external/jhead/
H A Djhead.h83 int Process; member in struct:__anon5441
/external/dropbear/libtomcrypt/
H A Dcrypt.tex5787 /** Process a block of data
5844 \subsection{Process}
5842 \\subsection{Process} subsubsection

Completed in 3617 milliseconds