Searched
full:edges (Results
676 -
700 of
1364) sorted by null
<<21222324252627282930>>
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAToDFAConverter.java | 338 // might have both token and predicated edges from d 345 * if COLLAPSE_ALL_INCIDENT_EDGES, however, try to merge all edges from 347 * is to reduce to a single EOT edge any set of edges from d to targetState 349 * bother to test any other edges. Example: 396 * The DFA originally has 3 edges going to the state the predicts alt 3, [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Grammar.java | 293 /** The NFA that represents the grammar with edges labelled with tokens 486 * incident edges can have synpreds. Same is try for 1206 List<IntervalSet> edges = new ArrayList<IntervalSet>(); local [all...] |
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/ |
test_graph.py | 202 # Same graph as before, but with edges 277 # edges. This results in the same test results
|
/external/clang/lib/CodeGen/ |
CGCleanup.h | 68 /// Whether this cleanup needs to be run along normal edges. 71 /// Whether this cleanup needs to be run along exception edges.
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_deadlock_detector_test.cc | 196 // make sure no edges from or to l0,l1,l4,l5 left. 481 // The edges from or to the removed nodes should be gone.
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SCCP.java | 59 /** Worklist for SSA edges. This is a list of registers to process */ 62 * Worklist for SSA edges that represent varying values. It makes the
|
/external/icu/icu4c/source/samples/uciter8/ |
uit_len8.c | 251 /* shortcuts: pinning to the edges of the string */ 300 /* move towards the requested position, pin to the edges of the string */
|
/external/libhevc/decoder/ |
ihevcd_deblk.c | 83 * horizontal edges is done. Both the luma and chroma 165 /* ctb_size/8 is the number of edges per CTB
|
/external/libvpx/libvpx/vp8/common/ |
reconinter.c | 303 * This limit kicks in at 19 pixels for the top and left edges, for 305 * filtering. The bottom and right edges use 16 pixels plus 2 pixels
|
/external/llvm/include/llvm/Analysis/ |
CGSCCPassManager.h | 15 /// interprocedural optimizations for all call edges in the program. At each 470 // edges!
|
LoopInfoImpl.h | 389 // Continue traversal along predecessors that are not loop-back edges from 458 /// this part of the algorithm is linear in the number of CFG edges. Subloop and
|
/external/llvm/include/llvm/CodeGen/ |
MachineFunction.h | 567 // a function is considered to be when traversing the predecessor edges of a BB 568 // instead of the successor edges.
|
/external/llvm/lib/CodeGen/ |
PostRASchedulerList.cpp | 391 // the def's anti-dependence *and* output-dependence edges due to 393 // edges based on the next live range of the register.
|
/external/llvm/lib/Target/BPF/ |
BPFISelLowering.cpp | 564 // Update machine-CFG edges by transferring all successors of the current 623 // Update machine-CFG edges
|
/external/llvm/lib/Target/Hexagon/ |
BitTracker.h | 65 EdgeSetType EdgeExec; // Executable flow graph edges. 67 EdgeQueueType FlowQ; // Work queue of CFG edges.
|
/external/llvm/lib/Transforms/Utils/ |
LoopUnroll.cpp | 92 // incoming edges. This occurs when there are multiple edges from
|
LowerSwitch.cpp | 163 /// value. When the switch statement is converted these incoming edges are now 166 /// multiple outcome edges are condensed into one. This is necessary to keep the
|
SimplifyIndVar.cpp | 486 // self edges first. 545 // Bypass back edges to avoid extra work.
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
irreducible.ll | 53 ; intercepts all the edges to the headers. All backedges and entries point to 386 ; loop headers are affected by the weight of their corresponding back edges.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_line.c | 637 /* both fill conventions want this - adjust for left edges */ 674 * triangles edges don't diverge quickly enough to trivially reject
|
lp_setup_tri.c | 434 /* both fill conventions want this - adjust for left edges */ 493 * triangles edges don't diverge quickly enough to trivially reject
|
/external/opencv3/samples/gpu/performance/ |
tests.cpp | 1070 Mat edges(img.size(), CV_8UC1); 1073 Canny(img, edges, 50.0, 100.0);
|
/external/skia/include/core/ |
SkImageFilter.h | 233 * Returns whether any edges of the crop rect have been set. The crop 411 * pads the edges with transparent black. In that case, the srcOffset is
|
/frameworks/base/core/java/android/view/ |
Gravity.java | 76 /** Flag to clip the edges of the object to its container along the 80 /** Flag to clip the edges of the object to its container along the
|
/frameworks/base/core/java/android/widget/ |
ActionMenuView.java | 313 // The items at the far edges may only expand by half in order to pin to either side. 350 // against the edges.
|
Completed in 529 milliseconds
<<21222324252627282930>>