HomeSort by relevance Sort by last modified time
    Searched full:edge (Results 151 - 175 of 576) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 154 to the edge to speed up cgraph_edge function. */
218 When set to CGRAPH_FREQ_BASE, the edge is expected to be called once
223 /* Whether this edge describes a call that was originally indirect. */
225 /* Unique id of the edge. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 68 { "EDGE", "edge" }, //$NON-NLS-2$
76 { "EDGE", "edge" }, //$NON-NLS-2$
  /external/bison/src/
print_graph.c 131 edge e;
147 /* The edge source is the current node. */
  /external/webkit/WebCore/dom/
Position.cpp     [all...]
  /frameworks/base/docs/html/resources/articles/
layout-tricks-efficiency.jd 149 where to position the title's bottom edge. To solve this problem, you
158 to its left edge. In our case, using <code>alignWithParentIfMissing</code> will
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 573 int edge = mScrollView.getHorizontalFadingEdgeLength(); local
579 rect = new Rect(edge, 0, PAGE_WIDTH, 0);
583 rect = new Rect(edge + 1, 0, PAGE_WIDTH, 0);
584 assertEquals(edge, mScrollView.computeScrollDeltaToGetChildRectOnScreen(rect));
633 int edge = mScrollView.getHorizontalFadingEdgeLength();
644 assertEquals(ITEM_WIDTH - mScrollView.getWidth() + edge, mScrollView.getScrollX());
ScrollViewTest.java 600 int edge = mScrollView.getVerticalFadingEdgeLength(); local
606 rect = new Rect(0, edge, 0, mPageHeight);
610 rect = new Rect(0, edge + 1, 0, mPageHeight);
611 assertEquals(edge, mScrollView.computeScrollDeltaToGetChildRectOnScreen(rect));
661 int edge = mScrollView.getVerticalFadingEdgeLength();
675 assertEquals(edge, mScrollView.getScrollY());
  /external/webkit/WebCore/editing/
VisiblePosition.cpp 148 // Reposition at the other logical position corresponding to our edge's visual position and go for another round.
199 // Trailing edge of a secondary run. Set to the leading edge of the entire run.
290 // Reposition at the other logical position corresponding to our edge's visual position and go for another round.
342 // Trailing edge of a secondary run. Set to the leading edge of the entire run.
  /frameworks/base/docs/html/guide/topics/resources/
animation-resource.jd 191 either: in pixels relative to the object's left edge (such as {@code "5"}), in percentage relative
192 to the object's left edge (such as {@code "5%"}), or in percentage relative to the parent
193 container's left edge (such as {@code "5%p"}).</dd>
196 either: in pixels relative to the object's top edge (such as {@code "5"}), in percentage relative
197 to the object's top edge (such as {@code "5%"}), or in percentage relative to the parent
198 container's top edge (such as {@code "5%p"}).</dd>
  /packages/apps/Email/tests/src/com/android/email/mail/
AddressUnitTests.java 166 * Simple quick checks of empty-input edge conditions for parse()
168 * NOTE: This is not a claim that these edge cases are "correct", only to maintain consistent
511 * Simple quick checks of empty-input edge conditions for pack()
513 * NOTE: This is not a claim that these edge cases are "correct", only to maintain consistent
529 * Simple quick checks of empty-input edge conditions for unpack()
531 * NOTE: This is not a claim that these edge cases are "correct", only to maintain consistent
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 76 * Array of delay values: no delay, gprs, edge/egprs, umts/3d
81 80, // edge/egprs
86 * Array of download speeds: full speed, gsm, hscsd, gprs, edge/egprs, umts/3g, hsdpa.
93 236800, // edge/egprs
104 "edge", //$NON-NLS-1$
113 "edge", //$NON-NLS-1$
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 157 // For LTR this is the left edge of the box, for RTL, the right edge in parent coordinates.
161 // LTR: the left edge of the ellipsis is to the left of our text run.
162 // RTL: the right edge of the ellipsis is to the right of our text run.
166 // Too far. Just set full truncation, but return -1 and let the ellipsis just be placed at the edge of the box.
190 // and the ellipsis edge.
355 // Make the visible fragment of text hug the edge closest to the rest of the run by moving the origin
359 // In order to draw the fragment "He" aligned to the right edge of it's box, we need to start drawing
    [all...]
RootInlineBox.cpp 373 // The x coordinate is less or equal to left edge of the firstLeaf.
378 // The x coordinate is greater or equal to right edge of the lastLeaf.
387 // The x coordinate is less than the right edge of the box.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.c 291 AutoResetCreate - is only relevant to edge alerts.
336 /*In case that this is an Edge alert there is a need for a reset condition element*/
519 1.The reset condition is edge.
671 /*If it was an edge alert then there can be one more alert element to free.*/
696 For Edge
725 /*For Edge alert change the alert status to wait for reset and
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
CursorWrapperTest.java 407 // While reach the edge, function will return false
412 // While reach the edge, function will return false
422 // While reach the edge, function will return false
428 // While reach the edge, function will return false
431 // While reach the edge, function will return false
  /external/jpeg/
jcsample.c 15 * The downsampler is responsible for edge-expansion of its output data
193 /* Edge-expand */
315 * eight edge-adjacent neighbors contribute SF to each of two smoothed
350 /* sum of edge-neighbor pixels */
355 /* The edge-neighbors count twice as much as corner-neighbors */
jccoefct.c 161 * sequentially. Dummy blocks at the right or bottom edge are filled in
182 /* Create some dummy blocks at the right edge of the image. */
287 /* Create dummy blocks at the right edge of the image. */
  /external/quake/quake/src/QW/client/
r_main.c 278 // is used to indicate no edge attached to surface
428 // buffer origin to get an exact edge to edge fill
854 // edges in the edge list and let 1/z sorting handle
912 // is used to indicate no edge attached to surface
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dtypes.h 818 * Triangle edge flags
821 #define D3DTRIFLAG_EDGEENABLE1 0x00000100L /* v0-v1 edge */
822 #define D3DTRIFLAG_EDGEENABLE2 0x00000200L /* v1-v2 edge */
823 #define D3DTRIFLAG_EDGEENABLE3 0x00000400L /* v2-v0 edge */
848 WORD wFlags; /* Edge (and other) flags */
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DTYPES.H 818 * Triangle edge flags
821 #define D3DTRIFLAG_EDGEENABLE1 0x00000100L /* v0-v1 edge */
822 #define D3DTRIFLAG_EDGEENABLE2 0x00000200L /* v1-v2 edge */
823 #define D3DTRIFLAG_EDGEENABLE3 0x00000400L /* v2-v0 edge */
848 WORD wFlags; /* Edge (and other) flags */
  /external/quake/quake/src/WinQuake/
r_main.cpp 270 // is used to indicate no edge attached to surface
408 // buffer origin to get an exact edge to edge fill
841 // edges in the edge list and let 1/z sorting handle
899 // is used to indicate no edge attached to surface
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]
  /external/skia/include/views/
SkView.h 86 /** Return the view's left edge */
88 /** Return the view's top edge */
90 /** Set the view's left and top edge. This does not affect the view's size */
  /external/webkit/WebKit/android/jni/
JavaBridge.cpp 361 DEFINE_STATIC_LOCAL(AtomicString, edge, ("edge"));
370 if (subtype == edge || subtype == gprs)
  /frameworks/base/core/java/android/view/
Gravity.java 32 /** Raw bit controlling how the left/top edge is placed. */
34 /** Raw bit controlling how the right/bottom edge is placed. */
36 /** Raw bit controlling whether the right/bottom edge is clipped to its

Completed in 296 milliseconds

1 2 3 4 5 67 8 91011>>