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

<<51525354555657585960>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
db_iterators_5.pass.cpp 12 // Add to iterator out of bounds.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/
db_cindex.pass.cpp 12 // Index const string out of bounds.
db_index.pass.cpp 12 // Index string out of bounds.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/
db_iterators_4.pass.cpp 12 // Index iterator out of bounds.
db_iterators_5.pass.cpp 12 // Add to iterator out of bounds.
  /packages/apps/Launcher2/res/values-sw340dp/
dimens.xml 26 <!-- Because portal animations go beyond the bounds of an icon, we need
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 246 final RectF bounds = new RectF(); local
247 mPathFill.computeBounds(bounds, true);
248 Log.d(TAG, "onLayout() rendered with bounds=" + bounds.toString() + " and totalData="
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
array 270 static_assert(_Int < _Nm, "index is out of bounds");
279 static_assert(_Int < _Nm, "index is out of bounds");
287 static_assert(_Int < _Nm, "index is out of bounds");
316 static_assert(_Int < _Nm, "index is out of bounds");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
array 266 static_assert(_Int < _Nm, "index is out of bounds");
275 static_assert(_Int < _Nm, "index is out of bounds");
283 static_assert(_Int < _Nm, "index is out of bounds");
300 static_assert(_Int < _Nm, "index is out of bounds");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
array 228 static_assert(_Int < _Nm, "index is out of bounds");
237 static_assert(_Int < _Nm, "index is out of bounds");
245 static_assert(_Int < _Nm, "index is out of bounds");
262 static_assert(_Int < _Nm, "index is out of bounds");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
array 270 static_assert(_Int < _Nm, "index is out of bounds");
279 static_assert(_Int < _Nm, "index is out of bounds");
287 static_assert(_Int < _Nm, "index is out of bounds");
316 static_assert(_Int < _Nm, "index is out of bounds");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
array 266 static_assert(_Int < _Nm, "index is out of bounds");
275 static_assert(_Int < _Nm, "index is out of bounds");
283 static_assert(_Int < _Nm, "index is out of bounds");
300 static_assert(_Int < _Nm, "index is out of bounds");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
array 228 static_assert(_Int < _Nm, "index is out of bounds");
237 static_assert(_Int < _Nm, "index is out of bounds");
245 static_assert(_Int < _Nm, "index is out of bounds");
262 static_assert(_Int < _Nm, "index is out of bounds");
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
array 270 static_assert(_Int < _Nm, "index is out of bounds");
279 static_assert(_Int < _Nm, "index is out of bounds");
287 static_assert(_Int < _Nm, "index is out of bounds");
316 static_assert(_Int < _Nm, "index is out of bounds");
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
array 266 static_assert(_Int < _Nm, "index is out of bounds");
275 static_assert(_Int < _Nm, "index is out of bounds");
283 static_assert(_Int < _Nm, "index is out of bounds");
300 static_assert(_Int < _Nm, "index is out of bounds");
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
array 228 static_assert(_Int < _Nm, "index is out of bounds");
237 static_assert(_Int < _Nm, "index is out of bounds");
245 static_assert(_Int < _Nm, "index is out of bounds");
262 static_assert(_Int < _Nm, "index is out of bounds");
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
array 274 static_assert(_Int < _Nm, "index is out of bounds");
283 static_assert(_Int < _Nm, "index is out of bounds");
291 static_assert(_Int < _Nm, "index is out of bounds");
320 static_assert(_Int < _Nm, "index is out of bounds");
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
array 271 static_assert(_Int < _Nm, "index is out of bounds");
280 static_assert(_Int < _Nm, "index is out of bounds");
288 static_assert(_Int < _Nm, "index is out of bounds");
305 static_assert(_Int < _Nm, "index is out of bounds");
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
array 233 static_assert(_Int < _Nm, "index is out of bounds");
242 static_assert(_Int < _Nm, "index is out of bounds");
250 static_assert(_Int < _Nm, "index is out of bounds");
267 static_assert(_Int < _Nm, "index is out of bounds");
  /external/skia/include/core/
SkCanvas.h 239 * SrcR is intersected with the bounds of the base-layer. If this intersection is not empty,
260 * to the intersection of srcRect and the base-layer bounds. On success, pixels will be
274 * Target is intersected with the bounds of the base-layer. If this intersection is not empty,
304 * the layer should clip against the bounds argument
349 @param bounds (may be null) This rect, if non-null, is used as a hint to
357 int saveLayer(const SkRect* bounds, const SkPaint* paint);
365 @param bounds (may be null) This rect, if non-null, is used as a hint to
375 int saveLayer(const SkRect* bounds, const SkPaint* paint, SaveFlags flags);
381 @param bounds (may be null) This rect, if non-null, is used as a hint to
388 int saveLayerAlpha(const SkRect* bounds, U8CPU alpha)
    [all...]
  /developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/
PhoneMainActivity.java 98 private LatLngBounds bounds; local
113 bounds = builder.build();
126 mMap.moveCamera(CameraUpdateFactory.newLatLngBounds(bounds,
  /external/apache-http/src/org/apache/http/message/
LineParser.java 69 * the bounds within the buffer for the parsing operation
109 * the bounds within the buffer for the parsing operation
125 * the bounds within the buffer for the parsing operation
  /external/chromium_org/ash/drag_drop/
drag_drop_interactive_uitest.cc 78 const gfx::Rect& bounds) {
84 params.bounds = bounds;
drag_image_view.cc 56 void DragImageView::SetBoundsInScreen(const gfx::Rect& bounds) {
57 widget_->SetBounds(bounds);
58 widget_size_ = bounds.size();
  /external/chromium_org/ash/wm/overview/
window_grid.h 63 // this window grid bounds.
91 // TODO(nsatragno): Handle window bounds changed in WindowSelectorItem.
110 // Returns the target bounds of the currently selected item.

Completed in 719 milliseconds

<<51525354555657585960>>