OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:right
(Results
1651 - 1675
of
6698
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/guava/javadoc/com/google/common/collect/class-use/
EnumMultiset.html
51
<TD ALIGN="
right
" VALIGN="top" ROWSPAN=3><EM>
115
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118
<TR ALIGN="
right
" VALIGN="">
132
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
135
<TR ALIGN="
right
" VALIGN="">
174
<TD ALIGN="
right
" VALIGN="top" ROWSPAN=3><EM>
ImmutableBiMap.Builder.html
51
<TD ALIGN="
right
" VALIGN="top" ROWSPAN=3><EM>
115
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118
<TR ALIGN="
right
" VALIGN="">
130
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
172
<TD ALIGN="
right
" VALIGN="top" ROWSPAN=3><EM>
MutableClassToInstanceMap.html
51
<TD ALIGN="
right
" VALIGN="top" ROWSPAN=3><EM>
115
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
118
<TR ALIGN="
right
" VALIGN="">
130
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
133
<TR ALIGN="
right
" VALIGN="">
171
<TD ALIGN="
right
" VALIGN="top" ROWSPAN=3><EM>
/external/guava/javadoc/com/google/common/io/class-use/
ByteProcessor.html
51
<TD ALIGN="
right
" VALIGN="top" ROWSPAN=3><EM>
114
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
117
<TR ALIGN="
right
" VALIGN="">
130
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
133
<TR ALIGN="
right
" VALIGN="">
171
<TD ALIGN="
right
" VALIGN="top" ROWSPAN=3><EM>
/external/jpeg/
jccoefct.c
161
* sequentially. Dummy blocks at the
right
or bottom edge are filled in
182
/* Create some dummy blocks at the
right
edge of the image. */
229
* as needed at the
right
and lower edges. (The dummy blocks are constructed
273
/* Count number of dummy blocks to be added at the
right
margin. */
287
/* Create dummy blocks at the
right
edge of the image. */
302
blocks_across += ndummy; /* include lower
right
corner */
/external/qemu/audio/
coreaudio.c
544
*out++ = src[frame].r; /*
right
channel */
548
*out++ = src[frame].r * scale; /*
right
channel */
551
*out++ = src[frame].r / scale; /*
right
channel */
691
dst[frame].r = *in++; /*
right
channel */
695
dst[frame].r = *in++ * scale; /*
right
channel */
698
dst[frame].r = *in++ / scale; /*
right
channel */
/external/qemu/distrib/sdl-1.2.12/src/events/
SDL_keyboard.c
258
keynames[SDLK_RIGHT] = "
right
";
286
keynames[SDLK_RSHIFT] = "
right
shift";
288
keynames[SDLK_RCTRL] = "
right
ctrl";
290
keynames[SDLK_RALT] = "
right
alt";
292
keynames[SDLK_RMETA] = "
right
meta";
295
keynames[SDLK_RSUPER] = "
right
super";
/external/skia/src/core/
SkEdgeClipper.cpp
153
if (pts[0].fX >= clip.fRight) { // wholly to the
right
178
// are we partially to the
right
188
// so we just clamp against the
right
347
if (pts[0].fX >= clip.fRight) { // wholly to the
right
374
// are we partially to the
right
385
// so we just clamp against the
right
/external/webkit/JavaScriptCore/bytecode/
SamplingTool.cpp
240
static int compareOpcodeIndicesSampling(const void* left, const void*
right
)
243
const OpcodeSampleInfo* rightSampleInfo = reinterpret_cast<const OpcodeSampleInfo*>(
right
);
249
static int compareLineCountInfoSampling(const void* left, const void*
right
)
252
const LineCountInfo* rightLineCount = reinterpret_cast<const LineCountInfo*>(
right
);
257
static int compareScriptSampleRecords(const void* left, const void*
right
)
260
const ScriptSampleRecord* const rightValue = *static_cast<const ScriptSampleRecord* const *>(
right
);
/external/webkit/WebCore/platform/
KeyboardCodes.h
48
// VK_RBUTTON (02)
Right
mouse button
136
// VK_RIGHT (27)
RIGHT
ARROW key
279
// VK_RWIN (5C)
Right
Windows key (Natural keyboard)
417
// VK_RSHIFT (A1)
Right
SHIFT key
423
// VK_RCONTROL (A3)
Right
CONTROL key
429
// VK_RMENU (A5)
Right
MENU key
Scrollbar.cpp
382
// Early exit for
right
click
384
return true; // FIXME: Handled as context menu by Qt
right
now. Should just avoid even calling this method on a
right
click though.
420
int overlap = rect.
right
() - resizerRect.x();
421
if (overlap > 0 && resizerRect.
right
() >= rect.
right
()) {
/external/webkit/WebCore/platform/android/
KeyboardCodes.h
35
// VK_RBUTTON (02)
Right
mouse button
123
// VK_RIGHT (27)
RIGHT
ARROW key
262
// VK_RWIN (5C)
Right
Windows key (Natural keyboard)
400
// VK_RSHIFT (A1)
Right
SHIFT key
406
// VK_RCONTROL (A3)
Right
CONTROL key
412
// VK_RMENU (A5)
Right
MENU key
/external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp
88
return VKEY_RIGHT; // (27)
RIGHT
ARROW key
152
return VKEY_RIGHT; // (27)
RIGHT
ARROW key
281
return VKEY_RWIN; // (5C)
Right
Windows key (Natural keyboard)
296
// VKEY_RSHIFT (A1)
Right
SHIFT key
298
// VKEY_RCONTROL (A3)
Right
CONTROL key
300
// VKEY_RMENU (A5)
Right
MENU key
KeyboardCodesPosix.h
34
// VKEY_RBUTTON (02)
Right
mouse button
122
// VKEY_RIGHT (27)
RIGHT
ARROW key
261
// VKEY_RWIN (5C)
Right
Windows key (Natural keyboard)
399
// VKEY_RSHIFT (A1)
Right
SHIFT key
405
// VKEY_RCONTROL (A3)
Right
CONTROL key
411
// VKEY_RMENU (A5)
Right
MENU key
KeyboardCodesWin.h
40
// VKEY_RBUTTON (02)
Right
mouse button
128
// VKEY_RIGHT (27)
RIGHT
ARROW key
267
// VKEY_RWIN (5C)
Right
Windows key (Natural keyboard)
405
// VKEY_RSHIFT (A1)
Right
SHIFT key
411
// VKEY_RCONTROL (A3)
Right
CONTROL key
417
// VKEY_RMENU (A5)
Right
MENU key
/external/webkit/WebCore/platform/haiku/
KeyboardCodes.h
35
// VK_RBUTTON (02)
Right
mouse button
123
// VK_RIGHT (27)
RIGHT
ARROW key
262
// VK_RWIN (5C)
Right
Windows key (Natural keyboard)
400
// VK_RSHIFT (A1)
Right
SHIFT key
406
// VK_RCONTROL (A3)
Right
CONTROL key
412
// VK_RMENU (A5)
Right
MENU key
/external/webkit/WebCore/platform/wx/
KeyboardCodes.h
34
// VK_RBUTTON (02)
Right
mouse button
122
// VK_RIGHT (27)
RIGHT
ARROW key
261
// VK_RWIN (5C)
Right
Windows key (Natural keyboard)
399
// VK_RSHIFT (A1)
Right
SHIFT key
405
// VK_RCONTROL (A3)
Right
CONTROL key
411
// VK_RMENU (A5)
Right
MENU key
/external/webkit/WebKit/android/nav/
CachedNode.cpp
146
// any other unitBounds to the left or
right
of this one?
150
int unitRight = unitBoundsPtr->
right
();
158
int testRight = testBoundsPtr->
right
();
194
candidateRight > checkBoundsPtr->
right
())
195
candidateLeft = checkBoundsPtr->
right
();
197
candidateRight <= checkBoundsPtr->
right
())
/external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.cpp
345
visibleDocRect.top, visibleDocRect.
right
,
357
visibleDocRect.
right
,
410
m_requestedVisibleRects[index].
right
,
413
m_requestedVisibleRects[index].
right
) {
414
m_requestedVisibleRects[index].
right
+= 1;
441
pluginRect.set(rect->left, rect->top, rect->
right
, rect->bottom);
/external/zlib/contrib/ada/
test.adb
72
(Left,
Right
: in out Root_Stream_Type'Class);
76
procedure Compare_Files (Left,
Right
: String);
114
procedure Compare_Files (Left,
Right
: String) is
118
Open (Right_File, In_File,
Right
);
129
(Left,
Right
: in out Ada.Streams.Root_Stream_Type'Class)
136
Read (
Right
, Right_Buffer, Right_Last);
/frameworks/base/docs/html/sdk/
win-usb.jd
230
<li>
Right
-click on "Computer" from your desktop or Windows Explorer,
234
<li>Locate and expand "ADB Interface" in the
right
pane.</li>
235
<li>
Right
-click on "HTC Dream Composite ADB Interface", and select "Update
275
<li>
Right
-click on "My Computer" from your desktop or Windows Explorer,
279
<li>Locate and expand "Android Phone" in the
right
pane.</li>
280
<li>
Right
-click "Android Composite ADB Interface" and select "Update
/packages/apps/Contacts/src/com/android/contacts/
ContactListItemView.java
188
protected void onLayout(boolean changed, int left, int top, int
right
, int bottom) {
190
int width =
right
- left;
205
// Positions of views on the left are fixed and so are those on the
right
side.
207
// by laying out the left and
right
sides. Then we will allocate the remainder
224
//
Right
side
225
int rightBound =
right
;
/dalvik/libcore/math/src/main/java/java/math/
Division.java
76
* make the dividend positive shifting it
right
by 1 bit then
150
* left half and the unsigned integer quotient in the
right
half
162
* Make the dividend positive shifting it
right
by 1 bit then get
/development/simulator/wrapsim/
DevFb.c
131
r = dirty.
right
<=w ? dirty.
right
: w;
139
/* find the
right
page */
/external/guava/javadoc/com/google/common/base/
Suppliers.html
51
<TD ALIGN="
right
" VALIGN="top" ROWSPAN=3><EM>
130
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
133
<TR ALIGN="
right
" VALIGN="">
147
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150
<TR ALIGN="
right
" VALIGN="">
164
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
167
<TR ALIGN="
right
" VALIGN="">
182
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
185
<TR ALIGN="
right
" VALIGN="">
197
<TD ALIGN="
right
" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"
[
all
...]
Completed in 770 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>