/external/apache-harmony/logging/src/test/resources/bundles/java/util/logging/ |
res2.properties | 9 OFF=OFF2
|
/libcore/luni/src/test/resources/bundles/java/util/logging/ |
res2.properties | 9 OFF=OFF2
|
/external/clang/test/Driver/ |
clang-exception-flags.cpp | 16 // RUN: %clang -### -fno-cxx-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF2 17 // OFF2-NOT: "-cc1" {{.*}} "-fcxx-exceptions"
|
/frameworks/base/core/java/android/text/ |
Selection.java | 416 int off1, int off2) { 418 int line2 = layout.getLineForOffset(off2); 424 float h2 = layout.getPrimaryHorizontal(off2); 432 return off2; 439 return off2; 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])
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Pyramid.cpp | 115 int off, off2, height, h, w; local 120 off2 = pyr->width + off + pyr->border - right - 1; 130 base[off2 + w + 1] = base[off2];
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Pyramid.cpp | 115 int off, off2, height, h, w; local 120 off2 = pyr->width + off + pyr->border - right - 1; 130 base[off2 + w + 1] = base[off2];
|
/external/freetype/src/cff/ |
cffload.c | 481 FT_ULong off1, off2 = 0; local 502 off2 = cff_index_read_offset( idx, &error ); 504 while ( off2 == 0 && element < idx->count ); 515 off2 = idx->offsets[element]; 517 } while ( off2 == 0 && element < idx->count ); 521 /* XXX: should check off2 does not exceed the end of this entry; */ 522 /* at present, only truncate off2 at the end of this stream */ 523 if ( off2 > stream->size + 1 || 524 idx->data_offset > stream->size - off2 + 1 ) 529 off2, stream->size - idx->data_offset + 1 )) [all...] |
/external/elfutils/libcpu/ |
i386_parse.y | 122 int off2; 837 else if (instr->operands[n].off2 == 0) 838 instr->operands[n].off2 = bitoff; 937 maxoff[i][1] = MAX (maxoff[i][1], runp->operands[i].off2); 942 if (runp->operands[i].off2 > 0) 943 minoff[i][1] = MIN (minoff[i][1], runp->operands[i].off2); 1007 // printf ("off1 = %d, off2 = %d, off3 = %d\n", nbitoff[i][0], nbitoff[i][1], nbitoff[i][2]); 1233 MAX (0, instr->operands[i].off2 - minoff[i][1])); [all...] |
i386_parse.c | 227 int off2; member in struct:instruction::operand [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToXMLSAXHandler.java | 425 * this.characters(chars2, off2, len2); 432 * m_saxHandler.characters(chars1, off2, len2);
|
/external/grub/stage2/ |
jfs.h | 407 u32 off2; /* 4: offset in unit of fsblksize */ member in struct:xad 414 #define offsetXAD(xad) (((s64)((xad)->off1)) << 32 | ((xad)->off2))
|
/external/openssl/crypto/modes/asm/ |
ghash-x86.pl | 644 my $off1=0,$off2=0,$i; 663 &movq (&QWP($off2-128,"ebp"),$lo[2]) if ($i>1); 665 &movq (&QWP($off2,"ebp"),$hi[2]) if ($i>1); 673 $off2 += 8 if ($i>1); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ixjuser.h | 135 unsigned int off2; member in struct:__anon24237
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ixjuser.h | 135 unsigned int off2; member in struct:__anon25827
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ixjuser.h | 135 unsigned int off2; member in struct:__anon27339
|
/external/valgrind/unittest/ |
racecheck_unittest.cc | [all...] |