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

1 2 3 4 56 7 8 91011>>

  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
LabelInfo.java 12 package org.jacoco.core.internal.flow;
17 * Data container that is attached to {@link Label#info} objects to store flow
79 * Checks whether multiple control paths lead to a label. Control flow path
81 * control flow from its predecessor instruction (unless this is an
MethodProbesAdapter.java 12 package org.jacoco.core.internal.flow;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelInfoTest.java 12 package org.jacoco.core.internal.flow;
MethodSanitizerTest.java 12 package org.jacoco.core.internal.flow;
  /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:__anon74374
198 UINT16 credit_tx; /* Flow control credits for tx path */
199 UINT16 credit_rx; /* Flow control credits for rx path, this is *
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
esc.go 166 // function to dig out flow(dst,src) edges between any
169 // return value, they store a flow(theSink, src) edge to a fake node
171 // flow(closure, &var) is recorded and the flow of a closure itself to
310 // with copies where paths flow from destination to source.
317 Escflowsrc *NodeList // flow(this, src)
369 // (and its additional parameter flow flags) and a new escape type.
403 // flow to.
447 // flow-analyze functions
1077 // the operands flow into the result
    [all...]
plive.go 71 // Computed during livenesssolve using control flow information:
142 // stream. Any control flow, such as branches or fall throughs, that target the
264 // A pretty printer for control flow graphs. Takes an array of BasicBlock*s.
362 // analysis is to add these missing edges to complete the control flow graph.
381 // The drop through should flow to the selectgo block
399 // The entry point for the missing selectgo control flow algorithm. Takes an
407 // Constructs a control flow graph from a sequence of instructions. This
408 // procedure is complicated by various sources of implicit control flow that are
410 // array of BasicBlock*s in control flow graph form (basic blocks ordered by
422 // These blocks will be revisited to add successor control flow edges
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
esc.go 163 // function to dig out flow(dst,src) edges between any
166 // return value, they store a flow(theSink, src) edge to a fake node
168 // flow(closure, &var) is recorded and the flow of a closure itself to
307 // with copies where paths flow from destination to source.
314 Escflowsrc *NodeList // flow(this, src)
366 // (and its additional parameter flow flags) and a new escape type.
400 // flow to.
444 // flow-analyze functions
1074 // the operands flow into the result
    [all...]
plive.go 68 // Computed during livenesssolve using control flow information:
139 // stream. Any control flow, such as branches or fall throughs, that target the
261 // A pretty printer for control flow graphs. Takes an array of BasicBlock*s.
359 // analysis is to add these missing edges to complete the control flow graph.
378 // The drop through should flow to the selectgo block
396 // The entry point for the missing selectgo control flow algorithm. Takes an
404 // Constructs a control flow graph from a sequence of instructions. This
405 // procedure is complicated by various sources of implicit control flow that are
407 // array of BasicBlock*s in control flow graph form (basic blocks ordered by
419 // These blocks will be revisited to add successor control flow edges
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
esc.go 166 // function to dig out flow(dst,src) edges between any
169 // return value, they store a flow(theSink, src) edge to a fake node
171 // flow(closure, &var) is recorded and the flow of a closure itself to
310 // with copies where paths flow from destination to source.
317 Escflowsrc *NodeList // flow(this, src)
369 // (and its additional parameter flow flags) and a new escape type.
403 // flow to.
447 // flow-analyze functions
1077 // the operands flow into the result
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
esc.go 163 // function to dig out flow(dst,src) edges between any
166 // return value, they store a flow(theSink, src) edge to a fake node
168 // flow(closure, &var) is recorded and the flow of a closure itself to
307 // with copies where paths flow from destination to source.
314 Escflowsrc *NodeList // flow(this, src)
366 // (and its additional parameter flow flags) and a new escape type.
400 // flow to.
444 // flow-analyze functions
1074 // the operands flow into the result
    [all...]
  /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."