/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nfs_prot.h | 196 diropargs from; member in struct:renameargs 202 nfs_fh from; member in struct:linkargs 208 diropargs from; member in struct:symlinkargs
|
/bionic/libc/kernel/common/linux/ |
if_link.h | 4 *** This header was automatically generated from a Linux kernel header 7 *** structures, and macros generated from the original header, and thus, 204 __u32 from; member in struct:ifla_vlan_qos_mapping
|
/device/generic/goldfish/qemud/ |
qemud.c | 220 fd_write(int fd, const void* from, int len) 225 ret = write(fd, from, len); 259 struct sockaddr from; local 260 socklen_t fromlen = sizeof(from); 264 ret = accept(fd, &from, &fromlen); 690 ** from a FDHandler (see below) or something else. 780 /* remove a FDHandler from its current list */ 826 /* remove the handler from its list */ 1051 /* The Serial object receives data from the serial port, 1082 /* a callback called when a packet arrives from the serial port's FDHandler [all...] |
/external/expat/lib/ |
xmltok.c | 327 const char *from; local 334 for (to = *toP, from = *fromP; from != fromLim; from++, to++) 335 *to = *from; 336 *fromP = from; 346 const char *from = *fromP; local 347 while (from != fromLim && to != toLim) { 348 switch (((struct normal_encoding *)enc)->type[(unsigned char)*from]) { 350 *to++ = (unsigned short)(((from[0] & 0x1f) << 6) | (from[1] & 0x3f)) [all...] |
/external/icu4c/i18n/ |
ucurr.cpp | 37 UDate from; member in struct:IsoCodeEntry 66 // Tag for map from countries to currencies, in root. 734 // It gets currency names from resource bundles using fallback. 737 // For example, given locale as "en_US", the currency names get from resource [all...] |
/external/icu4c/test/intltest/ |
tztest.cpp | 118 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset); 131 * We downgrade this from errln to infoln. When we see this message, 196 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time 779 * Added tests for additional zones and aliases from the icuzones file. 782 * [srl - from java - 7/5/1998] 809 * from MST with daylight savings. 1202 const char *from; member in struct:__anon8910 1331 TimeZone *from = NULL, *to = NULL; local [all...] |
/external/iproute2/include/linux/ |
if_link.h | 215 __u32 from; member in struct:ifla_vlan_qos_mapping
|
/external/kernel-headers/original/linux/ |
if_link.h | 218 __u32 from; member in struct:ifla_vlan_qos_mapping
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
HeaderFactoryImpl.java | 60 * zones from IPv6 addresses. Address scope zones are sometimes returned 514 From from = new From(); local 515 from.setAddress(address); 517 from.setTag(tag); 519 return from; [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPMessage.java | 44 import gov.nist.javax.sip.header.From; 110 * is a String. Bill Mccormick from Nortel Networks sent in a bug fix for setContent. 150 protected From fromHeader; 256 * Get A dialog identifier constructed from this messsage. This is an id that can be used to 539 * multiple occurances in a message are derived from the SIPHeaderListClass. All singleton 540 * headers are derived from SIPHeader class. 597 * Set a header from a linked list of headers. 672 // Delete the original header from our list structure. 700 if (h instanceof From) { 701 this.fromHeader = (From) h 852 From from = (From) this.getFrom(); local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransaction.java | 33 import gov.nist.javax.sip.header.From; 205 // Source port extracted from peer packet 240 protected From from; field in class:SIPTransaction 267 * The linger timer is used to remove the transaction from the transaction 299 // Remove it from the set 391 this.from = (From) newOriginalRequest.getFrom(); 395 this.fromTag = this.from.getTag(); 774 * Removed an event listener from this transaction [all...] |
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 27 // derived from this software without specific prior written permission. 295 /* cut the block from the parent's list of blocks */ 682 /* Construct a sequence from an array without copying any data. 2010 CvSeq from_header, *from = (CvSeq*)from_arr; local [all...] |
/external/openssh/ |
monitor.c | 116 /* State exported from the child */ 386 fatal("%s: unexpected authentication from %d", 422 /* Drain any buffered messages from the child */ 705 fatal("%s: no hostkey from index %d", __func__, keyid); 1379 struct sockaddr_storage from; local [all...] |
packet.c | 122 /* Buffer for raw input data from the socket. */ 293 struct sockaddr_storage from, to; local 299 fromlen = sizeof(from); 300 memset(&from, 0, sizeof(from)); 301 if (getpeername(active_state->connection_in, (struct sockaddr *)&from, 309 if (fromlen != tolen || memcmp(&from, &to, fromlen) != 0) 311 if (from.ss_family != AF_INET && from.ss_family != AF_INET6) 317 * Exports an IV from the CipherContext required to export the ke [all...] |
ssh-keygen.c | 80 /* Flag indicating that we want to delete a host from a known_hosts file */ 134 /* Conversion to/from various formats */ 147 /* Load key from this PKCS#11 provider */ 274 "%u-bit %s, converted by %s@%s from OpenSSH", 727 fatal("cannot read public key from pkcs11"); 1283 printf("failed to read v2 public key from %s.\n", fname); 1386 char from[32], to[32]; local 1669 char *from, *to; local [all...] |
sshconnect2.c | 128 #define ALG_APPEND(to, from) \ 132 strlcat(to, from, maxlen); \ 485 msg = xmalloc(len * 4 + 1); /* max expansion from strnvis() */ 585 debug("no key from blob. pkalg %s", pkalg); 1089 /* Expect step 2 packet from peer */ 1136 /* Expect confirmation from peer */ 1188 /* load the private key from the file */ 1580 int to[2], from[2], status, version = 2; local [all...] |
/external/ping6/ |
ping6.c | 17 * may be used to endorse or promote products derived from this software 39 * This code is derived from software contributed to Berkeley by 51 * may be used to endorse or promote products derived from this software 323 struct sockaddr_in6 from; local 1128 m.msg_name = (caddr_t)&from; 1129 m.msg_namelen = sizeof(from); 1463 struct sockaddr *from; local [all...] |
/external/qemu/ |
arm-dis.c | 135 %<bitfield>?ab... select from array of values in big endian order 1884 int from = (given & (1 << 7)) ? 32 : 16; local [all...] |
/external/robolectric/src/main/java/android/net/ |
Uri__FromAndroid.java | 57 that some threads will immediately see changes from other threads on 60 overhead, which means the most common case, access from a single thread, 63 From the Java Language spec.: 78 For reference, from RFC 2396: 212 * Gets the decoded user information from the authority. 221 * Gets the encoded user information from the authority. 230 * Gets the encoded host from the authority for this URI. For example, 239 * Gets the port from the authority for this URI. For example, 263 * Gets the decoded query component from this URI. The query comes after 273 * Gets the encoded query component from this URI. The query comes afte 2014 static Part from(String encoded, String decoded) { method in class:Uri__FromAndroid.Part 2191 static PathPart from(String encoded, String decoded) { method in class:Uri__FromAndroid.PathPart [all...] |
/external/v8/src/ |
lithium-allocator.cc | 14 // from this software without specific prior written permission. 348 // ranges linked from the range before the split. 575 // out from this block. 746 LOperand* from, 750 if (from->IsUnallocated()) { 757 LUnallocated::cast(from)->virtual_register()) { 764 move->AddMove(from, to); 909 LOperand* from = cur->source(); local 921 Define(curr_position, to, from); 928 Define(curr_position, to, from); [all...] |
/external/valgrind/main/callgrind/ |
main.c | 13 This tool is derived from and contains code from Cachegrind 212 generated from it. That must happen before any possible exit from 321 // current offset of guest instructions from BB start 462 with a following Dr. The Ir derives from the 463 instruction's IMark and the Dr from data 814 * Called from CLG_(get_bb) 946 // Get the first statement, and origAddr from it 996 // Subsequent Dr/Dw/Dm events from the same instruction wil 1408 BBCC *from, *to; local [all...] |
/external/webkit/Source/WebCore/rendering/ |
InlineTextBox.cpp | 503 // NOTE: WebKit's behavior differs from that of IE which appears to just overlay the ellipsis on top of the 1269 int from = !isLeftToRightDirection() ? offset - m_start : 0; local [all...] |
/external/webkit/Source/WebKit/android/nav/ |
WebView.cpp | 100 // This class provides JNI for making calls into native code from the UI side 494 const LayerAndroid* from = fromRoot->findById(layerId); local 496 if (!from || !to || !from->contentIsScrollable() || !to->contentIsScrollable()) 499 if (to->isIFrameContent() || from->isIFrameContent()) 501 to->setScrollOffset(from->getScrollOffset()); 639 // such as when the layer type is set or the view is attached/detached from the window 683 // all fixed position layer rectangles are subtracted from those within [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_test.c | 153 test_driver_get_cli(struct wpa_driver_test_data *drv, struct sockaddr_un *from, 160 strncmp(cli->un.sun_path, from->sun_path, 515 struct sockaddr_un *from, socklen_t fromlen, 547 wpa_printf(MSG_DEBUG, "test_driver: Scan from " MACSTR, 590 (struct sockaddr *) from, fromlen); 596 struct sockaddr_un *from, socklen_t fromlen, 649 wpa_printf(MSG_DEBUG, "%s: No matching SSID found from " 656 memcpy(&cli->un, from, sizeof(cli->un)); 667 (struct sockaddr *) from, fromlen); 674 struct sockaddr_un *from, socklen_t fromlen 826 struct sockaddr_un from; local 2059 struct sockaddr_storage from; local [all...] |
/frameworks/base/core/java/android/net/ |
Uri.java | 67 that some threads will immediately see changes from other threads on 70 overhead, which means the most common case, access from a single thread, 73 From the Java Language spec.: 88 For reference, from RFC 2396: 222 * Gets the decoded user information from the authority. 231 * Gets the encoded user information from the authority. 240 * Gets the encoded host from the authority for this URI. For example, 249 * Gets the port from the authority for this URI. For example, 273 * Gets the decoded query component from this URI. The query comes after 283 * Gets the encoded query component from this URI. The query comes afte 2059 static Part from(String encoded, String decoded) { method in class:Uri.Part 2236 static PathPart from(String encoded, String decoded) { method in class:Uri.PathPart [all...] |