HomeSort by relevance Sort by last modified time
    Searched refs:flow (Results 76 - 100 of 299) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/packages/Osu/src/com/android/hotspot2/app/
OSUData.java 6 import com.android.hotspot2.flow.OSUInfo;
  /system/bt/btif/include/
btif_pan_internal.h 81 int flow; // 1: outbound data flow on; 0: outbound data flow off member in struct:__anon105916
  /device/google/dragon/audio/hal/
cras_dsp_pipeline.c 119 /* The instance where the audio data flow in */
122 /* The instance where the audio data flow out */
171 struct flow *flow; local
180 flow = ARRAY_ELEMENT(&ini->flows, flow_id);
183 plugin = flow->from;
184 index = flow->from_port;
282 struct flow *flow; local
298 flow = ARRAY_ELEMENT(&ini->flows, flow_id)
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/css/
default.css     [all...]
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.6.201602180812/
org.jacoco.core-0.7.6.201602180812.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.7.201606060606/
org.jacoco.core-0.7.7.201606060606.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.8/
org.jacoco.core-0.7.8.jar 
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /system/bt/stack/rfcomm/
port_rfc.cc 304 /* Negotiate the flow control mechanism. If flow control mechanism for */
307 /* use that. Otherwise both must want credit based, so use that. If flow is
310 if (p_mcb->flow == PORT_FC_UNDEFINED) {
313 p_mcb->flow = PORT_FC_TS710;
315 p_mcb->flow = PORT_FC_CREDIT;
319 /* Regardless of our flow control mechanism, if the PN cl is zero, we must */
330 } else if (p_mcb->flow == PORT_FC_CREDIT) {
340 /* must not be using credit based flow control; use TS 7.10 */
367 /* Flow control mechanism not set yet. Negotiate flow control mechanism. *
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
ClassProbesAdapter.java 12 package org.jacoco.core.internal.flow;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
MethodInstrumenter.java 14 import org.jacoco.core.internal.flow.IFrame;
15 import org.jacoco.core.internal.flow.LabelInfo;
16 import org.jacoco.core.internal.flow.MethodProbesVisitor;
  /frameworks/base/core/java/android/net/
IpSecTransform.java 323 mConfig.flow[direction].encryption = algo;
338 mConfig.flow[direction].authentication = algo;
363 mConfig.flow[direction].spi = spi.getSpi();
  /libcore/ojluni/src/main/java/java/net/
PlainDatagramSocketImpl.java 84 SocketFlow flow = SocketFlow.create(); local
85 getFlowOption(getFileDescriptor(), flow); local
86 return (T)flow;
PlainSocketImpl.java 99 SocketFlow flow = SocketFlow.create(); local
100 getFlowOption(getFileDescriptor(), flow); local
101 return (T)flow;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
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...]
  /toolchain/binutils/binutils-2.25/opcodes/
arc-dis.c 566 state->flow = noflow;
591 state->flow = invalid_instr;
621 state->flow = invalid_instr;
649 state->flow = invalid_instr;
704 state->flow=invalid_instr;
720 state->flow = invalid_instr;
800 state->flow=invalid_instr;
889 state->flow = state->_opcode == op_BLC /* BL */
915 state->flow = is_linked ? direct_call : direct_jump;
924 state->flow = is_linked ? indirect_call : indirect_jump
    [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...]

Completed in 1210 milliseconds

1 2 34 5 6 7 8 91011>>