/external/wpa_supplicant/ |
events.c | 708 l2_packet_notify_auth_start(wpa_s->l2); 834 l2_packet_deinit(wpa_s->l2); 835 wpa_s->l2 = NULL;
|
wpa_supplicant.c | 158 if (wpa_s->l2) { 159 return l2_packet_send(wpa_s->l2, dest, proto, buf, len); 702 l2_packet_deinit(wpa_s->l2); 703 wpa_s->l2 = NULL; [all...] |
/frameworks/base/services/java/com/android/server/ |
LocationManagerService.java | 700 public int compare(LocationProviderInterface l1, LocationProviderInterface l2) { 702 return (l1.getPowerRequirement() - l2.getPowerRequirement()); 705 public boolean equals(LocationProviderInterface l1, LocationProviderInterface l2) { 706 return (l1.getPowerRequirement() == l2.getPowerRequirement()); 711 public int compare(LocationProviderInterface l1, LocationProviderInterface l2) { 713 return (l1.getAccuracy() - l2.getAccuracy()); 716 public boolean equals(LocationProviderInterface l1, LocationProviderInterface l2) { 717 return (l1.getAccuracy() == l2.getAccuracy()); 733 public int compare(LocationProviderInterface l1, LocationProviderInterface l2) { 734 return (score(l2) - score(l1)); // Bigger is bette [all...] |
/external/openssl/crypto/ |
sparccpuid.S | 88 clr %l2 157 clr %l2
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideView.java | 498 int l2 = p2.mLeft; 502 res = l1 - l2;
|
/external/v8/benchmarks/ |
earley-boyer.js | 890 function sc_reverseAppendBang(l1, l2) { 891 var res = l2; 901 function sc_dualAppend(l1, l2) { 902 if (l1 === null) return l2; 903 if (l2 === null) return l1; 905 return sc_reverseAppendBang(rev, l2); 918 function sc_dualAppendBang(l1, l2) { 919 if (l1 === null) return l2; 920 if (l2 === null) return l1; 923 tmp.cdr = l2; [all...] |
/external/webkit/SunSpider/tests/v8-v4/ |
v8-earley-boyer.js | 884 function sc_reverseAppendBang(l1, l2) { 885 var res = l2; 895 function sc_dualAppend(l1, l2) { 896 if (l1 === null) return l2; 897 if (l2 === null) return l1; 899 return sc_reverseAppendBang(rev, l2); 912 function sc_dualAppendBang(l1, l2) { 913 if (l1 === null) return l2; 914 if (l2 === null) return l1; 917 tmp.cdr = l2; [all...] |
/external/bison/doc/ |
Makefile | 384 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ 385 for i in $$l2; do \ 407 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ 408 for i in $$l2; do \
|
/external/grub/stage2/ |
xfs.h | 194 * l1:0-8, l2:0-31, and l3:21-31 are startblock. 207 xfs_uint32_t l0, l1, l2, l3; member in struct:xfs_bmbt_rec_32
|
/external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/ |
DumpRenderTreeSupport_wrapTiger.c | 92 const char *f2, const char *l2) { 93 for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) { 95 while ((*f2 == ' ') && (f2 != l2)) ++f2; 98 return (l1 - f1) - (l2 - f2);
|
/cts/tests/tests/os/src/android/os/cts/ |
BundleTest.java | 837 final long l2 = 1007; local 840 mBundle.putLong(KEY, l2); 841 assertEquals(l2, mBundle.getLong(KEY, l2)); 843 assertEquals(l2, mBundle.getLong(KEY, l2)); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_supplicant.c | 352 l2_packet_deinit(wpa_s->l2); 353 wpa_s->l2 = NULL; [all...] |
wpas_glue.c | 100 if (wpa_s->l2) { 101 return l2_packet_send(wpa_s->l2, dest, proto, buf, len);
|
events.c | 866 l2_packet_notify_auth_start(wpa_s->l2); 1094 l2_packet_deinit(wpa_s->l2); 1095 wpa_s->l2 = NULL;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
string2.h | 891 # define __strcmp_gc(s1, s2, l2) \ 897 if (l2 > 0 && __result == 0) \ 902 if (l2 > 1 && __result == 0) \ 907 if (l2 > 2 && __result == 0) \ [all...] |
/external/grub/netboot/ |
via-rhine.c | 911 unsigned char st1,st2,adv1,adv2,l1,l2; 918 l2=ReadMII(5,ioaddr)&0xFF; 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
|
/libcore/luni/src/test/java/tests/api/java/io/ |
ObjectOutputStreamTest.java | 1313 String l2 = ois.readUTF(); local [all...] |
/external/chromium/third_party/icu/source/test/cintltst/ |
cloctst.c | 2497 const char* l2 = ucal_getLocaleByType(c2, ULOC_VALID_LOCALE, &status); local 2531 const char* l2 = NULL; local 2574 const char* l2 = NULL; local [all...] |
capitst.c | 852 int l1, l2; local 1870 uint32_t unescapedLen = 0, l1 = 0, l2 = 0; local [all...] |
/external/icu4c/test/cintltst/ |
cloctst.c | 2521 const char* l2 = ucal_getLocaleByType(c2, ULOC_VALID_LOCALE, &status); local 2555 const char* l2 = NULL; local 2598 const char* l2 = NULL; local [all...] |
capitst.c | 862 int l1, l2; local 1848 uint32_t unescapedLen = 0, l1 = 0, l2 = 0; local [all...] |
/external/quake/quake/src/QW/scitech/include/ |
mgraph.h | [all...] |
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
MGRAPH.H | [all...] |
/system/core/libacc/ |
acc.cpp | 1895 int l2 = (l + 7) & ~7; local 1917 int l2 = (l + 7) & ~7; local [all...] |