/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
ConstraintType.java | 157 * Returns true if this constraint type represents a constraint where the target edge 158 * is one of the parent edges (actual edge, not center/baseline segments) 160 * @return true if the target segment is a parent edge 171 * @param from the source edge 172 * @param to the target edge 177 // Attached to parent edge?
|
/art/test/596-checker-dead-phi/smali/ |
IrreducibleLoop.smali | 64 # Add a marker on the outer loop back edge. 66 # Set a wide register, to have v1 undefined at the back edge.
|
/external/llvm/lib/CodeGen/ |
PHIEliminationUtils.cpp | 18 // when following the CFG edge to SuccMBB. This needs to be after any def of 29 // instruction. However, for the edge going to a landing pad, we must insert
|
/external/llvm/test/CodeGen/AArch64/ |
tailcall_misched_graph.ll | 34 ; Make sure that there is an dependence edge between fi#-2 and fi#-4. 35 ; Without this edge the scheduler would be free to move the store accross the load.
|
/external/llvm/test/CodeGen/Hexagon/ |
ifcvt-edge-weight.ll | 2 ; Check that the edge weights are updated correctly after if-conversion. 10 ; Check if the edge weights on edges to E and F are maintained correctly.
|
/external/skia/src/android/ |
SkBitmapRegionDecoderPriv.h | 43 // Make sure we don't decode pixels past the edge of the image or past the edge of the subset.
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
ListTouchBottomGravityTest.java | 71 assertEquals("Last item is not touching the bottom edge", 90 assertEquals("Last item is not touching the bottom edge",
|
/frameworks/opt/vcard/tests/res/raw/ |
v21_complicated.vcf | 14 ADR;WORK:;;100 Waters Edge;Baytown;LA;30314;United States of America
15 LABEL;WORK;ENCODING=QUOTED-PRINTABLE:100 Waters Edge=0D=0ABaytown, LA 30314=0D=0AUnited States of America
|
/frameworks/support/v7/appcompat/tests/res/values/ |
strings.xml | 19 <string name="drawer_layout_summary">This activity illustrates the use of sliding drawers. The drawer may be pulled out from the starting edge, which is left on left-to-right locales, with an edge swipe. You can tap the hamburger (three horizontal lines) icon at the starting side of the action bar to open the drawer as well.</string>
|
/hardware/bsp/intel/peripheral/libupm/src/ttp223/ |
ttp223.cxx | 63 void TTP223::installISR(mraa::Edge level, IsrCallback *cb) 69 void TTP223::installISR(mraa::Edge level, void (*isr)(void *), void *arg)
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
btBoxCollision.h | 59 // const btVector3 & edge, 70 // const btScalar dir0 = -edge[dir_index0]; 71 // const btScalar dir1 = edge[dir_index1]; 88 // const btVector3 & edge, 94 // return test_cross_edge_box(edge,absolute_edge,pointa,pointb,extend,2,1,1,2); 99 // const btVector3 & edge, 105 // return test_cross_edge_box(edge,absolute_edge,pointa,pointb,extend,0,2,2,0); 109 // const btVector3 & edge, 115 // return test_cross_edge_box(edge,absolute_edge,pointa,pointb,extend,1,0,0,1); 119 #define TEST_CROSS_EDGE_BOX_MCR(edge,absolute_edge,pointa,pointb,_extend,i_dir_0,i_dir_1,i_comp_0,i_comp_1) [all...] |
gim_box_collision.h | 41 // const btVector3 & edge, 52 // const btScalar dir0 = -edge[dir_index0]; 53 // const btScalar dir1 = edge[dir_index1]; 70 // const btVector3 & edge, 76 // return test_cross_edge_box(edge,absolute_edge,pointa,pointb,extend,2,1,1,2); 81 // const btVector3 & edge, 87 // return test_cross_edge_box(edge,absolute_edge,pointa,pointb,extend,0,2,2,0); 91 // const btVector3 & edge, 97 // return test_cross_edge_box(edge,absolute_edge,pointa,pointb,extend,1,0,0,1); 100 #define TEST_CROSS_EDGE_BOX_MCR(edge,absolute_edge,pointa,pointb,_extend,i_dir_0,i_dir_1,i_comp_0,i_comp_1) [all...] |
/frameworks/support/design/res/values/ |
attrs.xml | 80 <!-- Position in the Y axis from the starting edge that tabs should be positioned from. --> 104 <!-- The preferred padding along the start edge of tabs. --> 106 <!-- The preferred padding along the top edge of tabs. --> 108 <!-- The preferred padding along the end edge of tabs. --> 110 <!-- The preferred padding along the bottom edge of tabs. --> 127 locations of horizontal keylines in dp from the starting edge. 174 edge, a bottom gravity will clip the top edge, and neither will clip both edges. --> 179 edge, a right gravity will clip the left edge, and neither will clip both edges. -- [all...] |
/prebuilts/sdk/current/support/design/res/values/ |
attrs.xml | 80 <!-- Position in the Y axis from the starting edge that tabs should be positioned from. --> 104 <!-- The preferred padding along the start edge of tabs. --> 106 <!-- The preferred padding along the top edge of tabs. --> 108 <!-- The preferred padding along the end edge of tabs. --> 110 <!-- The preferred padding along the bottom edge of tabs. --> 127 locations of horizontal keylines in dp from the starting edge. 174 edge, a bottom gravity will clip the top edge, and neither will clip both edges. --> 179 edge, a right gravity will clip the left edge, and neither will clip both edges. -- [all...] |
/external/bison/src/ |
lalr.c | 162 goto_number *edge = xnmalloc (ngotos + 1, sizeof *edge); local 182 edge[nedges++] = map_goto (stateno, sym); 190 memcpy (reads[i], edge, nedges * sizeof edge[0]); 202 free (edge); 221 goto_number *edge = xnmalloc (ngotos + 1, sizeof *edge); local 263 edge[nedges++] = map_goto (states1[--length], 278 includes[i][j] = edge[j] [all...] |
/external/icu/icu4c/source/common/unicode/ |
stringtriebuilder.h | 205 * Therefore, write() must write the rightmost branch edge last 212 * A branch edge also remembers the first number for any of its edges. 214 * When a further-left branch edge has a number in the range of the rightmost 215 * edge's numbers, then it will be written as part of the required right edge 219 * edge numbers. 221 * @param edgeNumber The first edge number for this node and its sub-nodes. 222 * @return An edge number that is at least the maximum-negative 223 * of the input edge number and the numbers of this node and all of its sub-nodes. 231 // Note: Edge numbers are negative, lastRight<=firstRight [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_bb.cpp | 310 Graph::Edge *e = cfg.outgoing(true).getEdge(); 322 this->cfg.attach(&bb->cfg, Graph::Edge::TREE); 365 Graph::Edge::Type eR; 375 // IF block is out edge to the right 376 if (eR == Graph::Edge::CROSS || eR == Graph::Edge::BACK) 520 case Graph::Edge::TREE: 523 case Graph::Edge::FORWARD: 526 case Graph::Edge::CROSS: 529 case Graph::Edge::BACK [all...] |
/frameworks/base/libs/hwui/ |
AmbientShadow.cpp | 34 * Extra vertices for the Edge for interpolation artifacts. 49 // edge vertices. 50 // If this is set to negative value, then all the edge will be tessellated. 143 * Then we got all the inner vertices. And we compute the normal for each edge. 148 * edge, when the alpha is different, we may add extra vertices such as P2.1, P2.2, 249 // Edge: first figure out the extra vertices needed for the edge. 263 ALOGD("extraVerticesNumber %d for edge %d", extraVerticesNumber, i); 265 // Edge: fill the edge's VB and IB [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
HighlightView.java | 212 // the bottom edge (with some tolerance). Similar for horizCheck. 218 // Check whether the position is near some edge(s). 232 // Not near any edge but inside the rectangle: move. 241 // The "edge" parameter specifies which edges the user is dragging. 242 void handleMotion(int edge, float dx, float dy) { 244 if (edge == GROW_NONE) { 246 } else if (edge == MOVE) { 251 if (((GROW_LEFT_EDGE | GROW_RIGHT_EDGE) & edge) == 0) { 255 if (((GROW_TOP_EDGE | GROW_BOTTOM_EDGE) & edge) == 0) { 262 growBy((((edge & GROW_LEFT_EDGE) != 0) ? -1 : 1) * xDelta [all...] |
/external/libavc/encoder/ |
ih264e_deblk.c | 189 /* Coded Pattern for Horizontal Edge */ 196 /* Coded Pattern for Vertical Edge */ 481 * @brief This function performs deblocking of top horizontal edge 484 * This function performs deblocking of top horizontal edge 560 /* deblk edge */ 561 /* top Horizontal edge - allowed to be deblocked ? */ 584 * @brief This function performs deblocking of left vertical edge 587 * This function performs deblocking of top horizontal edge 663 /* deblk edge */ 801 /* left vertical edge 0 - allowed to be deblocked ? * [all...] |
/external/v8/src/compiler/ |
loop-peeling.cc | 291 ZoneVector<Edge> value_edges(tmp_zone); 292 ZoneVector<Edge> effect_edges(tmp_zone); 296 for (Edge edge : node->use_edges()) { 297 if (!peeling.Marked(edge.from())) { 298 // Edge from outside the loop into the region. 299 if (NodeProperties::IsValueEdge(edge) || 300 NodeProperties::IsContextEdge(edge)) { 301 value_edges.push_back(edge); 302 } else if (NodeProperties::IsEffectEdge(edge)) { [all...] |
/art/test/509-pre-header/smali/ |
PreHeader.smali | 21 # edge and not preserving the invariant that the pre header of a loop
|
/dalvik/dx/tests/086-ssa-edge-split/ |
Blort.java | 20 * This method requires the edge-splitter to add a node
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
changelog.rst | 7 - Added ``ObjectGraph.edgeData`` to retrieve the edge data 8 from a specific edge. 11 to update the data associated with a graph edge. 95 no longer create the edge when one of the nodes doesn't
|
/external/compiler-rt/test/asan/TestCases/ |
coverage-caller-callee-total-count.cc | 3 // RUN: %clangxx_asan -fsanitize-coverage=edge,indirect-calls %s -o %t
|