/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
letter_dot_track_test.html | 107 // Right from the right edge of items. 113 // Left from the left edge of items.
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/ |
b2ChainShape.h | 67 /// Get a child edge. 68 void GetChildEdge(b2EdgeShape* edge, int32 index) const;
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
btPolyhedralConvexShape.cpp | 113 const btConvexHullComputer::Edge* firstEdge = &convexUtil->edges[face]; 114 const btConvexHullComputer::Edge* edge = firstEdge; local 123 int src = edge->getSourceVertex(); 125 int targ = edge->getTargetVertex(); 134 edge = edge->getNextEdgeOfFace(); 135 } while (edge!=firstEdge);
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ |
TiledDrawable.java | 63 // Right edge.
78 // Top edge.
|
/external/libvpx/libvpx/vp8/common/ |
loopfilter_filters.c | 42 /* is there high variance internal edge ( 11111111 yes, 00000000 no) */ 65 /* add outer taps if we have high edge variance */ 108 int hev = 0; /* high edge variance */ 140 int hev = 0; /* high edge variance */ 173 /* add outer taps if we have high edge variance */ 190 /* only apply wider filter if not high edge variance */ 226 signed char hev = 0; /* high edge variance */ 261 signed char hev = 0; /* high edge variance */
|
/external/libvpx/libvpx/vp9/common/ |
vp9_pred_common.c | 57 } else if (has_above || has_left) { // one edge available 77 // neither edge uses comp pred (0/1) 90 } else if (has_above || has_left) { // one edge available 94 // edge does not use comp pred (0/1) 97 // edge uses comp pred (3) 169 } else if (above_in_image || left_in_image) { // one edge available 236 } else if (has_above || has_left) { // one edge available 323 } else if (has_above || has_left) { // one edge available
|
/external/llvm/lib/CodeGen/ |
MachineBranchProbabilityInfo.cpp | 78 OS << "edge MBB#" << Src->getNumber() << " -> MBB#" << Dst->getNumber() 80 << (isEdgeHot(Src, Dst) ? " [HOT edge]\n" : "\n");
|
/external/llvm/test/CodeGen/X86/ |
2010-09-30-CMOV-JumpTable-PHI.ll | 10 ; -cgp-critical-edge-splitting=0 prevents the edge to PHI from being split.
|
/external/opencv3/modules/imgproc/src/opencl/ |
canny.cl | 208 0 - might belong to an edge 209 1 - pixel doesn't belong to an edge 210 2 - belong to an edge 371 hysteresis (add edges labeled 0 if they are connected with an edge labeled 2) 469 // Get the edge result. egde type of value 2 will be marked as an edge point and set to 255. Otherwise 0. 470 // map edge type mappings 471 // dst edge output
|
/external/skia/src/gpu/text/ |
GrDistanceFieldAdjustTable.cpp | 29 // edge). So for black (on assumed white) this thins a bit; for white (on 35 // actual edge. So by subtracting this distance adjustment and computing without the
|
/external/v8/src/compiler/ |
bytecode-branch-analysis.cc | 24 // a back-edge predecessor. 28 // a forwards-edge predecessor.
|
scheduler.cc | 142 for (Edge const edge : node->input_edges()) { 143 DecrementUnscheduledUseCount(edge.to(), edge.index(), edge.from()); 812 // Use the next outgoing edge if there are any. 1196 Edge edge = *stack.top(); local [all...] |
/external/v8/test/webkit/ |
parseInt.js | 50 // Test edge cases for the Number.toString exponential ranges. 66 // Test edge cases of our optimized int handling.
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListItemRequestRectAboveThinFirstItemTest.java | 46 assertTrue("first child needs to be within fading edge height", 52 // reproduce bug 998501: when first item fits within fading edge,
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListItemsExpandOnSelectionTest.java | 94 assertEquals("should be above bottom fading edge", 117 assertEquals("should be below top fading edge",
|
ListWithOffScreenNextSelectableTest.java | 67 assertEquals("expecting view to be panned to just above fading edge", 94 assertEquals("should have panned top view just below vertical fading edge",
|
/frameworks/opt/datetimepicker/res/values/ |
strings.xml | 23 selectable hours of the day along the inside edge of a circle, as in an analog clock. 29 selectable five-minute intervals along the inside edge of a circle, as in an analog clock.
|
/frameworks/support/v7/cardview/src/android/support/v7/widget/ |
CardView.java | 301 * Returns the inner padding after the Card's left edge 303 * @return the inner padding after the Card's left edge 310 * Returns the inner padding before the Card's right edge 312 * @return the inner padding before the Card's right edge 319 * Returns the inner padding after the Card's top edge 321 * @return the inner padding after the Card's top edge 328 * Returns the inner padding before the Card's bottom edge 330 * @return the inner padding before the Card's bottom edge
|
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/ |
example.rst | 23 controlled by the mode that the 'edge' is in. Before setting another isr please 38 counters will not work inside your isr. Please use the different edge modes.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
loopfilter_filters.c | 42 /* is there high variance internal edge ( 11111111 yes, 00000000 no) */ 65 /* add outer taps if we have high edge variance */ 108 int hev = 0; /* high edge variance */ 140 int hev = 0; /* high edge variance */ 173 /* add outer taps if we have high edge variance */ 190 /* only apply wider filter if not high edge variance */ 226 signed char hev = 0; /* high edge variance */ 261 signed char hev = 0; /* high edge variance */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_pred_common.c | 63 } else if (has_above || has_left) { // one edge available 83 // neither edge uses comp pred (0/1) 96 } else if (has_above || has_left) { // one edge available 100 // edge does not use comp pred (0/1) 103 // edge uses comp pred (3) 175 } else if (above_in_image || left_in_image) { // one edge available 242 } else if (has_above || has_left) { // one edge available 329 } else if (has_above || has_left) { // one edge available
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
kvm.h | 36 __u8 last_irr; /* edge detection */ 50 __u8 elcr; /* PIIX edge/trigger selection */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
cif-code.def | 90 /* Ths edge represents an indirect edge with a yet-undetermined callee . */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
ResizeState.java | 56 /** The type of horizontal edge being resized, or null */ 59 /** The type of vertical edge being resized, or null */
|
/system/core/libmemunreachable/ |
LeakFolding.cpp | 51 leak.scc->node.Edge(&ref->ptr->scc->node); 94 leak.node.Edge(&ptr_leak->node);
|