HomeSort by relevance Sort by last modified time
    Searched refs:flow (Results 126 - 150 of 226) sorted by null

1 2 3 4 56 7 8 910

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 156 unsigned int flow : 1; member in struct:nv50_ir::Target::OpInfo
  /system/bt/stack/rfcomm/
port_int.h 47 ** Flow control configuration values for the mux
49 #define PORT_FC_UNDEFINED 0 /* mux flow control mechanism not defined yet */
50 #define PORT_FC_TS710 1 /* use TS 07.10 flow control */
51 #define PORT_FC_CREDIT 2 /* use RFCOMM credit based flow control */
59 BOOLEAN peer_fc; /* TRUE if flow control is set based on peer's request */
60 BOOLEAN user_fc; /* TRUE if flow control is set based on user's request */
108 UINT8 flow; /* flow control mechanism for this mux */ member in struct:__anon72845
198 UINT16 credit_tx; /* Flow control credits for tx path */
199 UINT16 credit_rx; /* Flow control credits for rx path, this is *
    [all...]
rfc_utils.c 403 ** flow had halted, it restarts it.
410 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
434 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
  /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 250 int flow; member in struct:thread_options
474 int32_t flow; member in struct:thread_options_pack
  /external/opencv3/modules/java/src/
video+Video.java 131 // C++: void calcOpticalFlowFarneback(Mat prev, Mat next, Mat& flow, double pyr_scale, int levels, int winsize, int iterations, int poly_n, double poly_sigma, int flags)
134 //javadoc: calcOpticalFlowFarneback(prev, next, flow, pyr_scale, levels, winsize, iterations, poly_n, poly_sigma, flags)
135 public static void calcOpticalFlowFarneback(Mat prev, Mat next, Mat flow, double pyr_scale, int levels, int winsize, int iterations, int poly_n, double poly_sigma, int flags)
138 calcOpticalFlowFarneback_0(prev.nativeObj, next.nativeObj, flow.nativeObj, pyr_scale, levels, winsize, iterations, poly_n, poly_sigma, flags);
267 // C++: void calcOpticalFlowFarneback(Mat prev, Mat next, Mat& flow, double pyr_scale, int levels, int winsize, int iterations, int poly_n, double poly_sigma, int flags)
  /external/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."
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmdeviceapi.h 147 EDataFlow flow,
191 EDataFlow flow,
216 #define IMMNotificationClient_OnDefaultDeviceChanged(This,flow,role,pwstrDeviceId) (This)->lpVtbl->OnDefaultDeviceChanged(This,flow,role,pwstrDeviceId)
239 static FORCEINLINE HRESULT IMMNotificationClient_OnDefaultDeviceChanged(IMMNotificationClient* This,EDataFlow flow,ERole role,LPCWSTR pwstrDeviceId) {
240 return This->lpVtbl->OnDefaultDeviceChanged(This,flow,role,pwstrDeviceId);
277 EDataFlow flow,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
client.py 66 # Constant to use for the out of band OAuth 2.0 flow.
128 """The client secrets file called for an unknown type of OAuth 2.0 flow. """
309 class Flow(object):
310 """Base class for all Flow objects."""
907 Credentials objects are usually instantiated by a Flow.
    [all...]
  /system/bt/btif/src/
btif_pan.c 140 btpan_cb.flow = 1;
394 btpan_cb.flow = enable;
523 btpan_cb.flow = 1;
733 for (int i = 0; i < PAN_BUF_MAX && btif_is_enabled() && btpan_cb.flow; i++) {
797 if (btpan_cb.flow) {
798 //add fd back to monitor thread when the flow is on
  /external/v8/tools/
tickprocessor-driver.js 29 // Tick Processor's code flow.
  /frameworks/base/core/java/android/widget/
GridView.java 323 private View makeRow(int startPos, int y, boolean flow) {
365 final int where = flow ? -1 : pos - startPos;
366 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
flow.d 2 #name: flow
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128-nodeps.jar 
  /external/chromium-trace/catapult/systrace/profile_chrome/
main.py 36 categories.append('disabled-by-default-toplevel.flow')
113 chrome_opts.add_option('--trace-flow', help='Enable extra trace categories '
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
Instrumenter.java 26 import org.jacoco.core.internal.flow.ClassProbesAdapter;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
ClassProbesAdapterTest.java 12 package org.jacoco.core.internal.flow;
  /external/llvm/tools/dsymutil/
DebugMap.h 206 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
  /external/opencv3/modules/cudaoptflow/src/
brox.cpp 67 virtual void calc(InputArray I0, InputArray I1, InputOutputArray flow, Stream& stream);
91 //! flow smoothness
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 218 unsigned long flow; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 218 unsigned long flow; member in struct:asyport

Completed in 885 milliseconds

1 2 3 4 56 7 8 910