Searched refs:l3 (Results 1 - 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
H A Dtest_pytree.py82 l3 = pytree.Leaf(101, "foo")
84 self.assertNotEqual(l1, l3)
133 l3 = pytree.Leaf(100, "bar", prefix="c")
134 n2 = pytree.Node(1000, [n1, l3])
136 self.assertEqual(n1.get_suffix(), l3.prefix)
137 self.assertEqual(l3.get_suffix(), "")
153 l3 = pytree.Leaf(100, "bar")
154 n3 = pytree.Node(1000, [l3])
160 l3 = pytree.Leaf(100, "bar")
161 n1 = pytree.Node(1000, [l1, l2, l3])
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
H A DConstructs.py480 l3 = range(5)
484 for k in l3:
491 l3 = range(5)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dcopy.py409 l3 = copy(l)
414 print map(repr.repr, l3)
415 l3 = deepcopy(l)
420 print map(repr.repr, l3)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcopy.py409 l3 = copy(l)
414 print map(repr.repr, l3)
415 l3 = deepcopy(l)
420 print map(repr.repr, l3)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_asyncore.py271 l3 = "THAT'S got spam in it!"
276 d.log_info(l3, 'SPAM')
281 expected = ['EGGS: %s' % l1, 'info: %s' % l2, 'SPAM: %s' % l3]
H A Dtest_grammar.py300 l3 = lambda : [2 < x for x in [-1, 3, 0L]]
301 self.assertEqual(l3(), [0, 1, 0])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
H A Dpy2_test_grammar.py302 l3 = lambda : [2 < x for x in [-1, 3, 0L]]
303 self.assertEquals(l3(), [0, 1, 0])
H A Dpy3_test_grammar.py338 l3 = lambda : [2 < x for x in [-1, 3, 0]]
339 self.assertEquals(l3(), [0, 1, 0])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c4485 int l3 = c & 0x7F; local
4506 i = map->level23[16*map->count2 + 128*i + l3];
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c4400 int l3 = c & 0x7F; local
4421 i = map->level23[16*map->count2 + 128*i + l3];

Completed in 117 milliseconds