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

<<71727374757677787980>>

  /toolchain/binutils/binutils-2.25/opcodes/
pdp11-dis.c 120 int address; local
122 if (read_word (*memaddr, &address, info) < 0)
124 FPRINTF (F, "*$%o", address);
151 bfd_vma address = *memaddr + sign_extend (disp); local
157 (*info->print_address_func) (address, info);
188 /* Print the PDP-11 instruction at address MEMADDR in debugged memory,
314 bfd_vma address = memaddr + (sign_extend (displ) >> 7); local
317 (*info->print_address_func) (address, info);
323 bfd_vma address = memaddr - (displ >> 9); local
329 (*info->print_address_func) (address, info)
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar_ioctl.stderr.exp 15 Address 0x........ is not stack'd, malloc'd or (recently) free'd
31 Address 0x........ is not stack'd, malloc'd or (recently) free'd
47 Address 0x........ is on thread 1's stack
51 Address 0x........ is not stack'd, malloc'd or (recently) free'd
55 Address 0x........ is not stack'd, malloc'd or (recently) free'd
71 Address 0x........ is on thread 1's stack
75 Address 0x........ is on thread 1's stack
79 Address 0x........ is not stack'd, malloc'd or (recently) free'd
83 Address 0x........ is not stack'd, malloc'd or (recently) free'd
87 Address 0x........ is not stack'd, malloc'd or (recently) free'
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc 515 // __ movl(out, Address(out, offset));
774 Address::Absolute(invoke->GetStringInitOffset(), /* no_rip */ true));
789 Address::Absolute(kDummy32BitOffset, /* no_rip */ false));
805 __ movq(reg, Address(CpuRegister(RSP), kCurrentMethodStackOffset));
809 Address(CpuRegister(method_reg)
4737 Address address = index.IsConstant() local
4752 Address address = index.IsConstant() local
4767 Address address = index.IsConstant() local
4883 Address address = index.IsConstant() local
4899 Address address = index.IsConstant() local
4918 Address address = index.IsConstant() local
4935 Address address = index.IsConstant() local
5451 uint32_t address = dchecked_integral_cast<uint32_t>(load->GetAddress()); local
5459 Address address = Address::Absolute(load->GetAddress(), \/* no_rip *\/ true); local
5471 Address address = Address::Absolute(CodeGeneratorX86_64::kDummy32BitOffset, local
    [all...]
  /external/v8/src/ic/mips/
ic-mips.cc 45 // The address returned from GenerateStringDictionaryProbes() in scratch2
90 // The address returned from GenerateStringDictionaryProbes() in scratch2
309 // The return address is in ra.
325 // The return address is in ra.
337 // The return address is in ra.
353 // The return address is in ra.
365 // The return address is in ra.
479 Register address = t1; local
481 scratch, scratch2, scratch3, address));
493 __ Addu(address, elements, FixedArray::kHeaderSize - kHeapObjectTag)
    [all...]
  /external/v8/src/ic/mips64/
ic-mips64.cc 45 // The address returned from GenerateStringDictionaryProbes() in scratch2
90 // The address returned from GenerateStringDictionaryProbes() in scratch2
306 // The return address is on the stack.
322 // The return address is in ra.
334 // The return address is in ra.
350 // The return address is in ra.
362 // The return address is in ra.
475 Register address = a5; local
477 scratch, scratch2, address));
489 __ Daddu(address, elements, FixedArray::kHeaderSize - kHeapObjectTag)
    [all...]
  /external/valgrind/memcheck/tests/amd64/
sh-mem-vec256-plo-no.stderr.exp 30 Address 0x........ is 1 bytes before a block of size 80,000 alloc'd
37 Address 0x........ is 1 bytes before a block of size 80,000 alloc'd
49 Address 0x........ is 79,969 bytes inside a block of size 80,000 alloc'd
56 Address 0x........ is 79,993 bytes inside a block of size 80,000 alloc'd
66 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
82 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
98 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
114 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
130 Address 0x........ is 0 bytes inside a block of size 64 alloc'd
146 Address 0x........ is 0 bytes inside a block of size 64 alloc'
    [all...]
  /external/google-breakpad/src/processor/
static_range_map_unittest.cc 53 // Base address to use for test
54 AddressType address; member in struct:__anon12355::RangeTest
181 // false. RetrieveTest will check the values around the base address and
182 // the high address of a range to guard against off-by-one errors.
201 bool stored = range_map->StoreRange(range_test->address,
211 // When side == 0, check the low side (base address) of each range.
214 // Check one-less and one-greater than the target address in addition
215 // to the target address itself.
231 AddressType address = local
233 (!side ? range_test->address
    [all...]
microdump.cc 129 bool MicrodumpMemoryRegion::GetMemoryAtAddress(uint64_t address,
131 return GetMemoryLittleEndian(address, value);
134 bool MicrodumpMemoryRegion::GetMemoryAtAddress(uint64_t address,
136 return GetMemoryLittleEndian(address, value);
139 bool MicrodumpMemoryRegion::GetMemoryAtAddress(uint64_t address,
141 return GetMemoryLittleEndian(address, value);
144 bool MicrodumpMemoryRegion::GetMemoryAtAddress(uint64_t address,
146 return GetMemoryLittleEndian(address, value);
150 bool MicrodumpMemoryRegion::GetMemoryLittleEndian(uint64_t address,
152 if (address < base_address_ |
    [all...]
  /external/v8/src/profiler/
cpu-profiler.cc 44 void ProfilerEventsProcessor::AddDeoptStack(Isolate* isolate, Address from,
48 Address fp = isolate->c_entry_fp(isolate->thread_local_top());
203 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) {
220 rec->start = code->address();
235 rec->start = code->address();
250 rec->start = code->address();
271 rec->start = code->address();
281 int pc_offset = static_cast<int>(it.rinfo()->pc() - code->address());
306 rec->start = code->address();
316 void CpuProfiler::CodeMoveEvent(Address from, Address to)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 298 infoLog("Bond address is:" + dev);
319 private void sendDisplayPinIntent(byte[] address, int pin, int variant) {
321 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevices.getDevice(address));
351 void bondStateChangeCallback(int status, byte[] address, int newState) {
352 BluetoothDevice device = mRemoteDevices.getDevice(address);
358 device = mAdapter.getRemoteDevice(Utils.getAddressStringFromByte(address));
361 infoLog("bondStateChangeCallback: Status: " + status + " Address: " + device
378 void sspRequestCallback(byte[] address, byte[] name, int cod, int pairingVariant,
381 BluetoothDevice bdDevice = mRemoteDevices.getDevice(address);
383 mRemoteDevices.addDeviceProperties(address);
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 97 LVal = LValue::MakeBitfield(Address(Addr, lvalue.getAlignment()),
151 Address getAtomicAddress() const {
152 return Address(getAtomicPointer(), getAtomicAlignment());
155 Address getAtomicAddressAsAtomicIntPointer() const {
178 Address emitCastToAtomicIntPointer(Address Addr) const;
183 Address convertToAtomicIntPointer(Address Addr) const;
186 RValue convertAtomicTempToRValue(Address addr, AggValueSlot resultSlot,
202 Address addr = getAtomicAddress()
    [all...]
  /external/ppp/pppd/
ipcp.c 75 bool noremoteip = 0; /* Let him have no IP address */
83 /* Hook for a plugin to choose the remote IP address */
96 static bool ask_for_local; /* request our address from peer */
168 "Accept peer's address for us", 1 },
170 "Accept peer's address for it", 1 },
179 "DNS address for the peer's use" },
211 "Ask peer for DNS address(es)", 1 },
219 { "ipcp-no-address", o_bool, &ipcp_wantoptions[0].neg_addr,
220 "Disable IP-Address usage", OPT_A2CLR,
224 "Allow peer to have no IP address", 1 }
    [all...]
  /system/connectivity/shill/
device_info_unittest.cc 119 // Create an IP address entry (as if left-over from a previous connection
121 IPAddress address(IPAddress::kFamilyIPv4);
122 EXPECT_TRUE(address.SetAddressFromString(kTestIPAddress0));
123 address.set_prefix(kTestIPAddressPrefix0);
126 addresses.push_back(DeviceInfo::AddressData(address, 0, RT_SCOPE_UNIVERSE));
128 return address;
132 const std::string& address,
135 return device_info_.CreateDevice(link_name, address, interface_index,
183 const IPAddress& address,
244 const IPAddress& address,
344 ByteString address; local
480 IPAddress address = CreateInterfaceAddress(); local
498 IPAddress address = CreateInterfaceAddress(); local
519 IPAddress address = CreateInterfaceAddress(); local
539 IPAddress address = CreateInterfaceAddress(); local
574 IPAddress address = CreateInterfaceAddress(); local
593 IPAddress address = CreateInterfaceAddress(); local
610 IPAddress address = CreateInterfaceAddress(); local
629 IPAddress address = CreateInterfaceAddress(); local
672 IPAddress address = CreateInterfaceAddress(); local
    [all...]
  /cts/tests/netlegacy22.api/src/android/net/cts/legacy/api22/
ConnectivityManagerLegacyTest.java 100 for (LinkAddress address : lp.getLinkAddresses()) {
101 addresses.add(address.getAddress());
109 for (InetAddress address : getIpAddresses(type)) {
110 if (address instanceof Inet4Address) {
119 // the network does not have an IPv4 address. So don't check that it's working unless we
120 // know that the network has an IPv4 address. Note that it's possible that the network will
121 // have an IPv4 address but we don't know about it, because the IPv4 address might be on a
124 Log.d(TAG, "Not checking source address on network type " + type + ", no IPv4 address");
    [all...]
  /external/autotest/client/cros/
dhcpv6_test_base.py 25 DHCPV6_KEY_ADDRESS = 'Address'
167 Return the IP address of the side of the interface that the DHCPv6 test
169 address on the interface.
207 # Wait until both IP address and delegated prefix are obtained.
217 # Verify Non-temporary Address prefix.
218 address = dhcpv6_config.get(DHCPV6_KEY_ADDRESS)
219 actual_prefix = address[:address.index('::')]
223 raise error.TestFail('Address prefix mismatch: '
226 # Verify Non-temporary Address suffix
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 61 // Context information for the callbacks when validating address by listing
64 uintptr_t address; member in struct:__anon12200::AddressValidatingContext
67 AddressValidatingContext() : address(0UL), is_mapped(false) {
84 // It uses the module's adderss range to validate the address.
90 (addr->address >= module_info.start_addr) &&
91 (addr->address <= module_info.start_addr +
289 addr.address = current_esp;
387 // Check if the address is a valid virtual address.
388 // If the address is in any of the mapped modules, we take it as valid
    [all...]
  /external/iproute2/examples/
dhcp-client-script 13 # means exactly. For now I suppose, that it is a static address, which
75 # arg: $1 = dotquad address
98 # arg: $1 = dotquad address
120 # Delete IP address
122 # $2 = address
140 # Add IP address
142 # $2 = address
200 # args: $1 = dotquad address of the host
270 # $2 = address
279 # Duplicate address detection
    [all...]
  /external/libmicrohttpd/src/microspdy/
daemon.c 140 daemon->address = va_arg (valist, struct sockaddr *);
211 if(!port && NULL == daemon->address)
250 && NULL != daemon->address && AF_INET6 != daemon->address->sa_family)
252 SPDYF_DEBUG("SPDY_DAEMON_FLAG_ONLY_IPV6 set but IPv4 address provided");
258 if(NULL == daemon->address)
269 daemon->address = (struct sockaddr *) servaddr6;
272 if(AF_INET6 == daemon->address->sa_family)
290 if(NULL == daemon->address)
301 daemon->address = (struct sockaddr *) servaddr4
    [all...]
  /external/llvm/tools/lli/
RemoteTargetExternal.cpp 32 uint64_t &Address) {
39 if (!Receive(LLI_AllocationResult, Address)) {
43 if (Address == 0) {
48 format("%llx", Address) << "\n");
52 bool RemoteTargetExternal::loadData(uint64_t Address, const void *Data, size_t Size) {
53 DEBUG(dbgs() << "Message [load data] addr: 0x" << format("%llx", Address) <<
55 if (!SendLoadSection(Address, Data, (uint32_t)Size, false)) {
76 bool RemoteTargetExternal::loadCode(uint64_t Address, const void *Data, size_t Size) {
77 DEBUG(dbgs() << "Message [load code] addr: 0x" << format("%llx", Address) <<
79 if (!SendLoadSection(Address, Data, (uint32_t)Size, true))
    [all...]
  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 56 * Determines whether or not we should tolerate and strip address scope
57 * zones from IPv6 addresses. Address scope zones are sometimes returned
106 //'%' is ipv6 address scope zone. see detail at
117 //we need to strip the address scope zone.
181 //IPv6 address (i.e. missing square brackets)
192 //IPv4 address or hostname
212 * Tries to determine whether the address in <tt>uriHeader</tt> could be
213 * an IPv6 address by counting the number of colons that appear in it.
219 * address (i.e. contains at least two colons) and false otherwise.
228 //address would be a header param
    [all...]
  /external/webrtc/webrtc/p2p/base/
relayport_unittest.cc 97 // connect to the given UDP address. As soon as a response to the
127 // Should be the UDP address.
133 // TCP. Here we add a fake UDP address together with a real TCP
134 // address to simulate an UDP failure. As soon as UDP has failed the
137 // Create a fake UDP address for relay port to simulate a failure.
163 // Should be the TCP address.
168 // Create a fake TCP address for relay port to simulate a failure.
180 // Create a tcp server socket that listens on the fake address so
201 // Should be the SSLTCP address.
226 if (failed_connections_[i].address == addr->address &
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 20 #define ROBO_PHY_ADDR 0x1e /* RoboSwitch PHY address */
24 #define ROBO_MII_ADDR 0x11 /* MII address register */
28 #define ROBO_MII_ADDR_WRITE 0x01 /* MII address write op code */
29 #define ROBO_MII_ADDR_READ 0x02 /* MII address read op code */
39 #define ROBO_ARLCTRL_ADDR_1 0x10 /* Multiport address 1 */
41 #define ROBO_ARLCTRL_ADDR_2 0x20 /* Multiport address 2 */
126 /* set register address */
192 /* Report PAE group address as the "BSSID" for wired connection. */
302 /* check if we occupy multiport address 1 */
308 /* and multiport address 2 *
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Os.java 47 public void bind(FileDescriptor fd, InetAddress address, int port) throws ErrnoException, SocketException;
48 public void bind(FileDescriptor fd, SocketAddress address) throws ErrnoException, SocketException;
52 public void connect(FileDescriptor fd, InetAddress address, int port) throws ErrnoException, SocketException;
53 public void connect(FileDescriptor fd, SocketAddress address) throws ErrnoException, SocketException;
75 public String getnameinfo(InetAddress address, int flags) throws GaiException;
93 public InetAddress inet_pton(int family, String address);
103 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException;
106 public void mlock(long address, long byteCount) throws ErrnoException;
107 public long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long offset) throws ErrnoException;
108 public void msync(long address, long byteCount, int flags) throws ErrnoException
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 56 public static String getAddressStringFromByte(byte[] address) {
57 if (address == null || address.length != BD_ADDR_LEN) {
62 address[0], address[1], address[2], address[3], address[4],
63 address[5]);
70 public static byte[] getBytesFromAddress(String address) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/print/
PrintUtils.java 29 import com.android.emailcommon.mail.Address;
57 MessageCursor cursor, Map<String, Address> addressCache,
71 Map<String, Address> addressCache, String baseUri, boolean useJavascript) {
111 MessageCursor cursor, Map<String, Address> addressCache, boolean useJavascript) {
138 String subject, Map<String, Address> addressCache, boolean useJavascript) {
158 Message message, Map<String, Address> addressCache,
160 final Address fromAddress = Utils.getAddress(addressCache, message.getFrom());
175 Map<String, Address> addressCache, Message message) {
227 Map<String, Address> addressCache) {
233 final Address email = Utils.getAddress(addressCache, emails[i])
235 final String address = email.getAddress(); local
    [all...]

Completed in 3135 milliseconds

<<71727374757677787980>>