/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/ |
dlfcn.h | 37 contains address */ 38 void *dli_fbase; /* Address at which shared object 40 const char *dli_sname; /* Name of nearest symbol with address 42 void *dli_saddr; /* Exact address of symbol named
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/ |
dlfcn.h | 37 contains address */ 38 void *dli_fbase; /* Address at which shared object 40 const char *dli_sname; /* Name of nearest symbol with address 42 void *dli_saddr; /* Exact address of symbol named
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/ |
dlfcn.h | 37 contains address */ 38 void *dli_fbase; /* Address at which shared object 40 const char *dli_sname; /* Name of nearest symbol with address 42 void *dli_saddr; /* Exact address of symbol named
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/ |
dlfcn.h | 37 contains address */ 38 void *dli_fbase; /* Address at which shared object 40 const char *dli_sname; /* Name of nearest symbol with address 42 void *dli_saddr; /* Exact address of symbol named
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/ |
dlfcn.h | 37 contains address */ 38 void *dli_fbase; /* Address at which shared object 40 const char *dli_sname; /* Name of nearest symbol with address 42 void *dli_saddr; /* Exact address of symbol named
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/ |
dlfcn.h | 37 contains address */ 38 void *dli_fbase; /* Address at which shared object 40 const char *dli_sname; /* Name of nearest symbol with address 42 void *dli_saddr; /* Exact address of symbol named
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/ |
dlfcn.h | 37 contains address */ 38 void *dli_fbase; /* Address at which shared object 40 const char *dli_sname; /* Name of nearest symbol with address 42 void *dli_saddr; /* Exact address of symbol named
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/ |
dlfcn.h | 37 contains address */ 38 void *dli_fbase; /* Address at which shared object 40 const char *dli_sname; /* Name of nearest symbol with address 42 void *dli_saddr; /* Exact address of symbol named
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/ |
dlfcn.h | 37 contains address */ 38 void *dli_fbase; /* Address at which shared object 40 const char *dli_sname; /* Name of nearest symbol with address 42 void *dli_saddr; /* Exact address of symbol named
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/ |
dlfcn.h | 37 contains address */ 38 void *dli_fbase; /* Address at which shared object 40 const char *dli_sname; /* Name of nearest symbol with address 42 void *dli_saddr; /* Exact address of symbol named
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/ |
dlfcn.h | 37 contains address */ 38 void *dli_fbase; /* Address at which shared object 40 const char *dli_sname; /* Name of nearest symbol with address 42 void *dli_saddr; /* Exact address of symbol named
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
connection.py | 45 def __init__(self, address=None, family=None, backlog=1): 54 address = property(lambda self: self._backlog_queue) variable in class:Listener 57 def Client(address): 59 address.put((_out, _in))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
connection.py | 45 def __init__(self, address=None, family=None, backlog=1): 54 address = property(lambda self: self._backlog_queue) variable in class:Listener 57 def Client(address): 59 address.put((_out, _in))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
nodecon.py | 77 self.address = ocon.address 89 self.address == other.address and \
|
/system/bt/btcore/include/ |
bdaddr.h | 35 // Returns true if |addr| is the empty address (00:00:00:00:00:00). 39 // Returns true if |first| and |second| refer to the same address. Neither 53 // Returns true if |string| represents a Bluetooth address. |string| may not be NULL. 57 // represent a Bluetooth address, |addr| is not modified and this function returns
|
/system/bt/service/ipc/ |
ipc_handler_linux.cpp | 87 struct sockaddr_un address; local 88 memset(&address, 0, sizeof(address)); 89 address.sun_family = AF_UNIX; 90 strncpy(address.sun_path, path.value().c_str(), 91 sizeof(address.sun_path) - 1); 92 if (bind(server_socket.get(), (struct sockaddr*)&address, sizeof(address)) < 94 LOG(ERROR) << "Failed to bind IPC socket to address: " << strerror(errno);
|
/system/connectivity/shill/ |
mock_device_info.h | 51 ByteString* address)); 56 ByteString* address)); 70 const IPAddress& address)); 72 bool(int interface_index, IPAddress* address));
|
/system/extras/perfprofd/quipper/ |
address_mapper.h | 23 // Maps a new address range to quipper space. 25 // collide with the new range in real address space, indicating it has been 40 // offset_base=0x10000, then the address 0x5000 maps to an offset of 0x11000 48 // Looks up |real_addr| and returns the mapped address. 62 // Returns the number of address ranges that are currently mapped. 73 // Dumps the state of the address mapper to logs. Useful for debugging. 107 // Determines if this range contains the given address |addr|. 116 // Removes an existing address mapping. 117 // Returns true if successful, false if no mapped address range was found.
|
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-hppa.c | 28 32, /* 32 bits in an address */ 46 32, /* 32 bits in an address */ 64 64, /* 64 bits in an address */ 81 32, /* 32 bits in an address */
|
cpu-rs6000.c | 53 32, /* 32 bits in an address */ 68 32, /* 32 bits in an address */ 83 32, /* 32 bits in an address */ 101 32, /* 32 bits in an address */
|
/toolchain/binutils/binutils-2.25/gas/ |
frags.h | 28 instruction address whose size is yet unknown. We always know the greatest 31 Once created, frags do not change address during assembly. 32 We chain the frags in (a) forward-linked list(s). The object-file address 34 Many things at assembly time describe an address by {object-file-address 41 /* Object file address (as an octet offset). */ 43 /* When relaxing multiple times, remember the address the frag had 59 /* Chain forward; ascending address order. Rooted in frch_root. */ 78 /* Used to ensure that all insns are emitted on proper address
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
mapdir.s | 3 # the same address.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/ |
cfi-common-4.d | 11 Return address column: .*
|
cfi-common-7.d | 11 Return address column: .*
|
cfi-sparc-1.d | 12 Return address column: 15
|