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

<<71727374757677787980>>

  /external/v8/src/debug/ia32/
debug-ia32.cc 33 void DebugCodegen::ClearDebugBreakSlot(Isolate* isolate, Address pc) {
39 void DebugCodegen::PatchDebugBreakSlot(Isolate* isolate, Address pc,
96 // return address left on the stack. Here we get rid of that.
100 // jumping to the target address intended by the caller and that was
101 // overwritten by the address of DebugBreakXXX.
  /external/v8/src/debug/x64/
debug-x64.cc 34 void DebugCodegen::ClearDebugBreakSlot(Isolate* isolate, Address pc) {
40 void DebugCodegen::PatchDebugBreakSlot(Isolate* isolate, Address pc,
96 // return address left on the stack. Here we get rid of that.
100 // jumping to the target address intended by the caller and that was
101 // overwritten by the address of DebugBreakXXX.
  /external/v8/src/debug/x87/
debug-x87.cc 33 void DebugCodegen::ClearDebugBreakSlot(Isolate* isolate, Address pc) {
39 void DebugCodegen::PatchDebugBreakSlot(Isolate* isolate, Address pc,
96 // return address left on the stack. Here we get rid of that.
100 // jumping to the target address intended by the caller and that was
101 // overwritten by the address of DebugBreakXXX.
  /external/valgrind/helgrind/tests/
locked_vs_unlocked2.stderr.exp 20 Address 0x........ is 0 bytes inside data symbol "mx2a"
25 Address 0x........ is 0 bytes inside data symbol "mx2b"
30 Address 0x........ is 0 bytes inside data symbol "mx1b"
39 Locks held: 2, at address 0x........ (and 1 that can't be shown)
43 Address 0x........ is 0 bytes inside data symbol "x"
  /external/valgrind/memcheck/tests/
threadname.stderr.exp 4 Address 0x........ is 0 bytes after a block of size 1 alloc'd
14 Address 0x........ is 0 bytes after a block of size 2 alloc'd
25 Address 0x........ is 0 bytes after a block of size 3 alloc'd
37 Address 0x........ is 0 bytes after a block of size 4 alloc'd
47 Address 0x........ is 0 bytes after a block of size 5 alloc'd
  /external/wpa_supplicant_8/hs20/client/
osu_client.h 76 void spp_sub_rem(struct hs20_osu_client *ctx, const char *address,
81 void spp_pol_upd(struct hs20_osu_client *ctx, const char *address,
94 void oma_dm_sub_rem(struct hs20_osu_client *ctx, const char *address,
99 void oma_dm_pol_upd(struct hs20_osu_client *ctx, const char *address,
104 void cmd_oma_dm_sub_rem(struct hs20_osu_client *ctx, const char *address,
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
syn_filt_neon.s 38 MOV r4, r3 @ copy mem[] address
39 MOV r5, r13 @ copy yy = y_buf address
60 ADD r4, r13, #32 @ yy[i] address
68 ADD r10, r4, r8, LSL #1 @ y[i], yy[i] address
95 ADD r5, r13, #160 @ yy[64] address
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 125 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load Address of the Zigzag table
128 M_STR pZigzagTable,ppZigzagTable ;// Store Zigzag table address on stack
130 M_STR pVlcTableL0L1,ppVlcTableL0L1 ;// Store VLC Table address on stack
132 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX Table address on Stack
136 M_STR pRMAXTableL0L1,ppRMAXTableL0L1 ;// Store RMAX Table address on stack
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 125 LDR pZigzagTable, =armVCM4P2_aClassicalZigzagScan ;// Load Address of the Zigzag table
128 M_STR pZigzagTable,ppZigzagTable ;// Store Zigzag table address on stack
130 M_STR pVlcTableL0L1,ppVlcTableL0L1 ;// Store VLC Table address on stack
132 M_STR pLMAXTableL0L1,ppLMAXTableL0L1 ;// Store LMAX Table address on Stack
136 M_STR pRMAXTableL0L1,ppRMAXTableL0L1 ;// Store RMAX Table address on stack
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
IOProfile.h 47 String8 address,
69 bool supportDeviceAddress(const String8 &address) const
71 return mSupportedDevices[0]->mAddress == address;
99 sp<DeviceDescriptor> getSupportedDeviceByAddress(audio_devices_t type, String8 address) const
101 return mSupportedDevices.getDevice(type, address);
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
ssd1308.cxx 39 mraa::Result error = m_i2c_lcd_control.address(m_lcd_control_address);
42 ": I2c.address() failed");
97 error = m_i2c_lcd_control.writeReg(LCD_CMD, BASE_PAGE_START_ADDR + row); // set page address
100 // lower address
103 ((8 * column >> 4) & 0x0F)); // set column higher address
  /hardware/bsp/intel/peripheral/libupm/src/maxds3231m/
maxds3231m.cxx 40 mraa::Result ret = m_i2Ctx.address(m_i2cAddr);
43 ": m_i2Ctx.address() failed");
101 m_i2Ctx.address(m_i2cAddr);
104 m_i2Ctx.address(m_i2cAddr);
113 error = m_i2Ctx.address (m_i2cAddr);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetSocketAddressTest.java 33 InetSocketAddress address = new InetSocketAddress("127.0.0.1", 0); local
34 assertEquals("/127.0.0.1:0", address.toString());
35 String localhostName = address.getHostName();
37 assertEquals(localhostName + "/127.0.0.1:0", address.toString());
104 assertEquals("Address", init.getAddress(), desr.getAddress());
  /libcore/ojluni/src/main/java/sun/nio/ch/
IOVecWrapper.java 65 // Base address of this array
66 final long address; field in class:IOVecWrapper
68 // Address size in bytes
92 this.address = vecArray.address();
  /libcore/support/src/test/java/tests/net/
StuckServer.java 47 private InetSocketAddress address; field in class:StuckServer
61 this.address = (InetSocketAddress) serverSocket.getLocalSocketAddress();
74 this.address = new InetSocketAddress(UNREACHABLE_ADDRESS, 80);
79 return address;
83 return address.getPort();
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallContactInteractions.java 22 import android.location.Address;
100 public void setBusinessInfo(Address address, float distance,
114 if (address != null) {
115 BusinessContextInfo locationInfo = constructLocationInfo(address, distance);
259 * [Address without state/country/etc.]
261 * @param address An Address object containing address details of the business
264 * the business and the details containing the address
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverDataParser.java 351 byte[] address = new byte[6];
352 payload.get(address);
353 result.device = mBluetoothAdapter.getRemoteDevice(address);
361 Log.i(TAG, "nokia: invalid BT address");
375 byte[] address = parseMacFromBluetoothRecord(payload);
376 result.device = mBluetoothAdapter.getRemoteDevice(address);
401 Log.i(TAG, "BT OOB: invalid BT address");
420 case BT_HANDOVER_TYPE_MAC: // mac address
421 byte[] address = parseMacFromBluetoothRecord(payload);
423 result.device = mBluetoothAdapter.getRemoteDevice(address);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
can.h 23 /* special address description flags for the CAN_ID */
76 * @can_family: address family number AF_CAN.
78 * @can_addr: protocol specific address information
84 /* transport protocol class address information (e.g. ISOTP) */
87 /* reserved for future CAN protocols address information */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
can.h 21 /* special address description flags for the CAN_ID */
74 * @can_family: address family number AF_CAN.
76 * @can_addr: protocol specific address information
82 /* transport protocol class address information (e.g. ISOTP) */
85 /* reserved for future CAN protocols address information */
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/
doc.go 24 -D address
25 Set data segment address.
38 Set address rounding quantum.
39 -T address
40 Set text segment address.
  /prebuilts/go/darwin-x86/src/cmd/link/
doc.go 21 -D address
22 Set data segment address.
35 Set address rounding quantum.
36 -T address
37 Set text segment address.
  /prebuilts/go/darwin-x86/src/cmd/nm/
nm.go 32 flag.Var(nflag(0), "n", "") // alias for -sort address
43 *sortOrder = "address"
49 if *sortOrder == "address" {
61 case "address", "name", "none", "size":
105 case "address":
  /prebuilts/go/darwin-x86/src/runtime/
mem_bsd.go 44 // much address space. Instead, assume that the reservation is okay
69 // memory at a different address than we requested, even when
80 print("runtime: address space conflict: map(", v, ") = ", p, "\n")
81 throw("runtime: address space conflict")
91 throw("runtime: cannot map pages in arena address space")
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/
doc.go 24 -D address
25 Set data segment address.
38 Set address rounding quantum.
39 -T address
40 Set text segment address.
  /prebuilts/go/linux-x86/src/cmd/link/
doc.go 21 -D address
22 Set data segment address.
35 Set address rounding quantum.
36 -T address
37 Set text segment address.

Completed in 701 milliseconds

<<71727374757677787980>>