HomeSort by relevance Sort by last modified time
    Searched defs:addr2 (Results 26 - 41 of 41) sorted by null

12

  /frameworks/base/core/jni/
android_os_Debug.cpp 401 intptr_t addr2 = bt2[idx]; local
402 if (addr1 == addr2) {
407 if (addr1 < addr2) {
409 } else if (addr1 > addr2) {
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 102 Address addr2 = lookupAddress(setMaxLatitude, setMaxLongitude, true); local
104 addr1 = addr2;
105 if (addr2 == null)
106 addr2 = addr1;
107 if (addr1 == null || addr2 == null) {
143 String addr2Locality = checkNull(addr2.getLocality());
145 String addr2AdminArea = checkNull(addr2.getAdminArea());
147 String addr2CountryCode = checkNull(addr2.getCountryCode());
174 closestCommonLocation = valueIfEqual(addr1.getAddressLine(0), addr2.getAddressLine(0));
183 closestCommonLocation = valueIfEqual(addr1.getThoroughfare(), addr2.getThoroughfare())
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 2437 int addr2 = addr+4; local
2513 int addr2 = addr+4; local
    [all...]
  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp 1814 int addr2 = addr+4; local
1892 int addr2 = addr+4; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketTest.java 632 SocketAddress addr2 = new InetSocketAddress("localhost", 80); local
    [all...]
  /external/grub/stage2/
jfs.h 131 u32 addr2; member in struct:__anon8243
136 #define addressPXD(pxd) (((s64)((pxd)->addr1)) << 32 | ((pxd)->addr2))
147 u32 addr2; /* 4: address in unit of fsblksize */ member in struct:__anon8244
329 u32 addr2; /* 4: lower 32 bits of leaf page address -OR- member in struct:dir_table_slot
410 u32 addr2; /* 4: address in unit of fsblksize */ member in struct:xad
415 #define addressXAD(xad) (((s64)((xad)->addr1)) << 32 | ((xad)->addr2))
builtins.c 492 char *addr1, *addr2;
526 addr2 = addr1 + size;
539 if (! grub_read (addr2, -1))
547 /* Now compare ADDR1 with ADDR2. */
550 if (addr1[i] != addr2[i])
553 (unsigned) addr2[i], file2);
487 char *addr1, *addr2; local
    [all...]
  /external/ppp/pppd/
pppd.h 106 void *addr2; member in struct:__anon12805
120 #define OPT_A2OR 0x800 /* for o_bool, OR arg to *(u_char *)addr2 */
129 #define OPT_A2CLRB 0x10000 /* o_bool, clr val bits in *(u_char *)addr2 */
135 #define OPT_A2COPY 0x400000 /* addr2 -> second location to rcv value */
136 #define OPT_ENABLE 0x800000 /* use *addr2 as enable for option */
137 #define OPT_A2CLR 0x1000000 /* clear *(bool *)addr2 */
142 #define OPT_A2PRINTER 0x10000000 /* *addr2 is a fn for printing option */
143 #define OPT_A2STRVAL 0x20000000 /* *addr2 points to current string value */
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 2005 SocketAddress addr2 = new InetSocketAddress("localhost", 80); local
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 335 uint32_t addr2 = symb->addr; local
336 if (addr1 < addr2)
338 if (addr1 > addr2)
374 uint32_t addr2 = mb->vstart; local
375 if (addr1 < addr2)
377 if (addr1 == addr2)
    [all...]
  /external/grub/netboot/
tulip.c 440 unsigned char addr0, addr1, addr2;
761 && nic->node_addr[2] == eeprom_fixups[i].addr2) {
439 unsigned char addr0, addr1, addr2; member in struct:fixups
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 8606 IRTemp addr2 = newTemp(Ity_I64); local
9400 IRTemp addr2 = newTemp(Ity_I64); local
9536 IRTemp addr2 = newTemp(Ity_I64); local
11166 IRTemp addr2 = newTemp(Ity_I64); local
11293 IRTemp addr2 = newTemp(Ity_I64); local
11400 IRTemp addr2 = newTemp(Ity_I64); local
11494 IRTemp addr2 = newTemp(Ity_I64); local
11615 IRTemp addr2 = newTemp(Ity_I64); local
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 393 u8 addr2[6]; member in struct:ieee80211_hdr
401 #define IEEE80211_BSSID_FROMDS addr2
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 83539 int addr2; \/* Address to jump to for next iteration *\/ local
90578 int addr1, addr2; \/* Loop addresses *\/ local
94943 int addr1, addr2; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 83575 int addr2; \/* Address to jump to for next iteration *\/ local
90614 int addr1, addr2; \/* Loop addresses *\/ local
94979 int addr1, addr2; local
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 468 milliseconds

12