HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 401 - 425 of 1065) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/jni/android/graphics/
Path.cpp 78 static void computeBounds(JNIEnv* env, jobject clazz, SkPath* obj, jobject bounds) {
80 GraphicsJNI::rect_to_jrectf(bounds_, env, bounds);
  /frameworks/base/core/tests/coretests/src/android/util/
ExpandableListScenario.java 191 * Whether a particular position is out of bounds.
194 * @return Whether it's out of bounds.
  /frameworks/base/graphics/java/android/graphics/
Region.java 116 * Return a new Rect set to the bounds of the region. If the region is
126 * Set the Rect to the bounds of the region. If the region is empty, the
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 104 protected void onBoundsChange(Rect bounds) {
106 mCurrDrawable.setBounds(bounds);
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 493 buf.append("out of bounds");
511 buf.append("out of bounds");
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaSet.java 178 * Additionally, it also recomputes the location bounds and time range of
232 // Determining the latitude longitude bounds of the set and setting the
  /dalvik/libcore/sql/src/main/native/
sqlite_jni.c     [all...]
  /bionic/libm/src/
s_log1pf.c 81 * strict bounds than the one here so that the k==0 case is
  /bootable/recovery/minzip/
Zip.h 89 * Get an entry by index. Returns NULL if the index is out-of-bounds.
  /build/tools/apriori/
prelinkmap.c 88 /* Note that this is not the only bounds check. If a library's
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 393 for (Type upperBound : tv.bounds()) {
403 // no explicit bounds, use java.lang.Object
423 // no explicit bounds, use java.lang.Object
475 for (Type u : typeParameter.bounds()) {
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 199 IClassReference boundS = (IClassReference) variableS.getUpperBounds().get(0);
200 assertEquals("java.lang.Object", boundS.getClassDefinition().getQualifiedName());
225 IClassReference boundS = (IClassReference) variableS.getUpperBounds().get(0);
226 assertEquals("java.lang.Object", boundS.getClassDefinition().getQualifiedName());
    [all...]
  /cts/tools/test-progress/src/
TestCoverageDoclet.java 528 Type[] bounds = typeVar.bounds(); local
529 if (bounds.length > 0) {
530 ClassDoc typeClass = bounds[0].asClassDoc();
  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 120 // Make highest possible out-of-bounds check happen first.
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CheckedOutputStreamTest.java 171 fail("Index for write is out of bounds");
GZIPOutputStreamTest.java 207 assertEquals("out of bounds exception is not present", 1, r);
  /dalvik/libcore/auth/src/main/java/org/apache/harmony/auth/internal/nls/
messages.properties 45 auth.1B=specified selection is out of bounds
  /external/e2fsprogs/ext2ed/
inodebitmap_com.c 41 wprintw (command_win,"Error - Entry number out of bounds\n");refresh_command_win ();return;
  /external/elfutils/libdw/
dwarf_child.c 60 /* Are we still in bounds? This test needs to be refined. */
  /external/proguard/src/proguard/classfile/util/
DescriptorClassEnumeration.java 157 // of the bounds.
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c 275 DragWindow(win, event.where, &theQD->screenBits.bounds);
307 newSize = GrowWindow(win, event.where, &theQD->screenBits.bounds);
311 EraseRect ( &theQD->screenBits.bounds );
322 EraseRect ( &theQD->screenBits.bounds );
  /external/qemu/slirp/
ip_icmp.h 94 * Lower bounds on packet lengths for various types.
  /external/qemu/slirp-android/
ip_icmp.h 96 * Lower bounds on packet lengths for various types.
  /external/quake/quake/src/QW/client/
bspfile.h 22 // upper design bounds
  /external/skia/emoji/
EmojiFont.cpp 178 /* This tells us to shift the emoji bounds down by 20% below the baseline,

Completed in 82 milliseconds

<<11121314151617181920>>