HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 1326 - 1350 of 5192) sorted by null

<<51525354555657585960>>

  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 65 /// \brief Handle a shift where the RHS is out of bounds or a left shift where
76 /// \brief Handle an array index out of bounds error.
  /external/droiddriver/
to-uiautomator.xsl 35 <xsl:attribute name="bounds"><xsl:value-of select="@bounds" /></xsl:attribute>
  /external/e2fsprogs/ext2ed/
group_com.c 68 wprintw (command_win,"Error - Entry number out of bounds\n");refresh_command_win ();return;
96 wprintw (command_win,"Error - Copy number out of bounds\n");refresh_command_win ();return;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 75 * Sets the new bounds for editor's control.
77 public void setBounds(Rectangle bounds) {
  /external/libvorbis/doc/vorbisfile/
ov_bitrate.html 21 <p>Nonseekable files will return the nominal bitrate setting or the average of the upper and lower bounds, if any of these values are set.
53 upper/lower bounds (if set).</li>
  /external/llvm/include/llvm/ADT/
IndexedMap.h 44 assert(toIndex_(n) < storage_.size() && "index out of bounds!");
49 assert(toIndex_(n) < storage_.size() && "index out of bounds!");
  /external/llvm/include/llvm/CodeGen/PBQP/
Math.h 101 assert(Index < Length && "Vector element access out of bounds.");
108 assert(Index < Length && "Vector element access out of bounds.");
247 assert(R < Rows && "Row out of bounds.");
254 assert(R < Rows && "Row out of bounds.");
286 assert(R < Rows && "Row out of bounds.");
294 assert(C < Cols && "Column out of bounds.");
342 assert(R < Rows && "Row out of bounds");
359 assert(R < Rows && "Row out of bounds");
  /external/llvm/include/llvm/Support/
MemoryObject.h 44 /// bounds violation or an implementation-specific error.
58 /// bounds violation or an implementation-specific error.
  /external/llvm/test/Instrumentation/AddressSanitizer/
instrument_global.ll 14 ; indexed with constants in-bounds. But instrument all other cases.
30 ; GlobSt is accessed out of bounds -- can't optimize
  /external/mesa3d/docs/
relnotes-6.4.html 55 of renderbuffer bounds
58 <li>glReadPixels clipped by window bounds was sometimes broken
  /external/skia/gm/
canvasstate.cpp 154 // draw a rect within the layer's bounds and again outside the layer's bounds
  /external/skia/include/core/
SkPathRef.h 157 /** Returns the bounds of the path's points. If the path contains 0 or 1
158 points, the bounds is set to (0,0,0,0), and isEmpty() will return true.
159 Note: this bounds may be larger than the actual shape, since curves
279 // Return true if the computed bounds are finite.
280 static bool ComputePtBounds(SkRect* bounds, const SkPathRef& ref) {
283 bounds->setEmpty();
286 return bounds->setBoundsCheck(ref.points(), count);
438 mutable SkBool8 fIsFinite; // only meaningful if bounds are valid
  /external/skia/include/gpu/
SkGr.h 115 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds) SK_OVERRIDE;
118 virtual bool getPackedGlyphDFBounds(GrGlyph::PackedID, SkIRect* bounds) SK_OVERRIDE;
  /external/skia/src/core/
SkDeviceLooper.cpp 12 const SkIRect& bounds, bool aa)
27 if (rc.isEmpty() || !fClippedBounds.intersect(bounds, rc.getBounds())) {
  /external/skia/src/utils/
SkCanvasStack.cpp 19 // compute the bounds of this canvas
51 * to their bounds and that the area covered by any canvas higher in the stack is
  /frameworks/base/core/java/android/animation/
Keyframes.java 46 * outside the [0-1] bounds, if the animation's interpolator made that happen (e.g., a
48 * just using the two keyframes at the appropriate end when the value is outside those bounds.
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityWindowInfo.java 198 * Gets the bounds of this window in the screen.
200 * @param outBounds The out window bounds.
207 * Sets the bounds of this window in the screen.
209 * @param bounds The out window bounds.
213 public void setBoundsInScreen(Rect bounds) {
214 mBoundsInScreen.set(bounds);
457 builder.append(", bounds=").append(mBoundsInScreen);
  /frameworks/base/docs/html/training/gestures/
viewgroup.jd 213 for a parent to extend the touchable area of a child view beyond the child's bounds.
241 <li>Finds the {@link android.widget.ImageButton} child view and calls {@link android.view.View#getHitRect getHitRect()} to get the bounds of the child's touchable area.</li>
242 <li>Extends the bounds of the {@link android.widget.ImageButton}'s hit rectangle.</li>
244 <li>Sets the {@link android.view.TouchDelegate} on the parent view, such that touches within the touch delegate bounds are routed to the child.</li>
270 // The bounds for the delegate view (an ImageButton
287 // Extend the touch area of the ImageButton beyond its bounds
293 // "delegateArea" is the bounds in local coordinates of
301 // within the touch delegate bounds are routed to the child.
  /frameworks/base/docs/image_sources/training/fragments-screen-mock.graffle/
data.plist 16 <key>Bounds</key>
112 <key>Bounds</key>
229 <key>Bounds</key>
266 <key>Bounds</key>
383 <key>Bounds</key>
500 <key>Bounds</key>
617 <key>Bounds</key>
654 <key>Bounds</key>
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 335 Rectangle bounds = region.mArea.getBounds(); local
336 if (bounds.isEmpty()) {
341 rect.left = bounds.x;
342 rect.top = bounds.y;
343 rect.right = bounds.x + bounds.width;
344 rect.bottom = bounds.y + bounds.height;
  /frameworks/native/services/inputflinger/
PointerControllerInterface.h 41 /* Gets the bounds of the region that the pointer can traverse.
42 * Returns true if the bounds are available. */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 138 // Computes frame size bounds.
144 // Picks q and q bounds given the target for bits
  /libcore/luni/src/test/java/libcore/java/util/
TreeSetTest.java 86 * Regrettably, serializing a TreeSet causes it to forget its bounds. This
87 * is unlike a serialized TreeMap which retains its bounds when serialized.
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 85 /** Source bounds of the image that was clicked on. */
195 // Wait until the layout pass to show the photo, so that the source bounds will match up.
211 // pull out the bounds of the backdrop
212 final Rect bounds = new Rect(); local
213 enclosingView.getDrawingRect(bounds);
214 final int boundsWidth = bounds.width();
215 final int boundsHeight = bounds.height() - heightOffset;
261 * @param photoBounds The pixel bounds of the current photo.
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailPhotoSetter.java 67 // Find location and bounds of target view, adjusting based on the
74 // rect is the bounds (in pixels) of the photo view in screen coordinates

Completed in 992 milliseconds

<<51525354555657585960>>