HomeSort by relevance Sort by last modified time
    Searched refs:flow (Results 51 - 75 of 179) sorted by null

1 23 4 5 6 7 8

  /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...]
  /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...]
  /external/chromium_org/media/audio/win/
core_audio_util_win.h 56 // Number of active audio devices in the specified flow data flow direction.
65 // Creates a default endpoint device that is specified by a data-flow
106 // default device for the specified by a data-flow direction and role.
108 EDataFlow flow, ERole role, const std::string& device_id);
114 // manage the flow of audio data between the application and an audio endpoint
118 // flow direction and role is define by |data_flow| and |role|.
133 // |audio_device|. Flow direction and role is define by the |audio_device|.
150 // default IMMDevice where flow direction and role is define by |data_flow|
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/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 166 inline bool requiresLineBoxForContent(RenderInline* flow, const LineInfo& lineInfo)
168 RenderObject* parent = flow->parent();
169 if (flow->document().inNoQuirksMode()
170 && (flow->style(lineInfo.isFirstLine())->lineHeight() != parent->style(lineInfo.isFirstLine())->lineHeight()
171 || flow->style()->verticalAlign() != parent->style()->verticalAlign()
172 || !parent->style()->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(flow->style()->font().fontMetrics())))
177 inline bool alwaysRequiresLineBox(RenderObject* flow)
182 return isEmptyInline(flow) && toRenderInline(flow)->hasInlineDirectionBordersPaddingOrMargin();
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
port_rfc.c 328 /* Negotiate the flow control mechanism. If flow control mechanism for */
330 /* use that. Otherwise both must want credit based, so use that. If flow is */
332 if (p_mcb->flow == PORT_FC_UNDEFINED)
336 p_mcb->flow = PORT_FC_TS710;
340 p_mcb->flow = PORT_FC_CREDIT;
344 /* Regardless of our flow control mechanism, if the PN cl is zero, we must */
354 else if (p_mcb->flow == PORT_FC_CREDIT)
366 /* must not be using credit based flow control; use TS 7.10 */
394 /* Flow control mechanism not set yet. Negotiate flow control mechanism. *
    [all...]
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/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_reset.css 8 flex-flow: column;
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
scope_approval_dialog.js 9 * flow, and unhides the dialog once the page has loaded.
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 39 operations at any time. The data flow from the application to GL
320 flow from application to OpenGL, as well as data flow from OpenGL to
  /external/chromium_org/third_party/webrtc/tools/rtcbot/test/
simple_offer_answer.js 12 // does not verifies that media can flow between the peers.
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-2.js 29 // control flow in the register allocator.
  /external/mesa3d/docs/OLD/
MESA_trace.spec 39 operations at any time. The data flow from the application to GL
320 flow from application to OpenGL, as well as data flow from OpenGL to
  /external/chromium_org/chrome/browser/resources/history/
history_mobile.css 18 -webkit-flex-flow: column;
203 -webkit-flex-flow: column;
  /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
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 156 unsigned int flow : 1; member in struct:nv50_ir::Target::OpInfo
  /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/chromium_org/chrome/browser/resources/chromeos/keyboard/
keyboard_utils.js 100 * Initializes event handling for arrow keys driven focus flow.
  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.css 138 -webkit-flex-flow: column;
  /external/chromium_org/v8/test/webkit/
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 50 // Trick to delay control flow graph simplification until after the flush of x above gets turned into a phantom.
dfg-cse-cfa-discrepancy.js 25 "Tests stability when the CFA finds a constant in block-local data flow over captured variables but the CSE doesn't because of differences in heap modeling."
dfg-inline-arguments-osr-exit-and-capture.js 25 "Tests what happens if you OSR exit within inlined code that has interesting control flow with arguments that are specially formatted and you capture the arguments reflectively after the OSR exit."
  /external/fio/
Android.mk 26 cconv.c client.c filelock.c flow.c gettime-thread.c idletime.c io_u_queue.c \
thread_options.h 245 int flow; member in struct:thread_options
463 int32_t flow; member in struct:thread_options_pack
  /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...]

Completed in 1567 milliseconds

1 23 4 5 6 7 8