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

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML4.java 93 return addElement(tag, flags, HTML.Element.Flow.NONE);
97 private static HTML.Element addElement(String tag, String flags, HTML.Element.Flow flow) {
98 return addElement(tag, flags, flow, HTML.Element.NO_TYPE);
102 private static HTML.Element addTableElement(String tag, String flags, HTML.Element.Flow flow) {
103 return addElement(tag, flags, flow, HTML.Element.TABLE_TYPE);
107 private static HTML.Element addElement(String tag, String flags, HTML.Element.Flow flow,
122 HTML.Element element = new HTML.Element(tag, type, empty, optionalEndTag, breaksFlow, flow);
    [all...]
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/tests/
test_django_orm.py 40 from oauth2client.client import Flow
74 self.flow = Flow()
75 self.pickle = base64.b64encode(pickle.dumps(self.flow))
81 self.assertTrue(isinstance(self.field.to_python(self.pickle), Flow))
84 prep_value = self.field.get_db_prep_value(self.flow, connection=None)
  /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...]
  /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...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
appengine.py 47 from oauth2client.client import Flow
149 This credential does not require a flow to instantiate because it represents
150 a two legged flow, and therefore has all of the required information to
211 """App Engine datastore Property for Flow.
214 oauth2client.Flow"""
217 data_type = Flow
221 flow = super(FlowProperty,
223 return db.Blob(pickle.dumps(flow))
232 if value is not None and not isinstance(value, Flow):
244 """App Engine NDB datastore Property for Flow
618 flow = property(get_flow, set_flow) variable in class:OAuth2Decorator
    [all...]
django_orm.py 70 if isinstance(value, oauth2client.client.Flow):
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/
multipart_unittest.cc 96 Flow(&multipart, buffer, sizeof(buffer), &str_stream));
stream.h 686 // Flow attempts to move bytes from source to sink via buffer of size
695 StreamResult Flow(StreamInterface* source,
httpclient.cc 603 StreamResult result = Flow(stream.get(), buffer.get(), array_size,
stream.cc 1066 StreamResult Flow(StreamInterface* source,
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /external/webrtc/talk/media/base/
videoframe_unittest.h 174 rtc::StreamResult res = Flow(fs.get(), buf, sizeof(buf), ms.get());
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]

Completed in 897 milliseconds