/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/ |
regions.css | 2 -webkit-flow-into: flow; 10 -webkit-flow-from: flow;
|
/external/icu4c/samples/layout/ |
pflow.h | 23 void pf_close(pf_flow *flow); 25 le_int32 pf_getAscent(pf_flow *flow); 26 le_int32 pf_getLineHeight(pf_flow *flow); 27 le_int32 pf_getLineCount(pf_flow *flow); 28 void pf_breakLines(pf_flow *flow, le_int32 width, le_int32 height); 29 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
|
pflow.c | 110 pf_object *flow; local 123 flow = NEW_ARRAY(pf_object, 1); 125 flow->fParagraphLayout = NULL; 126 flow->fParagraphCount = 0; 127 flow->fParagraphMax = PARA_GROW; 128 flow->fParagraphGrow = PARA_GROW; 129 flow->fLineCount = 0; 130 flow->fLinesMax = LINE_GROW; 131 flow->fLinesGrow = LINE_GROW; 132 flow->fLines = NULL [all...] |
/external/chromium/chrome/browser/sync/ |
sync_setup_wizard.cc | 23 SyncSetupFlow* flow = flow_container_->get_flow(); local 24 if (flow) { 25 // A setup flow is in progress and dialog is currently showing. 26 flow->Advance(advance_state); 30 // No flow is in progress, and we have never escorted the user all the 31 // way through the wizard flow. 35 // No flow in progress, but we've finished the wizard flow once before. 58 SyncSetupFlow* flow = flow_container_->get_flow(); local 59 if (flow) { 66 SyncSetupFlow* flow = flow_container_->get_flow(); local [all...] |
/external/chromium_org/chrome/browser/extensions/api/identity/ |
gaia_web_auth_flow_unittest.cc | 107 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local 108 flow->Start(); 113 flow->OnAuthFlowTitleChange(GetFinalTitle("error=access_denied")); 117 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local 118 flow->Start(); 120 flow->OnAuthFlowTitleChange(GetFinalTitle("access_token=fake_access_token")); 124 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local 125 flow->Start(); 127 flow->OnAuthFlowTitleChange( 132 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow() local 146 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local 162 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local 177 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local 189 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local 201 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local 208 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local 222 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local 233 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local [all...] |
identity_signin_flow.h | 17 // IdentitySigninFlow is a controller class to do a sign-in flow for an 19 // When the flow completes, the delegate is notified, and on success will 27 // Called when the flow has completed successfully. 29 // Called when the flow has failed. 39 // Starts the flow. Should only be called once.
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
non-fast-scrollable.html | 12 .out-of-flow { 24 <div class="out-of-flow box">Out-of-flow content.</div>
|
/external/llvm/test/YAMLParser/ |
spec-08-14.data | 3 - "flow in block"
|
spec-06-01.data | 10 Flow style: [ # Leading spaces 11 By two, # in flow style
|
spec-09-12.data | 3 # Outside flow collection: 7 # Inside flow collection:
|
construct-set.data | 8 # Flow style
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
HTML4.java | 92 return addElement(tag, flags, HTML.Element.Flow.NONE); 96 private static HTML.Element addElement(String tag, String flags, HTML.Element.Flow flow) { 97 return addElement(tag, flags, flow, HTML.Element.NO_TYPE); 101 private static HTML.Element addTableElement(String tag, String flags, HTML.Element.Flow flow) { 102 return addElement(tag, flags, flow, HTML.Element.TABLE_TYPE); 106 private static HTML.Element addElement(String tag, String flags, HTML.Element.Flow flow, 121 HTML.Element element = new HTML.Element(tag, type, empty, optionalEndTag, breaksFlow, flow); [all...] |
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/ |
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...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
cssNamedFlows.css | 30 .css-named-flow-collections-view .split-view-sidebar { 34 .css-named-flow-collections-view .tabbed-pane-header { 38 .css-named-flow-collections-view .info { 48 .css-named-flow-collections-view .split-view-sidebar .sidebar-content { 57 .css-named-flow-collections-view .split-view-sidebar .selection { 62 .css-named-flow-collections-view .split-view-contents .title { 66 .css-named-flow-collections-view .split-view-sidebar .named-flow-overflow::before, 67 .css-named-flow-collections-view .region-empty:before, 68 .css-named-flow-collections-view .region-fit::before [all...] |
CSSNamedFlowCollectionsView.js | 43 this.element.classList.add("css-named-flow-collections-view"); 119 * @param {!WebInspector.NamedFlow} flow 121 _appendNamedFlow: function(flow) 123 var flowHash = this._hashNamedFlow(flow.documentNodeId, flow.name); 124 var flowContainer = { flow: flow, flowHash: flowHash }; 126 for (var i = 0; i < flow.content.length; ++i) 127 this._contentNodes[flow.content[i]] = flowHash; 128 for (var i = 0; i < flow.regions.length; ++i [all...] |
/art/test/081-hot-exceptions/ |
info.txt | 3 cause a control flow change to deviate from the current method.
|
/dalvik/dx/tests/031-bb-dead-code/ |
info.txt | 3 that *doesn't* flow to the next instruction.
|
/dalvik/tests/081-hot-exceptions/ |
info.txt | 3 cause a control flow change to deviate from the current method.
|
/external/chromium_org/chrome/browser/ui/extensions/ |
extension_enable_flow_delegate.h | 12 // Invoked when |flow| is finished successfully. 15 // Invoked when |flow| is aborted.
|
/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_org/chrome_frame/test/data/ |
install_flow_test_finish.html | 4 <title>install flow test</title> 25 'install flow test end failed with error: '+e);
|
/dalvik/dx/tests/032-bb-live-code/ |
info.txt | 4 flow to the subsequent instruction, and all forks of each conditional
|
/dalvik/dx/tests/092-ssa-cfg-edge-cases/ |
info.txt | 1 This test case runs a few odd control flow graphs through the optimizer.
|