HomeSort by relevance Sort by last modified time
    Searched full:edges (Results 726 - 750 of 1364) sorted by null

<<21222324252627282930>>

  /art/compiler/optimizing/
graph_checker.cc 180 // predecessors). Exceptional edges are synthesized and hence
582 // predecessors are back edges.
609 // Ensure back edges belong to the loop.
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 314 System.err.println("missing max number of edges with -Xmaxdfaedges option; ignoring");
752 System.err.println(" -Xnocollapse collapse incident edges into DFA states");
762 System.err.println(" -Xmaxdfaedges m max \"comfortable\" number of edges for single DFA state [" + DFA.MAX_STATE_TRANSITIONS_FOR_TABLE + "]");
    [all...]
  /external/llvm/include/llvm/Transforms/
Scalar.h 269 // BreakCriticalEdges - Break all of the critical edges in the CFG by inserting
271 // with critical edges. For this usage, a pass must call:
285 // does not add critical edges to the CFG.
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 592 // when we split edges. This makes test cases much easier to write.
616 // it. Its possible that we have a) duplicate edges to the same header
617 // and b) edges to distinct loop headers. We need to insert pools on
    [all...]
  /external/skia/src/animator/
SkAnimateSchema.xsd 419 <!-- @pattern evenOdd Fill if the sum of edges is an odd number. -->
488 The edges of thick lines in a path are joined by extending the outer edges to form a miter,
489 or by adding a round circle at the intersection point, or by connecting the outer edges with a line
494 <!-- @pattern miter Extend the outer edges to form a miter. -->
496 <!-- @pattern round Join the outer edges with a circular arc. -->
498 <!-- @pattern blunt Connect the outer edges with a line. -->
653 Outside of the rectangle, the shader may be ignored, clamped on the edges, or repeated.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
driver.go 447 flagEdgeFraction *float64 // Hide edges below <f>*total
642 flagEdgeFraction: flag.Float64("edgefraction", 0.001, "Hide edges below <f>*total"),
867 " -edgefraction=f Hide edges below <f>*total\n" +
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
driver.go 447 flagEdgeFraction *float64 // Hide edges below <f>*total
642 flagEdgeFraction: flag.Float64("edgefraction", 0.001, "Hide edges below <f>*total"),
867 " -edgefraction=f Hide edges below <f>*total\n" +
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt 91 android:fadingEdgeLength : Defines the length of the fading edges. [dimension]
190 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
209 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag]
    [all...]
  /art/runtime/
asm_support.h 35 // checks in the event of loop back edges. The SUSPEND_CHECK_INTERVAL constant is loaded into a
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
BoxInsetLayout.java 36 * child's edges to be boxed in:
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java 325 * edges) and low ambient mode (degrades image quality).
SweepWatchFaceService.java 290 * edges) and low ambient mode (degrades image quality).
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java 325 * edges) and low ambient mode (degrades image quality).
SweepWatchFaceService.java 290 * edges) and low ambient mode (degrades image quality).
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java 325 * edges) and low ambient mode (degrades image quality).
SweepWatchFaceService.java 290 * edges) and low ambient mode (degrades image quality).
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayoutActivity.java 61 * jagged edges as a result of scaling operations on rectangles. The ImageView however
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1Analyzer.java 389 /** Return predicate expression found via epsilon edges from s. Do
  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowValues.h 128 /// getEdgeDataMap - Retrieves the internal map between CFG edges and
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp 361 const bool m_onlySampleFaceInterior; //!< If true, we avoid sampling anywhere near a face's edges.
513 m_cases.push_back(FilterCase(tex0, tcu::Vec2(-1.19f, -1.3f), tcu::Vec2(1.1f, 1.35f))); // minification - w/ tweak to avoid hitting triangle edges with face switchpoint
    [all...]
  /external/freetype/include/
ftstroke.h 117 * miter limit is exceeded. The outer edges of the strokes
  /external/libavc/decoder/
ih264d_thread_compute_bs.c 307 /* For transform 8x8 disable deblocking of the intrernal edges of a 8x8 block */
  /external/libjpeg-turbo/
jccoefct.c 228 * as needed at the right and lower edges. (The dummy blocks are constructed
jctrans.c 232 /* Workspace for constructing dummy blocks at right/bottom edges. */
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 406 // Are edges available for intra prediction?

Completed in 583 milliseconds

<<21222324252627282930>>