/external/syslinux/core/lwip/src/netif/ppp/ |
ppp_oe.c | 674 int l1 = 0, l2 = 0; /* XXX: gcc */ local 689 l2 = (int)strlen(sc->sc_concentrator_name); 690 len += 2 + 2 + l2; 720 PPPOE_ADD_16(p, l2); 721 MEMCPY(p, sc->sc_concentrator_name, l2); 722 p += l2; [all...] |
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_glue.c | 492 if (hapd->l2 == NULL) 502 ret = l2_packet_send(hapd->l2, dst, proto, (u8 *) buf, 657 hapd->l2 = l2_packet_init(hapd->conf->bridge[0] ? 661 if (hapd->l2 == NULL && 708 l2_packet_deinit(hapd->l2); 709 hapd->l2 = NULL;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_asyncore.py | 253 l2 = "I don't like spam!" 257 d.log(l2) 262 self.assertEqual(lines, ['log: %s' % l1, 'log: %s' % l2]) 271 l2 = "Why can't she have egg bacon spam and sausage?" 276 d.log_info(l2) 282 expected = ['EGGS: %s' % l1, 'info: %s' % l2, 'SPAM: %s' % l3]
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_asyncore.py | 253 l2 = "I don't like spam!" 257 d.log(l2) 262 self.assertEqual(lines, ['log: %s' % l1, 'log: %s' % l2]) 271 l2 = "Why can't she have egg bacon spam and sausage?" 276 d.log_info(l2) 282 expected = ['EGGS: %s' % l1, 'info: %s' % l2, 'SPAM: %s' % l3]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 253 l2 = "I don't like spam!" 257 d.log(l2) 262 self.assertEqual(lines, ['log: %s' % l1, 'log: %s' % l2]) 271 l2 = "Why can't she have egg bacon spam and sausage?" 276 d.log_info(l2) 282 expected = ['EGGS: %s' % l1, 'info: %s' % l2, 'SPAM: %s' % l3]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 253 l2 = "I don't like spam!" 257 d.log(l2) 262 self.assertEqual(lines, ['log: %s' % l1, 'log: %s' % l2]) 271 l2 = "Why can't she have egg bacon spam and sausage?" 276 d.log_info(l2) 282 expected = ['EGGS: %s' % l1, 'info: %s' % l2, 'SPAM: %s' % l3]
|
/toolchain/binutils/binutils-2.25/binutils/ |
od-macho.c | 1950 struct mach_o_unwind_compressed_second_level_page_header *l2; local 2004 struct mach_o_unwind_regular_second_level_page_header *l2; local [all...] |
/external/eigen/Eigen/src/Core/products/ |
GeneralBlockPanelKernel.h | 55 inline void manage_caching_sizes(Action action, std::ptrdiff_t* l1, std::ptrdiff_t* l2, std::ptrdiff_t* l3) 62 eigen_internal_assert(l1!=0 && l2!=0); 64 m_cacheSizes.m_l2 = *l2; 69 eigen_internal_assert(l1!=0 && l2!=0); 71 *l2 = m_cacheSizes.m_l2; 86 * - the L1 and L2 cache sizes, 99 // kc x nc blocks B' on the rhs. B' has to fit into L2/L3 cache. Moreover, A' is processed 102 std::ptrdiff_t l1, l2, l3; local 103 manage_caching_sizes(GetAction, &l1, &l2, &l3); 124 const Index n_cache = (l2-l1) / (nr * sizeof(RhsScalar) * k) 2113 std::ptrdiff_t l1, l2, l3; local 2122 std::ptrdiff_t l1, l2, l3; local 2132 std::ptrdiff_t l1, l2, l3; local [all...] |
TriangularSolverMatrix.h | 84 std::ptrdiff_t l1, l2, l3; local 85 manage_caching_sizes(GetAction, &l1, &l2, &l3); 86 Index subcols = cols>0 ? l2/(4 * sizeof(Scalar) * std::max<Index>(otherStride,size)) : 0;
|
/external/valgrind/callgrind/ |
sim.c | [all...] |
/cts/tests/tests/animation/src/android/animation/cts/ |
AnimatorSetTest.java | 308 MyListener l2 = new MyListener(); local 310 delayedSet.addListener(l2); 327 assertTrue(l2.mStartIsCalled); 329 assertFalse(l2.mEndIsCalled); 340 assertTrue(l2.mEndIsCalled); [all...] |
/external/zopfli/src/zopflipng/lodepng/ |
lodepng_util.cpp | 114 size_t l2 = 0; //location 2: IDAT-l2-IEND local 136 if(l2 == 0) l2 = chunk - begin + 8; 147 result.insert(result.end(), png.begin() + l1, png.begin() + l2); 149 result.insert(result.end(), png.begin() + l2, png.end());
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
data.go | 251 l2 := l 253 l2 = l2.Sub 254 if l2 == nil { 257 l2 = l2.Sub 258 if l2 == nil { 264 l2 = l1.Sub 267 l2 = listsort(l2) [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
data.go | 251 l2 := l 253 l2 = l2.Sub 254 if l2 == nil { 257 l2 = l2.Sub 258 if l2 == nil { 264 l2 = l1.Sub 267 l2 = listsort(l2) [all...] |
/external/elfutils/libdw/ |
dwarf_getlocation.c | 89 const struct loc_s *l2 = (const struct loc_s *) p2; local 91 if ((uintptr_t) l1->addr < (uintptr_t) l2->addr) 93 if ((uintptr_t) l1->addr > (uintptr_t) l2->addr)
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
HolidayCalendarDemo.java | 300 Label l2 = new Label("Display:"); local 301 l2.setFont(DemoUtility.labelFont); 302 add(menuPanel, l2, g, c);
|
/external/python/cpython2/Lib/idlelib/ |
IOBinding.py | 88 l2 = Entry(top, font="courier") 89 l2.insert(0, "# -*- coding: %s -*-" % enc) 92 # l2['state'] = DISABLED 93 l2.pack(side=TOP, anchor = W, fill=X)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
IOBinding.py | 92 l2 = Entry(top, font="courier") 93 l2.insert(0, "# -*- coding: %s -*-" % enc) 96 # l2['state'] = DISABLED 97 l2.pack(side=TOP, anchor = W, fill=X)
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
IOBinding.py | 92 l2 = Entry(top, font="courier") 93 l2.insert(0, "# -*- coding: %s -*-" % enc) 96 # l2['state'] = DISABLED 97 l2.pack(side=TOP, anchor = W, fill=X)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
IOBinding.py | 92 l2 = Entry(top, font="courier") 93 l2.insert(0, "# -*- coding: %s -*-" % enc) 96 # l2['state'] = DISABLED 97 l2.pack(side=TOP, anchor = W, fill=X)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
IOBinding.py | 92 l2 = Entry(top, font="courier") 93 l2.insert(0, "# -*- coding: %s -*-" % enc) 96 # l2['state'] = DISABLED 97 l2.pack(side=TOP, anchor = W, fill=X)
|
/cts/tests/tests/os/src/android/os/cts/ |
BundleTest.java | 450 final long l2 = 1007; local 453 mBundle.putLong(KEY, l2); 454 assertEquals(l2, mBundle.getLong(KEY, l2)); 456 assertEquals(l2, mBundle.getLong(KEY, l2)); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_bigmem.py | 764 l2 = [u''] * size
765 self.assertTrue(l1 == l2)
766 del l2
767 l2 = [u''] * (size + 1)
768 self.assertFalse(l1 == l2)
769 del l2
770 l2 = [2] * size
771 self.assertFalse(l1 == l2)
[all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_deadlock_detector.h | 353 bool testOnlyHasEdge(uptr l1, uptr l2) { 354 return g_.hasEdge(nodeToIndex(l1), nodeToIndex(l2));
|
/external/google-benchmark/include/benchmark/ |
benchmark_api.h | 835 #define BENCHMARK_RANGE2(n, l1, h1, l2, h2) \ 836 BENCHMARK(n)->RangePair({{(l1), (h1)}, {(l2), (h2)}}) [all...] |