| /external/chromium_org/v8/test/webkit/ |
| dfg-double-addition-simplify-to-int.js | 25 "Tests that the DFG doesn't get confused about an edge being a double edge after we perform CFG simplification."
|
| /external/llvm/include/llvm/Analysis/ |
| ProfileDataTypes.h | 29 EdgeInfo = 4, /* Edge profiling information */ 32 OptEdgeInfo = 7 /* Edge profiling information, optimal version */
|
| /external/pixman/pixman/ |
| Android.mk | 25 pixman-edge.c \ 26 pixman-edge-accessors.c \
|
| /external/skia/src/utils/ |
| SkBoundaryPatch.cpp | 67 SkPoint SkLineBoundary::eval(Edge e, SkScalar t) { 72 SkPoint SkCubicBoundary::eval(Edge e, SkScalar t) {
|
| /frameworks/base/packages/SystemUI/res/values-land/ |
| dimens.xml | 23 <!-- How far the thumbnail for a recent app appears from left edge --> 25 <!-- How far the thumbnail for a recent app appears from top edge -->
|
| /pdk/apps/CameraITS/tests/ |
| test_param_edge_mode.py | 24 """Test that the android.edge.mode parameter is applied. 42 req["captureRequest"]["android.edge.mode"] = e
|
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
| LL1DFA.java | 39 * predicates to resolve edge set collisions. 43 * an LL(1) DFA. One edge per set. 87 IntervalSet edge = (IntervalSet)it.next(); local 88 List<Integer> alts = edgeMap.get(edge); 90 //System.out.println(edge+" -> "+alts); 93 Label e = getLabelForSet(edge);
|
| /external/chromium_org/ui/views/bubble/ |
| bubble_border.h | 31 // 3 bit specifies whether the arrow at the center of its residing edge. 69 // The edge nearest to the arrow is lined up with the edge of the anchor. 143 // Sets a desired pixel distance between the arrow tip and the outside edge of 145 // '(' represents shadow around the '{' edge: ((({ ^ }))) 147 // location to place the arrow |offset| pixels from the perpendicular edge.
|
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
| omxVCM4P10_FilterDeblockingChroma_HorEdge_I.c | 36 * contains the threshold for the external horizontal edge, and the 38 * edge. Per [ISO14496-10] alpha values must be in the range 41 * contains the threshold for the external horizontal edge, and the 43 * horizontal edge. Per [ISO14496-10] beta values must be in the 46 * horizontal edge of each 2x4 chroma block, arranged in horizontal 117 /* Filter horizontal edge with q0 at (X,Y) */
|
| omxVCM4P10_FilterDeblockingChroma_VerEdge_I.c | 36 * threshold for external vertical edge, and the second item is for 37 * internal vertical edge); per [ISO14496-10] alpha values must be 40 * threshold for the external vertical edge, and the second item is 41 * for the internal vertical edge); per [ISO14496-10] beta values 44 * vertical edge of each 4x2 chroma block, arranged in vertical 118 /* Filter vertical edge with q0 at (X,Y) */
|
| omxVCM4P10_FilterDeblockingLuma_HorEdge_I.c | 36 * threshold for the external vertical edge, and the second item is 37 * for the internal horizontal edge); per [ISO14496-10] alpha 40 * threshold for the external horizontal edge, and the second item 41 * is for the internal horizontal edge). Per [ISO14496-10] beta 44 * horizontal edge of each 4x4 block, arranged in horizontal block 112 /* Filter horizontal edge with q0 at (X,Y) */
|
| omxVCM4P10_FilterDeblockingLuma_VerEdge_I.c | 36 * threshold for the external vertical edge, and the second item is 37 * for the internal vertical edge); per [ISO14496-10] alpha values 40 * threshold for the external vertical edge, and the second item is 41 * for the internal vertical edge); per [ISO14496-10] beta values 44 * edge of each 4x4 block, arranged in vertical block order); must 115 /* Filter vertical edge with q0 at (X,Y) */
|
| /packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
| EdgeEffect.java | 30 // (1) Copy the images (overscroll_{edge|glow}.png) to local resources. 42 * instance for each edge that should show the effect, feed it input data using 46 * false after drawing, the edge effect's animation is not yet complete and the widget 52 * The edge effect may then be drawn on top of the view's content using the 116 // How much dragging should effect the height of the edge image. 145 * Set the size of this edge effect in pixels. 175 * A view should call this when content is pulled away from an edge by the user. 182 * back toward the edge reached to initiate the effect. 271 // The edge should always be at least partially visible, regardless 283 // Edge should never get larger than the size of its asset [all...] |
| /external/llvm/lib/Analysis/ |
| CFG.cpp | 27 /// The output is added to Result, as pairs of <from,to> edge info. 53 // Successor is in VisitStack, it's a back edge. 79 assert(i != e && "Didn't find edge?"); 85 /// isCriticalEdge - Return true if the specified edge is a critical edge. 90 assert(SuccNum < TI->getNumSuccessors() && "Illegal edge specification!"); 96 // If there is more than one predecessor, this is a critical edge... 97 assert(I != E && "No preds, but we have an edge to the block?"); 99 ++I; // Skip one edge due to the incoming arc from TI. 103 // If AllowIdenticalEdges is true, then we allow this edge to be considere [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
| s_tritemp.h | 74 * 1/16 of a pixel. If we're walking up a long, nearly vertical edge 76 * GLfixed to walk the edge without error. If the maximum viewport 125 GLint lines; /* number of lines to be sampled on this edge */ 220 /* vertex/edge relationship */ 225 /* compute deltas for each edge: vertex[upper] - vertex[lower] */ 249 /* Edge setup. For a triangle strip these could be reused... */ 287 * separated by a perfectly horizontal line. The edge that is 289 * call it a ``major'' edge. The other two edges are the 290 * ``top'' edge (for the upper subtriangle) and the ``bottom'' 291 * edge (for the lower subtriangle). If either of these tw [all...] |
| /external/mesa3d/src/mesa/swrast/ |
| s_tritemp.h | 74 * 1/16 of a pixel. If we're walking up a long, nearly vertical edge 76 * GLfixed to walk the edge without error. If the maximum viewport 125 GLint lines; /* number of lines to be sampled on this edge */ 220 /* vertex/edge relationship */ 225 /* compute deltas for each edge: vertex[upper] - vertex[lower] */ 249 /* Edge setup. For a triangle strip these could be reused... */ 287 * separated by a perfectly horizontal line. The edge that is 289 * call it a ``major'' edge. The other two edges are the 290 * ``top'' edge (for the upper subtriangle) and the ``bottom'' 291 * edge (for the lower subtriangle). If either of these tw [all...] |
| /external/opencv/cvaux/src/ |
| cvlcm.cpp | 68 CvVoronoiEdge2D* edge; member in struct:CvLCMComplexNodeData 91 #define _CV_IS_EDGE_REFLEX( EDGE ) (( (EDGE)->site[0]->node[0] == (EDGE)->site[0]->node[0] ) || \ 92 ( (EDGE)->site[1]->node[0] == (EDGE)->site[1]->node[0] ) ) 94 #define _CV_INITIALIZE_CVLCMDATA(STRUCT,SITE,EDGE,NODE)\ 95 { (STRUCT)->psite = SITE ; (STRUCT)->pedge = EDGE; (STRUCT)->pnode = NODE;} 117 // pLCMEdge: in, input edge of hybrid model 134 // pLCMEdge: in, input edge of hybrid mode [all...] |
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| cfgloop.h | 76 /* The exit edge. */ 219 void rescan_loop_exit (edge, bool, bool); 249 extern VEC (edge, heap) *get_loop_exit_edges (const struct loop *); 250 edge single_exit (const struct loop *); 253 extern edge loop_preheader_edge (const struct loop *); 254 extern edge loop_latch_edge (const struct loop *); 294 extern edge create_empty_if_region_on_edge (edge, tree); 295 extern struct loop *create_empty_loop_on_edge (edge, tree, tree, tree, tree, 299 extern bool duplicate_loop_to_header_edge (struct loop *, edge, [all...] |
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| cfgloop.h | 76 /* The exit edge. */ 219 void rescan_loop_exit (edge, bool, bool); 249 extern VEC (edge, heap) *get_loop_exit_edges (const struct loop *); 250 edge single_exit (const struct loop *); 253 extern edge loop_preheader_edge (const struct loop *); 254 extern edge loop_latch_edge (const struct loop *); 294 extern edge create_empty_if_region_on_edge (edge, tree); 295 extern struct loop *create_empty_loop_on_edge (edge, tree, tree, tree, tree, 299 extern bool duplicate_loop_to_header_edge (struct loop *, edge, [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| cfgloop.h | 76 /* The exit edge. */ 219 void rescan_loop_exit (edge, bool, bool); 249 extern VEC (edge, heap) *get_loop_exit_edges (const struct loop *); 250 edge single_exit (const struct loop *); 253 extern edge loop_preheader_edge (const struct loop *); 254 extern edge loop_latch_edge (const struct loop *); 294 extern edge create_empty_if_region_on_edge (edge, tree); 295 extern struct loop *create_empty_loop_on_edge (edge, tree, tree, tree, tree, 299 extern bool duplicate_loop_to_header_edge (struct loop *, edge, [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| cfgloop.h | 76 /* The exit edge. */ 219 void rescan_loop_exit (edge, bool, bool); 249 extern VEC (edge, heap) *get_loop_exit_edges (const struct loop *); 250 edge single_exit (const struct loop *); 253 extern edge loop_preheader_edge (const struct loop *); 254 extern edge loop_latch_edge (const struct loop *); 294 extern edge create_empty_if_region_on_edge (edge, tree); 295 extern struct loop *create_empty_loop_on_edge (edge, tree, tree, tree, tree, 299 extern bool duplicate_loop_to_header_edge (struct loop *, edge, [all...] |
| /external/chromium_org/ash/wm/dock/ |
| docked_window_layout_manager_unittest.cc | 148 // horizontally to the edge with an added offset from the edge of |dx|. 149 void DragRelativeToEdge(DockedEdge edge, 153 edge, 159 void DragToVerticalPositionAndToEdge(DockedEdge edge, 162 DragToVerticalPositionRelativeToEdge(edge, window, 0, y); 165 void DragToVerticalPositionRelativeToEdge(DockedEdge edge, 170 DragVerticallyAndRelativeToEdge(edge, window, dx, y - initial_bounds.y()); 174 // horizontally to the edge with an added offset from the edge of |dx| [all...] |
| /external/chromium_org/ash/wm/workspace/ |
| snap_sizer.cc | 30 // . The mouse is against the edge of the screen and the mouse is moved 71 Edge edge, 74 edge_(edge), 91 void SnapSizer::SnapWindow(aura::Window* window, SnapSizer::Edge edge) { 94 internal::SnapSizer sizer(window, gfx::Point(), edge,
|
| /external/chromium_org/chrome/browser/ui/gtk/panels/ |
| panel_drag_gtk.cc | 16 panel::ResizingSides GdkWindowEdgeToResizingSide(GdkWindowEdge edge) { 17 switch (edge) { 86 ResizeDragDelegate(Panel* panel, GdkWindowEdge edge) 88 resizing_side_(GdkWindowEdgeToResizingSide(edge)) {} 101 // The edge from which the panel is being resized. 148 GdkWindowEdge& edge) { 150 drag_delegate_ = new ResizeDragDelegate(panel_, edge);
|
| /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
| FloatPolygon.cpp | 135 FloatPolygonEdge* edge = &m_edges[i]; 136 m_edgeTree.add(EdgeInterval(edge->minY(), edge->maxY(), edge)); 147 const FloatPolygonEdge* edge = static_cast<const FloatPolygonEdge*>(overlappingEdgeIntervals[i].data()); 148 ASSERT(edge); 149 result[i] = edge;
|