/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixStack.java | 42 public void glFrustumf(float left, float right, float bottom, float top, 44 Matrix.frustumM(mMatrix, mTop, left, right, bottom, top, near, far); 47 public void glFrustumx(int left, int right, int bottom, int top, int near, 49 glFrustumf(fixedToFloat(left),fixedToFloat(right), 102 public void glOrthof(float left, float right, float bottom, float top, 104 Matrix.orthoM(mMatrix, mTop, left, right, bottom, top, near, far); 107 public void glOrthox(int left, int right, int bottom, int top, int near, 109 glOrthof(fixedToFloat(left), fixedToFloat(right),
|
/external/clearsilver/man/man3/ |
hdf_set_valuef.3 | 35 left) equal sign (=) and use the left portion as the
|
/external/guava/src/com/google/common/collect/ |
UsingToStringOrdering.java | 29 public int compare(Object left, Object right) { 30 return left.toString().compareTo(right.toString());
|
/external/kernel-headers/original/asm-x86/ |
shmbuf.h | 9 * Pad space on 32 bit is left for: 13 * Pad space on 64 bit is left for:
|
/external/skia/include/core/ |
SkLineClipper.h | 14 lie completely above or below the clip. For portions to the left or 33 left or right sides. IntersectLine does not.
|
/external/webkit/WebCore/manual-tests/ |
autofill_alignment.html | 11 It should align left if the input field's direction is ltr. It should 17 with the items aligned left.
|
/external/webkit/WebCore/platform/wx/wxcode/win/ |
scrollbar_render.cpp | 168 buttonRect.right = buttonRect.left + buttonSize; 175 buttonRect.left = buttonRect.right - buttonSize; 188 buttonRect.left = buttonRect.left + thumbStart + buttonSize; 189 buttonRect.right = buttonRect.left + thumbLength; 201 buttonRect.left += ((buttonRect.right - buttonRect.left) - thickness) / 2; 203 buttonRect.right = buttonRect.left + thickness;
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
ieee802_11_common.c | 138 size_t left = len; local 144 while (left >= 2) { 149 left -= 2; 151 if (elen > left) { 155 "left=%lu)", 156 id, elen, (unsigned long) left); 251 left -= elen; 255 if (left)
|
/frameworks/base/core/java/android/text/method/ |
ScrollingMovementMethod.java | 31 * Scrolls the text to the left if possible. 33 protected boolean left(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod 45 int left = Integer.MAX_VALUE; local 48 left = (int) Math.min(left, layout.getLineLeft(i)); 51 if (scr > left) { 52 int s = Math.max(scr - em, left); 155 handled |= left(widget, buffer);
|
/frameworks/base/services/java/com/android/server/status/ |
TrackingView.java | 40 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 41 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MatrixStack.java | 46 public void glFrustumf(float left, float right, float bottom, float top, float near, float far) { 47 Matrix.frustumM(mMatrix, mTop, left, right, bottom, top, near, far); 50 public void glFrustumx(int left, int right, int bottom, int top, int near, int far) { 51 glFrustumf(fixedToFloat(left), fixedToFloat(right), fixedToFloat(bottom), fixedToFloat(top), fixedToFloat(near), 103 public void glOrthof(float left, float right, float bottom, float top, float near, float far) { 104 Matrix.orthoM(mMatrix, mTop, left, right, bottom, top, near, far); 107 public void glOrthox(int left, int right, int bottom, int top, int near, int far) { 108 glOrthof(fixedToFloat(left), fixedToFloat(right), fixedToFloat(bottom), fixedToFloat(top), fixedToFloat(near),
|
/packages/apps/IM/src/com/android/im/engine/ |
GroupMemberListener.java | 29 * Notifies that a contact has left this group. 31 * @param contact the contact who has left the group.
|
/development/samples/BrowserPlugin/jni/form/ |
FormPlugin.cpp | 59 inval.left = rnd16(r.left, inset); 121 clipR.left = clip.left; 144 m_usernameInput.rect.left = 5; 152 m_passwordInput.rect.left = 5; 174 textInput.rect.left + 5, 185 float initialX = passwordInput.rect.left + 5; 194 oval.left = initialX + ((ovalWidth + ovalSpacing) * (float) x); 195 oval.right = oval.left + ovalWidth [all...] |
/external/elfutils/libebl/ |
eblgstrtab.c | 40 struct Ebl_GStrent *left; member in struct:Ebl_GStrent 60 size_t left; member in struct:Ebl_GStrtab 116 st->left = len - offsetof (struct memoryblock, memory); 154 if (st->left < align + sizeof (struct Ebl_GStrent) + len * st->width) 166 newstr->left = NULL; 175 st->left -= align + sizeof (struct Ebl_GStrent) + len * st->width; 203 return searchstring (&(*sep)->left, newstr); 253 st->left += (st->backp - (char *) newstr) * st->width; 262 st->left += newstr->len; 274 newstr->left = (*sep)->left [all...] |
eblstrtab.c | 41 struct Ebl_Strent *left; member in struct:Ebl_Strent 60 size_t left; member in struct:Ebl_Strtab 114 st->left = len - offsetof (struct memoryblock, memory); 150 if (st->left < align + sizeof (struct Ebl_Strent) + len) 163 newstr->left = NULL; 170 st->left -= align + sizeof (struct Ebl_Strent) + len; 198 return searchstring (&(*sep)->left, newstr); 242 st->left += st->backp - (char *) newstr; 251 st->left += newstr->len; 263 newstr->left = (*sep)->left [all...] |
eblwstrtab.c | 42 struct Ebl_WStrent *left; member in struct:Ebl_WStrent 61 size_t left; member in struct:Ebl_WStrtab 113 st->left = len - offsetof (struct memoryblock, memory); 149 if (st->left < align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t)) 163 newstr->left = NULL; 170 st->left -= align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t); 198 return searchstring (&(*sep)->left, newstr); 242 st->left += st->backp - (char *) newstr; 251 st->left += newstr->len; 263 newstr->left = (*sep)->left [all...] |
/external/icu4c/test/perf/collationperf/ |
CollPerf.pl | 181 <th align="left">Operation</th> 182 <th align="left">Units</th> 183 <th align="left">Description</th> 240 <td align="left"><b>Locale</b></td> 241 <td align="left"><b>Data file</b></td> 242 <td align="left"><b>strcoll</b> <i>(ICU)</i></td> 243 <td align="left"><b>keygen</b> <i>(ICU)</i></td> 244 <td align="left"><b>keylen</b> <i>(ICU)</i></td> 245 <td align="left"><b>strcoll</b> <i>(GLIBC)</i></td> 246 <td align="left"><b>keygen</b> <i>(GLIBC)</i></td [all...] |
/dalvik/docs/ |
dalvik-bytecode.css | 50 padding-left: 4px; 67 margin-left: 48px; 78 padding-left: 2px; 117 margin-left: 48px; 145 margin-left: 48px;
|
/development/scripts/app_engine_server/gae_shell/templates/ |
shell.html | 30 margin-left: 0.5em; 31 padding-left: 0.5em; 43 margin-left: -1em; 44 padding-left: 0px; 45 border-left: 0px;
|
/external/astl/include/ |
string | 174 friend bool operator==(const string& left, const string& right); 175 friend bool operator==(const string& left, const value_type *right); 176 friend bool operator==(const value_type *left, const string& right) { return right == left; } 177 friend bool operator!=(const string& left, const string& right) { return !(left == right); } 178 friend bool operator!=(const string& left, const char* right) { return !(left == right); } 179 friend bool operator!=(const value_type *left, const string& right) { return !(left == right); [all...] |
/external/dropbear/libtomcrypt/src/misc/pkcs5/ |
pkcs_5_2.c | 38 unsigned long stored, left, x, y; local 66 left = *outlen; 69 while (left != 0) { 104 for (y = 0; y < x && left != 0; ++y) { 106 --left;
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_BView.h | 65 bounds.top = bounds.left = 0; 89 dest.left = updateRect.left + xoff; 102 dest.left = updateRect.left + xoff;
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_psk.c | 224 size_t left, buflen; local 234 &left); 235 if (cpos == NULL || left < sizeof(*resp)) { 241 left -= sizeof(*resp); 244 data->id_p = os_malloc(left); 250 os_memcpy(data->id_p, cpos, left); 251 data->id_p_len = left; 340 size_t left; local 348 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, respData, &left); 349 if (pos == NULL || left < sizeof(*resp)) [all...] |
/frameworks/base/core/res/res/xml/ |
password_kbd_qwerty.xml | 29 <Key android:keyLabel="1" android:keyEdgeFlags="left"/> 42 <Key android:keyLabel="q" android:keyEdgeFlags="left"/> 56 android:keyEdgeFlags="left"/> 71 android:isSticky="true" android:keyEdgeFlags="left"/> 87 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
|
password_kbd_qwerty_shifted.xml | 29 <Key android:keyLabel="\@" android:keyEdgeFlags="left"/> 42 <Key android:keyLabel="q" android:keyEdgeFlags="left"/> 56 android:keyEdgeFlags="left"/> 71 android:isSticky="true" android:keyEdgeFlags="left"/> 87 android:keyWidth="20%p" android:keyEdgeFlags="left"/>
|