| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| predict.def | 32 HITRATE is the probability that edge predicted by predictor as taken 79 /* Loopback edge is taken. */ 83 /* Edge causing loop to terminate is probably not taken. */
|
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
| DFA.java | 171 /** Map an edge transition table to a unique set number; ordered so 188 /** The unique edge transition class number; every time we see a new 191 * some of the big edge transition tables are seen about 57 times. 215 /** just the Vector<Integer> indicating which unique edge table is at 504 Transition edge = (Transition) s.transition(j); 505 Label label = edge.label; 555 Transition edge = (Transition) s.transition(j); 556 Label label = edge.label; 560 Utils.integer(edge.target.stateNumber)); 570 Utils.integer(edge.target.stateNumber)) [all...] |
| NFAState.java | 65 * alternative block decision node at the left edge. The (...)* is 67 * node at the extreme left edge. This is not how they get generated 127 // knows about the label of the incoming edge. 131 ErrorManager.internalError("Clobbered incident edge"); 157 * and so on, but for walking the NFA to get a sequence of edge
|
| /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
| Stripifier.java | 64 // find the edge info for these two indices
69 // because the edge infos have a v0 and v1
93 // exactly like the edge info above
121 // Builds the list of all face and edge infos
129 // we actually resize the edge infos, so we must initialize to null
158 // grab the edge infos, creating them if they do not already exist
161 //since one of it's edges isn't in the edge data structure, it
178 logger.info("BuildStripifyInfo: > 2 triangles on an edge"
186 // grab the edge infos, creating them if they do not already exist
204 logger.info("BuildStripifyInfo: > 2 triangles on an edge"
[all...] |
| /external/jpeg/ |
| transupp.c | 80 * Partial iMCUs at the right edge are left untouched. 132 * Partial iMCUs at the bottom edge are copied verbatim. 151 /* Bottom-edge blocks will be copied verbatim. */ 246 * at the (output) right edge properly. They just get transposed and 279 /* Edge blocks are transposed but not mirrored. */ 310 * at the (output) bottom edge properly. They just get transposed and 343 /* Edge blocks are transposed but not mirrored. */ 393 /* Bottom-edge rows are only mirrored horizontally. */ 420 /* Any remaining right-edge blocks are only mirrored vertically. */ 444 /* Any remaining right-edge blocks are only copied. * [all...] |
| /external/qemu/distrib/jpeg-6b/ |
| transupp.c | 80 * Partial iMCUs at the right edge are left untouched. 132 * Partial iMCUs at the bottom edge are copied verbatim. 151 /* Bottom-edge blocks will be copied verbatim. */ 246 * at the (output) right edge properly. They just get transposed and 279 /* Edge blocks are transposed but not mirrored. */ 310 * at the (output) bottom edge properly. They just get transposed and 343 /* Edge blocks are transposed but not mirrored. */ 393 /* Bottom-edge rows are only mirrored horizontally. */ 420 /* Any remaining right-edge blocks are only mirrored vertically. */ 444 /* Any remaining right-edge blocks are only copied. * [all...] |
| /external/chromium/chrome/browser/ui/cocoa/location_bar/ |
| autocomplete_text_field_cell.mm | 41 // |x_edge| describes the edge to layout the decorations against 43 // from the edge of |cell_frame| (|kDecorationHorizontalPad| is used 57 // edge. 236 // If at leftmost decoration, expand to edge of cell. 250 // If at rightmost decoration, expand to edge of cell.
|
| /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/libpcap/ |
| gencode.h | 221 struct edge { struct 227 struct edge *next; /* link list of incoming edges for a node */ 240 struct edge et; 241 struct edge ef; 246 struct edge *in_edges;
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGPrinter.cpp | 55 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge 56 /// should actually target another edge source, not a node. If this method 64 /// called to determine which outgoing edge of Node is the target of this 65 /// edge. 88 /// edge, override this method.
|
| /frameworks/base/core/java/android/text/ |
| Selection.java | 45 * Return the offset of the selection edge or cursor, or -1 if 64 * Set the selection anchor to <code>start</code> and the selection edge 98 * Move the selection edge to offset <code>index</code>. 202 * at the left edge of the line and there is not another line to move it to. 226 * at the right edge of the line and there is not another line
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
| DependencyGraph.java | 47 * is away from a parent edge) such that we can prioritize connections which 155 * @param vertical if true, look for vertical edge dependencies, otherwise look for 156 * horizontal edge dependencies 283 * an edge in the dependency graph. 292 // are closer to a parent edge:
|
| ConstraintPainter.java | 51 * such as a source node having its top edge constrained to a target node with a given margin. 69 Rect targetBounds = match.edge.node.getBounds(); 72 paintConstraint(graphics, type, match.with.node, sourceBounds, match.edge.node, 423 // If however there is a margin on the target edge, it should be drawn like this: 528 // If not, we'll need to indicate a shared edge. This is the edge that separate 558 // Adjust position of source arrow such that it does not sit across edge; it 559 // should point directly at the edge 574 // Draw the line from the source anchor to the shared edge 579 // Draw the line from the target to the horizontal shared edge [all...] |
| /external/chromium/chrome/browser/ui/views/ |
| constrained_window_views.cc | 178 // borders, including both the window frame and any client edge. 182 // frame, any title area, and any connected client edge. 185 // Returns the thickness of the nonclient portion of the 3D edge along the 247 // 16 px at the end of each edge triggers diagonal resizing. 252 // The titlebar has a 2 px 3D edge along the top and bottom. 256 // The title text starts 2 px from the right edge of the left frame border. 418 // below the frame border, we calculate from below the 3D edge. 422 // space above the icon, since the 3D edge + client edge below looks (to the 423 // eye) more like additional space than does the 3D edge above; hence the +1 [all...] |
| /external/chromium_org/chrome/browser/ui/views/ |
| constrained_window_views.cc | 275 // borders, including both the window frame and any client edge. 279 // frame, any title area, and any connected client edge. 282 // Returns the thickness of the nonclient portion of the 3D edge along the 349 // 16 px at the end of each edge triggers diagonal resizing. 354 // The titlebar has a 2 px 3D edge along the top and bottom. 358 // The title text starts 2 px from the right edge of the left frame border. 502 // below the frame border, we calculate from below the 3D edge. 506 // space above the icon, since the 3D edge + client edge below looks (to the 507 // eye) more like additional space than does the 3D edge above; hence the +1 [all...] |
| /external/opencv/cvaux/src/ |
| cvclique.cpp | 83 #define CV_GET_ADJ_VTX( vertex, edge ) \ 85 assert(edge->vtx[0]==vertex||edge->vtx[1] == vertex ), \ 86 (edge->vtx[0] == vertex)?edge->vtx[1]:edge->vtx[0] \ 173 CvGraphEdge* edge = cvFindGraphEdgeByPtr( graph, ver1, ver2 ); 174 if( edge ) 176 assert( ((CvGraphWeightedEdge*)edge)->weight >= 0 ); 178 finder->edge_weights[ j * graph->total + i ] = ((CvGraphWeightedEdge*)edge)->weight [all...] |
| /external/chromium_org/ash/wm/workspace/ |
| workspace_event_handler_unittest.cc | 82 // Double clicking the vertical resize edge of a window should maximize it 96 // Double-click the top resize edge. 123 // Double-click the top resize edge again to maximize vertically, then double 132 // Double clicking the left resize edge should maximize horizontally. 154 // Verify the double clicking the resize edge works on 2nd display too. 215 // Double-click the top resize edge. 239 // Double-click the top resize edge.
|
| /packages/apps/Camera/jni/feature_mos/src/mosaic/ |
| Delaunay.cpp | 129 // Quad-edge manipulation primitives 189 // Quad-edge storage allocation 216 // Edge storage management 622 void CDelaunay::linkNeighbors(SEdgeVector *edge, int nedge, int nsite) 627 sa[i].setNeighbor(edge); 629 for (; edge->first == i && nedge; edge++, nedge--) {
|
| /packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
| Delaunay.cpp | 129 // Quad-edge manipulation primitives 189 // Quad-edge storage allocation 216 // Edge storage management 622 void CDelaunay::linkNeighbors(SEdgeVector *edge, int nedge, int nsite) 627 sa[i].setNeighbor(edge); 629 for (; edge->first == i && nedge; edge++, nedge--) {
|
| /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
| Delaunay.cpp | 129 // Quad-edge manipulation primitives 189 // Quad-edge storage allocation 216 // Edge storage management 622 void CDelaunay::linkNeighbors(SEdgeVector *edge, int nedge, int nsite) 627 sa[i].setNeighbor(edge); 629 for (; edge->first == i && nedge; edge++, nedge--) {
|
| /external/chromium_org/ash/wm/ |
| frame_painter.cc | 48 // Space between left edge of window and popup window icon. 56 // Space between window edge and title text, when there is no icon. 64 // Color of header bottom edge line. 66 // Space between close button and right edge of window. 68 // Space between close button and top edge of window. 73 // In the pre-Ash era the web content area had a frame along the left edge, so 75 // right relative to the header. Now that we have removed the left edge frame 508 // edge of the close button. 515 // We don't need the extra lightness in the edges when we're at the top edge 524 // Draw the top corners and edge [all...] |
| /external/chromium_org/chrome/browser/ui/views/frame/ |
| glass_browser_frame_view.cc | 41 // There are 3 px of client edge drawn inside the outer frame borders. 50 // way the tabstrip draws its bottom edge, will appear like a 1 px gap to the 53 // Space between the frame border and the left edge of the avatar. 55 // Space between the right edge of the avatar and the tabstrip. 60 // the top of the screen so the tabs appear flush against the screen edge. 300 // Tile the toolbar image starting at the frame edge on the left and where 329 // Draw left edge. 332 // Draw center edge. 336 // Right edge. 363 // Draw the client edge images [all...] |
| /external/chromium_org/third_party/mesa/src/docs/ |
| conform.html | 161 Polygon Edge test passed. 188 Texture Edge Clamp test passed. 274 Polygon Edge test passed. 301 Texture Edge Clamp test passed. 387 Polygon Edge test passed. 414 Texture Edge Clamp test passed. 500 Polygon Edge test passed. 527 Texture Edge Clamp test passed. 613 Polygon Edge test passed. 640 Texture Edge Clamp test passed [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| StructurizeCFG.cpp | 138 /// The incomming values of the PHI node are true for the "If" edge and false 139 /// for the "Then" edge. 150 /// 3 3 = "Flow" block, with back edge to entry block 154 /// The back edge of the "Flow" block is always on the false side of the branch 289 // Test for exit as back edge 295 // Test for sucessors as back edge 341 /// \brief Build the condition for one edge 379 // Normal forward edge 394 // Back edge 405 // Edge from inside a subregion to its entry, ignore i [all...] |
| /external/mesa3d/docs/ |
| conform.html | 161 Polygon Edge test passed. 188 Texture Edge Clamp test passed. 274 Polygon Edge test passed. 301 Texture Edge Clamp test passed. 387 Polygon Edge test passed. 414 Texture Edge Clamp test passed. 500 Polygon Edge test passed. 527 Texture Edge Clamp test passed. 613 Polygon Edge test passed. 640 Texture Edge Clamp test passed [all...] |