Searched defs:Flow (Results 1 - 6 of 6) sorted by relevance

/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-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
H A Dtest_django_orm.py40 from oauth2client.client import Flow namespace
74 self.flow = Flow()
81 self.assertTrue(isinstance(self.field.to_python(self.pickle), Flow))
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
H A Dappengine.py47 from oauth2client.client import Flow namespace
211 """App Engine datastore Property for Flow.
214 oauth2client.Flow"""
217 data_type = Flow
232 if value is not None and not isinstance(value, Flow):
244 """App Engine NDB datastore Property for Flow.
251 oauth2client.Flow
255 """Validates a value as a proper Flow object.
261 TypeError if the value is not an instance of Flow.
264 if value is not None and not isinstance(value, Flow)
[all...]
H A Dclient.py309 class Flow(object): class in inherits:object
310 """Base class for all Flow objects."""
907 Credentials objects are usually instantiated by a Flow.
1708 Will create the right kind of Flow based on the contents of the clientsecrets
1733 UnknownClientSecretsFlowError if the file describes an unknown kind of Flow.
1781 class OAuth2WebServerFlow(Flow):
1782 """Does the Web Server Flow for OAuth 2.0.
2021 """Create a Flow from a clientsecrets file.
2023 Will create the right kind of Flow based on the contents of the clientsecrets
2045 A Flow objec
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp53 static const char *const FlowBlockName = "Flow";
135 /// | / 3 = "Flow" blocks, newly inserted flow blocks, rejoins the flow
154 /// |/ 2 = "Loop" optional subregion, with all exits at "Flow" block
155 /// 3 3 = "Flow" block, with back edge to entry block
159 /// The back edge of the "Flow" block is always on the false side of the branch
219 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed);
699 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, local
701 DT->addNewBlock(Flow, Dominator);
702 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion);
703 return Flow;
718 BasicBlock *Flow = getNextFlow(Entry); local
727 needPostfix(BasicBlock *Flow, bool ExitUseAllowed) argument
794 BasicBlock *Flow = needPrefix(false); local
[all...]
/external/webrtc/webrtc/base/
H A Dstream.cc1066 StreamResult Flow(StreamInterface* source, function

Completed in 914 milliseconds