HomeSort by relevance Sort by last modified time
    Searched full:edge (Results 526 - 550 of 3660) sorted by null

<<21222324252627282930>>

  /packages/apps/Calendar/res/layout/
appwidget_day.xml 31 <!-- Left edge should align with those of event texts.
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java 23 * Detect and dispatch edge events.
  /prebuilts/tools/linux-x86_64/kythe/proto/
storage.proto 128 // An Entry associates a fact with a graph object (node or edge). This is the
160 // Return entries having this edge kind; if empty, only entries with an empty
161 // edge kind are returned; if "*", entries of any edge kind are returned.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 171 // The user is dragging the left edge, so the position is anchored on the
183 // The user is dragging the right edge, so the position is anchored on the
196 // The user is dragging the top edge, so the position is anchored on the
208 // The user is dragging the bottom edge, so the position is anchored on the
  /system/gatekeeper/
Android.mk 35 LOCAL_CLANG_CFLAGS += -fno-sanitize-coverage=edge,indirect-calls,8bit-counters,trace-cmp
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
edge.d 3 #name: sparc EDGE
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 57 static inline void initEdgeCCW (EdgeFunction& edge, const HorizontalFill horizontalFill, const VerticalFill verticalFill, const deInt64 x0, const deInt64 y0, const deInt64 x1, const deInt64 y1)
70 edge.a = (y0 - y1);
71 edge.b = (x1 - x0);
72 edge.c = x0*y1 - y0*x1;
73 edge.inclusive = inclusive; //!< \todo [pyry] Swap for CW triangles
76 static inline void reverseEdge (EdgeFunction& edge)
78 edge.a = -edge.a;
79 edge.b = -edge.b
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DFA.js 3 * Any state that has a semantic predicate edge is special; those states
56 // eot[s]>=0 indicates that an EOT edge goes to another
62 // which assumed here that the EOT edge always
  /external/bison/src/
graphviz.c 58 " edge [fontname = courier]\n"
112 /* First, build the edge's head. The name of reduction nodes is "nRm",
128 /* Then, the edge's tail. */
  /external/ceres-solver/internal/ceres/
graph.h 91 // Add a weighted edge between the vertex1 and vertex2. Calling
125 // behaviour. If there is no edge connecting vertex1 and vertex2,
126 // the edge weight is zero.
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
GraphAlgo.py 17 Dijkstra's algorithm is only guaranteed to work correctly when all edge lengths are positive.
20 edges, and will raise an exception if it discovers that a negative edge has caused it to make a mistake.
52 **Note that the distances must be stored in the edge data as numeric data**
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
PolygonShape.java 48 * edge. */
59 * assumed that the exterior is the the right of each edge. */
65 * x,y order and define a convex polygon. It is assumed that the exterior is the the right of each edge. */
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
Fixture.java 50 if (type == ShapeType.EDGE) return Type.Edge;
63 if (type == ShapeType.EDGE) shape = new EdgeShape((org.jbox2d.collision.shapes.EdgeShape)shape2);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btTriangleShapeEx.cpp 91 // edge 0
109 // edge 1
117 // edge 2
  /external/libmpeg2/common/x86/
ideint_spatial_filter_ssse3.c 68 * Performs spatial edge adaptive filtering
71 * Performs spatial edge adaptive filtering by detecting edge direction
  /external/llvm/include/llvm/Analysis/
CFG.h 34 /// The output is added to Result, as pairs of <from,to> edge info.
45 /// Return true if the specified edge is a critical edge. Critical edges are
  /external/llvm/test/Analysis/BranchProbabilityInfo/
pr22718.ll 7 ; CHECK: edge for.body -> if.then probability is 0x0cccba45 / 0x80000000 = 10.00%
8 ; CHECK: edge for.body -> if.else probability is 0x733345bb / 0x80000000 = 90.00% [HOT edge]
  /external/llvm/test/Transforms/SampleProfile/
offset.ll 31 ; CHECK: edge entry -> if.then probability is 0x0147ae14 / 0x80000000 = 1.00%
32 ; CHECK: edge entry -> if.else probability is 0x7eb851ec / 0x80000000 = 99.00% [HOT edge]
  /external/mesa3d/src/gallium/docs/source/
pipeline.txt 11 edge flag ]
26 edge flag
70 | (consume edge flags) |
  /external/opencv/cvaux/src/
extendededges.cpp 123 //iplSet(image, 0 ); // this can cause double edges if two contours have common edge
245 //this point is end of edge
246 //start going both directions and collect edge
  /external/opencv3/doc/tutorials/imgproc/imgtrans/copyMakeBorder/
copyMakeBorder.markdown 19 points are at the edge of the image?
28 -# **BORDER_REPLICATE**: The row or column at the very edge of the original is replicated to
135 - If you press 'r', the border will become a replica of the edge pixels.
  /external/skia/include/c/
sk_shader.h 61 between the center and edge of the circle
65 distributed evenly between the center and edge of
91 distributed evenly between the center and edge of
  /external/skia/include/effects/
SkGradientShader.h 63 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
66 the the colors are distributed evenly between the center and edge of the circle.
113 the the colors are distributed evenly between the center and edge of the circle.
  /frameworks/base/core/java/android/transition/
SidePropagation.java 29 * it will transition later when closer to the side and sooner when farther from the edge.
43 * farther from the edge. The default is {@link Gravity#BOTTOM}.
56 * set in {@link #setSide(int)} and View centered at the opposite edge will have a difference
  /frameworks/base/core/res/res/layout/
screen_title_icons.xml 57 the screen left edge if no icon. This also places our left edge 3dip to
58 the left of the title text left edge. -->

Completed in 3335 milliseconds

<<21222324252627282930>>