HomeSort by relevance Sort by last modified time
    Searched full:edges (Results 376 - 400 of 1319) sorted by null

<<11121314151617181920>>

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 40 int CDelaunay::triangulate(SEdgeVector **edges, int n_sites, int width, int height)
47 *edges = ev;
608 // Throw out any edges that are too far apart
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Delaunay.cpp 40 int CDelaunay::triangulate(SEdgeVector **edges, int n_sites, int width, int height)
47 *edges = ev;
608 // Throw out any edges that are too far apart
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 40 int CDelaunay::triangulate(SEdgeVector **edges, int n_sites, int width, int height)
47 *edges = ev;
608 // Throw out any edges that are too far apart
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 113 /** The set of states w/o emanating edges and w/o resolving sem preds. */
244 /** return set of states w/o emanating edges and w/o resolving sem preds.
460 //System.err.println("no emanating edges for states: "+danglingStates);
617 * predicates and yet it has no emanating edges. Usually this
808 * just do a depth-first walk traversing edges labeled with the current
845 // nondeterministically backtrack down epsilon edges
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 136 // other types of edges.
491 // Attempt to break anti-dependence edges on the critical path. Walk the
507 // breaking anti-dependence edges that aren't going to significantly
509 // and we want to save them for the important edges.
520 // Only consider anti-dependence edges.
534 // since those edges would prevent such units from being
  /external/opencv/cv/src/
cvhough.cpp 858 CvMat *edges = 0; local
876 CV_CALL( edges = cvCreateMat( img->rows, img->cols, CV_8UC1 ));
877 CV_CALL( cvCanny( img, edges, MAX(canny_threshold/2,1), canny_threshold, 3 ));
903 const uchar* edges_row = edges->data.ptr + y*edges->step;
    [all...]
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.cc 170 // edges.
252 // curved edges that the view will draw to make it look like grows out of
  /external/chromium_org/ash/
ash_switches.cc 129 // Enables "sticky" edges instead of "snap-to-edge"
130 const char kAshEnableStickyEdges[] = "ash-enable-sticky-edges";
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_rendertmp.h 254 /* For trifans, all edges are boundary.
403 /* All edges are boundary. Set edgeflags to 1, draw the
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp 300 // eat through coincident edges
311 { // if some edges could not be resolved, assemble remaining fragments
  /external/chromium_org/ui/views/window/
dialog_client_view.cc 180 // NOTE: The contents view is not inset on the top or side client view edges.
240 // Layout the contents view to the top and side edges of the contents bounds.
  /external/clang/include/clang/Analysis/
AnalysisContext.h 122 /// getAddEHEdges - Return true iff we are adding exceptional edges from
157 /// Return a version of the CFG without any edges pruned.
CallGraph.h 14 // edges to all externally available functions.
42 /// This is a virtual root node that has edges to all the functions.
  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 42 // Helper for dumping edges to dbgs().
201 dbgs() << "Edges for Function " << ei->first << ":\n";
  /external/llvm/lib/Analysis/
CFG.cpp 86 /// Critical edges are edges from a block with multiple successors to a block
  /external/mesa3d/src/mesa/tnl/
t_vb_rendertmp.h 254 /* For trifans, all edges are boundary.
403 /* All edges are boundary. Set edgeflags to 1, draw the
  /external/skia/src/pathops/
SkPathOpsOp.cpp 300 // eat through coincident edges
311 { // if some edges could not be resolved, assemble remaining fragments
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 84 for this landing pad. There can be both EH and normal edges into the
91 bookkeeping specific to exceptions. There must not be normal edges
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 84 for this landing pad. There can be both EH and normal edges into the
91 bookkeeping specific to exceptions. There must not be normal edges
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 84 for this landing pad. There can be both EH and normal edges into the
91 bookkeeping specific to exceptions. There must not be normal edges
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 84 for this landing pad. There can be both EH and normal edges into the
91 bookkeeping specific to exceptions. There must not be normal edges
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 50 * edges, and so on -- and picks the best among these.
261 // edges snap and others don't).
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshot.js 59 WebInspector.HeapSnapshotEdge = function(snapshot, edges, edgeIndex)
62 this._edges = edges;
340 edges: function()
533 this._containmentEdges = profile.edges;
626 this._progress.updateStatus("Marking invisible edges\u2026");
715 createEdge: function(edges, edgeIndex)
868 for (var iter = this.rootNode().edges(); iter.hasNext(); iter.next()) {
    [all...]
  /external/clang/test/Analysis/
retain-release-path-notes-gc.m 83 // CHECK-NEXT: <key>edges</key>
146 // CHECK-NEXT: <key>edges</key>
226 // CHECK-NEXT: <key>edges</key>
289 // CHECK-NEXT: <key>edges</key>
364 // CHECK-NEXT: <key>edges</key>
439 // CHECK-NEXT: <key>edges</key>
514 // CHECK-NEXT: <key>edges</key>
589 // CHECK-NEXT: <key>edges</key>
    [all...]
  /art/runtime/gc/accounting/
space_bitmap-inl.h 101 // Handle the right edge, and also the left edge if both edges are on the same word.

Completed in 1555 milliseconds

<<11121314151617181920>>