Searched defs:Flow (Results 1 - 4 of 4) 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;
/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 Dstream.cc1275 StreamResult Flow(StreamInterface* source, function
/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...]

Completed in 3847 milliseconds