HomeSort by relevance Sort by last modified time
    Searched refs:l1 (Results 226 - 250 of 329) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libxml/src/
regressions.py 37 l1 = len(base1)
xpath.c 2900 long l1, l2; local
2963 long l1, l2; local
2997 long l1, l2; local
4356 int i, l1; local
4390 int i, l1; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h 869 # define __strcmp_cg(s1, s2, l1) \
875 if (l1 > 0 && __result == 0) \
879 if (l1 > 1 && __result == 0) \
883 if (l1 > 2 && __result == 0) \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 869 # define __strcmp_cg(s1, s2, l1) \
875 if (l1 > 0 && __result == 0) \
879 if (l1 > 1 && __result == 0) \
883 if (l1 > 2 && __result == 0) \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 869 # define __strcmp_cg(s1, s2, l1) \
875 if (l1 > 0 && __result == 0) \
879 if (l1 > 1 && __result == 0) \
883 if (l1 > 2 && __result == 0) \
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 444 final long l1 = 1006; local
447 assertEquals(l1, mBundle.getLong(KEY, l1));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectOutputStreamTest.java 1105 String l1 = (String) ois.readObject(); local
    [all...]
SerializationStressTest.java 620 String l1 = (String) ois.readObject(); local
621 assertTrue("Wrong obj String :" + l1, s1.equals(l1));
  /external/grub/netboot/
via-rhine.c 911 unsigned char st1,st2,adv1,adv2,l1,l2;
917 l1=ReadMII(5,ioaddr)>>8;
919 printf(" status 0x%hhX%hhX, advertising 0x%hhX%hhX, link 0x%hhX%hhX\n", st1,st2,adv1,adv2,l1,l2);
davicom.c 662 u32 l1, l2;
651 u32 l1, l2; local
  /external/libvpx/libvpx/vp9/common/x86/
vp9_intrapred_ssse3.asm 458 movd m0, [leftq] ; l1, l2, l3, l4
460 punpckldq m0, m1 ; l1, l2, l3, l4, tl, t1, t2, t3
461 pshufb m0, [GLOBAL(sh_b32104567)]; l4, l3, l2, l1, tl, t1, t2, t3
462 psrldq m1, m0, 1 ; l3, l2, l1, tl, t1, t2, t3
463 psrldq m2, m0, 2 ; l2, l1, tl, t1, t2, t3
490 movq m0, [leftq] ; [0- 7] l1-8 [byte]
542 ; A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1 M1 N1 O1 P1
543 ; A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1 M1 N1
544 ; A3 B3 A2 B2 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c 435 u8 l0[2], l1[2]; local
448 * S = FC || P0 || L0 || P1 || L1 || ... || Pn || Ln
454 * L1 = 0x00 0x06
481 WPA_PUT_BE16(l1, 6);
482 addr[4] = l1;
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 852 int l1, l2; local
1838 uint32_t unescapedLen = 0, l1 = 0, l2 = 0; local
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 851 int l1, l2; local
1912 uint32_t unescapedLen = 0, l1 = 0, l2 = 0; local
    [all...]
  /external/libxml2/
xpath.c 2944 long l1, l2; local
3007 long l1, l2; local
3041 long l1, l2; local
4400 int i, l1; local
4434 int i, l1; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py     [all...]
test_bigmem.py 763 l1 = [u''] * size
765 self.assertTrue(l1 == l2)
768 self.assertFalse(l1 == l2)
771 self.assertFalse(l1 == l2)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py     [all...]
test_bigmem.py 763 l1 = [u''] * size
765 self.assertTrue(l1 == l2)
768 self.assertFalse(l1 == l2)
771 self.assertFalse(l1 == l2)
    [all...]
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 918 const list<int> l1(a1, a1 + 2);
922 v.push_back(l1);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
large-object-allocation.js 69 this.l1 = i;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/gtest/test/
gtest-printers_test.cc 924 const list<int> l1(a1, a1 + 2);
928 v.push_back(l1);
    [all...]
  /external/libpcap/
scanner.l 218 l1 return L1;
  /external/v8/test/mjsunit/
large-object-allocation.js 69 this.l1 = i;

Completed in 982 milliseconds

1 2 3 4 5 6 7 8 91011>>