HomeSort by relevance Sort by last modified time
    Searched defs:Flow (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/resources/hotword_audio_verification/
flow.js 7 // Correspond to steps in the hotword opt-in flow.
21 // TODO(kcarattini): Remove the first flow, since we will not be
30 * Class to control the page flow of the always-on hotword and
34 function Flow() {
42 Flow.prototype.advanceStep = function() {
49 * Gets the appropriate flow and displays its first page.
51 Flow.prototype.startFlow = function() {
59 * Gets and starts the appropriate flow for the launch mode.
62 Flow.prototype.startFlowForMode_ = function(state) {
74 Flow.prototype.showStep_ = function()
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 2 \def\TITLE{IPv6 Flow Labels}
5 \Large\bf IPv6 Flow Labels in Linux-2.2.
22 Every IPv6 packet carries 28 bits of flow information. RFC2460 splits
24 prefer this term) and 20 bits of flow label. Currently there exist
25 no well-defined API to manage IPv6 flow information. In this document
42 \item To assign flow labels to packets sent by user.
44 \item To get flow labels of received packets. I do not know
46 want to use flow labels to distinguish sub-flows.
48 \item To allocate flow labels in the way, compliant to RFC2460. Namely:
52 Flow labels must be uniformly distributed (pseudo-)random numbers
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML.java 46 public enum Flow {
57 private final Flow flow; field in class:HTML.Element
62 * NOTE: Even though breaksFlow and flow are named similarly, they're not quite the same thing.
63 * Flow refers to whether the element is inherently character or block level. Breaks flow
66 * @throws IllegalArgumentException if name or flow is null.
69 boolean optionalEndTag, boolean breaksFlow, Flow flow) {
71 Preconditions.checkNotNull(flow, "Element flow can not be null")
    [all...]
  /external/chromium_org/third_party/webrtc/base/
stream.cc     [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 49 static const char *const FlowBlockName = "Flow";
114 /// @brief Transforms the control flow graph on one single entry/exit region
117 /// After the transform all "If"/"Then"/"Else" style control flow looks like
131 /// | / 3 = "Flow" blocks, newly inserted flow blocks, rejoins the flow
133 /// 5 5 = "End" block, also rejoins the control flow
136 /// Control flow is expressed as a branch where the true exit goes into the
150 /// |/ 2 = "Loop" optional subregion, with all exits at "Flow" block
151 /// 3 3 = "Flow" block, with back edge to entry bloc
    [all...]

Completed in 222 milliseconds