OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:left
(Results
326 - 350
of
6784
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Gallery3D/src/com/cooliris/media/
IconTitleDrawable.java
67
int x = bounds.
left
+ mConfig.mTitleLeft;
90
int
left
= bounds.
left
;
local
95
int iconLeft =
left
+ config.mIconLeft;
/packages/inputmethods/LatinIME/java/res/xml/
kbd_symbols_shift.xml
29
<Key android:keyLabel="~" android:keyEdgeFlags="
left
"/>
45
<Key android:codes="9" android:keyLabel="\u21E5" android:keyEdgeFlags="
left
"/>
66
android:isSticky="true" android:keyEdgeFlags="
left
"/>
92
android:keyEdgeFlags="
left
"/>
/packages/inputmethods/OpenWnn/res/xml/
keyboard_12key_full_num.xml
26
android:keyEdgeFlags="
left
" android:keyWidth="18%"/>
35
<Key android:codes="-218" android:keyIcon="@drawable/key_12key_left" android:iconPreview="@drawable/key_12key_left_b" android:isRepeatable="true" android:keyEdgeFlags="
left
" android:keyWidth="18%"/>
44
android:keyEdgeFlags="
left
" android:keyWidth="18%"/>
53
android:popupKeyboard="@xml/keyboard_switch_key_jp" android:keyEdgeFlags="
left
" android:keyWidth="18%"/>
keyboard_12key_half_num.xml
26
android:keyEdgeFlags="
left
" android:keyWidth="18%"/>
35
<Key android:codes="-218" android:keyIcon="@drawable/key_12key_left" android:iconPreview="@drawable/key_12key_left_b" android:isRepeatable="true" android:keyEdgeFlags="
left
" android:keyWidth="18%"/>
44
android:keyEdgeFlags="
left
" android:keyWidth="18%"/>
53
android:popupKeyboard="@xml/keyboard_switch_key_jp" android:keyEdgeFlags="
left
" android:keyWidth="18%"/>
/bionic/libc/string/
strlcat.c
24
* full size of dst, not space
left
). At most siz-1 characters
37
/* Find the end of dst and adjust bytes
left
but don't go past end */
/cts/tests/res/xml/
layerdrawable.xml
21
<padding android:
left
="1px" android:top="2px" android:right="3px"
30
<padding android:
left
="4px" android:top="3px"
/cts/tests/src/android/widget/cts/util/
ListItemFactory.java
35
* The filler is sized to take up any space
left
over within desiredHeight.
78
Left
,
101
boolean
left
= false;
106
case
Left
:
107
left
= true;
118
if (
left
) {
120
button.setText("
left
");
249
t1.setGravity(Gravity.
LEFT
| Gravity.CENTER_VERTICAL);
/external/astl/include/
functional
59
bool operator()(const _T&
left
, const _T& right) const \
60
{ return
left
_Op right; } \
/external/e2fsprogs/intl/
plural.y
107
new_exp_2 (enum operator op, struct expression *
left
, struct expression *right)
111
args[0] =
left
;
136
%
left
'|' /* || */
137
%
left
'&' /* && */
138
%
left
EQUOP2 /* == != */
139
%
left
CMPOP2 /* < > <= >= */
140
%
left
ADDOP2 /* + - */
141
%
left
MULOP2 /* * / % */
/external/guava/src/com/google/common/collect/
ByFunctionOrdering.java
44
public int compare(F
left
, F right) {
45
return ordering.compare(function.apply(
left
), function.apply(right));
CompoundOrdering.java
46
public int compare(T
left
, T right) {
48
int result = comparator.compare(
left
, right);
ExplicitOrdering.java
39
public int compare(T
left
, T right) {
40
return rank(
left
) - rank(right); // safe because both are nonnegative
/external/quake/quake/app/id1/
config.cfg
37
// // Generated by GLQuake. DO NOT MODIFY! // unbindconfig bind "TAB" "+showscores" bind "ENTER" "+jump" bind "ESCAPE" "togglemenu" bind "SPACE" "+jump" bind "+" "sizeup" bind "," "+moveleft" bind "-" "sizedown" bind "." "+moveright" bind "/" "impulse 10" bind "0" "impulse 0" bind "1" "impulse 1" bind "2" "impulse 2" bind "3" "impulse 3" bind "4" "impulse 4" bind "5" "impulse 5" bind "6" "impulse 6" bind "7" "impulse 7" bind "8" "impulse 8" bind "=" "sizeup" bind "\" "+mlook" bind "`" "toggleconsole" // Original Quake binding // bind "a" "+lookup" // bind "c" "+movedown" // bind "d" "+moveup" // bind "t" "messagemode" // bind "z" "+lookdown" bind "w" "+forward" bind "s" "+back" bind "a" "+
left
" bind "d" "+right" bind "q" "+lookup" bind "z" "+lookdown" bind "v" "+movedown" bind "f" "+moveup" bind "t" "messagemode" bind "~" "toggleconsole" bind "UPARROW" "+forward" bind "DOWNARROW" "+back" bind "LEFTARROW" "+
left
" bind "RIGHTARROW" "+right" bind "ALT" "+strafe" bind "CTRL" "+attack" bind "SHIFT" "+speed" bind (…)
/external/v8/benchmarks/
style.css
43
text-align:
left
;
75
text-align:
left
;
/external/v8/test/mjsunit/regress/
regress-1439135.js
30
var
left
= "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
33
var cons =
left
+ right;
/external/v8/test/mjsunit/
short-circuit-boolean.js
33
//
Left
subexpression is known false at compile time.
42
//
Left
subexpression is known true at compile time.
/external/webkit/WebCore/css/
mediaControlsChromium.css
54
left
: auto;
66
left
: 7px;
80
left
: 30px;
86
border-
left
: 1px solid rgba(255, 255, 255, 0.2);
102
left
: auto;
127
left
: auto;
145
left
: 6px;
188
left
: 12px;
quirks.css
25
img[align="
left
"] {
29
margin-
left
: 3px;
/external/webkit/WebCore/manual-tests/animation/
transitions-and-paused-animations.html
65
<p>Box should animate smoothly
left
, then right then
left
again, and not jump at the end.</p>
/external/webkit/WebCore/manual-tests/
bugzilla-4840.html
10
Drag the vertical split bar below to the
left
and release it.
18
The split bar will not follow the mouse when dragged to the
left
. After releasing
select-webkit-appearance-off-narrow-select.html
10
padding-
left
: 5px;
26
<p>The options in this selects should have padding on both the
left
and the right, the edges of
/external/webkit/WebCore/platform/graphics/win/
IntRectWin.cpp
35
: m_location(IntPoint(r.
left
, r.top)), m_size(IntSize(r.right-r.
left
, r.bottom-r.top))
/external/webkit/WebKit/mac/Carbon/
HIViewAdapter.m
124
qdRect.
left
= (SInt16)rect.origin.x;
168
qdRect.
left
= (SInt16)rect.origin.x;
203
bounds.top, bounds.
left
, bounds.bottom, bounds.right);
213
bounds.top, bounds.
left
, bounds.bottom, bounds.right);
219
cntlBounds.top, cntlBounds.
left
, cntlBounds.bottom, cntlBounds.right);
229
OffsetRgn(inRegion, cntlBounds.
left
, cntlBounds.top);
235
bounds.top, bounds.
left
, bounds.bottom, bounds.right);
243
SetOrigin(portBounds.
left
, portBounds.top);
/external/zlib/contrib/iostream3/
test.cc
28
std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars
left
in buffer)\n";
44
std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars
left
in buffer)\n";
/frameworks/base/core/jni/android/graphics/
Region.cpp
29
static jboolean Region_setRect(JNIEnv* env, jobject, SkRegion* dst, int
left
, int top, int right, int bottom) {
30
return dst->setRect(
left
, top, right, bottom);
48
static jboolean Region_op0(JNIEnv* env, jobject, SkRegion* dst, int
left
, int top, int right, int bottom, int op) {
51
ir.set(
left
, top, right, bottom);
83
static jboolean Region_quickContains(JNIEnv* env, jobject region, int
left
, int top, int right, int bottom) {
84
return GetSkRegion(env, region)->quickContains(
left
, top, right, bottom);
87
static jboolean Region_quickRejectIIII(JNIEnv* env, jobject region, int
left
, int top, int right, int bottom) {
89
ir.set(
left
, top, right, bottom);
Completed in 55 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>