/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...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
arc-dis.h | 31 enum Flow 62 enum Flow flow; member in struct:arcDisState
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
client.py | 66 # Constant to use for the out of band OAuth 2.0 flow. 128 """The client secrets file called for an unknown type of OAuth 2.0 flow. """ 309 class Flow(object): 310 """Base class for all Flow objects.""" 907 Credentials objects are usually instantiated by a Flow. [all...] |
/external/webrtc/webrtc/base/ |
stream.cc | 1066 StreamResult Flow(StreamInterface* source,
|
/external/llvm/lib/Transforms/Scalar/ |
StructurizeCFG.cpp | 53 static const char *const FlowBlockName = "Flow"; 118 /// @brief Transforms the control flow graph on one single entry/exit region 121 /// After the transform all "If"/"Then"/"Else" style control flow looks like 135 /// | / 3 = "Flow" blocks, newly inserted flow blocks, rejoins the flow 137 /// 5 5 = "End" block, also rejoins the control flow 140 /// Control flow is expressed as a branch where the true exit goes into the 154 /// |/ 2 = "Loop" optional subregion, with all exits at "Flow" block 155 /// 3 3 = "Flow" block, with back edge to entry bloc [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
go.go | 693 type Flow struct { 695 P1 *Flow // predecessors of this instruction: p1, 696 P2 *Flow // and then p2 linked though p2link. 697 P2link *Flow 698 S1 *Flow // successors of this instruction (at most two: s1 and s2). 699 S2 *Flow 700 Link *Flow // next instruction in function code 704 Id int32 // sequence number in flow graph 713 Start *Flow 716 // After calling flowrpo, rpo lists the flow nodes in reverse postorder [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
go.go | 690 type Flow struct { 692 P1 *Flow // predecessors of this instruction: p1, 693 P2 *Flow // and then p2 linked though p2link. 694 P2link *Flow 695 S1 *Flow // successors of this instruction (at most two: s1 and s2). 696 S2 *Flow 697 Link *Flow // next instruction in function code 701 Id int32 // sequence number in flow graph 710 Start *Flow 713 // After calling flowrpo, rpo lists the flow nodes in reverse postorder [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
go.go | 693 type Flow struct { 695 P1 *Flow // predecessors of this instruction: p1, 696 P2 *Flow // and then p2 linked though p2link. 697 P2link *Flow 698 S1 *Flow // successors of this instruction (at most two: s1 and s2). 699 S2 *Flow 700 Link *Flow // next instruction in function code 704 Id int32 // sequence number in flow graph 713 Start *Flow 716 // After calling flowrpo, rpo lists the flow nodes in reverse postorder [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
go.go | 690 type Flow struct { 692 P1 *Flow // predecessors of this instruction: p1, 693 P2 *Flow // and then p2 linked though p2link. 694 P2link *Flow 695 S1 *Flow // successors of this instruction (at most two: s1 and s2). 696 S2 *Flow 697 Link *Flow // next instruction in function code 701 Id int32 // sequence number in flow graph 710 Start *Flow 713 // After calling flowrpo, rpo lists the flow nodes in reverse postorder [all...] |
/prebuilts/tools/linux-x86_64/kythe/extractors/ |
javac_extractor.jar | |
/prebuilts/tools/linux-x86_64/kythe/indexers/ |
java_indexer.jar | |