OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bounds
(Results
576 - 600
of
1065
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp
1223
IntRect
bounds
=
bounds
ForVisiblePositionRange(range);
local
[
all
...]
/external/webkit/WebCore/html/
HTMLSelectElement.cpp
380
// out of array
bounds
? first insert empty dummies
/external/webkit/WebCore/inspector/front-end/
TextEditorModel.js
78
throw "Out of
bounds
:" + lineNumber;
/external/webkit/WebCore/platform/graphics/
GraphicsLayer.cpp
410
ts << "(
bounds
" << m_size.width() << " " << m_size.height() << ")\n";
/external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.h
153
// Returns the input
bounds
translated into the destination space. This is
/external/webkit/WebCore/rendering/
RenderWidget.cpp
320
// if the frame
bounds
got changed, or if view needs layout (possibly indicating
SVGRenderSupport.cpp
244
// FIXME: We should be able to skip relayout of non-relative kids when only
bounds
size has changed
/external/webkit/WebKit/mac/WebView/
WebPDFView.mm
741
return [clipView
bounds
].origin;
[
all
...]
/frameworks/base/awt/java/awt/image/
BufferedImageFilter.java
202
// Check
bounds
/frameworks/base/core/java/android/widget/
RelativeLayout.java
133
* Rule that centers the child with respect to the
bounds
of its
139
*
bounds
of its RelativeLayout parent.
144
*
bounds
of its RelativeLayout parent.
603
// Figure out start and end
bounds
.
[
all
...]
/frameworks/base/graphics/java/android/renderscript/
Allocation.java
82
throw new IllegalArgumentException("Offset or Count out of
bounds
.");
/frameworks/base/include/utils/
Asset.h
161
* if "offset" and "length" don't fit within the
bounds
of the file.
/packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java
151
// if the newly computed width would exceed our
bounds
then we're done
/bionic/libc/include/sys/
exec_elf.h
233
#define SHN_LORESERVE 0xff00 /* lower
bounds
of reserved indexes */
238
#define SHN_HIRESERVE 0xffff /* upper
bounds
of reserved indexes */
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java
720
protected void onBoundsChange(Rect
bounds
) {
721
super.onBoundsChange(
bounds
);
/dalvik/libcore/luni/src/main/java/java/io/
PrintStream.java
675
// K002e=Offset out of
bounds
\: {0}
679
// K0031=Length out of
bounds
\: {0}
/dalvik/libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java
126
// K002e=Offset out of
bounds
\: {0}
130
// K0031=Length out of
bounds
\: {0}
/development/samples/Home/src/com/example/android/home/
Home.java
654
// Copy the old
bounds
to restore them later
658
// old
bounds
/external/openssl/crypto/bn/
bn_div.c
252
wnum.dmax = snum->dmax - loop; /* so we don't step out of
bounds
*/
487
wnum.dmax = snum->dmax - loop; /* so we don't step out of
bounds
*/
/external/quake/quake/src/QW/client/
in_win.c
1108
// then
bounds
check result to level out excessively high spin rates
1227
//
bounds
check pitch
/external/quake/quake/src/WinQuake/
in_win.cpp
1115
// then
bounds
check result to level out excessively high spin rates
1234
//
bounds
check pitch
/external/skia/include/animator/
SkAnimator.h
189
kPartiallyDifferent if the document contains an active <
bounds
> element that specifies a minimal
202
kPartiallyDifferent if the document contains an active <
bounds
> element that specifies a minimal
/external/skia/include/core/
SkMatrix.h
348
of src, and then setting dst to the
bounds
of those points.
357
rect, and then setting it to the
bounds
of those points
/external/stlport/stlport/stl/debug/
_debug.c
286
_STLP_STRING_LITERAL("Index out of
bounds
"), \
298
_STLP_STRING_LITERAL("Iterator is singular (advanced beyond the
bounds
?)"), \
/external/v8/src/
utils.h
306
// Access individual vector elements - checks
bounds
in debug mode.
464
// buffer
bounds
on all operations in debug mode.
Completed in 454 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>