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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotGridNodes.js 535 WebInspector.HeapSnapshotObjectNode = function(tree, isFromBaseSnapshot, edge, parentGridNode)
537 WebInspector.HeapSnapshotGenericObjectNode.call(this, tree, edge.node);
538 this._referenceName = edge.name;
539 this._referenceType = edge.type;
540 this._distance = edge.distance;
581 _childHashForEntity: function(edge)
583 var prefix = this.showRetainingEdges ? edge.node.id + "#" : "";
584 return prefix + edge.type + "#" + edge.name;
680 _childHashForEntity: function(edge)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c 48 * Render a triangle respecting edge flags.
60 * Render a triangle using lines and respecting edge flags.
86 * Render a triangle using points and respecting edge flags.
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingVolume.java 229 * Find the distance from the nearest edge of this Bounding Volume to the given
291 * If the point is on the edge of the bounding volume, this method will
292 * return false. Use intersects(Vector3f) to check for edge intersection.
  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 131 typedef std::pair<BasicBlock*,BasicBlock*> Edge;
132 std::set<Edge> KnownFeasibleEdges;
165 /// isEdgeFeasible - Return true if the control flow edge from the 'From'
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 48 * Render a triangle respecting edge flags.
60 * Render a triangle using lines and respecting edge flags.
86 * Render a triangle using points and respecting edge flags.
  /frameworks/base/packages/Keyguard/res/values/
dimens.xml 45 <!-- Size of top margin on Clock font to edge on unlock LockScreen -->
48 <!-- Size of top margin on Clock font to edge on unlock LockScreen -->
140 <!-- Size of the region along the edge of the screen that will accept
  /packages/apps/Settings/res/layout-sw600dp/
wifi_settings_for_setup_wizard_xl.xml 75 <!-- Dummy view to have the left edge of following Views.
149 bottom edge using layout_alignParentBottom="true", since we'd like
150 to control bottom margin between @id/bottom_buttons and the edge
  /packages/apps/Settings/res/layout-sw600dp-land/
wifi_settings_for_setup_wizard_xl.xml 75 <!-- Dummy view to have the left edge of following Views.
149 bottom edge using layout_alignParentBottom="true", since we'd like
150 to control bottom margin between @id/bottom_buttons and the edge
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 23 Ctrl-A Go to left edge of window.
26 Ctrl-E Go to right edge (stripspaces off) or end of line (stripspaces on).
37 Move operations do nothing if the cursor is at an edge where the movement
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 23 Ctrl-A Go to left edge of window.
26 Ctrl-E Go to right edge (stripspaces off) or end of line (stripspaces on).
37 Move operations do nothing if the cursor is at an edge where the movement
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 259 * Adds a match to align the left edge with some other edge.
272 * Adds a match to align the right edge with some other edge.
307 * Adds a match to align the top edge with some other edge.
318 * Adds a match to align the bottom edge with some other edge.
350 * Computes a horizontal "gap" match - a preferred distance from the nearest edge,
391 // This is two columns, where the right hand side edge of column 1 i
    [all...]
  /art/compiler/sea_ir/ir/
regions_test.cc 37 // Check that an edge recorded correctly in both the head and the tail.
  /development/samples/ApiDemos/res/layout/
overscan_activity.xml 21 edge of the box background used here invisible. -->
relative_layout_2.xml 45 It is also aligned to the right edge of the parent
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
dot.stg 55 edge(src,target,label,arrowhead) ::= <<
  /external/bison/doc/figs/
example.dot 8 edge [fontname = courier]
  /external/chromium/base/
file_descriptor_shuffle.h 12 // handle the edge cases (like mapping 0 -> 1, 1 -> 0) correctly.
  /external/chromium/chrome/browser/ui/views/
profile_tag_view.cc 33 // The tag image consists of a right and left edge, and a center section that
theme_install_bubble_view.h 29 // Edge case: note that if one installs a theme in one window and then switches
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab.cc 24 // Padding between the edge and the icon.
  /external/chromium/webkit/glue/
bookmarklet_unittest.cc 52 // really an edge case. Our behavior with V8 is consistent with FF and IE.
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 64 // We reserve a small area on the edge of the workspace area to ensure that
65 // the resize handle at the edge of the window can be hit.
261 // Insets |bounds| by |inset| on the edge the shelf is aligned to.
314 // Generates insets for inward edge based on the current shelf alignment.
  /external/chromium_org/ash/system/tray/
tray_constants.cc 18 // Inset between the edge of the shelf region and the status tray.
  /external/chromium_org/base/posix/
file_descriptor_shuffle.h 11 // handle the edge cases (like mapping 0 -> 1, 1 -> 0) correctly.
  /external/chromium_org/cc/output/
gl_renderer.h 178 // fill edge array for fragment shader. local_quad is set to
180 // unchanged. edge array is filled with inflated quad's edge data
186 float edge[24]) const;

Completed in 2313 milliseconds

<<21222324252627282930>>