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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/paint/
LineBoxListPainter.cpp 51 RenderInline* flow = *it; local
52 InlinePainter(*flow).paintOutline(info, paintOffset);
BlockPainter.cpp 487 RenderInline* flow = *it; local
488 RenderBlock* block = flow->containingBlock();
492 InlinePainter(*flow).paintOutline(info, accumulatedPaintOffset);
  /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/browser/extensions/api/identity/
gaia_web_auth_flow_unittest.cc 103 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
104 flow->Start();
109 flow->OnAuthFlowTitleChange(GetFinalTitle("error=access_denied"));
113 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
114 flow->Start();
116 flow->OnAuthFlowTitleChange(GetFinalTitle("access_token=fake_access_token"));
120 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
121 flow->Start();
123 flow->OnAuthFlowTitleChange(
128 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow() local
142 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
158 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
173 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
185 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
197 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
204 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
218 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
229 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); local
    [all...]
  /external/fio/
flow.c 18 struct fio_flow *flow = td->flow; local
21 if (!flow)
24 sign = td->o.flow > 0 ? 1 : -1;
25 if (sign * flow->flow_counter > td->o.flow_watermark) {
35 * matter if the flow count is slightly inaccurate */
36 flow->flow_counter += td->o.flow;
42 struct fio_flow *flow = NULL; local
51 flow = flist_entry(n, struct fio_flow, list)
    [all...]
  /bionic/libc/kernel/uapi/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /development/ndk/platforms/android-L/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_if.c 134 UINT8 flow; local
144 /* Negotiate the flow control mechanism. If flow control mechanism for */
147 flow = (p_mcb->flow == PORT_FC_UNDEFINED) ? PORT_FC_DEFAULT : p_mcb->flow;
150 if (flow == PORT_FC_CREDIT)
270 ** 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:__anon6315
198 UINT16 credit_tx; /* Flow control credits for tx path */
199 UINT16 credit_rx; /* Flow control credits for rx path, this is *
    [all...]
  /external/kernel-headers/original/uapi/linux/hsi/
hsi_char.h 52 uint32_t flow; member in struct:hsc_rx_config
  /external/bluetooth/bluedroid/btif/include/
btif_pan_internal.h 82 int flow; // 1: outbound data flow on; 0: outbound data flow off member in struct:__anon5670
  /external/chromium_org/media/audio/win/
core_audio_util_win_unittest.cc 68 EDataFlow flow; member in struct:media::__anon13175
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::__anon13176
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_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_screen.cc 211 UserFlow* flow = new SupervisedUserCreationFlow(manager_id); local
212 ChromeUserManager::Get()->SetUserFlow(manager_id, flow);
400 // We might reuse some error messages from ordinary user flow.
  /external/chromium_org/third_party/icu/source/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/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/icu/icu4c/source/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/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...]
cvstereogc.cpp 140 int64 flow = 0; local
245 flow += min_weight;
364 return flow;
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 493 * We do not need to decrease window for host flow control,
494 * host flow control does not receive an event back from controller
922 FLOW_SPEC flow; local
926 STREAM_TO_UINT8 (flow.qos_flags, p);
927 STREAM_TO_UINT8 (flow.service_type, p);
928 STREAM_TO_UINT32 (flow.token_rate, p);
929 STREAM_TO_UINT32 (flow.peak_bandwidth, p);
930 STREAM_TO_UINT32 (flow.latency, p);
931 STREAM_TO_UINT32 (flow.delay_variation, p);
933 btm_qos_setup_complete(status, handle, &flow);
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 71 /// of bit values and the YAML representation is a flow sequence of
141 // a flow sequence (e.g. [a,b,c]).
142 // static const bool flow = true;
290 struct Fallback { bool flow; }; member in struct:llvm::yaml::has_FlowTraits::Fallback
294 static char (&f(SameType<bool Fallback::*, &C::flow>*))[1];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 418 InlineFlowBox* flow = toInlineFlowBox(curr); local
419 logicalLeft += flow->marginLogicalLeft();
422 logicalLeft = flow->placeBoxesInInlineDirection(logicalLeft, needsWordSpacing);
425 logicalLeft += flow->marginLogicalRight();
975 InlineFlowBox* flow = toInlineFlowBox(curr); local
    [all...]
RenderInline.cpp 176 // If we are no longer in-flow positioned but our descendant block(s) still have an in-flow positioned ancestor then
177 // their containing anonymous block should keep its in-flow positioning.
210 // If an inline's outline or in-flow positioning has changed then any descendant blocks will need to change their styles accordingly.
340 // If inside an inline affected by in-flow positioning the block needs to be affected by it too.
521 RenderBoxModelObject* flow = continuationBefore(beforeChild); local
527 RenderBoxModelObject* cont = nextContinuation(flow);
531 beforeChildParent = flow;
541 bool flowInline = flow->isInline();
543 if (flow == beforeChildParent
    [all...]

Completed in 2668 milliseconds

1 2