/frameworks/base/core/java/android/text/ |
Selection.java | 416 int off1, int off2) { 417 int line1 = layout.getLineForOffset(off1); 423 float h1 = layout.getPrimaryHorizontal(off1); 430 return off1; 437 return off1; 448 int line = layout.getLineForOffset(off1); 452 return Math.max(off1, off2); 454 return Math.min(off1, off2);
|
/libcore/luni/src/test/java/tests/support/ |
Support_SQL.java | 91 public static boolean isEqual(byte[] b1, int off1, byte[] b2, int off2, 94 if (b1[i + off1] != b2[i + off2])
|
/external/chromium_org/third_party/freetype/src/cff/ |
cffload.c | 482 FT_ULong off1, off2 = 0; local 494 off1 = cff_index_read_offset( idx, &error ); 498 if ( off1 != 0 ) 510 off1 = idx->offsets[element]; 511 if ( off1 ) 535 if ( off1 && off2 > off1 ) 537 *pbyte_len = off2 - off1; 542 *pbytes = idx->bytes + off1 - 1; 547 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) | [all...] |
/external/freetype/src/cff/ |
cffload.c | 482 FT_ULong off1, off2 = 0; local 494 off1 = cff_index_read_offset( idx, &error ); 498 if ( off1 != 0 ) 510 off1 = idx->offsets[element]; 511 if ( off1 ) 535 if ( off1 && off2 > off1 ) 537 *pbyte_len = off2 - off1; 542 *pbytes = idx->bytes + off1 - 1; 547 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) | [all...] |
/external/grub/stage2/ |
jfs.h | 406 unsigned off1:8; /* 1: offset in unit of fsblksize */ member in struct:xad 414 #define offsetXAD(xad) (((s64)((xad)->off1)) << 32 | ((xad)->off2))
|
/external/elfutils/libcpu/ |
i386_parse.y | 121 int off1; 835 if (instr->operands[n].off1 == 0) 836 instr->operands[n].off1 = bitoff; 936 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1); 940 if (runp->operands[i].off1 > 0) 941 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1); 1007 // printf ("off1 = %d, off2 = %d, off3 = %d\n", nbitoff[i][0], nbitoff[i][1], nbitoff[i][2]); 1229 MAX (0, instr->operands[i].off1 - minoff[i][0])); [all...] |
i386_parse.c | 226 int off1; member in struct:instruction::operand [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-x86.pl | 644 my ($off1,$off2,$i) = (0,0,); 659 &movq (&QWP($off1-128,"edi"),$lo[1]) if ($i>0 && $i<17); 661 &movq (&QWP($off1,"edi"),$hi[1]) if ($i>0 && $i<17); 672 $off1 += 8 if ($i>0); [all...] |
/external/openssl/crypto/modes/asm/ |
ghash-x86.pl | 644 my ($off1,$off2,$i) = (0,0,); 659 &movq (&QWP($off1-128,"edi"),$lo[1]) if ($i>0 && $i<17); 661 &movq (&QWP($off1,"edi"),$hi[1]) if ($i>0 && $i<17); 672 $off1 += 8 if ($i>0); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ixjuser.h | 133 unsigned int off1; member in struct:__anon37619
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ixjuser.h | 133 unsigned int off1; member in struct:__anon39210
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ixjuser.h | 133 unsigned int off1; member in struct:__anon40724
|
/external/valgrind/unittest/ |
racecheck_unittest.cc | [all...] |