Searched defs:flow (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/chrome/browser/ui/webui/options/
H A Dsync_setup_handler.h35 virtual void SetFlow(SyncSetupFlow* flow) { argument
36 flow_ = flow;
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_setup_message_handler.h18 explicit CloudPrintSetupMessageHandler(CloudPrintSetupFlow* flow) argument
19 : flow_(flow) {}
H A Dcloud_print_setup_flow.cc79 CloudPrintSetupFlow* flow = new CloudPrintSetupFlow(json_args, profile, local
90 browser::ShowHtmlDialog(parent_window, profile, flow);
91 return flow;
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex22 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:
56 Flows with coinciding source address and flow label must have identical
65 with flow labels.
75 flow labe
[all...]
/external/chromium/chrome/browser/sync/
H A Dsync_setup_wizard.cc23 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...]
H A Dsync_setup_flow.h45 // Runs a flow from |start| to |end|, and does the work of actually showing
47 // flow (e.g it is emptied on dialog close).
139 // The handler needed for the entire flow. Weak reference.
159 void set_flow(SyncSetupFlow* flow) { argument
160 DCHECK(!flow_ || !flow);
161 flow_ = flow;
H A Dsync_setup_flow.cc73 SyncSetupFlow* flow = new SyncSetupFlow(start, end, json_args, local
78 return flow;
296 // Returns true if the flow should advance to |state| based on |current_state_|.
H A Dsync_setup_wizard_unittest.cc149 // The flow deletes itself here. Don't use reset().
154 SyncSetupFlow* flow() { return flow_.get(); } function in class:TestBrowserWindowForWizardTest
158 // mock all that out, so we need to take ownership so the flow doesn't leak.
222 EXPECT_FALSE(test_window_->flow());
227 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_);
228 EXPECT_EQ(SyncSetupWizard::DONE, test_window_->flow()->end_state_);
229 EXPECT_EQ(json_start_args, test_window_->flow()->dialog_start_args_);
233 test_window_->flow()->flow_handler_->HandleSubmitAuth(&credentials);
235 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()->current_state_);
249 EXPECT_EQ(SyncSetupWizard::GAIA_LOGIN, test_window_->flow()
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/nas/
H A DSDL_nasaudio.h45 AuFlowID flow; member in struct:SDL_PrivateAudioData
/external/tcpdump/
H A Dprint-ip6.c60 u_int flow; local
80 flow = EXTRACT_32BITS(&ip6->ip6_flow);
84 if (flow & 0x0f000000)
85 (void)printf("pri 0x%02x, ", (flow & 0x0f000000) >> 24);
86 if (flow & 0x00ffffff)
87 (void)printf("flowlabel 0x%06x, ", flow & 0x00ffffff);
90 if (flow & 0x0ff00000)
91 (void)printf("class 0x%02x, ", (flow & 0x0ff00000) >> 20);
92 if (flow & 0x000fffff)
93 (void)printf("flowlabel 0x%05x, ", flow
[all...]
/external/chromium/chrome/browser/remoting/
H A Dsetup_flow.h34 virtual void Start(SetupFlow* flow, DoneCallback* done_callback) = 0;
59 virtual void Start(SetupFlow* flow, DoneCallback* done_callback);
63 SetupFlow* flow() { return flow_; } function in class:remoting::SetupFlowStepBase
112 // The last step in the setup flow. This step never finishes, user is
134 // different setup flow steps.
150 // Each page in the setup flow may send message to the current
H A Dsetup_flow.cc43 void SetupFlowStepBase::Start(SetupFlow* flow, DoneCallback* done_callback) { argument
45 flow_ = flow;
56 WebUI* web_ui = flow()->web_ui();
87 flow()->web_ui()->CallJavascriptFunction("showError");
113 flow()->web_ui()->CallJavascriptFunction("showSetupDone");
151 SetupFlow *flow = new SetupFlow(json_args, profile, new SetupFlowLoginStep());
152 b->BrowserShowHtmlDialog(flow, NULL);
153 return flow;
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_port_if.c132 UINT8 flow; local
142 /* Negotiate the flow control mechanism. If flow control mechanism for */
145 flow = (p_mcb->flow == PORT_FC_UNDEFINED) ? PORT_FC_DEFAULT : p_mcb->flow;
148 if (flow == PORT_FC_CREDIT)
268 ** Description This function is called by the port entity when flow
H A Dport_int.h47 #define PORT_FC_UNDEFINED 0 /* mux flow control mechanism not defined yet */
48 #define PORT_FC_TS710 1 /* use TS 07.10 flow control */
49 #define PORT_FC_CREDIT 2 /* use RFCOMM credit based flow control */
57 BOOLEAN peer_fc; /* TRUE if flow control is set based on peer's request */
58 BOOLEAN user_fc; /* TRUE if flow control is set based on user's request */
106 UINT8 flow; /* flow control mechanism for this mux */ member in struct:__anon1421
/external/webkit/Source/WebCore/rendering/
H A DRenderLineBoxList.cpp269 RenderInline* flow = *it; local
270 flow->paintOutline(info.context, tx, ty);
H A DInlineFlowBox.cpp380 InlineFlowBox* flow = static_cast<InlineFlowBox*>(curr); local
381 logicalLeft += flow->marginLogicalLeft();
384 logicalLeft = flow->placeBoxesInInlineDirection(logicalLeft, needsWordSpacing, textBoxDataMap);
387 logicalLeft += flow->marginLogicalRight();
854 InlineFlowBox* flow = static_cast<InlineFlowBox*>(curr); local
855 flow->computeOverflow(lineTop, lineBottom, textBoxDataMap);
856 if (!flow->boxModelObject()->hasSelfPaintingLayer())
857 logicalVisualOverflow.unite(flow->logicalVisualOverflowRect(lineTop, lineBottom));
858 IntRect childLayoutOverflow = flow->logicalLayoutOverflowRect(lineTop, lineBottom);
859 childLayoutOverflow.move(flow
[all...]
H A DRenderInline.cpp427 RenderBoxModelObject* flow = continuationBefore(beforeChild); local
433 RenderBoxModelObject* cont = nextContinuation(flow);
437 beforeChildParent = flow;
447 bool flowInline = flow->isInline();
449 if (flow == beforeChildParent)
450 return flow->addChildIgnoringContinuation(newChild, beforeChild);
457 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
1196 // We have to split the parent flow.
H A DRenderBlockLineLayout.cpp353 // Set bits on our inline flow boxes that indicate which sides should
605 // compute accurate widths for the inline flow boxes).
628 // to update the static normal flow x/y of positioned elements.
882 // of normal flow. Don't need to worry about height any more.
1030 // inline flow boxes.
1550 static bool inlineFlowRequiresLineBox(RenderInline* flow) argument
1555 return !flow->firstChild() && flow->hasInlineDirectionBordersPaddingOrMargin();
H A DRenderBox.cpp1340 // Our object was a block originally, so we make our normal flow position be
1343 // in flow). This value was cached in the y() of the box.
1554 // FIXME: This calculation is not patched for block-flow yet.
1566 // FIXME: Account for block-flow in flexible boxes.
1581 // FIXME: Account for block-flow in flexible boxes.
1700 } else // FIXME: If the containing block flow is perpendicular to our direction we need to use the available logical height instead.
1721 // FIXME: Think about block-flow here. Need to find out how marquee direction relates to
1722 // block-flow (as well as how marquee overflow should relate to block flow).
1732 // FIXME: Think about block-flow her
2158 const RenderInline* flow = toRenderInline(containingBlock); local
2198 const RenderInline* flow = toRenderInline(containingBlock); local
2556 const RenderInline* flow = toRenderInline(containerBlock); local
2981 const RenderInline* flow = toRenderInline(containerBlock); local
[all...]
/external/icu4c/samples/layout/
H A Dpflow.c110 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
222 pf_close(pf_flow *flow) argument
245 pf_getAscent(pf_flow *flow) argument
252 pf_getLineHeight(pf_flow *flow) argument
259 pf_getLineCount(pf_flow *flow) argument
276 pf_breakLines(pf_flow *flow, le_int32 width, le_int32 height) argument
315 pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) argument
[all...]
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c475 * We do not need to decrease window for host flow control,
476 * host flow control does not receive an event back from controller
896 FLOW_SPEC flow; local
900 STREAM_TO_UINT8 (flow.qos_flags, p);
901 STREAM_TO_UINT8 (flow.service_type, p);
902 STREAM_TO_UINT32 (flow.token_rate, p);
903 STREAM_TO_UINT32 (flow.peak_bandwidth, p);
904 STREAM_TO_UINT32 (flow.latency, p);
905 STREAM_TO_UINT32 (flow.delay_variation, p);
907 btm_qos_setup_complete(status, handle, &flow);
[all...]
/external/opencv/cv/src/
H A Dcvemd.cpp176 CvMat flow_stub, *flow = (CvMat*)flow_matrix; local
195 if( flow )
197 CV_CALL( flow = cvGetMat( flow, &flow_stub ));
199 if( flow->rows != size1 || flow->cols != size2 )
201 "The flow matrix size does not match to the signatures' sizes" );
203 if( CV_MAT_TYPE( flow->type ) != CV_32FC1 )
204 CV_ERROR( CV_StsUnsupportedFormat, "The flow matrix must be 32fC1" );
302 /* compute the total flow */
[all...]
H A Dcvstereogc.cpp140 int64 flow = 0; local
245 flow += min_weight;
364 return flow;
/external/ping6/
H A Dping6.c2424 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; local
2434 (ip6->ip6_vfc & IPV6_VERSION_MASK) >> 4, tc, (u_int32_t)ntohl(flow),
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h734 FLOW_SPEC flow; member in struct:__anon1171

Completed in 550 milliseconds

12