Searched refs:Flow (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/resources/hotword_audio_verification/
H A Dflow.js34 function Flow() { class
42 Flow.prototype.advanceStep = function() {
51 Flow.prototype.startFlow = function() {
62 Flow.prototype.startFlowForMode_ = function(state) {
74 Flow.prototype.showStep_ = function() {
86 window.Flow = Flow;
H A Dmain.js8 var flow = new Flow();
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp49 static const char *const FlowBlockName = "Flow";
131 /// | / 3 = "Flow" blocks, newly inserted flow blocks, rejoins the flow
150 /// |/ 2 = "Loop" optional subregion, with all exits at "Flow" block
151 /// 3 3 = "Flow" block, with back edge to entry block
155 /// The back edge of the "Flow" block is always on the false side of the branch
214 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);
638 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, local
640 DT->addNewBlock(Flow, Dominator);
641 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion);
642 return Flow;
657 BasicBlock *Flow = getNextFlow(Entry); local
666 needPostfix(BasicBlock *Flow, bool ExitUseAllowed) argument
733 BasicBlock *Flow = needPrefix(false); local
[all...]
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex2 \def\TITLE{IPv6 Flow Labels}
5 \Large\bf IPv6 Flow Labels in Linux-2.2.
52 Flow labels must be uniformly distributed (pseudo-)random numbers,
74 Flow labels have finite lifetime and source is not allowed to reuse
78 Flow state, including lifetime, is propagated along datagram path
218 \section{Flow label management.}
326 \item \verb|expires| is time in seconds. Flow label will be kept at least
407 \paragraph{Flow labels and RSVP.}
408 \addcontentsline{toc}{subsection}{Flow labels and RSVP}
/external/chromium_org/third_party/webrtc/base/
H A Dmultipart_unittest.cc96 Flow(&multipart, buffer, sizeof(buffer), &str_stream));
H A Dstream.h803 // Flow attempts to move bytes from source to sink via buffer of size
812 StreamResult Flow(StreamInterface* source,
H A Dhttpclient.cc603 StreamResult result = Flow(stream.get(), buffer.get(), array_size,
H A Dstream.cc1275 StreamResult Flow(StreamInterface* source, function
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient_unittest.cc178 // Flow() doesn't work here because it won't write if the read blocks.
195 rtc::StreamResult res = rtc::Flow(&send_stream_,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h147 rtc::StreamResult res = Flow(fs.get(), buf, sizeof(buf), ms.get());
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids17097 01e Flow
17098 01f Flow ID

Completed in 294 milliseconds