HomeSort by relevance Sort by last modified time
    Searched refs:Edge (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /external/chromium/chrome/browser/ui/
window_sizer.cc 222 // kWindowTilePixels between screen edge and each other.
231 bool WindowSizer::PositionIsOffscreen(int position, Edge edge) const {
236 switch (edge) {
319 // move it to be flush with the left edge of the work area.
  /external/chromium_org/content/browser/android/
overscroll_glow.cc 69 const SkBitmap& edge = g_overscroll_resources.Get().edge_bitmap(); local
71 if (edge.isNull() || glow.isNull())
74 return make_scoped_ptr(new OverscrollGlow(enabled, edge, glow));
82 const SkBitmap& edge,
89 scoped_refptr<cc::Layer> edge_layer = CreateImageLayer(edge);
173 static_cast<EdgeEffect::Edge>(i));
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 99 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second)
100 return; // This edge is already known to be executable!
102 DEBUG(dbgs() << "Marking Edge Executable: " << Source->getName()
106 // The destination is already executable, but we just made an edge
202 /// isEdgeFeasible - Return true if the control flow edge from the 'From'
258 // If the edge is not yet known to be feasible, it doesn't impact the PHI.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 320 if (ei.getType() == Graph::Edge::TREE ||
321 ei.getType() == Graph::Edge::FORWARD)
354 pb->cfg.attach(&pn->cfg, Graph::Edge::TREE);
355 pn->cfg.attach(&bb->cfg, Graph::Edge::FORWARD);
521 if (ei.getType() == Graph::Edge::DUMMY)
984 this->attach(node, Graph::Edge::CROSS);
1125 "edge: (%%%i, deg %u/%u) >-< (%%%i, deg %u/%u)\n",
    [all...]
nv50_ir_ssa.cpp 175 nw->attach(nv, Graph::Edge::TREE);
315 // XXX: add edge from entry to exit ?
nv50_ir_lowering_nv50.cpp 713 currBB->cfg.attach(&texiBB->cfg, Graph::Edge::FORWARD);
716 currBB->cfg.attach(&laneBB->cfg, Graph::Edge::TREE);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 320 if (ei.getType() == Graph::Edge::TREE ||
321 ei.getType() == Graph::Edge::FORWARD)
354 pb->cfg.attach(&pn->cfg, Graph::Edge::TREE);
355 pn->cfg.attach(&bb->cfg, Graph::Edge::FORWARD);
521 if (ei.getType() == Graph::Edge::DUMMY)
984 this->attach(node, Graph::Edge::CROSS);
1125 "edge: (%%%i, deg %u/%u) >-< (%%%i, deg %u/%u)\n",
    [all...]
nv50_ir_ssa.cpp 175 nw->attach(nv, Graph::Edge::TREE);
315 // XXX: add edge from entry to exit ?
nv50_ir_lowering_nv50.cpp 713 currBB->cfg.attach(&texiBB->cfg, Graph::Edge::FORWARD);
716 currBB->cfg.attach(&laneBB->cfg, Graph::Edge::TREE);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 508 if (ei.getType() != Graph::Edge::BACK)
510 if (ei.getType() != Graph::Edge::BACK)
521 assert(ei.end() || ei.getType() != Graph::Edge::BACK);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 508 if (ei.getType() != Graph::Edge::BACK)
510 if (ei.getType() != Graph::Edge::BACK)
521 assert(ei.end() || ei.getType() != Graph::Edge::BACK);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 312 enum Edge {
  /external/opencv/cvaux/src/
cvlee.cpp 199 // (site is an edge of polygon or a reflex vertex).
    [all...]
  /external/chromium_org/v8/test/mjsunit/
div-mod.js 163 // Edge cases
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 189 /// WillCreateCycle - Returns true if adding an edge from SU to TargetSU will
195 /// AddPred - adds a predecessor edge to SUnit SU.
203 /// RemovePred - removes a predecessor edge from SUnit SU.
204 /// This returns true if an edge was removed.
    [all...]
  /external/v8/test/mjsunit/
div-mod.js 163 // Edge cases
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
  /prebuilts/misc/common/asm/
asm-4.0.jar 
  /prebuilts/sdk/tools/lib/
asm-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-3.3.1.jar 
asm-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm/3.3/
asm-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0.jar 
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 205 typedef std::pair<BasicBlock*, BasicBlock*> Edge;
206 DenseSet<Edge> KnownFeasibleEdges;
422 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second)
423 return; // This edge is already known to be executable!
426 // If the destination is already executable, we just made an *edge*
429 DEBUG(dbgs() << "Marking Edge Executable: " << Source->getName()
444 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
578 // isEdgeFeasible - Return true if the control flow edge from the 'From' basic
587 // Check to make sure this edge itself is actually feasible now.
596 // undef conditions mean that neither edge is feasible yet
    [all...]
  /external/chromium_org/ash/wm/workspace/
frame_maximize_button.cc 444 SnapSizer::Edge snap_edge = snap_type_ == SNAP_LEFT ?

Completed in 820 milliseconds

1 23 4 5