Searched defs:from (Results 201 - 225 of 925) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/cache/
H A DCacheLoader.java86 * but only the entries for {@code keys} will be returned from {@code getAll}.
93 * @return a map from each key in {@code keys} to the value associated with that key;
105 public static <K, V> CacheLoader<K, V> from(Function<K, V> function) { method in class:CacheLoader
126 * Returns a {@code CacheLoader} which obtains values from a {@code Supplier} (independent of the
129 public static <V> CacheLoader<Object, V> from(Supplier<V> supplier) { method in class:CacheLoader
152 * Thrown to indicate that an invalid response was returned from a call to {@link CacheLoader}.
/external/icu/icu4c/source/i18n/
H A Dtztrans.cpp21 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to) argument
22 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) {
96 TimeZoneTransition::setFrom(const TimeZoneRule& from) { argument
100 fFrom = from.clone();
104 TimeZoneTransition::adoptFrom(TimeZoneRule* from) { argument
108 fFrom = from;
H A Dztrans.cpp27 ztrans_open(UDate time, const void* from, const void* to){ argument
28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to);
67 ztrans_setFrom(ZTrans* trans, const void* from) { argument
68 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setFrom(*(TimeZoneRule*)from);
72 ztrans_adoptFrom(ZTrans* trans, void* from) { argument
73 return ((TimeZoneTransition*)trans)->TimeZoneTransition::adoptFrom((TimeZoneRule*)from);
/external/iptables/extensions/
H A Dlibxt_connbytes.c16 " [!] --connbytes from:[to]\n"
39 sinfo->count.from = cb->val.u64_range[0];
44 if (sinfo->count.to < sinfo->count.from)
46 (unsigned long long)sinfo->count.from,
49 i = sinfo->count.from;
50 sinfo->count.from = sinfo->count.to;
117 unsigned long long from, to; local
119 if (sinfo->count.from > sinfo->count.to) {
121 from = sinfo->count.to;
122 to = sinfo->count.from;
[all...]
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DParserStateTable.java26 * <p>The logic of what character causes what state transition is derived from
88 * in the {@code from} state.
97 * @param from the source state
101 InternalState getNextState(InternalState from, int currentChar) { argument
103 if (from == null || currentChar < 0)
106 int id = from.getId();
116 result = defaultStateTable[from.getId()];
121 void setExpression(String expr, InternalState from, InternalState to) { argument
122 if ((expr == null) || (from == null) || (to == null)) {
128 setDefaultDestination(from, t
144 fill(InternalState from, InternalState to) argument
151 setDefaultDestination(InternalState from, InternalState to) argument
162 setDestination(InternalState from, char chr, InternalState to) argument
174 setRange(InternalState from, char start, char end, InternalState to) argument
[all...]
/external/libnl/lib/route/
H A Drtnl.c114 int from = RTNL_REALM_FROM(realms); local
117 snprintf(buf, len, "%d/%d", from, to);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_double_list.h73 static INLINE void list_replace(struct list_head *from, struct list_head *to) argument
75 to->prev = from->prev;
76 to->next = from->next;
77 from->next->prev = to;
78 from->prev->next = to;
110 * Cast from a pointer to a member of a struct back to the containing struct.
/external/mesa3d/src/mesa/math/
H A Dm_clip_tmp.h51 const GLfloat *from = (GLfloat *)clip_vec->start; local
59 const GLfloat cx = from[0];
60 const GLfloat cy = from[1];
61 const GLfloat cz = from[2];
62 const GLfloat cw = from[3];
132 const GLfloat *from = (GLfloat *)clip_vec->start; local
139 const GLfloat cx = from[0];
140 const GLfloat cy = from[1];
141 const GLfloat cz = from[2];
142 const GLfloat cw = from[
189 const GLfloat *from = (GLfloat *)clip_vec->start; local
225 const GLfloat *from = (GLfloat *)clip_vec->start; local
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DQuicktimeTextTrackImpl.java68 long silentTime = sub.from - lastEnd;
97 long silentTime = sub.from - lastEnd;
103 stts.add(new TimeToSampleBox.Entry(1, sub.to - sub.from));
131 long from; field in class:QuicktimeTextTrackImpl.Line
136 public Line(long from, long to, String text) { argument
137 this.from = from;
143 return from;
H A DTextTrackImpl.java71 long silentTime = sub.from - lastEnd;
100 long silentTime = sub.from - lastEnd;
106 stts.add(new TimeToSampleBox.Entry(1, sub.to - sub.from));
134 long from; field in class:TextTrackImpl.Line
139 public Line(long from, long to, String text) { argument
140 this.from = from;
146 return from;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DTo.java66 * Generate a TO header from a FROM header
68 public To(From from) { argument
70 setAddress(from.address);
71 setParameters(from.parameters);
112 * Conveniance accessor function to get the hostPort field from the address.
124 * Get the display name from the address.
135 * Get the tag parameter from the address parm list.
/external/nist-sip/java/javax/sip/message/
H A DMessageFactory.java17 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
22 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
27 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
33 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
38 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
43 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
16 createRequest(URI requestURI, String method, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, Object content) argument
21 createRequest(URI requestURI, String method, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, byte[] content) argument
26 createRequest(URI requestURI, String method, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards) argument
32 createResponse(int statusCode, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, Object content) argument
37 createResponse(int statusCode, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, byte[] content) argument
42 createResponse(int statusCode, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards) argument
/external/openssl/crypto/evp/
H A Dnames.c35 * The word 'cryptographic' can be left out if the rouines from the library
37 * 4. If you include any Windows specific code (or a derivative thereof) from
144 const char *from, const char *to, void *arg);
157 const char *from, const char *to, void *x), void *arg)
166 const char *from, const char *to, void *x), void *arg)
178 const char *from, const char *to, void *arg);
191 const char *from, const char *to, void *x), void *arg)
200 const char *from, const char *to, void *x), void *arg)
156 EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph, const char *from, const char *to, void *x), void *arg) argument
165 EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph, const char *from, const char *to, void *x), void *arg) argument
190 EVP_MD_do_all(void (*fn)(const EVP_MD *md, const char *from, const char *to, void *x), void *arg) argument
199 EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *md, const char *from, const char *to, void *x), void *arg) argument
/external/openssl/crypto/rsa/
H A Drsa_crpt.c35 * The word 'cryptographic' can be left out if the rouines from the library
37 * 4. If you include any Windows specific code (or a derivative thereof) from
75 int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, argument
86 return(rsa->meth->rsa_pub_enc(flen, from, to, rsa, padding));
89 int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, argument
100 return(rsa->meth->rsa_priv_enc(flen, from, to, rsa, padding));
103 int RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, argument
114 return(rsa->meth->rsa_priv_dec(flen, from, to, rsa, padding));
117 int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, argument
128 return(rsa->meth->rsa_pub_dec(flen, from, t
[all...]
/external/oprofile/daemon/
H A Dopd_extended.c77 * Param "value" is the input from CML option with the format:
148 void opd_ext_sfile_dup (struct sfile * to, struct sfile * from) argument
153 ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->dup(to, from);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inffast.c78 unsigned dmax; /* maximum distance from zlib header */
95 unsigned char FAR *from; /* where to copy match from */ local
187 if (dist > op) { /* see if copy from window */
208 from = out - dist;
210 PUP(out) = PUP(from);
216 from = window - OFF;
218 from += wsize - op;
219 if (op < len) { /* some from window */
222 PUP(out) = PUP(from);
[all...]
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h16 // contributors may be used to endorse or promote products derived from
36 // from protocol-compiler-generated code, which may reside in other components.
353 // Fields inherited from superclasses *can* have non-constant offsets,
390 inline To dynamic_cast_if_available(From from) { argument
394 return dynamic_cast<To>(from);
H A Dreflection_ops.cc16 // contributors may be used to endorse or promote products derived from
44 void ReflectionOps::Copy(const Message& from, Message* to) { argument
45 if (&from == to) return;
47 Merge(from, to);
50 void ReflectionOps::Merge(const Message& from, Message* to) { argument
51 GOOGLE_CHECK_NE(&from, to);
53 const Descriptor* descriptor = from.GetDescriptor();
57 const Reflection* from_reflection = from.GetReflection();
61 from_reflection->ListFields(from, &fields);
66 int count = from_reflection->FieldSize(from, fiel
[all...]
/external/qemu/android/
H A Dcbuffer.c81 cbuffer_write( CBuffer* cb, const void* from, int len ) argument
107 memcpy( cb->buff + wpos, (const char*)from, avail );
109 from = (char*)from + avail;
/external/qemu/distrib/zlib-1.2.8/
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */
95 unsigned char FAR *from; /* where to copy match from */ local
187 if (dist > op) { /* see if copy from window */
208 from = out - dist;
210 PUP(out) = PUP(from);
216 from = window - OFF;
218 from += wsize - op;
219 if (op < len) { /* some from window */
222 PUP(out) = PUP(from);
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLayoutInflater.java32 public static LayoutInflater from(Context context) { method in class:ShadowLayoutInflater
/external/skia/src/animator/
H A DSkAnimateBase.h56 SkString from; member in class:SkAnimateBase
/external/smack/src/org/jivesoftware/smackx/
H A DRosterExchangeManager.java42 * to hook up custom logic when entries are received from another XMPP client through
68 * are received from remote XMPP clients.
81 * Removes a listener from roster exchanges. The listener will be fired anytime roster
82 * entries are received from remote XMPP clients.
152 private void fireRosterExchangeListeners(String from, Iterator<RemoteRosterEntry> remoteRosterEntries) { argument
159 listeners[i].entriesReceived(from, remoteRosterEntries);
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DIBBTransferNegotiator.java84 public PacketFilter getInitiationPacketFilter(String from, String streamID) { argument
92 return new AndFilter(new FromContainsFilter(from), new IBBOpenSidFilter(streamID));
142 * Derive from InBandBytestreamRequest to access protected constructor.
H A DSocks5TransferNegotiator.java81 public PacketFilter getInitiationPacketFilter(final String from, String streamID) { argument
89 return new AndFilter(new FromMatchesFilter(from), new BytestreamSIDFilter(streamID));
154 * Derive from Socks5BytestreamRequest to access protected constructor.

Completed in 4275 milliseconds

1234567891011>>