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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
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...]
popt.go 222 // Control flow analysis. The Flow structures hold predecessor and successor
226 // ... use flow graph ...
229 // Typical uses of the flow graph are to iterate over all the flow-relevant instructions:
245 // for which the flow code will build a graph. Functions larger than this limit
246 // will not have flow graphs and consequently will not be optimized.
276 ff := make([]Flow, nf)
279 var last *Flow
300 var f1 *Flow
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
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...]
popt.go 219 // Control flow analysis. The Flow structures hold predecessor and successor
223 // ... use flow graph ...
226 // Typical uses of the flow graph are to iterate over all the flow-relevant instructions:
242 // for which the flow code will build a graph. Functions larger than this limit
243 // will not have flow graphs and consequently will not be optimized.
273 ff := make([]Flow, nf)
276 var last *Flow
297 var f1 *Flow
    [all...]
  /prebuilts/go/linux-x86/test/chan/
select3.go 19 panic("control flow shouldn't reach here")
  /system/bt/stack/rfcomm/
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)
  /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
  /prebuilts/go/darwin-x86/src/cmd/vet/
deadcode.go 191 // no control flow
207 // identifying dead code, continue redirects control flow just
  /prebuilts/go/linux-x86/src/cmd/vet/
deadcode.go 191 // no control flow
207 // identifying dead code, continue redirects control flow just
  /system/bt/btif/co/
bta_pan_co.c 48 ** Returns Data flow mask.
102 btpan_cb.flow = 1;
270 ** Returns TRUE if flow enabled
294 ** data flow on the RX path when it is configured to use
295 ** a push interface. If data flow is disabled the phone must
297 ** until data flow is enabled again.
  /system/bt/stack/btm/
btm_acl.c     [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
popt.go 222 // Control flow analysis. The Flow structures hold predecessor and successor
226 // ... use flow graph ...
229 // Typical uses of the flow graph are to iterate over all the flow-relevant instructions:
245 // for which the flow code will build a graph. Functions larger than this limit
246 // will not have flow graphs and consequently will not be optimized.
276 ff := make([]Flow, nf)
279 var last *Flow
300 var f1 *Flow
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
popt.go 219 // Control flow analysis. The Flow structures hold predecessor and successor
223 // ... use flow graph ...
226 // Typical uses of the flow graph are to iterate over all the flow-relevant instructions:
242 // for which the flow code will build a graph. Functions larger than this limit
243 // will not have flow graphs and consequently will not be optimized.
273 ff := make([]Flow, nf)
276 var last *Flow
297 var f1 *Flow
    [all...]
  /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...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
credentials_lib.py 450 flow = oauth2client.client.OAuth2WebServerFlow(**client_info)
452 credentials = tools.run_flow(flow, credential_store, flags)

Completed in 1409 milliseconds

1 2 3 4 5 67 8 91011>>