HomeSort by relevance Sort by last modified time
    Searched refs:edge (Results 201 - 225 of 319) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 1677 int[] edge = getEdge(whichEdge); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 1665 int[] edge = getEdge(whichEdge); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 481 edge = '-' * size
482 s = ''.join([edge, '%s', edge])
483 del edge
580 edge = '-' * (size // 2)
581 s = ''.join([edge, SUBSTR, edge])
582 del edge
    [all...]
test_set.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 481 edge = '-' * size
482 s = ''.join([edge, '%s', edge])
483 del edge
580 edge = '-' * (size // 2)
581 s = ''.join([edge, SUBSTR, edge])
582 del edge
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 424 * A vector used to detect cycles in the edge dependecies. It is used
463 * A method that adds an edge from one node to another. An edge
475 void (*addEdge) (struct ANTLR3_TOPO_struct * topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency);
481 * is only as large as the largest node index you created an edge for. This means
482 * that if you had an input of 32 nodes, but that largest node with an edge
496 * on the previously supplied edge data.
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 160 // a window manager "feature" that can prevent this in some edge cases.
405 // it should and sets |edge|.
406 bool GetWindowEdge(int x, int y, GdkWindowEdge* edge);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 116 static void addEdge (pANTLR3_TOPO topo, ANTLR3_UINT32 edge, ANTLR3_UINT32 dependency);
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 1243 CvGraphEdge* edge; \/* current edge *\/ member in struct:CvGraphScanner
    [all...]
cxtypes.h     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 522 SnapType edge) {
551 if ((edge == SNAP_LEFT && alignment == DOCKED_ALIGNMENT_RIGHT) ||
552 (edge == SNAP_RIGHT && alignment == DOCKED_ALIGNMENT_LEFT)) {
559 if ((edge == SNAP_LEFT && shelf_alignment == SHELF_ALIGNMENT_LEFT) ||
560 (edge == SNAP_RIGHT && shelf_alignment == SHELF_ALIGNMENT_RIGHT)) {
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc 1143 float edge[24]; local
1317 float edge[24]; local
1446 float edge[24]; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 423 int edge = mRandom.nextInt(4);
424 switch (edge) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_clip.c 319 * Note: at this point we can't just use the per-vertex edge flags.
320 * We have to observe the edge flag bits set in header->flags which
322 * an edge flags array which parallels the vertex array.
323 * Later, in the 'unfilled' pipeline stage we'll draw the edge if both
349 boolean *edge = &inEdges[i]; local
384 /* Whether or not to set edge flag for the new vert depends
389 /* we want to see an edge along the clip plane */
394 /* we don't want to see an edge along the frustum clip plane */
413 edge_prev = edge;
  /external/chromium_org/v8/test/webkit/
array-enumerators-functions.js 25 "This test checks the behavior of the various array enumeration functions in certain edge case scenarios"
math-transforms.js 26 "This test checks for potential edge case bugs with certain math transforms involving multiplication by 1 and unary plus."
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_mmx.asm 133 ; calculate high edge variance
191 pandn mm4, mm5 ; high edge variance additive
426 ; calculate high edge variance
509 pandn mm4, mm5 ; high edge variance additive
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 319 * Note: at this point we can't just use the per-vertex edge flags.
320 * We have to observe the edge flag bits set in header->flags which
322 * an edge flags array which parallels the vertex array.
323 * Later, in the 'unfilled' pipeline stage we'll draw the edge if both
349 boolean *edge = &inEdges[i]; local
384 /* Whether or not to set edge flag for the new vert depends
389 /* we want to see an edge along the clip plane */
394 /* we don't want to see an edge along the frustum clip plane */
413 edge_prev = edge;
  /external/sepolicy/
Android.mk 19 # Quick edge case error detection for BOARD_SEPOLICY_REPLACE.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 77 | edge [arrowsize=.5];
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.h 276 // it should and sets |edge|.
277 bool GetWindowEdge(int x, int y, GdkWindowEdge* edge);
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1781 milliseconds

1 2 3 4 5 6 7 891011>>