HomeSort by relevance Sort by last modified time
    Searched refs:flow (Results 151 - 175 of 339) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/bt/btif/co/
bta_pan_co.cc 49 * Returns Data flow mask.
100 btpan_cb.flow = 1;
246 * Returns true if flow enabled
264 * data flow on the RX path when it is configured to use
265 * a push interface. If data flow is disabled the phone must
267 * until data flow is enabled again.
  /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 */
58 bool peer_fc; /* true if flow control is set based on peer's request */
59 bool user_fc; /* true if flow control is set based on user's request */
104 uint8_t flow; /* flow control mechanism for this mux */ member in struct:__anon2509
196 uint16_t credit_tx; /* Flow control credits for tx path */
197 uint16_t credit_rx; /* Flow control credits for rx path, this is *
    [all...]
rfc_utils.cc 372 * flow had halted, it restarts it.
378 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) {
399 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
shortcircuit.go 68 // Step 3: Redirect control flow around known branches.
layout.go 7 // layout orders basic blocks in f with the goal of minimizing control flow instructions.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
shortcircuit.go 68 // Step 3: Redirect control flow around known branches.
layout.go 7 // layout orders basic blocks in f with the goal of minimizing control flow instructions.
  /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...]
  /system/bt/btif/src/
btif_pan.cc 136 btpan_cb.flow = 1;
369 btpan_cb.flow = enable;
482 btpan_cb.flow = 1;
677 for (int i = 0; i < PAN_BUF_MAX && btif_is_enabled() && btpan_cb.flow; i++) {
747 if (btpan_cb.flow) {
748 // add fd back to monitor thread when the flow is on
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
MethodAnalyzerTest.java 23 import org.jacoco.core.internal.flow.IProbeIdGenerator;
24 import org.jacoco.core.internal.flow.LabelFlowAnalyzer;
25 import org.jacoco.core.internal.flow.MethodProbesAdapter;
207 * {@link MethodAnalyzer#visitJumpInsnWithProbe(int, Label, int, org.jacoco.core.internal.flow.IFrame)}.
  /libcore/ojluni/src/main/java/sun/nio/ch/
Net.java 357 SocketFlow flow = SocketFlow.create();
358 ExtendedOptionsImpl.getFlowOption(fd, flow);
359 return flow;
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 393 // appearance of statements that affect the flow of control.
395 // Find first statement that affects flow of control (break, continue, if, etc.).
464 // Control flow statements are easy.
520 // If not a control flow statement, it is a declaration, expression, call, etc. and it may have a function literal.
531 // endsBasicSourceBlock reports whether s changes the flow of control: break, if, etc.,
556 // Calls to panic change the flow.
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 393 // appearance of statements that affect the flow of control.
395 // Find first statement that affects flow of control (break, continue, if, etc.).
464 // Control flow statements are easy.
520 // If not a control flow statement, it is a declaration, expression, call, etc. and it may have a function literal.
531 // endsBasicSourceBlock reports whether s changes the flow of control: break, if, etc.,
556 // Calls to panic change the flow.
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler_test.cc 459 auto flow = ops::Const<float>(scope, {}); local
460 auto grad1 = ops::TensorArrayGrad(scope, arg, flow, "grad1");
528 auto flow = ops::Const<float>(scope, {}); local
529 auto grad1 = ops::TensorArrayGrad(scope, arg, flow, "grad1");
560 auto flow = ops::Const<float>(scope, {}); local
561 auto grad1 = ops::TensorArrayGrad(scope, arg, flow, "grad2");
  /external/fio/
thread_options.h 293 int flow; member in struct:thread_options
563 int32_t flow; member in struct:thread_options_pack
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_time.md 145 In the chrome://tracing UI, click "Flow Event" in "View Options" of upper
146 right corner to see the flow of tensors.
  /external/v8/tools/
tickprocessor-driver.js 29 // Tick Processor's code flow.
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg_test.go 175 t.Logf("control flow graph:\n%s", g.Format(fset))
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
cfg_test.go 175 t.Logf("control flow graph:\n%s", g.Format(fset))
  /test/framework/harnesses/host_controller/build/
build_provider_pab.py 130 flow = flow_from_clientsecrets(self.CLIENT_SECRETS, scope=self.SCOPE)
136 self._credentials = run_flow(flow, storage, flags)
198 raise ValueError('Wrong password or non-standard login flow')
  /toolchain/binutils/binutils-2.27/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 
  /tools/tradefederation/core/res/jacoco/
jacocoant.jar 

Completed in 440 milliseconds

1 2 3 4 5 67 8 91011>>