HomeSort by relevance Sort by last modified time
    Searched refs:address (Results 901 - 925 of 1981) sorted by null

<<31323334353637383940>>

  /external/open-vcdiff/src/
vcdecoder.cc 350 // if the address and data sections are both zero-length.
665 // Initializes the code table and address cache objects. Returns RESULT_ERROR
1176 size_t address = static_cast<size_t>(decoded_address); local
    [all...]
  /external/v8/tools/
ll_prof.py 142 address = lines[0][0]
145 start_offset = lines[i][0] - address
149 end_offset = lines[i + 1][0] - address
199 def PageAddress(address):
200 return address & CodePage.MASK
203 def PageId(address):
204 return address >> CodePage.SHIFT
210 def __init__(self, address):
211 self.address = address
    [all...]
  /external/chromium/third_party/libevent/
http.c 199 static int socket_connect(int fd, const char *address, unsigned short port);
1016 if (evcon->address != NULL)
1017 free(evcon->address);
1030 const char *address)
1035 if ((evcon->bind_address = strdup(address)) == NULL)
1142 __func__, evcon->address, evcon->port, evcon->fd));
1150 __func__, evcon->address, evcon->port, evcon->fd));
1156 __func__, evcon->address, evcon->port, evcon->fd,
1163 __func__, evcon->address, evcon->port, evcon->fd));
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 325 0, /*bogus return address*/
787 case VKI_SIOCGIFADDR: /* get PA address */
802 case VKI_SIOCGIFDSTADDR: /* get remote PA address */
807 case VKI_SIOCGIFBRDADDR: /* get broadcast PA address */
841 case VKI_SIOCSIFADDR: /* set PA address */
842 case VKI_SIOCSIFDSTADDR: /* set remote PA address */
843 case VKI_SIOCSIFBRDADDR: /* set broadcast PA address */
955 case VKI_SIOCGIFADDR: /* get PA address */
956 case VKI_SIOCGIFDSTADDR: /* get remote PA address */
957 case VKI_SIOCGIFBRDADDR: /* get broadcast PA address */
4039 Addr address; member in struct:__anon16811
4065 Addr address; member in struct:__anon16812
5273 vm_address_t address; member in struct:__anon16858
5298 vm_address_t address; member in struct:__anon16859
5331 vm_address_t address; member in struct:__anon16860
5387 vm_address_t address; member in struct:__anon16862
5449 vm_address_t address; member in struct:__anon16864
5494 vm_address_t address; member in struct:__anon16866
5541 mach_vm_address_t address; member in struct:__anon16868
5586 vm_address_t address; member in struct:__anon16870
5696 vm_address_t address; member in struct:__anon16874
5730 vm_address_t address; member in struct:__anon16875
5882 vm_address_t address; member in struct:__anon16880
5925 mach_vm_address_t address; member in struct:__anon16882
5968 mach_vm_address_t address; member in struct:__anon16884
5993 mach_vm_address_t address; member in struct:__anon16885
6025 mach_vm_address_t address; member in struct:__anon16886
6081 mach_vm_address_t address; member in struct:__anon16888
6140 mach_vm_address_t address; member in struct:__anon16890
6237 mach_vm_address_t address; member in struct:__anon16894
6272 mach_vm_address_t address; member in struct:__anon16895
6299 mach_vm_address_t address; member in struct:__anon16896
6321 mach_vm_address_t address; member in struct:__anon16897
    [all...]
  /build/target/board/generic_x86/
BoardConfig.mk 21 # customize the malloced address to be 16-byte aligned
  /build/tools/droiddoc/templates-pdk/assets/
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}c (…)
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 138 * Assert the specified token's name, address and comment all equal specified ones.
141 * @param address expected address.
145 String address, String comment) {
147 assertEquals(address, token.getAddress());
  /dalvik/vm/mterp/mips/
OP_IGET.S 41 addu a3, a3, rOBJ # form address
OP_IPUT.S 45 addu rOBJ, rOBJ, a3 # form address
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 43 * by the user, the MAC address of the device is sent back to the parent
161 // Get the device MAC address, which is the last 17 chars in the View
163 String address = info.substring(info.length() - 17);
165 // Create the result Intent and include the MAC address
167 intent.putExtra(EXTRA_DEVICE_ADDRESS, address);
  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 153 ((bd_addr == NULL) || (bdcmp(bd_addr->address, btif_hf_cb.connected_bda.address) == 0)))
271 bdcpy(btif_hf_cb.connected_bda.address, p_data->open.bd_addr);
290 bdsetany(btif_hf_cb.connected_bda.address);
299 bdsetany(btif_hf_cb.connected_bda.address);
516 bdcpy(btif_hf_cb.connected_bda.address, bd_addr->address);
518 BTA_AgOpen(btif_hf_cb.handle, btif_hf_cb.connected_bda.address,
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_nss.h 76 virtual int GetPeerAddress(AddressList* address) const;
77 virtual int GetLocalAddress(IPEndPoint* address) const;
  /external/chromium/net/spdy/
spdy_stream.h 146 int GetPeerAddress(AddressList* address) const;
147 int GetLocalAddress(IPEndPoint* address) const;
  /external/kernel-headers/original/asm-generic/
pgtable.h 132 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long address, pte_t *ptep)
135 set_pte_at(mm, address, ptep, pte_wrprotect(old_pte));
167 * When walking page tables, get the address of the next boundary,
168 * or the end address of the range if that comes earlier. Although no
  /external/kernel-headers/original/linux/
pagemap.h 125 unsigned long address)
127 pgoff_t pgoff = (address - vma->vm_start) >> PAGE_SHIFT;
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 49 // program opcodes that alter the address register first multiply their
95 return LHS.Address < RHS.Address;
100 uint64_t Address;
121 // A boolean indicating that the current address is that of the
125 // A boolean indicating that the current address is one (of possibly
129 // A boolean indicating that the current address is one (of possibly
137 // guaranteed to be in the order of ascending instruction address.
139 // Sequence describes instructions at address range [LowPC, HighPC)
177 // Returns the index of the row with file/line info for a given address,
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpAuthenticator.java 80 InetSocketAddress proxyAddress = (InetSocketAddress) proxy.address();
105 ? ((InetSocketAddress) proxy.address()).getAddress() : InetAddress.getByName(url.getHost());
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 123 // Setup a new addrinfo to support a streaming socket at the given address and port.
294 CvCapture* cvCreateCameraCapture_Socket( const char *address, const char *port, int width, int height )
297 if ( capture-> open(address, port, width, height) )
  /external/qemu/hw/
goldfish_audio.c 66 uint32_t address; member in struct:goldfish_audio_buff
82 // address of the read buffer
116 b->address = 0;
148 b->address = addr;
162 cpu_physical_memory_read(b->address, b->data, b->length);
168 cpu_physical_memory_write(b->address, b->data, b->length);
205 cpu_physical_memory_write( b->address + b->offset, b->data, read );
214 qemu_put_be32(f, b->address );
223 b->address = qemu_get_be32(f);
  /external/qemu/memcheck/
memcheck_common.h 39 * Event's value parameter points to MallocDesc instance in the guest's address
49 * guest's address space that contains information about block that's being
58 * guest's address space that contains query parameters. Note that 'libc_pid'
67 * that this string is located in the guest's address space.
162 /* Address in guest's virtual space of memory allocation descriptor for the
237 /* Starting address of mmapping of a module in the guest's address space. */
240 /* Ending address of mmapping of a module in the guest's address space. */
358 /* Gets offset for the given address inside a mapped module
    [all...]
  /external/quake/quake/src/WinQuake/
dos_v2.cpp 239 info.address = (long) addr + __djgpp_base_address;
250 info.address = (long) addr + __djgpp_base_address;
net_loop.cpp 79 Q_strcpy (loop_client->address, "localhost");
92 Q_strcpy (loop_server->address, "LOCAL");
  /external/smack/src/org/jivesoftware/smack/proxy/
HTTPProxySocketFactory.java 70 public Socket createSocket( InetAddress address, int port,
74 return httpProxifiedSocket(address.getHostAddress(), port);
Socks4ProxySocketFactory.java 63 public Socket createSocket( InetAddress address, int port,
67 return socks4ProxifiedSocket(address.getHostAddress(),port);
97 includes in the request packet the IP address and the port number of the
142 based on any combination of source IP address, destination IP address,
Socks5ProxySocketFactory.java 66 public Socket createSocket( InetAddress address, int port,
71 return socks5ProxifiedSocket(address.getHostAddress(),port);
237 o ATYP address type of following address
238 o IP V4 address: X'01'
240 o IP V6 address: X'04'
241 o DST.ADDR desired destination address
286 o X'08' Address type not supported
289 o ATYP address type of following address
    [all...]

Completed in 871 milliseconds

<<31323334353637383940>>