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

<<11121314151617181920>>

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 336 node/edge. */
339 #define IPA_EDGE_REF(EDGE) (VEC_index (ipa_edge_args_t, \
340 ipa_edge_args_vector, (EDGE)->uid))
373 /* This function ensures the array of edge arguments infos is big enough to
389 /* Returns true if the array of edge infos is large enough to accommodate an
390 info for EDGE. The main purpose of this function is that debug dumping
394 ipa_edge_args_info_available_for_edge_p (struct cgraph_edge *edge)
396 return ((unsigned) edge->uid < VEC_length (ipa_edge_args_t,
432 /* Indirect edge and binfo processing. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 336 node/edge. */
339 #define IPA_EDGE_REF(EDGE) (VEC_index (ipa_edge_args_t, \
340 ipa_edge_args_vector, (EDGE)->uid))
373 /* This function ensures the array of edge arguments infos is big enough to
389 /* Returns true if the array of edge infos is large enough to accommodate an
390 info for EDGE. The main purpose of this function is that debug dumping
394 ipa_edge_args_info_available_for_edge_p (struct cgraph_edge *edge)
396 return ((unsigned) edge->uid < VEC_length (ipa_edge_args_t,
432 /* Indirect edge and binfo processing. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 336 node/edge. */
339 #define IPA_EDGE_REF(EDGE) (VEC_index (ipa_edge_args_t, \
340 ipa_edge_args_vector, (EDGE)->uid))
373 /* This function ensures the array of edge arguments infos is big enough to
389 /* Returns true if the array of edge infos is large enough to accommodate an
390 info for EDGE. The main purpose of this function is that debug dumping
394 ipa_edge_args_info_available_for_edge_p (struct cgraph_edge *edge)
396 return ((unsigned) edge->uid < VEC_length (ipa_edge_args_t,
432 /* Indirect edge and binfo processing. */
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash_unittest.cc 144 // If the top edge timer started running as a result of the mouse move, run
229 // A position along the top edge of TopContainerView in screen coordinates.
239 // Move to top edge of screen starts hover timer running. We cannot use
246 // the top edge stops it.
271 // Moving off the top edge horizontally stops the timer.
343 // The y position of the top edge of the primary display.
348 // Moving right below the top edge starts the hover timer running. We
357 // edge even though the mouse is warped to the secondary display.
363 // The timer should continue running if the user overshoots the top edge
368 // The timer should stop running if the user overshoots the top edge b
    [all...]
browser_frame.h 53 // Determine the distance of the left edge of the minimize button from the
54 // left edge of the window. Used in our Non-Client View's Layout.
  /dalvik/dx/src/com/android/dx/ssa/
SsaConverter.java 32 * Returns an SSA representation, edge-split and with phi
55 * The exit block, added here, is not considered for edge splitting
77 * Returns an SSA represention with only the edge-splitter run.
83 * @return an SSA represention with only the edge-splitter run
103 * @return an SSA represention with only the edge-splitter run
122 * Converts CFG into "edge-split" form, such that each node either a
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSParser.cpp 56 // auto | baseline | before-edge | text-before-edge | middle |
57 // central | after-edge | text-after-edge | ideographic | alphabetic |
76 // text-after-edge | text-before-edge | inherit
  /external/chromium_org/tools/json_schema_compiler/test/
windows.json 12 "top": {"type": "integer", "description": "The offset of the window from the top edge of the screen in pixels."},
13 "left": {"type": "integer", "description": "The offset of the window from the left edge of the screen in pixels."},
160 "left": {"type": "integer", "optional": true, "description": "The number of pixels to position the new window from the left edge of the screen. If not specified, the new window is offset naturally from the last focusd window. This value is ignored for panels."},
161 "top": {"type": "integer", "optional": true, "description": "The number of pixels to position the new window from the top edge of the screen. If not specified, the new window is offset naturally from the last focusd window. This value is ignored for panels."},
198 "left": {"type": "integer", "optional": true, "description": "The offset from the left edge of the screen to move the window to in pixels. This value is ignored for panels."},
199 "top": {"type": "integer", "optional": true, "description": "The offset from the top edge of the screen to move the window to in pixels. This value is ignored for panels."},
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaConverter.java 33 * Returns an SSA representation, edge-split and with phi
56 * The exit block, added here, is not considered for edge splitting
78 * Returns an SSA represention with only the edge-splitter run.
84 * @return an SSA represention with only the edge-splitter run
104 * @return an SSA represention with only the edge-splitter run
123 * Converts CFG into "edge-split" form, such that each node either a
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 160 /// available on that edge. If a given static evaluation is true on ALL
202 /// on that edge. Cases that cannot fire no matter what the incoming edge can
203 /// safely be removed. If a case fires on every incoming edge then the entire
226 // value on every incoming edge, equal/not equal being the same each time.
238 // If this was the first edge to be visited, record that all other edges
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 39 DisableEdgeSplitting("disable-phi-elim-edge-splitting", cl::init(false),
40 cl::Hidden, cl::desc("Disable critical edge splitting "
403 // last PHI use of SrcReg to be lowered on this CFG edge and it is not live
559 // Is there a critical edge from PreMBB to MBB?
576 // If the copy would be a kill, there is no need to split the edge.
580 DEBUG(dbgs() << PrintReg(Reg) << " live-out before critical edge BB#"
586 // the edge.
590 // exiting edge, split it so we won't insert code in the loop, otherwise
594 // Check for a loop exiting edge.
601 // This edge could be entering a loop, exiting a loop, or it could b
    [all...]
ScheduleDAG.cpp 62 /// addPred - This adds the specified edge as a pred of the current node if
70 // add them if another kind of edge already exists.
130 /// removePred - This removes the specified edge as a pred of the current
439 /// "Maintaining a topological order under edge insertions".
450 /// if Z is reachable from X, then an insertion of the edge Z->X would
455 /// the ordering up-to-date after edge insertions by reordering the DAG.
457 /// On insertion of the edge X->Y, the algorithm first marks by calling DFS
517 /// AddPred - Updates the topological ordering to accommodate an edge
529 assert(!HasLoop && "Inserted edge creates a loop!");
536 /// an edge to be removed from the specified node N from the predecessor
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Graph.java 56 //System.out.println("add edge "+a+" to "+b);
75 * If there exists an edge u -> v then u depends on v and v
  /external/ceres-solver/internal/ceres/
visibility.h 63 // f_blocks and an edge connects two vertices if they have atleast one
64 // e_block in common. The weight of this edge is normalized dot
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame.h 51 // Determine the distance of the left edge of the minimize button from the
52 // left edge of the window. Used in our Non-Client View's Layout.
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_view.h 113 // The optional icon at the left edge of the InfoBar.
116 // The close button at the right edge of the InfoBar.
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc 473 bool NativeAppWindowGtk::GetWindowEdge(int x, int y, GdkWindowEdge* edge) {
480 return gtk_window_util::GetWindowEdge(bounds_.size(), 0, x, y, edge);
498 GdkWindowEdge edge;
500 static_cast<int>(event->y), &edge);
503 new_cursor = gtk_window_util::GdkWindowEdgeToGdkCursorType(edge);
525 GdkWindowEdge edge; local
528 bool has_hit_edge = resizable_ && GetWindowEdge(point.x(), point.y(), &edge);
541 gtk_window_begin_resize_drag(window_, edge, event->button,
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.h 116 // The optional icon at the left edge of the InfoBar.
119 // The close button at the right edge of the InfoBar.
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.h 144 // If the widget is aligned with an edge of the monitor its on and the user
145 // attempts to drag past that edge we track the number of times it has
315 // The number of times the user has dragged against horizontal edge of the
316 // monitor (if the widget is aligned with that edge). Negative values
317 // indicate the left edge, positive the right.
320 // The number of times the user has dragged against vertical edge of the
321 // monitor (if the widget is aligned with that edge). Negative values
322 // indicate the top edge, positive the bottom.
  /external/chromium_org/remoting/webapp/
toolbar.js 36 * @type {number} The left edge of the tool-bar stub, updated on resize.
41 * @type {number} The right edge of the tool-bar stub, updated on resize.
  /external/chromium_org/third_party/WebKit/ManualTests/
window-sizing.html 110 <p>Window size (no toolbars): You should see a red 1 pixel border along every edge of this page, and no scrollbars.</p>
115 <p>Window size (all toolbars): You should see a red 1 pixel border along every edge of this page, and no scrollbars.</p>
  /external/chromium_org/third_party/launchpad_translations/
ui_strings_en-AU.xtb 27 <translation id="3990502903496589789">Right Edge</translation>
56 <translation id="8328145009876646418">Left Edge</translation>
  /external/chromium_org/third_party/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,
  /external/chromium_org/ui/keyboard/resources/elements/
kb-altkey-data.html 63 * past the left edge of the keyboard.
66 * past the right edge of the keyboard.
  /external/chromium_org/ui/views/controls/menu/
menu_config.h 60 // Padding between the arrow and the edge.
119 // True if submenu arrow and shortcut right edge should be aligned.

Completed in 1343 milliseconds

<<11121314151617181920>>