HomeSort by relevance Sort by last modified time
    Searched full:edge (Results 401 - 425 of 2700) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/views/
painter.h 57 // and edge images are stretched to fill the painted area.
63 // size, while center and edge images are stretched to fill the painted area.
  /external/chromium_org/v8/test/webkit/
parseInt.js 50 // Test edge cases for the Number.toString exponential ranges.
66 // Test edge cases of our optimized int handling.
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 174 Vector3f edge = temp1.set(l2).subtractLocal(l1); local
177 float edgeSquared = edge.lengthSquared();
180 float EdotV = edge.dot(sVelocity);
181 float EdotB = edge.dot(base);
191 store.scaleAdd(f, edge, l1);
320 // edge 1-2
327 // edge 2-3
334 // edge 3-1
  /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 75 else if (above_in_image || left_in_image) // one edge available
96 // neither edge uses comp pred (0/1)
109 } else if (above_in_image || left_in_image) { // one edge available
113 // edge does not use comp pred (0/1)
116 // edge uses comp pred (3)
188 } else if (above_in_image || left_in_image) { // one edge available
254 } else if (above_in_image || left_in_image) { // one edge available
342 } else if (above_in_image || left_in_image) { // one edge available
  /external/llvm/include/llvm/Analysis/
ProfileInfoLoader.h 63 // getEdgeCounts - This method is used by consumers of edge counting
70 // getEdgeOptimalCounts - This method is used by consumers of optimal edge
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 185 // add block to the block list if it is a real edge
188 // make the back edge the last edge since we are at the end
203 BallLarusEdge* edge = getNextEdge(root, _number); local
205 if( edge && (edge->getType() == BallLarusEdge::BACKEDGE_PHONY ||
206 edge->getType() == BallLarusEdge::SPLITEDGE_PHONY) )
207 return edge->getTarget()->getBlock();
  /external/llvm/test/CodeGen/ARM/
sjlj-prepare-critical-edge.ll 2 ; Just make sure no one tries to make the assumption that the normal edge of an
3 ; invoke is never a critical edge. Previously, this code would assert.
  /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/qemu/android/config/linux-x86/asm/
kvm.h 36 __u8 last_irr; /* edge detection */
50 __u8 elcr; /* PIIX edge/trigger selection */
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 36 __u8 last_irr; /* edge detection */
50 __u8 elcr; /* PIIX edge/trigger selection */
  /external/skia/src/core/
SkAlphaRuns.cpp 89 However, if the trailing edge of the previous span and the leading
90 edge of the current span round to the same super-sampled x value,
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemsExpandOnSelectionTest.java 92 assertEquals("should be above bottom fading edge",
114 assertEquals("should be below top fading edge",
ListWithOffScreenNextSelectableTest.java 65 assertEquals("expecting view to be panned to just above fading edge",
92 assertEquals("should have panned top view just below vertical fading edge",
  /frameworks/base/docs/html/design/building-blocks/
text-fields.jd 28 the right edge of the input field. Multi-line text fields automatically break to a new line for
29 overflow text and scroll vertically when the cursor reaches the lower edge.</p>
  /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.
  /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 */
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /art/compiler/sea_ir/debug/
dot_gen.cc 61 dot_text_ += "\"] ; // SSA edge\n";
71 dot_text_ += "\"] ; // SSA used-by edge\n";
93 dot_text_ += "\"] ; // SSA edge\n";
103 dot_text_ += "\"] ; // SSA used-by edge\n";
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Parser.js 35 // handle edge case where there are no good tokens in the stream
  /external/chromium/chrome/browser/ui/cocoa/
theme_install_bubble_view.h 23 // Edge case: note that if one installs a theme in one window and then switches
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service_unittest.cc 64 // weird calculations for edge cases so use that as a simple test.
rounded_window.h 50 // Sets edge and border properties on a widget that has already been configured
  /external/chromium/net/http/
http_auth_handler_mock.h 21 // MockAuthHandler is used in tests to reliably trigger edge cases.
  /external/chromium_org/ash/display/
display_layout.h 56 // based on the top/left edge of the primary display.

Completed in 1384 milliseconds

<<11121314151617181920>>