/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
LocaleAliasTest.java | 88 ULocale l2 = c2.getLocale(ULocale.VALID_LOCALE); local 92 if (!l1.equals(l2)) { 93 errln("CalendarTest: l1!=l2: l1= "+l1 +" l2= "+l2); 98 logln("Calendar(getLocale) old:"+l1+" new:"+l2); 119 ULocale l2 = df2.getLocale(ULocale.VALID_LOCALE); local 123 if (!l1.equals(l2)) { 124 errln("DateFormatTest: l1!=l2: l1= "+l1 +" l2= "+l2) 215 ULocale l2 = urb2.getULocale(); local [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
mcparse.y | 283 rc_uint_type l1,l2; 285 l2 = unichar_len ($2); 286 h = (unichar *) res_alloc ((l1 + l2 + 1) * sizeof (unichar)); 288 if (l2) memcpy (&h[l1], $2, l2 * sizeof (unichar)); 289 h[l1 + l2] = 0; 300 rc_uint_type l1,l2; 302 l2 = unichar_len ($2); 303 h = (unichar *) res_alloc ((l1 + l2 + 1) * sizeof (unichar)); 305 if (l2) memcpy (&h[l1], $2, l2 * sizeof (unichar)) [all...] |
/prebuilts/go/darwin-x86/src/container/list/ |
list_test.go | 161 l2 := New() 167 l2.PushBack(4) 168 l2.PushBack(5) 173 l3.PushBackList(l2) 177 l3.PushFrontList(l2) 183 checkList(t, l2, []interface{}{4, 5}) 221 l2 := New() 222 l2.PushBack(3) 223 l2.PushBack(4) 226 l2.Remove(e) // l2 should not change because e is not an element of l [all...] |
/prebuilts/go/linux-x86/src/container/list/ |
list_test.go | 161 l2 := New() 167 l2.PushBack(4) 168 l2.PushBack(5) 173 l3.PushBackList(l2) 177 l3.PushFrontList(l2) 183 checkList(t, l2, []interface{}{4, 5}) 221 l2 := New() 222 l2.PushBack(3) 223 l2.PushBack(4) 226 l2.Remove(e) // l2 should not change because e is not an element of l [all...] |
/external/strace/ |
sockaddr.c | 248 const struct sockaddr_l2 *const l2 = buf; local 252 btohs(l2->l2_psm), 253 l2->l2_bdaddr.b[0], l2->l2_bdaddr.b[1], 254 l2->l2_bdaddr.b[2], l2->l2_bdaddr.b[3], 255 l2->l2_bdaddr.b[4], l2->l2_bdaddr.b[5], 256 btohs(l2->l2_cid), l2->l2_bdaddr_type) [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/ |
tlssunbinpic32.s | 52 add %l1, %tgd_lo10(sG1), %l2 54 add %l7, %l2, %o0, %tgd_add(sG1) 96 add %l1, %tldm_lo10(sl1), %l2 98 add %l7, %l2, %o0, %tldm_add(sl1) 108 sethi %tldo_hix22(sl2 + 2), %l2 110 xor %l2, %tldo_lox10(sl2 + 2), %l3 119 sethi %tldo_hix22(sh2 + 1), %l2 123 xor %l2, %tldo_lox10(sh2 + 1), %l3 131 add %l1, %tie_lo10(sG2), %l2 133 ld [%l7 + %l2], %l2, %tie_ld(sG2 [all...] |
tlssunbinpic64.s | 51 add %l1, %tgd_lo10(sG1), %l2 53 add %l7, %l2, %o0, %tgd_add(sG1) 95 add %l1, %tldm_lo10(sl1), %l2 97 add %l7, %l2, %o0, %tldm_add(sl1) 107 sethi %tldo_hix22(sl2 + 2), %l2 109 xor %l2, %tldo_lox10(sl2 + 2), %l3 118 sethi %tldo_hix22(sh2 + 1), %l2 122 xor %l2, %tldo_lox10(sh2 + 1), %l3 130 add %l1, %tie_lo10(sG2), %l2 132 ldx [%l7 + %l2], %l2, %tie_ldx(sG2 [all...] |
/external/vulkan-validation-layers/demos/smoke/ |
Meshes.cpp | 205 const float l2 = std::sqrt(2.0f / (5.0f - std::sqrt(5.0f))) * radius_; local 209 { -l1, -l2, 0.0f, -l1, -l2, 0.0f, }, 210 { l1, -l2, 0.0f, l1, -l2, 0.0f, }, 211 { l1, l2, 0.0f, l1, l2, 0.0f, }, 212 { -l1, l2, 0.0f, -l1, l2, 0.0f, }, 214 { -l2, 0.0f, -l1, -l2, 0.0f, -l1, } [all...] |
/cts/suite/audio_quality/lib/src/ |
StringUtil.cpp | 65 size_t l2 = strlen(other); local 67 if (l2 > l1) { 70 size_t iStr = l1 - l2;
|
/external/icu/icu4c/source/test/intltest/ |
aliastst.cpp | 73 const char* l2 = c2->getLocaleID(ULOC_VALID_LOCALE, status); local 77 if (strcmp(l1, l2)!=0) { 78 errln("CalendarTest: l1!=l2: l1= "+UnicodeString(l1) +" l2= "+UnicodeString(l2)); 83 logln("Calendar(getLocale) old:"+UnicodeString(l1)+" new:"+UnicodeString(l2)); 106 const char* l2 = df2->getLocaleID(ULOC_VALID_LOCALE, status); local 110 if (strcmp(l1, l2)!=0) { 111 errln("TestDateFormat: l1!=l2: l1= "+UnicodeString(l1) +" l2= "+UnicodeString(l2)) 139 Locale l2 = c2->getLocale(ULOC_VALID_LOCALE, status); local [all...] |
/external/ltp/testcases/kernel/syscalls/sysinfo/ |
sysinfo01.c | 86 float l1, l2, l3; local 119 l2 = sys_buf->loads[1] / 60000.0; 122 l2_up = l2 * 100; 132 printf("l2 %lu\n", l2_up);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
cbcond.s | 15 cwbleu %l1, %l2, 1f 17 cxbleu %l2, %l3, 1f 18 cxbleu %l2, 9, 1f 55 cwbvc %l1, %l2, 1f 57 cxbvc %l2, %l3, 1f 58 cxbvc %l2, 27, 1f
|
/external/clang/test/CodeGen/ |
debug-info-packed-struct.c | 90 struct layout2 l2; variable in typeref:struct:layout2
|
renderscript.c | 104 typedef struct {long l1, l2; char c; } sLong2Char; member in struct:__anon15004 132 typedef struct {long l1, l2, l3, l4, l5, l6, l7, l8, l9; } sLong9; member in struct:__anon15005
|
/art/test/578-bce-visit/src/ |
Main.java | 33 int l2 = ( -384); local 37 int l4 = ((l2--) & mX);
|
/external/clang/test/CodeGenCXX/ |
static-local-in-local-class.cpp | 66 static int *l2 = &l1; 67 return *l2;
|
/external/compiler-rt/include/sanitizer/ |
dfsan_interface.h | 35 dfsan_label l2; member in struct:dfsan_label_info 45 /// Computes the union of \c l1 and \c l2, possibly creating a union label in 47 dfsan_label dfsan_union(dfsan_label l1, dfsan_label l2);
|
/external/python/cpython2/Demo/threads/ |
fcmp.py | 30 def fcmp(l1, l2): 32 co2 = Coroutine(); f2 = co2.create(fringe, co2, l2)
|
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/ |
dfsan_interface.h | 35 dfsan_label l2; member in struct:dfsan_label_info 45 /// Computes the union of \c l1 and \c l2, possibly creating a union label in 47 dfsan_label dfsan_union(dfsan_label l1, dfsan_label l2);
|
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/ |
dfsan_interface.h | 35 dfsan_label l2; member in struct:dfsan_label_info 45 /// Computes the union of \c l1 and \c l2, possibly creating a union label in 47 dfsan_label dfsan_union(dfsan_label l1, dfsan_label l2);
|
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/ |
dfsan_interface.h | 35 dfsan_label l2; member in struct:dfsan_label_info 45 /// Computes the union of \c l1 and \c l2, possibly creating a union label in 47 dfsan_label dfsan_union(dfsan_label l1, dfsan_label l2);
|
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/ |
dfsan_interface.h | 35 dfsan_label l2; member in struct:dfsan_label_info 45 /// Computes the union of \c l1 and \c l2, possibly creating a union label in 47 dfsan_label dfsan_union(dfsan_label l1, dfsan_label l2);
|
/prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/sanitizer/ |
dfsan_interface.h | 35 dfsan_label l2; member in struct:dfsan_label_info 45 /// Computes the union of \c l1 and \c l2, possibly creating a union label in 47 dfsan_label dfsan_union(dfsan_label l1, dfsan_label l2);
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/compiler-rt/include/sanitizer/ |
dfsan_interface.h | 35 dfsan_label l2; member in struct:dfsan_label_info 45 /// Computes the union of \c l1 and \c l2, possibly creating a union label in 47 dfsan_label dfsan_union(dfsan_label l1, dfsan_label l2);
|
/prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/sanitizer/ |
dfsan_interface.h | 35 dfsan_label l2; member in struct:dfsan_label_info 45 /// Computes the union of \c l1 and \c l2, possibly creating a union label in 47 dfsan_label dfsan_union(dfsan_label l1, dfsan_label l2);
|