HomeSort by relevance Sort by last modified time
    Searched full:spos (Results 1 - 19 of 19) sorted by null

  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 58 int sPos = max(startPos - m_start, 0);
60 return (sPos < ePos);
108 int sPos = max(startPos - m_start, 0);
111 if (sPos > ePos)
120 IntPoint(tx + m_x, ty + selTop), selHeight, sPos, ePos));
477 int sPos = 0;
480 selectionStartEnd(sPos, ePos);
484 sPos = min<int>(sPos, m_truncation);
496 if (!paintSelectedTextSeparately || ePos <= sPos) {
    [all...]
InlineTextBox.h 74 void selectionStartEnd(int& sPos, int& ePos);
RenderText.cpp     [all...]
RenderObject.h     [all...]
RenderObject.cpp     [all...]
  /external/qemu/android/skin/
composer.c 352 v->spos.x = sx;
353 v->spos.y = sy;
377 skin_region_translate(r, -v->spos.x, -v->spos.y);
composer.h 93 SkinPos spos; member in struct:SkinViewport
  /packages/providers/DownloadProvider/res/values-pl/
strings.xml 21 <string name="permdesc_downloadManager" msgid="4240298564918160337">"Umo?liwia programowi dost?p do mened?era pobierania i pobieranie plików przy jego u?yciu. Szkodliwe programy mog? w ten sposób zak?óci? pobieranie i uzyska? dost?p do prywatnych informacji."</string>
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 309 char *spos; local
312 spos = custom + 17;
314 bytes = strspn(spos, "0123456789abcdefABCDEF");
324 hexstr2bin(spos, data.assoc_info.req_ies, bytes);
326 spos += bytes * 2;
331 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
332 spos += 9;
334 bytes = strspn(spos, "0123456789abcdefABCDEF");
344 hexstr2bin(spos, data.assoc_info.resp_ies, bytes);
1379 char *spos; local
1393 char *spos; local
1407 char *spos; local
    [all...]
driver_ralink.c 468 char *spos; local
471 spos = custom + 17;
474 * bytes = strlen(spos); ==> bug, bytes may less than original
486 os_memcpy(data.assoc_info.req_ies, spos, bytes);
489 spos += bytes + 1;
494 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
496 spos += 9;
498 bytes = os_strlen(spos);
508 os_memcpy(data.assoc_info.resp_ies, spos, bytes);
    [all...]
driver_nl80211.c 451 char *spos; local
454 spos = custom + 17;
456 bytes = strspn(spos, "0123456789abcdefABCDEF");
466 hexstr2bin(spos, data.assoc_info.req_ies, bytes);
468 spos += bytes * 2;
473 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
474 spos += 9;
476 bytes = strspn(spos, "0123456789abcdefABCDEF");
486 hexstr2bin(spos, data.assoc_info.resp_ies, bytes);
    [all...]
  /external/wpa_supplicant/
driver_wext.c 357 char *spos; local
360 spos = custom + 17;
362 bytes = strspn(spos, "0123456789abcdefABCDEF");
372 hexstr2bin(spos, data.assoc_info.req_ies, bytes);
374 spos += bytes * 2;
379 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
380 spos += 9;
382 bytes = strspn(spos, "0123456789abcdefABCDEF");
392 hexstr2bin(spos, data.assoc_info.resp_ies, bytes);
1470 char *spos; local
1488 char *spos; local
    [all...]
  /frameworks/base/core/jni/
android_text_format_Time.cpp 363 static int get_char(JNIEnv* env, const jchar *s, int spos, int mul,
366 jchar c = s[spos];
372 sprintf(msg, "Parse error at pos=%d", spos);
380 static bool check_char(JNIEnv* env, const jchar *s, int spos, jchar expected)
382 jchar c = s[spos];
385 sprintf(msg, "Unexpected character 0x%02x at pos=%d. Expected %c.", c, spos,
  /external/webkit/JavaScriptCore/runtime/
StringPrototype.cpp 699 int spos = ovector[si * 2]; local
700 if (spos < 0)
703 result->put(exec, i++, jsSubstring(exec, s, spos, ovector[si * 2 + 1] - spos));
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 2374 unsigned char *spos; local
    [all...]
  /external/qemu/block/
vvfat.c 355 /* take the sector position spos and convert it to Cylinder/Head/Sector position
359 static int sector2CHS(BlockDriverState* bs, mbr_chs_t * chs, int spos){
361 sector = spos % (bs->secs); spos/= bs->secs;
362 head = spos % (bs->heads); spos/= bs->heads;
363 if(spos >= bs->cyls){
373 chs->sector = (uint8_t)( (sector+1) | ((spos>>8)<<6) );
374 chs->cylinder = (uint8_t)spos;
    [all...]
  /external/iptables/libiptc/
libiptc.c 1140 int spos; local
1149 spos = *(int *)GET_TARGET(e)->data;
1150 DEBUGP("r=%p, spos=%d'\n", r, spos);
1151 return standard_target_map(spos);
    [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c 638 unsigned spos = pos; local
643 spos, nBytes));
    [all...]
  /packages/apps/Settings/res/values-pl/
strings.xml     [all...]

Completed in 495 milliseconds