Searched
full:addresses (Results
276 -
300 of
3311) sorted by null
<<11121314151617181920>>
/external/lldb/www/ |
symbolication.html | 55 <p>Since we haven't specified a slide or any load addresses for individual sections
95 <h1 class="postheader">Defining Load Addresses for Sections</h1>
98 adjust your crashlog-addresses into file addresses. To avoid having to do any
101 <b>load</b> addresses. You can slide all sections in the executable by the same amount,
116 the load addresses of sections we can specify one or more section name + address pairs
123 any lookups we do will now use <b>load</b> addresses so we don't have to
124 do any math on the addresses in the crashlog backtraces, we can just use the
125 raw addresses:</p>
160 <p>Then we set the load addresses for each __TEXT section (note the colors of the load addresses above and below) using the first ad (…) [all...] |
/external/llvm/test/CodeGen/SystemZ/ |
addr-03.ll | 1 ; Test constant addresses, unlikely as they are.
|
/external/llvm/test/DebugInfo/ |
empty.ll | 21 ; Don't emit DW_AT_addr_base when there are no addresses.
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
test-common-symbols-alignment.ll | 3 ; This test checks that common symbols have been allocated addresses honouring
|
/external/llvm/test/Transforms/ConstantHoisting/PowerPC/ |
const-base-addr.ll | 7 ; Test if even cheap base addresses are hoisted.
|
/external/llvm/test/Transforms/ConstantHoisting/X86/ |
const-base-addr.ll | 8 ; Test if even cheap base addresses are hoisted.
|
/external/mesa3d/src/gallium/tools/ |
addr2line.sh | 9 # Gather all unique addresses for each binary
|
/external/smack/src/org/jivesoftware/smack/util/dns/ |
DNSResolver.java | 21 * Implementations of this interface define a class that is capable of resolving DNS addresses.
|
/external/valgrind/main/memcheck/tests/ |
filter_stderr | 7 # Anonymise addresses
|
/external/wpa_supplicant_8/hostapd/ |
wired.conf | 22 # authentication with external ACL for MAC addresses, and accounting
|
/frameworks/base/services/core/java/com/android/server/location/ |
LocationBasedCountryDetector.java | 78 List<Address> addresses = geoCoder.getFromLocation( local 80 if (addresses != null && addresses.size() > 0) { 81 country = addresses.get(0).getCountryCode();
|
/frameworks/opt/chips/sample/res/values-en-rGB/ |
strings.xml | 19 <string name="email_addresses" msgid="5320415175940315400">"Email Addresses"</string>
|
/frameworks/opt/chips/sample/res/values-en-rIN/ |
strings.xml | 19 <string name="email_addresses" msgid="5320415175940315400">"Email Addresses"</string>
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
Address.java | 25 * The abstract base for classes that represent RFC2822 addresses.
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
PtNodeInfo.java | 22 * Raw PtNode info straight out of a file. This will contain numbers for addresses.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
sockaddr.h | 32 of the data types used for socket addresses, `struct sockaddr',
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
inet_diag.h | 26 __u8 idiag_family; /* Family of addresses. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
sockaddr.h | 32 of the data types used for socket addresses, `struct sockaddr',
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
inet_diag.h | 26 __u8 idiag_family; /* Family of addresses. */
|
/external/chromium_org/tools/cygprofile/ |
symbolize.py | 10 addresses, 2) function and line numbers for the addresses, or 3) an order file. 74 list of sorted unique addresses and corresponding size of function symbols 75 in lib_file and map of addresses to all symbols at a particular address 139 Exception: if address not found. Functions expects all logged addresses 187 command line argument. The default output type is to symbolize the addresses 209 # Check for duplicate addresses in the log file, and print a warning if
|
/external/smack/src/org/xbill/DNS/ |
Address.java | 9 * Routines dealing with IP addresses. Includes functions similar to 257 * @exception UnknownHostException The hostname does not have any addresses 272 * @return All matching IP addresses 273 * @exception UnknownHostException The hostname does not have any addresses 293 * @return The IP addresses 313 * @return The IP addresses 361 * @return The length of addresses in that family.
|
/frameworks/base/docs/html/training/location/ |
display-address.jd | 51 The Android platform API provides a feature that returns an estimated street addresses for 73 list of addresses. The method is synchronous, and may take a long time to do its work, so you 150 List<Address> addresses = null; 155 addresses = geocoder.getFromLocation(loc.getLatitude(), 174 if (addresses != null && addresses.size() > 0) { 176 Address address = addresses.get(0);
|
/external/chromium_org/sdch/open-vcdiff/src/ |
encodetable_test.cc | 215 ExpectByte(0x00); // length of addresses for COPYs 233 ExpectByte(0x00); // length of addresses for COPYs 251 ExpectByte(0x00); // length of addresses for COPYs 270 ExpectByte(0x00); // length of addresses for COPYs 290 ExpectByte(0x02); // length of addresses for COPYs 315 ExpectByte(0x00); // length of addresses for COPYs 338 ExpectByte(0x02); // length of addresses for COPYs 362 ExpectByte(0x00); // length of addresses for COPYs 389 ExpectByte(0x00); // length of addresses for COPYs 421 ExpectByte(0x00); // length of addresses for COPY [all...] |
/external/chromium_org/third_party/webrtc/base/ |
virtualsocketserver.h | 28 // interface can create as many addresses as you want. All of the sockets 30 // they are bound to addresses from incompatible families. 188 // This function tests if two addresses can communicate, as well as the 189 // sockets to which they may be bound (the addresses may or may not yet be 191 // First the addresses are tested (after normalization):
|
/external/llvm/include/llvm/MC/ |
MCObjectDisassembler.h | 83 /// \name Get the addresses of static constructors/destructors in the object. 84 /// The caller is expected to know how to interpret the addresses; 86 /// The addresses are original object file load addresses, not effective. 98 /// on glibc ELF by keeping a map between segment load addresses, filled
|
Completed in 2406 milliseconds
<<11121314151617181920>>