/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
p1.cpp | 233 A<char> l2; local 234 l2.foo(); // expected-error {{'foo' is a private member of 'test10::A<char>'}}
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_mop.cc | 27 MemLoc l1, l2; local 29 t2.Write1(l2);
|
/external/selinux/libsepol/cil/src/ |
cil_list.c | 263 int cil_list_match_any(struct cil_list *l1, struct cil_list *l2) 269 cil_list_for_each(i2, l2) {
|
/frameworks/rs/tests/cpp_api/typecheck/ |
kernels.rs | 78 long2 l2;
|
/frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/ |
SpringTests.java | 204 final MyEndListener l2 = new MyEndListener(); local 216 anim2.setStartValue(800).addUpdateListener(updateListener).addEndListener(l2) 228 assertTrue(l2.endTime > l1.endTime); 229 assertTrue(l3.endTime > l2.endTime); 268 final MyEndListener l2 = new MyEndListener(); local 282 anim2.setStartValue(360).addUpdateListener(updateListener).addEndListener(l2) 291 assertTrue(l2.endTime > l3.endTime); 299 assertTrue(l1.endTime > l2.endTime);
|
/prebuilts/go/darwin-x86/src/crypto/rc4/ |
rc4_amd64.s | 153 l2: CMPQ SI, R9 // cmp in with in+len label 172 JMP l2
|
rc4_amd64p32.s | 163 l2: CMPQ SI, R9 // cmp in with in+len label 185 JMP l2
|
/prebuilts/go/linux-x86/src/crypto/rc4/ |
rc4_amd64.s | 153 l2: CMPQ SI, R9 // cmp in with in+len label 172 JMP l2
|
rc4_amd64p32.s | 163 l2: CMPQ SI, R9 // cmp in with in+len label 185 JMP l2
|
/prebuilts/misc/common/swig/include/2.0.11/ |
swigrun.swg | 224 const char *f2, const char *l2) { 225 for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) { 227 while ((*f2 == ' ') && (f2 != l2)) ++f2; 230 return (int)((l1 - f1) - (l2 - f2));
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
relax1-n.d | 26 0000000000000018 <l2>:
|
/external/llvm/unittests/ADT/ |
HashingTest.cpp | 397 const LargeTestInteger l2 = { { local 410 hash_combine(bigarr[0], l2)); 414 hash_combine(li, bigarr[0], l2)); 418 hash_combine(bigarr[0], l2, bigarr[9], l3)); 420 hash_combine(bigarr[0], l2, bigarr[9], l3, bigarr[18], bigarr[19]));
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
VDUBuffer.java | 660 * @param l2 663 public void setMargins(int l1, int l2) { 664 if (l1 > l2) { 671 if (l2 >= height) { 672 l2 = height - 1; 676 bottomMargin = l2;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
comutil.h | 295 const unsigned int l2 = s2.length(); local 296 m_wstr = ::SysAllocStringByteLen(NULL,(l1 + l2) *sizeof(wchar_t)); 303 _COM_MEMCPY_S(m_wstr,(l1 + l2 + 1) *sizeof(wchar_t),wstr1,(l1 + 1) *sizeof(wchar_t)); 307 _COM_MEMCPY_S(m_wstr + l1,(l2 + 1) *sizeof(wchar_t),wstr2,(l2 + 1) *sizeof(wchar_t)); 357 const unsigned int l2 = ::SysStringLen(str.m_wstr); local 359 if(len>l2) len = l2; 365 return (l1<l2) ? -1 : (l1==l2) ? 0 : 1 [all...] |
/external/libvorbis/lib/ |
smallft.c | 43 int k1, l1, l2, ib; local 87 l2=l1*ip; 88 ido=n/l2; 104 l1=l2; 574 int i,k1,l1,l2; local 580 l2=n; 586 l1=l2/ip; 587 ido=n/l2; 626 l2=l1; 1155 int i,k1,l1,l2; local [all...] |
/external/speex/libspeex/ |
smallft.c | 45 int k1, l1, l2, ib; local 89 l2=l1*ip; 90 ido=n/l2; 106 l1=l2; 576 int i,k1,l1,l2; local 582 l2=n; 588 l1=l2/ip; 589 ido=n/l2; 628 l2=l1; 1157 int i,k1,l1,l2; local [all...] |
/external/curl/lib/ |
cookie.c | 1030 size_t l1, l2; local 1034 l2 = c2->path ? strlen(c2->path) : 0; 1036 if(l1 != l2) 1037 return (l2 > l1) ? 1 : -1 ; /* avoid size_t <=> int conversions */ 1041 l2 = c2->domain ? strlen(c2->domain) : 0; 1043 if(l1 != l2) 1044 return (l2 > l1) ? 1 : -1 ; /* avoid size_t <=> int conversions */ [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
idct16x16_msa.c | 294 v8i16 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15; local 297 LD_SH16(input, 8, l0, l8, l1, l9, l2, l10, l3, l11, l4, l12, l5, l13, l6, l14, 299 TRANSPOSE8x8_SH_SH(l0, l1, l2, l3, l4, l5, l6, l7, l0, l1, l2, l3, l4, l5, l6, 305 VP9_IADST8x16_1D(l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, 314 TRANSPOSE8x8_SH_SH(r0, l1, r12, l3, r6, r14, r10, r2, l0, l1, l2, l3, l4, l5, 316 ST_SH8(l0, l1, l2, l3, l4, l5, l6, l7, output, 16);
|
/external/syslinux/lzo/src/ |
lzo1x_9x.c | 376 min_gain(lzo_uint ahead, lzo_uint lit1, lzo_uint lit2, lzo_uint l1, lzo_uint l2, lzo_uint l3) 393 lazy_match_min_gain += (l2 - l1) * 2; 600 lzo_uint l1, l2, l3; local 704 l2 = len_of_coded_match(c->m_len,c->m_off,lit+ahead); 705 if (l2 == 0) 708 if (c->m_len == m_len && l2 >= l1) 720 lazy_match_min_gain = min_gain(ahead,lit,lit+ahead,l1,l2,l3);
|
/external/compiler-rt/test/tsan/ |
deadlock_detector_stress_test.cc | 519 void Lock2(size_t l1, size_t l2) { L(l1); L(l2); U(l2); U(l1); }
|
/external/libdrm/include/drm/ |
nouveau_class.h | 600 __u32 l2[4]; member in struct:fermi_a_zbc_color_v0 607 __u32 l2[4]; member in struct:fermi_a_zbc_query_v0 620 __u32 l2; member in struct:fermi_a_zbc_depth_v0
|
/external/libxml2/ |
list.c | 711 * @l2: the new list 717 xmlListMerge(xmlListPtr l1, xmlListPtr l2) 719 xmlListCopy(l1, l2); 720 xmlListClear(l2);
|
/external/selinux/libsepol/src/ |
services.c | 396 mls_level_t *l1, *l2; local 538 l2 = &(tcontext->range.level[0]); 540 free(tgt); tgt = strdup("l2"); 544 l2 = &(tcontext->range.level[1]); 550 l2 = &(tcontext->range.level[0]); 552 free(tgt); tgt = strdup("l2"); 556 l2 = &(tcontext->range.level[1]); 562 l2 = &(scontext->range.level[1]); 568 l2 = &(tcontext->range.level[1]); 569 free(src); src = strdup("l2"); [all...] |
/art/test/700-LoadArgRegs/src/ |
Main.java | 277 static void testRefs1(Object o1, Object o2, Object o3, Object o4, Object o5, long l1, long l2, long l3) { 278 System.out.println(l1 + ", " + l2 + ", " + l3); 281 static void testRefs(Object o1, Object o2, Object o3, Object o4, Object o5, long l1, long l2, long l3) { 282 testRefs1(o1, o2, o3, o4, o5, l1, l2, l3);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lcode.h | 74 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
|