Searched defs:from (Results 151 - 175 of 578) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnetlink.c41 struct sockaddr_nl from; local
47 fromlen = sizeof(from);
49 (struct sockaddr *) &from, &fromlen);
/external/zlib/src/
H A Dinfback.c7 This code is largely copied from inflate.c. Normally either infback.o or
74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
127 /* Load returned state from inflate_fast() */
138 /* Set state from registers for inflate_fast() */
157 then return a Z_BUF_ERROR from inflateBack(). */
170 /* Get a byte of input into the bit accumulator, or return from inflateBack()
181 not enough available input to do that, then return from inflateBack() with
193 /* Remove n bits from the bit accumulator */
208 if it's full. If the write fails, return from inflateBack() with a
264 unsigned char FAR *from; /* wher local
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
H A Dmootools-more-yui-compressed.min.js1 MooTools.More={version:"1.5.0",build:"73db5e24e6e9c5c87b3a27aebef2248053f7db37"};(function(){Events.Pseudos=function(a,j,i){var k="_monitorEvents:";var l=function(e){return{store:e.store?function(g,f){e.store(k+g,f)}:function(g,f){(e._monitorEvents||(e._monitorEvents={}))[g]=f},retrieve:e.retrieve?function(g,f){return e.retrieve(k+g,f)}:function(g,f){if(!e._monitorEvents){return f}return e._monitorEvents[g]||f}}};var b=function(f){if(f.indexOf(":")==-1||!a){return null}var g=Slick.parse(f).expressions[0][0],q=g.pseudos,h=q.length,r=[];while(h--){var s=q[h].key,e=a[s];if(e!=null){r.push({event:g.tag,value:q[h].value,pseudo:s,original:f,listener:e})}}return r.length?r:null};return{addEvent:function(t,g,w){var s=b(t);if(!s){return j.call(this,t,g,w)}var v=l(this),e=v.retrieve(t,[]),x=s[0].event,u=Array.slice(arguments,2),h=g,f=this;s.each(function(o){var n=o.listener,m=h;if(n==false){x+=":"+o.pseudo+"("+o.value+")"}else{h=function(){n.call(f,o,m,arguments,h)}}});e.include({type:x,event:g,monitor:h});v.store(t,e);if(t!=x){j.apply(this,[t,g].concat(u))}return j.apply(this,[x,h].concat(u))},removeEvent:function(e,f){var g=b(e);if(!g){return i.call(this,e,f)}var p=l(this),h=p.retrieve(e);if(!h){return this}var o=Array.slice(arguments,2);i.apply(this,[e,f].concat(o));h.each(function(n,m){if(!f||n.event==f){i.apply(this,[n.type,n.monitor].concat(o))}delete h[m]},this);p.store(e,h);return this}}};var c={once:function(b,a,g,h){a.apply(this,g);this.removeEvent(b.event,h).removeEvent(b.original,a)},throttle:function(b,a,f){if(!a._throttled){a.apply(this,f);a._throttled=setTimeout(function(){a._throttled=false},b.value||250)}},pause:function(b,a,f){clearTimeout(a._pause);a._pause=a.delay(b.value||250,this,f)}};Events.definePseudo=function(b,a){c[b]=a;return this};Events.lookupPseudo=function(a){return c[a]};var d=Events.prototype;Events.implement(Events.Pseudos(c,d.addEvent,d.removeEvent));["Request","Fx"].each(function(a){if(this[a]){this[a].implement(Events.prototype)}})})();Class.refactor=function(c,d){Object.each(d,function(a,b){var f=c.prototype[b];f=(f&&f.$origin)||f||function(){};c.implement(b,(typeof a=="function")?function(){var h=this.previous;this.previous=f;var e=a.apply(this,arguments);this.previous=h;return e}:a)});return c};Class.Mutators.Binds=function(b){if(!this.prototype.initialize){this.implement("initialize",function(){})}return Array.from(b).concat(this.prototype.Binds||[])};Class.Mutators.initialize=function(b){return function(){Array.from(this.Binds).each(function(a){var d=this[a];if(d){this[a]=d.bind(this)}},this);return b.apply(this,arguments)}};Class.Occlude=new Class({occlude:function(f,d){d=document.id(d||this.element);var e=d.retrieve(f||this.property);if(e&&!this.occluded){return(this.occluded=e)}this.occluded=false;d.store(f||this.property,this);return this.occluded}});(function(){var b={wait:function(a){return this.chain(function(){this.callChain.delay(a==null?500:a,this);return this}.bind(this))}};Chain.implement(b);if(this.Fx){Fx.implement(b)}if(this.Element&&Element.implement&&this.Fx){Element.implement({chains:function(a){Array.from(a||["tween","morph","reveal"]).each(function(d){d=this.get(d);if(!d){return}d.setOptions({link:"chain"})},this);return this},pauseFx:function(d,a){this.chains(a).get(a||"tween").wait(d);return this}})}})();(function(b){Array.implement({min:function(){return Math.min.apply(null,this)},max:function(){return Math.max.apply(null,this)},average:function(){return this.length?this.sum()/this.length:0},sum:function(){var a=0,d=this.length;if(d){while(d--){if(this[d]!=null){a+=parseFloat(this[d])}}}return a},unique:function(){return[].combine(this)},shuffle:function(){for(var f=this.length;f&&--f;){var a=this[f],e=Math.floor(Math.random()*(f+1));this[f]=this[e];this[e]=a}return this},reduce:function(g,f){for(var h=0,a=this.length;h<a;h++){if(h in this){f=f===b?this[h]:g.call(null,f,this[h],h,this)}}return f},reduceRight:function(f,e){var a=this.length;while(a--){if(a in this){e=e===b?this[a]:f.call(null,e,this[a],a,this)}}return e},pluck:function(a){return this.map(function(d){return d[a]})}})})();(function(){var c=function(a){return a!=null};var d=Object.prototype.hasOwnProperty;Object.extend({getFromPath:function(b,a){if(typeof a=="string"){a=a.split(".")}for(var g=0,h=a.length;g<h;g++){if(d.call(b,a[g])){b=b[a[g]]}else{return null}}return b},cleanValues:function(f,a){a=a||c;for(var b in f){if(!a(f[b])){delete f[b]}}return f},erase:function(b,a){if(d.call(b,a)){delete b[a]}return b},run:function(b){var f=Array.slice(arguments,1);for(var a in b){if(b[a].apply){b[a].apply(b,f)}}return b}})})();(function(){var f=null,g={},i={};var j=function(a){if(instanceOf(a,h.Set)){return a}else{return g[a]}};var h=this.Locale={define:function(e,a,c,b){var d;if(instanceOf(e,h.Set)){d=e.name;if(d){g[d]=e}}else{d=e;if(!g[d]){g[d]=new h.Set(d)}e=g[d]}if(a){e.define(a,c,b)}if(!f){f=e}return e},use:function(a){a=j(a);if(a){f=a;this.fireEvent("change",a)}return this},getCurrent:function(){return f},get:function(a,b){return(f)?f.get(a,b):""},inherit:function(c,b,a){c=j(c);if(c){c.inherit(b,a)}return this},list:function(){return Object.keys(g)}};Object.append(h,new Events);h.Set=new Class({sets:{},inherits:{locales:[],sets:{}},initialize:function(a){this.name=a||""},define:function(a,c,b){var d=this.sets[a];if(!d){d={}}if(c){if(typeOf(c)=="object"){d=Object.merge(d,c)}else{d[c]=b}}this.sets[a]=d;return this},get:function(a,t,b){var c=Object.getFromPath(this.sets,a);if(c!=null){var l=typeOf(c);if(l=="function"){c=c.apply(null,Array.from(t))}else{if(l=="object"){c=Object.clone(c)}}return c}var u=a.indexOf("."),d=u<0?a:a.substr(0,u),s=(this.inherits.sets[d]||[]).combine(this.inherits.locales).include("en-US");if(!b){b=[]}for(var v=0,w=s.length;v<w;v++){if(b.contains(s[v])){continue}b.include(s[v]);var e=g[s[v]];if(!e){continue}c=e.get(a,t,b);if(c!=null){return c}}return""},inherit:function(b,a){b=Array.from(b);if(a&&!this.inherits.sets[a]){this.inherits.sets[a]=[]}var c=b.length;while(c--){(a?this.inherits.sets[a]:this.inherits.locales).unshift(b[c])}return this}})})();Locale.define("en-US","Date",{months:["January","February","March","April","May","June","July","August","September","October","November","December"],months_abbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],days_abbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dateOrder:["month","date","year"],shortDate:"%m/%d/%Y",shortTime:"%I:%M%p",AM:"AM",PM:"PM",firstDayOfWeek:0,ordinal:function(b){return(b>3&&b<21)?"th":["th","st","nd","rd","th"][Math.min(b%10,4)]},lessThanMinuteAgo:"less than a minute ago",minuteAgo:"about a minute ago",minutesAgo:"{delta} minutes ago",hourAgo:"about an hour ago",hoursAgo:"about {delta} hours ago",dayAgo:"1 day ago",daysAgo:"{delta} days ago",weekAgo:"1 week ago",weeksAgo:"{delta} weeks ago",monthAgo:"1 month ago",monthsAgo:"{delta} months ago",yearAgo:"1 year ago",yearsAgo:"{delta} years ago",lessThanMinuteUntil:"less than a minute from now",minuteUntil:"about a minute from now",minutesUntil:"{delta} minutes from now",hourUntil:"about an hour from now",hoursUntil:"about {delta} hours from no
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs19 * derived from this software without specific prior written permission.
80 * rewrites from a single pass over the input. Just name the instruction
82 * useful for generating a C file and also its header file--all from the
146 * I'm going to try replacing range from x..y with (y-x)+1 ReplaceOp
152 public ReplaceOp(TokenRewriteStream stream, int from, int to, object text) argument
153 : base(stream, from, text) {
168 public DeleteOp(TokenRewriteStream stream, int from, int to) : argument
169 base(stream, from, to, null) {
279 public virtual void Replace(int from, int to, object text) { argument
280 Replace(DEFAULT_PROGRAM_NAME, from, t
287 Replace(IToken from, IToken to, object text) argument
291 Replace(string programName, int from, int to, object text) argument
301 Replace(string programName, IToken from, IToken to, object text) argument
312 Delete(int from, int to) argument
320 Delete(IToken from, IToken to) argument
324 Delete(string programName, int from, int to) argument
328 Delete(string programName, IToken from, IToken to) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs19 * derived from this software without specific prior written permission.
83 * rewrites from a single pass over the input. Just name the instruction
85 * useful for generating a C file and also its header file--all from the
165 * I'm going to try replacing range from x..y with (y-x)+1 ReplaceOp
172 public ReplaceOp( TokenRewriteStream stream, int from, int to, object text ) argument
173 : base( stream, from, text )
317 public virtual void Replace( int from, int to, object text ) argument
319 Replace( DEFAULT_PROGRAM_NAME, from, to, text );
327 public virtual void Replace( IToken from, IToken to, object text ) argument
329 Replace( DEFAULT_PROGRAM_NAME, from, t
332 Replace( string programName, int from, int to, object text ) argument
344 Replace( string programName, IToken from, IToken to, object text ) argument
357 Delete( int from, int to ) argument
367 Delete( IToken from, IToken to ) argument
372 Delete( string programName, int from, int to ) argument
377 Delete( string programName, IToken from, IToken to ) argument
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java15 derived from this software without specific prior written permission.
70 * rewrites from a single pass over the input. Just name the instruction
72 * useful for generating a C file and also its header file--all from the
133 /** I'm going to try replacing range from x..y with (y-x)+1 ReplaceOp
138 public ReplaceOp(int from, int to, Object text) { argument
139 super(from,text);
251 public void replace(int from, int to, Object text) { argument
252 replace(DEFAULT_PROGRAM_NAME, from, to, text);
259 public void replace(Token from, Token to, Object text) { argument
260 replace(DEFAULT_PROGRAM_NAME, from, t
263 replace(String programName, int from, int to, Object text) argument
273 replace(String programName, Token from, Token to, Object text) argument
284 delete(int from, int to) argument
292 delete(Token from, Token to) argument
296 delete(String programName, int from, int to) argument
300 delete(String programName, Token from, Token to) argument
[all...]
/external/boringssl/src/crypto/bn/
H A Dmontgomery.c34 * The word 'cryptographic' can be left out if the rouines from the library
36 * 4. If you include any Windows specific code (or a derivative thereof) from
78 * endorse or promote products derived from this software without
82 * 5. Products derived from this software may not be called "OpenSSL"
157 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from) { argument
158 if (to == from) {
162 if (!BN_copy(&to->RR, &from->RR) ||
163 !BN_copy(&to->N, &from->N) ||
164 !BN_copy(&to->Ni, &from->Ni)) {
167 to->ri = from
[all...]
/external/boringssl/src/crypto/x509/
H A Dx_name.c34 * The word 'cryptographic' can be left out if the rouines from the library
36 * 4. If you include any Windows specific code (or a derivative thereof) from
415 unsigned char *to, *from; local
432 from = to;
443 while((len > 0) && !(*from & 0x80) && isspace(*from))
445 from++;
449 to = from + len - 1;
464 if (*from & 0x80)
466 *to++ = *from
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc123 char *from = Ident((char*)malloc(from_size)); local
125 strcpy(from, "hello");
126 strcpy(to, from);
127 strcpy(to + to_size - from_size, from);
128 // Length of "from" is too small.
129 EXPECT_DEATH(Ident(strcpy(from, "hello2")), RightOOBWriteMessage(0));
130 // "to" or "from" points to not allocated memory.
131 EXPECT_DEATH(Ident(strcpy(to - 1, from)), LeftOOBWriteMessage(1));
132 EXPECT_DEATH(Ident(strcpy(to, from - 1)), LeftOOBReadMessage(1));
133 EXPECT_DEATH(Ident(strcpy(to, from
147 char *from = Ident((char*)malloc(from_size)); local
359 char *from = MallocAndMemsetString(from_size); local
394 char *from = MallocAndMemsetString(from_size); local
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc130 uptr from = path[i]; local
132 DDMutex *m0 = (DDMutex*)dd.getData(from);
137 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid);
138 // Printf("Edge: %zd=>%zd: %u/%u T%d\n", from, to, stk_from, stk_to,
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc46 bool addEdge(uptr from, uptr to) { argument
47 return s_.insert(idx(from, to)).second;
49 bool removeEdge(uptr from, uptr to) { argument
50 return s_.erase(idx(from, to));
55 uptr from = *it >> 16; local
57 EXPECT_TRUE(g->removeEdge(from, to));
62 uptr idx(uptr from, uptr to) { argument
63 CHECK_LE(from|to, 1 << 16);
64 return (from << 16) + to;
85 uptr from local
130 uptr from = my_rand() % g.size(); local
308 BV from; local
[all...]
/external/eigen/Eigen/src/Core/arch/SSE/
H A DComplex.h84 template<> EIGEN_STRONG_INLINE Packet2cf pload <Packet2cf>(const std::complex<float>* from) { EIGEN_DEBUG_ALIGNED_LOAD return Packet2cf(pload<Packet4f>(&numext::real_ref(*from))); } argument
85 template<> EIGEN_STRONG_INLINE Packet2cf ploadu<Packet2cf>(const std::complex<float>* from) { EIGEN_DEBUG_UNALIGNED_LOAD return Packet2cf(ploadu<Packet4f>(&numext::real_ref(*from))); } argument
87 template<> EIGEN_STRONG_INLINE Packet2cf pset1<Packet2cf>(const std::complex<float>& from) argument
92 res.v = _mm_loadl_pi(_mm_set1_ps(0.0f), reinterpret_cast<const __m64*>(&from));
97 res.v = _mm_loadl_pi(res.v, (const __m64*)&from);
100 res.v = _mm_loadl_pi(res.v, (const __m64*)&from);
105 template<> EIGEN_STRONG_INLINE Packet2cf ploaddup<Packet2cf>(const std::complex<float>* from) { return pset1<Packet2cf>(*from); } argument
107 pstore(std::complex<float> * to, const Packet2cf& from) argument
108 pstoreu(std::complex<float> * to, const Packet2cf& from) argument
304 pload(const std::complex<double>* from) argument
306 ploadu(const std::complex<double>* from) argument
308 pset1(const std::complex<double>& from) argument
311 ploaddup(const std::complex<double>* from) argument
314 pstore(std::complex<double> * to, const Packet1cd& from) argument
315 pstoreu(std::complex<double> * to, const Packet1cd& from) argument
[all...]
/external/eigen/unsupported/Eigen/src/BVH/
H A DKdBVH.h30 //these templates help the tree initializer get the bounding boxes either from a provided
180 //Build the part of the tree between objects[from] and objects[to] (not including objects[to]).
181 //This routine partitions the objCenters in [from, to) along the dimension dim, recursively constructs
183 void build(VIPairList &objCenters, int from, int to, const VolumeList &objBoxes, int dim) argument
185 eigen_assert(to - from > 1);
186 if(to - from == 2) {
187 boxes.push_back(objBoxes[objCenters[from].second].merged(objBoxes[objCenters[from + 1].second]));
188 children.push_back(from + (int)objects.size() - 1); //there are objects.size() - 1 tree nodes
189 children.push_back(from
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/
H A DListPreloader.java20 * corresponding methods called from another {@link android.widget.AbsListView.OnScrollListener} to function.
100 private void preload(int from, int to) { argument
103 if (from < to) {
104 start = Math.max(lastEnd, from);
108 end = Math.min(lastStart, from);
114 if (from < to) {
H A DRequestManager.java82 * An interface that allows a default set of options to be applied to all requests started from an
184 * @param <T> The type of the data to be loaded from the mode.
237 * Returns a request builder that loads data from {@link String}s using an empty signature.
249 * @see #from(Class)
270 * Returns a request builder to load data from {@link android.net.Uri}s using no signature.
274 * Uris from some content providers may change without the Uri changing, which means using this method
282 * @see #from(Class)
356 * @see #from(Class)
387 * {@link com.bumptech.glide.load.model.stream.StreamFileLoader} to load images from {@link File}s.
400 * @see #from(Clas
569 public <T> DrawableTypeRequest<T> from(Class<T> modelClass) { method in class:RequestManager
632 public DrawableTypeRequest<T> from(Class<T> modelClass) { method in class:RequestManager.ImageModelRequest
673 public GenericTypeRequest from(Class<A> modelClass) { method in class:RequestManager.GenericModelRequest
[all...]
/external/guava/guava/src/com/google/common/base/
H A DConverter.java30 * A function from {@code A} to {@code B} with an associated <i>reverse</i> function from {@code B}
54 * "different representations of the same information", since one is distinguishable from
304 * through (which might even differ from each other!). So, we override the correctedDo* methods,
371 * result from this method does not imply that the converters are known <i>not</i> to be
395 public static <A, B> Converter<A, B> from( method in class:Converter
440 return "Converter.from(" + forwardFunction + ", " + backwardFunction + ")";
/external/guava/guava/src/com/google/common/collect/
H A DFluentIterable.java39 * chained fashion. A {@code FluentIterable} can be created from an {@code Iterable}, or from a set
57 * .from(database.getClientList())
73 // checks on the _original_ iterable when FluentIterable.from is used.
89 public static <E> FluentIterable<E> from(final Iterable<E> iterable) { method in class:FluentIterable
100 * Construct a fluent iterable from another fluent iterable. This is obviously never necessary,
101 * but is intended to help call out cases where one migration from {@code Iterable} to
108 public static <E> FluentIterable<E> from(FluentIterable<E> iterable) { method in class:FluentIterable
151 return from(Iterables.cycle(iterable));
155 * Returns the elements from thi
[all...]
H A DOrdering.java54 * #from(Comparator)}
88 * @since 2.0 (imported from Google Collections Library)
101 * support legacy types from before Java 5.
123 public static <T> Ordering<T> from(Comparator<T> comparator) { method in class:Ordering
135 @Deprecated public static <T> Ordering<T> from(Ordering<T> ordering) { method in class:Ordering
245 * caution when building a {@link SortedSet} or {@link SortedMap} from it, as
269 public Integer apply(Object from) {
362 * Ordering.from(String.CASE_INSENSITIVE_ORDER)
399 * Ordering.from(comp1).compound(comp2).compound(comp3) . . .}.
600 * this ordering, in order from leas
[all...]
/external/guava/guava/src/com/google/common/io/
H A DCharStreams.java129 * object from the given supplier.
131 * @param from the character sequence to write
138 public static <W extends Appendable & Closeable> void write(CharSequence from, argument
140 asCharSink(to).write(from);
144 * Opens {@link Readable} and {@link Appendable} objects from the
148 * @param from the input factory
157 W extends Appendable & Closeable> long copy(InputSupplier<R> from, argument
159 return asCharSource(from).copyTo(asCharSink(to));
163 * Opens a {@link Readable} object from the supplier, copies all characters
167 * @param from th
175 copy( InputSupplier<R> from, Appendable to) argument
189 copy(Readable from, Appendable to) argument
[all...]
/external/guava/guava/src/com/google/common/net/
H A DInternetDomainName.java62 * <p>The normalized values will be returned from {@link #toString()} and
93 * Maximum parts (labels) in a domain name. This value arises from
135 * Constructor used to implement {@link #from(String)}, and from subclasses.
212 public static InternetDomainName from(String domain) { method in class:InternetDomainName
217 * Validation method used by {@from} to ensure that the domain name is
291 * like 127.0.0.1 from looking like a valid domain name.
358 * <p><b>Warning:</b> a {@code false} result from this method does not imply
380 * <p><b>Warning:</b> A {@code true} result from this method does not imply
384 * return {@code true} from thi
[all...]
/external/guava/guava/src/com/google/common/reflect/
H A DClassPath.java81 * Returns a {@code ClassPath} representing all classes and resources loadable from {@code
89 public static ClassPath from(ClassLoader classloader) throws IOException { method in class:ClassPath
98 * Returns all resources loadable from the current class path, including the class files of all
106 * Returns all classes loadable from the current class path.
111 return FluentIterable.from(resources).filter(ClassInfo.class).toSet();
114 /** Returns all top level classes loadable from the current class path. */
116 return FluentIterable.from(resources).filter(ClassInfo.class).filter(IS_TOP_LEVEL).toSet();
149 * loadable from the class path.
268 // Shouldn't happen, since the class name is read from the class path.
H A DTypeResolver.java41 * An object of this class encapsulates type mappings from type variables. Mappings are established
102 final Map<TypeVariableKey, Type> mappings, Type from, final Type to) {
103 if (from.equals(to)) {
145 // Can't map from a raw class to anything other than itself.
148 throw new IllegalArgumentException("No type mapping from " + fromClass);
150 }.visit(from);
213 /** A TypeTable maintains mapping from {@link TypeVariable} to types. */
272 * compare TypeVariables from the JDK against TypeVariables returned by TypeResolver. To
285 * 2b. If the resolved types are different from the original types, things are trickier. The
362 // cycle detected, remove the entire cycle from th
101 populateTypeMappings( final Map<TypeVariableKey, Type> mappings, Type from, final Type to) argument
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractService.java82 private static Callback<Listener> terminatedCallback(final State from) { argument
83 return new Callback<Listener>("terminated({from = " + from + "})") {
85 listener.terminated(from);
90 private static Callback<Listener> stoppingCallback(final State from) { argument
91 return new Callback<Listener>("stopping({from = " + from + "})") {
93 listener.stopping(from);
157 @Override public void stopping(State from) {
158 if (from
547 stopping(final State from) argument
558 terminated(final State from) argument
578 failed(final State from, final Throwable cause) argument
[all...]
H A DServiceManager.java235 * may execute concurrently, and listeners may execute in an order different from the one in which
261 * may execute concurrently, and listeners may execute in an order different from the one in which
304 * @throws IllegalStateException if the service manager reaches a state from which it cannot
319 * @throws IllegalStateException if the service manager reaches a state from which it cannot
446 * state from which it is guaranteed that it can never become healthy.
628 void transitionService(final Service service, State from, State to) { argument
630 checkArgument(from != to);
638 checkState(servicesByState.remove(from, service),
639 "Service %s not at the expected location in the state map %s", service, from);
644 if (from
747 stopping(State from) argument
754 terminated(State from) argument
765 failed(State from, Throwable failure) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DFluentIterable.java38 * chained fashion. A {@code FluentIterable} can be created from an {@code Iterable}, or from a set
56 * .from(database.getClientList())
72 // checks on the _original_ iterable when FluentIterable.from is used.
88 public static <E> FluentIterable<E> from(final Iterable<E> iterable) { method in class:FluentIterable
99 * Construct a fluent iterable from another fluent iterable. This is obviously never necessary,
100 * but is intended to help call out cases where one migration from {@code Iterable} to
107 public static <E> FluentIterable<E> from(FluentIterable<E> iterable) { method in class:FluentIterable
150 return from(Iterables.cycle(iterable));
154 * Returns the elements from thi
[all...]

Completed in 2567 milliseconds

1234567891011>>