/external/chromium_org/ui/views/widget/ |
window_reorderer_unittest.cc | 20 Widget* CreateControlWidget(aura::Window* parent, const gfx::Rect& bounds) { 24 params.bounds = bounds;
|
/external/chromium_org/ui/views/window/ |
non_client_view.h | 63 // Returns the bounds (in this View's parent's coordinates) that the client 167 // Returns the bounds of the window required to display the content area at 168 // the specified bounds.
|
/external/clang/include/clang/AST/ |
StmtObjC.h | 206 assert(I < NumCatchStmts && "Out-of-bounds @catch index"); 212 assert(I < NumCatchStmts && "Out-of-bounds @catch index"); 218 assert(I < NumCatchStmts && "Out-of-bounds @catch index");
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ArrayBoundCheckerV2.cpp | 75 // FIXME: improve this later by tracking symbolic lower bounds 93 // The algorithm we are using here for bounds checking is to see if the 264 /// Compute a raw byte offset from a base region. Used for array bounds
|
/external/clang/test/Sema/ |
designated-initializers.c | 17 [10] = 1, // expected-error{{array designator index (10) exceeds array bounds (10)}} 22 [5 ... 12] = 2 // expected-error{{array designator index (12) exceeds array bounds (10)}} 47 [10].x = 2.0, // expected-error{{array designator index (10) exceeds array bounds (10)}}
|
/external/deqp/modules/glshared/ |
glsRasterizationTestUtil.hpp | 112 * Verifies pixels in the surface are rasterized within the bounds given 123 * Verifies pixels in the surface are rasterized within the bounds given 134 * Verifies points in the surface are rasterized within the bounds given
|
/external/icu/icu4c/source/common/ |
uvectr32.h | 38 * <p>There is index bounds checking, but little is done about it. If 39 * indices are out of bounds, either nothing happens, or zero is 55 * <p>Improve the handling of index out of bounds errors.
|
/external/icu/icu4c/source/i18n/unicode/ |
regex.h | 37 * information about bounds of a match. </p> [all...] |
/external/icu/icu4c/source/layoutex/layout/ |
plruns.h | 127 * @return the limit index for the run, or -1 if <code>run</code> is out of bounds. 260 * @return the limit index for the run, or -1 if <code>run</code> is out of bounds. 392 * @return the limit index for the run, or -1 if <code>run</code> is out of bounds.
|
/external/libcxx/include/ |
array | 314 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (std::array)"); 323 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (const std::array)"); 334 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (std::array &&)");
|
/external/llvm/docs/HistoricalNotes/ |
2000-11-18-EarlyDesignIdeasResp.txt | 22 to be able to statically eliminate many bounds checks in Java 39 than having to validate consistency (especially if bounds checks have 79 array refs are checked for bounds, etc...
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_sf_state.c | 88 /* If the scissor was out of bounds and got clamped to 0 89 * width/height at the bounds, the subtraction of 1 from 92 * the bounds, which produces the expected no rendering.
|
/external/skia/gm/ |
optimizations.cpp | 92 // saveLayer's 'bounds' parameter must be NULL for this optimization 161 // SAVE_LAYER (with NULL == bounds) 226 // saveLayer's 'bounds' parameter must be NULL for this optimization
|
/external/skia/src/views/mac/ |
SkOSWindow_Mac.cpp | 50 HIRect bounds; local 65 HIViewGetBounds ((HIViewRef) userData, &bounds); 200 SkDebugf("------ %d bounds %g %g %g %g\n", r.right - r.left,
|
/external/skia/tests/ |
FontHostTest.cpp | 285 SkRect bounds; local 291 // Requesting the bounds forces a generateMetrics call. 292 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/ |
TryListBuilder.java | 290 TryBounds<EH> bounds = getBoundingRanges(startAddress, endAddress); local 292 MutableTryBlock<EH> startBlock = bounds.start; 293 MutableTryBlock<EH> endBlock = bounds.end;
|
/frameworks/base/core/java/android/nfc/tech/ |
MifareUltralight.java | 269 // Do not be too strict on upper bounds checking, since some cards 271 // Note that issuing a command to an out-of-bounds block is safe - the 275 throw new IndexOutOfBoundsException("page out of bounds: " + pageIndex);
|
/frameworks/base/docs/image_sources/fundamentals/ |
service_lifecycle.graffle | [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
InsetDrawable.java | 42 * the View's actual bounds. 328 protected void onBoundsChange(Rect bounds) { 330 r.set(bounds);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
DimLayer.java | 185 void setBounds(Rect bounds) { 186 mBounds.set(bounds); 187 if (isDimming() && !mLastBounds.equals(bounds)) {
|
/frameworks/native/include/ui/ |
Region.h | 51 inline Rect bounds() const { return getBounds(); } function in class:android::Region 56 // the region becomes its bounds 178 // bounds of the region. However, if the region is
|
/frameworks/support/v4/java/android/support/v4/app/ |
ActivityOptionsCompat.java | 61 * those bounds will be filled in for you based on the initial bounds passed 91 * those bounds will be filled in for you based on the initial thumbnail
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ListViewCompat.java | 189 final Rect bounds = mSelectorRect; local 190 final float x = bounds.exactCenterX(); 191 final float y = bounds.exactCenterY();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
array | 314 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (std::array)"); 323 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (const std::array)"); 334 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (std::array &&)");
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
TextFieldsEditorView.java | 309 * Populates the bound rectangle with the bounds of the last editor field inside this view. 311 public void acquireEditorBounds(Rect bounds) { 316 bounds.set(editText.getLeft(), editText.getTop(), editText.getRight(),
|