/external/fio/ |
server.c | 953 const char *from; local 996 from = inet_ntop(AF_INET6, (struct sockaddr *) &addr6.sin6_addr, buf, sizeof(buf)); 998 from = inet_ntop(AF_INET, (struct sockaddr *) &addr.sin_addr, buf, sizeof(buf)); 1000 dprint(FD_NET, "server: connect from %s\n", from); [all...] |
/external/guava/guava-tests/test/com/google/common/io/ |
FilesTest.java | 489 private void moveHelper(boolean success, File from, File to) 492 Files.move(from, to); 494 assertFalse(from.exists());
|
/external/icu/icu4c/source/i18n/ |
ucurr.cpp | 42 UDate from; member in struct:IsoCodeEntry 79 // Tag for map from countries to currencies, in root. 893 // It gets currency names from resource bundles using fallback. 896 // For example, given locale as "en_US", the currency names get from resource [all...] |
/external/icu/icu4c/source/test/intltest/ |
tztest.cpp | 132 * We downgrade this from errln to infoln. When we see this message, 194 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time 777 * Added tests for additional zones and aliases from the icuzones file. 780 * [srl - from java - 7/5/1998] 807 * from MST with daylight savings. 1200 const char *from; member in struct:__anon10260 1329 TimeZone *from = NULL, *to = NULL; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
VTimeZone.java | 24 * <code>VTimeZone</code> instance from a time zone ID supported by <code>TimeZone</code>. 25 * With the <code>VTimeZone</code> instance created from the ID, you can write out the rule 27 * from RFC2445 VTIMEZONE data stream, which allows you to calculate time 62 * null if failed to load the rule from the VTIMEZONE data. 169 * Gets the RFC2445 TZURL property value. When a <code>VTimeZone</code> instance was created from 197 * from VTIMEZONE data, the value is set by the LAST-MODIFIED property value in the data. 569 String from = null; // current zone from offset local 614 from = null; 636 from = value [all...] |
/external/iproute2/include/linux/ |
if_link.h | 246 __u32 from; member in struct:ifla_vlan_qos_mapping
|
/external/iputils/ |
ping6.c | 14 * This code is derived from software contributed to Berkeley by 30 * may be used to endorse or promote products derived from this software 1258 printf("from %s %s: ", 1591 struct sockaddr_in6 *from = addr; local [all...] |
rdisc.c | 10 * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. 93 static void pr_pack(char *buf, int cc, struct sockaddr_in *from); 288 struct sockaddr_in from; local 464 socklen_t fromlen = sizeof (from); 468 (struct sockaddr *)&from, &fromlen); 477 pr_pack( (char *)packet, cc, &from ); 714 * Print out the packet, if it came from us. This logic is necessary 720 pr_pack(char *buf, int cc, struct sockaddr_in *from) 731 logtrace("packet too short (%d bytes) from %s\n", cc, 732 pr_name(from->sin_addr)) [all...] |
/external/libedit/src/ |
readline.c | 7 * This code is derived from software contributed to The NetBSD Foundation 145 * If more than this number of items results from query for possible 213 * read one key from user defined input function 362 /* read settings from configuration file */ 380 * read one line from input stream and return it, chomping 419 /* get one line from input stream */ 642 static char *from = NULL, *to = NULL; local 781 if (*cmd == '&' && (from == NULL || to == NULL)) 786 what = el_realloc(from, size * sizeof(*what)); 788 el_free(from); [all...] |
/external/libpcap/ |
pcap-linux.c | 20 * products derived from this software without specific prior 36 * Monitor-mode support for mac80211 includes code taken from the iw 55 * derived from this software without specific prior written permission. 109 * from the kernel that our caller won't see. 310 int packets_left; /* Unhandled packets left within the block from previous call to pcap_read_linux_mmap_v3 in case of TPACKET_V3. */ 999 * Grabs the number of dropped packets by the interface from /proc/net/dev. 1004 * Or can we get them in binary form from netlink? 1037 /* grab the nth field from it */ 1462 struct sockaddr_ll from; local 1465 struct sockaddr from; local [all...] |
/external/libxml2/os400/iconv/bldcsndfa/ |
bldcsndfa.c | 117 iconv_t c_fromUTF8; /* Conversion from UTF-8. */ 493 link_transition(t_transition * t, t_state * from, t_state * to) 496 if (!from) 497 from = t->t_from; 504 if ((t->t_from = from)) { 505 if ((t->t_forwnext = from->s_forward)) 508 from->s_forward = t; 521 newtransition(unsigned int token, t_state * from, t_state * to) 530 link_transition(t, from, to); 536 uniquetransition(unsigned int token, t_state * from, t_state * to 633 t_state * from; local [all...] |
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.c | 237 struct sockaddr_storage from; local 247 fromLen = sizeof(from); 249 packetLen = recvfrom_flags(skt, &packet, sizeof(packet), &flags, (struct sockaddr *) &from, &fromLen, &packetInfo, &ttl); 253 SockAddrTomDNSAddr((struct sockaddr*)&from, &senderAddr, &senderPort); 301 verbosedebugf("SocketDataReady ignored a packet from %#a to %#a on interface %s/%d expecting %#a/%s/%d/%d", 317 verbosedebugf("SocketDataReady got a packet from %#a to %#a on interface %#a/%s/%d/%d", 496 // Other platforms can either get the information from the appropriate place, [all...] |
/external/mesa3d/src/glsl/ |
ir.h | 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 48 * Each concrete class derived from \c ir_instruction has a value in this 452 * - Vertex shader input: one of the values from \c gl_vert_attrib. 453 * - Vertex shader output: one of the values from \c gl_vert_result. 454 * - Fragment shader input: one of the values from \c gl_frag_attrib. 455 * - Fragment shader output: one of the values from \c gl_frag_result. 580 * if the current information came from a prototype, and either has invalid 783 * If \c from and \c to are the same value, the loop will execute once. 786 ir_rvalue *from; /** Value of the loop counter on the first member in class:ir_loop 883 * the value from a consecutive channel of the rhs. For example [all...] |
/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 | 120 /* State exported from the child */ 386 fatal("%s: unexpected authentication from %d", 422 /* Drain any buffered messages from the child */ 762 fatal("%s: no hostkey from index %d", __func__, keyid); 1480 struct sockaddr_storage from; local [all...] |
packet.c | 130 /* Buffer for raw input data from the socket. */ 371 struct sockaddr_storage from, to; local 377 fromlen = sizeof(from); 378 memset(&from, 0, sizeof(from)); 379 if (getpeername(state->connection_in, (struct sockaddr *)&from, 387 if (fromlen != tolen || memcmp(&from, &to, fromlen) != 0) 389 if (from.ss_family != AF_INET && from.ss_family != AF_INET6) 546 * Starts packet compression from the next packet on in both directions [all...] |
ssh-keygen.c | 87 /* Flag indicating that we want to delete a host from a known_hosts file */ 144 /* Conversion to/from various formats */ 157 /* Load key from this PKCS#11 provider */ 321 "%u-bit %s, converted by %s@%s from OpenSSH", 798 fatal("cannot read public key from pkcs11"); 1074 * Split any comma-separated hostnames from the host list, 1465 char from[32], to[32]; local 1763 char *from, *to; local [all...] |
sshconnect2.c | 125 #define ALG_APPEND(to, from) \ 129 strlcat(to, from, maxlen); \ 486 msg = xmalloc(len * 4 + 1); /* max expansion from strnvis() */ 590 debug("no key from blob. pkalg %s", pkalg); 999 /* load the private key from the file */ 1089 /* put remaining data from buffer into packet */ 1204 TAILQ_INIT(&agent); /* keys from the agent */ 1205 TAILQ_INIT(&files); /* keys from the config file */ 1466 int i, r, to[2], from[2], status, sock = packet_get_connection_in(); local [all...] |
sshkey.c | 973 /* Trim padding characters from end */ 1046 * profit from its built-in pattern recognition ability. 1062 * Movement is taken from dgst_raw 2bit-wise. Bumping into walls 1221 * Reads a multiple-precision integer in decimal from the buffer, and advances 1712 const struct sshkey_cert *from; local [all...] |
/external/protobuf/python/google/protobuf/pyext/ |
message.cc | 16 // contributors may be used to endorse or promote products derived from 386 // parsed from the wire (binary). 546 Py_ssize_t length, from, to, step, slice_length; local 552 from = to = PyLong_AsLong(slice); 553 if (from < 0) { 554 from = to = length + from; 557 min = max = from; 560 if (from < 0 || from >= length) 572 length, &from, &to, &step, &slice_length); 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/skia/experimental/PdfViewer/src/ |
SkPdfRenderer.cpp | 44 // Helper macros to load variables from stack, and automatically check their type. 427 // TODO(edisonn): preserve A1 format that skia knows, + fast convert from 111, 222, 444 to closest 589 SkPoint from[4] = {SkPoint::Make(z, z), SkPoint::Make(one, z), local 594 SkAssertResult(flip.setPolyToPoly(from, to, 4)); 712 // TODO(edisonn): constants (AA) from settings. 767 // TODO(edisonn): constants (AA) from settings. 811 // TODO(edisonn): constants (AA) from settings. [all...] |