HomeSort by relevance Sort by last modified time
    Searched defs:flow (Results 1 - 25 of 40) sorted by null

1 2

  /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/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...]
sync_setup_flow.cc 73 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_|.
sync_setup_wizard_unittest.cc 149 // 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()->current_state_)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/nas/
SDL_nasaudio.h 45 AuFlowID flow; member in struct:SDL_PrivateAudioData
  /external/tcpdump/
print-ip6.c 60 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 & 0x000fffff)
    [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_apitest.cc 446 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
448 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
474 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
476 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
493 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
495 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
515 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
517 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
548 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
550 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
579 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
610 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
629 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
647 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
667 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
684 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
701 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
718 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
750 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
768 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
806 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
943 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
982 TestOAuth2MintTokenFlow* flow = new TestOAuth2MintTokenFlow( local
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_if.c 132 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
port_int.h 45 ** Flow control configuration values for the mux
47 #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:__anon3956
198 UINT16 credit_tx; /* Flow control credits for tx path */
199 UINT16 credit_rx; /* Flow control credits for rx path, this is *
    [all...]
  /external/chromium/chrome/browser/remoting/
setup_flow.h 34 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
  /external/chromium_org/media/audio/win/
core_audio_util_win_unittest.cc 68 EDataFlow flow; member in struct:media::__anon11356
79 // Create default devices for all flow/role combinations above.
83 CoreAudioUtil::CreateDefaultDevice(data[i].flow, data[i].role);
85 EXPECT_EQ(data[i].flow, CoreAudioUtil::GetDataFlow(audio_device));
88 // Only eRender and eCapture are allowed as flow parameter.
123 EDataFlow flow; member in struct:media::__anon11357
132 // Get name and ID of default devices for all flow/role combinations above.
137 CoreAudioUtil::CreateDefaultDevice(data[i].flow, data[i].role);
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.cc 79 CloudPrintSetupFlow* flow = new CloudPrintSetupFlow(json_args, profile, local
90 browser::ShowHtmlDialog(parent_window, profile, flow);
91 return flow;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
locally_managed_user_creation_screen_handler.cc 356 UserFlow* flow = new LocallyManagedUserCreationFlow(manager_username); local
357 UserManager::Get()->SetUserFlow(manager_username, flow);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.cpp 233 RenderInline* flow = *it; local
234 flow->paintOutline(info, paintOffset);
  /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_org/third_party/WebKit/Source/devtools/front_end/
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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 156 unsigned int flow : 1; member in struct:nv50_ir::Target::OpInfo
nv50_ir.cpp 974 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) : local
977 Instruction::clone(pol, flow);
978 flow->allWarp = allWarp;
979 flow->absolute = absolute;
980 flow->limit = limit;
981 flow->builtin = builtin;
984 flow->target.builtin = target.builtin;
987 flow->target.fn = target.fn;
990 flow->target.bb = pol.get<BasicBlock>(target.bb);
992 return flow;
    [all...]
  /external/icu4c/samples/layout/
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/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 156 unsigned int flow : 1; member in struct:nv50_ir::Target::OpInfo
nv50_ir.cpp 974 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) : local
977 Instruction::clone(pol, flow);
978 flow->allWarp = allWarp;
979 flow->absolute = absolute;
980 flow->limit = limit;
981 flow->builtin = builtin;
984 flow->target.builtin = target.builtin;
987 flow->target.fn = target.fn;
990 flow->target.bb = pol.get<BasicBlock>(target.bb);
992 return flow;
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 69 /// of bit values and the YAML representation is a flow sequence of
135 // a flow sequence (e.g. [a,b,c]).
136 // static const bool flow = true;
263 struct Fallback { bool flow; }; member in struct:llvm::yaml::has_FlowTraits::Fallback
267 static char (&f(SameType<bool Fallback::*, &C::flow>*))[1];
1056 /// should be considered a YAML flow sequence.
1070 static const bool flow = true; \
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 176 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...]

Completed in 2299 milliseconds

1 2