HomeSort by relevance Sort by last modified time
    Searched full:address (Results 601 - 625 of 19436) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-duplicate.d 6 \[0x.*\] Extended opcode 2: set Address to .*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
imm-plus-rreg.s 1 ! simm13 + regrs1 address using r<0..31> instead of [goli]<0..7>
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_fix_v4bx.s 4 # Align this to 256-byte boundary for easier address matching.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
tlsle-symbol-offset.s 11 # Compute the address of an integer within structure a, padded
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
textaddr3.d 4 #warning: .*address of `text-segment' isn't multiple of maximum page size
textaddr5.d 4 #warning: .*address of `text-segment' isn't multiple of maximum page size
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
empty-address-1.d 1 #ld: -T empty-address-1.t
  /external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 1 //=== FixedAddressChecker.cpp - Fixed address usage checker ----*- C++ -*--===//
11 // assignment of a fixed address to a pointer.
37 // Using a fixed address is not portable because that address will probably
56 new BuiltinBug(this, "Use fixed address",
57 "Using a fixed address is not portable because that "
58 "address will probably not be valid in all "
  /external/clang/test/Analysis/
stackaddrleak.c 10 } // expected-warning{{Address of stack memory associated with local variable 'str' is still referred to by the global variable 'p' upon returning to the caller. This will be a dangling reference}}
20 } // expected-warning{{Address of stack memory allocated by call to alloca() on line 19 is still referred to by the global variable 'p' upon returning to the caller. This will be a dangling reference}}
22 // PR 7383 - previosly the stack address checker would crash on this example
36 } // expected-warning{{Address of stack memory associated with local variable 'x' is still referred to by the global variable 'a' upon returning}} expected-warning{{Address of stack memory associated with local variable 'x' is still referred to by the global variable 'b' upon returning}}
40 return (intptr_t)&x; // expected-warning{{Address of stack memory associated with local variable 'x' returned to caller}}
52 } // expected-warning{{Address of stack memory associated with local variable 'x' is still referred to by the global variable 'ip' upon returning}}
  /external/libnl/src/lib/
addr.c 2 * src/lib/addr.c Address Helpers
28 nl_cli_fatal(ENOMEM, "Unable to allocate address object");
48 nl_cli_fatal(err, "Unable to set local address: %s",
70 nl_cli_fatal(err, "Unable to set address label: %s",
81 nl_cli_fatal(err, "Unable to set peer address: %s",
92 nl_cli_fatal(EINVAL, "Unknown address scope \"%s\"", arg);
104 nl_cli_fatal(err, "Unable to set broadcast address: %s",
  /external/libunwind/doc/
unw_init_remote.man 36 for unwinding in the address space identified by
41 (local address space) or to an arbitrary
42 address space created with unw_create_addr_space().
45 void\-pointer tells the address space exactly what entity
52 However, other address\-spaces may instead expect a process\-id, a
56 is entirely dependent on the address\-space in use;
81 is thread\-safe. If the local address\-space
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PProfileKey.java 29 import gov.nist.javax.sip.address.AddressImpl;
46 public PProfileKey(AddressImpl address)
49 this.address = address;
57 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
60 retval.append(address.encode());
61 if (address.getAddressType() == AddressImpl.ADDRESS_SPEC) {
  /external/protobuf/examples/
add_person.cc 20 cout << "Enter email address (blank for none): ";
53 // Main function: Reads the entire address book from a file,
69 // Read the existing address book.
74 cerr << "Failed to parse address book." << endl;
79 // Add an address.
83 // Write the new address book back to disk.
86 cerr << "Failed to write address book." << endl;
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiUtils.java 71 * Check if the given logical address is valid. A logical address is valid
75 * @param address logical address
76 * @return true if the given address is valid
78 static boolean isValidAddress(int address) {
79 return (Constants.ADDR_TV <= address && address <= Constants.ADDR_SPECIFIC_USE);
83 * Return the device type for the given logical address.
85 * @param address logical addres
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForEmail.java 27 * Handler for email address data rows.
44 String address = mDbHelper.insertNameLookupForEmail(rawContactId, dataId, email); local
45 if (address != null) {
62 String address = values.getAsString(Email.DATA); local
64 mDbHelper.insertNameLookupForEmail(rawContactId, dataId, address);
98 return values.containsKey(Email.ADDRESS);
103 builder.appendContentFromColumn(Email.ADDRESS);
  /toolchain/binutils/binutils-2.25/include/elf/
m32c.h 34 /* 8 bit unsigned address, used for dsp8[a0] etc */
36 /* Bits 0..15 of an address, for SMOVF's A0, A1A0, etc. */
38 /* Bits 16..23 of an address, for SMOVF's R1H etc. */
40 /* Bits 16..31 of an address, for LDE's A1A0 etc. */
46 /* Marks standard one-address form. */
48 /* Marks standard two-address form. */
60 if ((address & M16C_INSN_MASK) == M16C_INSN_VALUE), and similarly
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
compressed-plt-1-o32-se.rd 24 # _lo symbols have their address taken, so their PLT symbols need to have
38 # is the address of the lazy-binding stub.
47 Address Access Initial Purpose
53 Address Access Initial
59 Address Access Initial Sym\.Val\. Type Ndx Name
66 Address Initial Purpose
71 Address Initial Sym\.Val\. Type Ndx Name
  /frameworks/base/core/java/android/net/
VpnService.java 64 * conflict with each other. The system takes several actions to address
235 * Adds a network address to the VPN interface.
238 * address is already in use or cannot be assigned to the interface for any other reason.
240 * Adding an address implicitly allows traffic from that address family (i.e., IPv4 or IPv6) to
243 * @throws IllegalArgumentException if the address is invalid.
245 * @param address The IP address (IPv4 or IPv6) to assign to the VPN interface.
246 * @param prefixLength The prefix length of the address.
253 public boolean addAddress(InetAddress address, int prefixLength)
    [all...]
  /dalvik/libdex/
DexCatch.h 32 u4 address; /* handler address */ member in struct:DexCatchHandler
61 pIterator->handler.address = 0;
104 pIterator->handler.address = readUnsignedLeb128(&pIterator->pEncodedData);
115 u4 address);
117 /* Find the handler associated with a given address, if any.
121 const DexCode* pCode, u4 address) {
134 if (address < start) {
140 if (address >= end) {
149 address);
    [all...]
  /external/iw/
mpath.c 47 * TODO: validate the interface and mac address!
105 fprintf(stderr, "invalid mac address\n");
122 COMMAND(mpath, get, "<MAC address>",
125 COMMAND(mpath, del, "<MAC address>",
142 fprintf(stderr, "invalid destination mac address\n");
154 fprintf(stderr, "invalid next hop mac address\n");
171 COMMAND(mpath, new, "<destination MAC address> next_hop <next hop MAC address>",
174 COMMAND(mpath, set, "<destination MAC address> next_hop <next hop MAC address>",
    [all...]
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DumpTask.java 35 private String address = AgentOptions.DEFAULT_ADDRESS; field in class:DumpTask
53 * IP Address or hostname to connect to. Defaults to <code>localhost</code>
55 * @param address
56 * IP Address or hostname to connect to
58 public void setAddress(final String address) {
59 this.address = address;
131 protected void onConnecting(final InetAddress address,
133 log(format("Connecting to %s:%s", address,
147 final ExecFileLoader loader = client.dump(address, port)
    [all...]
  /external/llvm/tools/lli/
RemoteTarget.cpp 11 // separate address range from where it was built.
32 uint64_t &Address) {
41 Address = reinterpret_cast<uint64_t>(Mem.base());
46 bool RemoteTarget::loadData(uint64_t Address, const void *Data, size_t Size) {
47 memcpy ((void*)Address, Data, Size);
51 bool RemoteTarget::loadCode(uint64_t Address, const void *Data, size_t Size) {
52 memcpy ((void*)Address, Data, Size);
53 sys::MemoryBlock Mem((void*)Address, Size);
58 bool RemoteTarget::executeCode(uint64_t Address, int &RetVal) {
59 int (*fn)() = (int(*)())Address;
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/ip/detail/
endpoint.hpp 20 #include "asio/ip/address.hpp"
38 // Construct an endpoint using an address and port number.
39 ASIO_DECL endpoint(const asio::ip::address& addr,
91 // Get the IP address associated with the endpoint.
92 ASIO_DECL asio::ip::address address() const;
94 // Set the IP address associated with the endpoint.
95 ASIO_DECL void address(const asio::ip::address& addr);
113 // The underlying IP socket address
    [all...]
  /external/v8/src/heap/
slots-buffer.cc 21 Address addr, AdditionMode mode) {
43 DCHECK(Page::FromAddress(reinterpret_cast<Address>(kRemovedEntry))
61 reinterpret_cast<Address>(slot)) ||
62 !Page::FromAddress(reinterpret_cast<Address>(object))
79 Address start_slot, Address end_slot) {
84 DCHECK(Page::FromAddress(reinterpret_cast<Address>(kRemovedEntry))
95 Address slot_address = reinterpret_cast<Address>(slot);
128 reinterpret_cast<Address>(slot), heap_object)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
LinkAddressTest.java 69 LinkAddress address; local
72 address = new LinkAddress(V4_ADDRESS, 25);
73 assertEquals(V4_ADDRESS, address.getAddress());
74 assertEquals(25, address.getPrefixLength());
75 assertEquals(0, address.getFlags());
76 assertEquals(RT_SCOPE_UNIVERSE, address.getScope());
78 address = new LinkAddress(V6_ADDRESS, 127);
79 assertEquals(V6_ADDRESS, address.getAddress());
80 assertEquals(127, address.getPrefixLength());
81 assertEquals(0, address.getFlags())
    [all...]

Completed in 527 milliseconds

<<21222324252627282930>>