/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/android/mail/lib/html/parser/ |
HTML.java | 45 public enum Flow { 56 private final Flow flow; field in class:HTML.Element 61 * NOTE: Even though breaksFlow and flow are named similarly, they're not quite the same thing. 62 * Flow refers to whether the element is inherently character or block level. Breaks flow 65 * @throws IllegalArgumentException if name or flow is null. 68 boolean optionalEndTag, boolean breaksFlow, Flow flow) { 70 Preconditions.checkNotNull(flow, "Element flow can not be null") [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/third_party/libjingle/source/talk/base/ |
stream.cc | 1034 StreamResult Flow(StreamInterface* source,
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
stream.cc | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
StructurizeCFG.cpp | 48 static const char *const FlowBlockName = "Flow"; 113 /// @brief Transforms the control flow graph on one single entry/exit region 116 /// After the transform all "If"/"Then"/"Else" style control flow looks like 130 /// | / 3 = "Flow" blocks, newly inserted flow blocks, rejoins the flow 132 /// 5 5 = "End" block, also rejoins the control flow 135 /// Control flow is expressed as a branch where the true exit goes into the 149 /// |/ 2 = "Loop" optional subregion, with all exits at "Flow" block 150 /// 3 3 = "Flow" block, with back edge to entry bloc [all...] |