/external/openfst/src/include/fst/ |
fstlib.h | 125 #include <fst/interval-set.h>
|
state-reachable.h | 30 #include <fst/interval-set.h> 50 typedef typename IntervalSet<I>::Interval Interval; 72 // Create tree interval 73 vector<Interval> *intervals = (*isets_)[s].Intervals(); 87 intervals->push_back(Interval(index, index + 1)); 89 intervals->push_back(Interval(index_, index_ + 1)); 107 // Non-tree interval 114 vector<Interval> *intervals = (*isets_)[s].Intervals(); 115 (*intervals)[0].end = index_; // Update tree interval en [all...] |
/external/v8/src/compiler/ |
register-allocator.cc | 249 // Find the last interval that ends before the position. If the 251 // split that interval and use the first part. 254 // If the split position coincides with the beginning of a use interval 259 // When splitting at start we need to locate the previous use interval. 281 ? after // Only interval in the range after split. 282 : last_interval_; // Last interval of the original range. 291 // The split position coincides with the beginning of a use interval (the 293 // the split child because split child owns use interval covering it. 363 RegisterAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n", 385 RegisterAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n", id_ 388 UseInterval* interval = new (zone) UseInterval(start, end); local 395 UseInterval* interval = new (zone) UseInterval(start, end); local [all...] |
/external/v8/src/ |
lithium-allocator.cc | 253 // Find the last interval that ends before the position. If the 255 // split that interval and use the first part. 258 // If the split position coincides with the beginning of a use interval 263 // When splitting at start we need to locate the previous use interval. 284 ? after // Only interval in the range after split. 285 : last_interval_; // Last interval of the original range. 294 // The split position coincides with the beginning of a use interval (the 296 // the split child because split child owns use interval covering it. 366 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n", 391 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n" 396 UseInterval* interval = new(zone) UseInterval(start, end); local 403 UseInterval* interval = new(zone) UseInterval(start, end); local [all...] |
sampler.cc | 493 explicit SamplerThread(int interval) 495 interval_(interval) {} 506 instance_ = new SamplerThread(sampler->interval()); 512 DCHECK(instance_->interval_ == sampler->interval()); 637 Sampler::Sampler(Isolate* isolate, int interval) 639 interval_(interval),
|
jsregexp.h | 696 // A simple closed interval. 697 class Interval { 699 Interval() : from_(kNone), to_(kNone) { } 700 Interval(int from, int to) : from_(from), to_(to) { } 701 Interval Union(Interval that) { 707 return Interval(Min(from_, that.from_), Max(to_, that.to_)); 715 static Interval Empty() { return Interval(); } 762 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success) [all...] |
/frameworks/base/libs/hwui/tests/ |
nullegl.cpp | 113 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) {
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/ |
bootstrap.js | 290 this.options.interval 292 && (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) 319 clearInterval(this.interval) 320 this.interval = null 337 , isCycling = this.interval 392 else if (options.interval) data.cycle() 397 interval: 5000 [all...] |
/external/libpcap/ |
pcap-common.c | [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_x11.c | 809 dri2_swap_interval(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf, EGLint interval) 818 if (interval > surf->Config->MaxSwapInterval) 819 interval = surf->Config->MaxSwapInterval; 820 else if (interval < surf->Config->MinSwapInterval) 821 interval = surf->Config->MinSwapInterval; 824 if (interval != surf->SwapInterval && dri2_dpy->swap_available) 825 xcb_dri2_swap_interval(dri2_dpy->conn, dri2_surf->drawable, interval); 828 surf->SwapInterval = interval; [all...] |
/external/netperf/ |
netcpu_looper.c | 480 /* Loop a number of iterations, sleeping interval seconds each and */ 485 calibrate_idle_rate (int iterations, int interval) 521 sleep(interval);
|
/external/v8/test/mjsunit/regress/ |
regress-put-prototype-transition.js | 5 // Flags: --allow-natives-syntax --expose-gc --stress-compaction --gc-interval=255
|
/frameworks/native/libs/ui/ |
FramebufferNativeWindow.cpp | 197 ANativeWindow* window, int interval) 200 return fb->setSwapInterval(fb, interval);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
p2p.h | 207 uint8 interval[2]; /* availibility interval */ member in struct:wifi_p2p_ext_se_s 388 uint32 interval; /* Interval */ member in struct:wifi_p2p_noa_desc
|
/system/core/fastboot/ |
usb_osx.c | 187 UInt8 interval; local 193 &number, &transferType, &maxPacketSize, &interval);
|
/frameworks/base/services/core/java/com/android/server/ |
AlarmManagerService.java | 187 // Minimum alarm recurrence interval 612 // Apply a heuristic to { recurrence interval, futurity of the trigger time } to 614 static long maxTriggerTime(long now, long triggerAtTime, long interval) { 615 // Current heuristic: batchable window is 75% of either the recurrence interval 617 // with a minimum delay/interval of 10 seconds, under which we will simply not 619 long futurity = (interval == 0) 621 : interval; [all...] |
/external/okhttp/website/static/ |
bootstrap.min.js | 6 !function(e){"use strict";e(function(){e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.alert.data-api",t,n.prototype.close)}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on("click.button.data-api","[data-toggle^=button]",function(t){var n=e(t.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle")})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.$indicators=this.$element.find(".carousel-indicators"),this.options=n,this.options.pause=="hover"&&this.$element.on("mouseenter",e.proxy(this.pause,this)).on("mouseleave",e.proxy(this.cycle,this))};t.prototype={cycle:function(t){return t||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},getActiveIndex:function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},to:function(t){var n=this.getActiveIndex(),r=this;if(t>this.$items.length-1||t<0)return;return this.sliding?this.$element.one("slid",function(){r.to(t)}):n==t?this.pause().cycle():this.slide(t>n?"next":"prev",e(this.$items[t]))},pause:function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&e.support.transition.end&&(this.$element.trigger(e.support.transition.end),this.cycle(!0)),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(t,n){var r=this.$element.find(".item.active"),i=n||r[t](),s=this.interval,o=t=="next"?"left":"right",u=t=="next"?"first":"last",a=this,f;this.sliding=!0,s&&this.pause(),i=i.length?i:this.$element.find(".item")[u](),f=e.Event("slide",{relatedTarget:i[0],direction:o});if(i.hasClass("active"))return;this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var t=e(a.$indicators.children()[a.getActiveIndex()]);t&&t.addClass("active")}));if(e.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(f);if(f.isDefaultPrevented())return;i.addClass(t),i[0].offsetWidth,r.addClass(o),i.addClass(o),this.$element.one(e.support.transition.end,function(){i.removeClass([t,o].join(" ")).addClass("active"),r.removeClass(["active",o].join(" ")),a.sliding=!1,setTimeout(function(){a.$element.trigger("slid")},0)})}else{this.$element.trigger(f);if(f.isDefaultPrevented())return;r.removeClass("active"),i.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return s&&this.cycle(),this}};var n=e.fn.carousel;e.fn.carousel=function(n){return this.each(function(){var r=e(this),i=r.data("carousel"),s=e.extend({},e.fn.carousel.defaults,typeof n=="object"&&n),o=typeof n=="string"?n:s.slide;i||r.data("carousel",i=new t(this,s)),typeof n=="number"?i.to(n):o?i[o]():s.interval&&i.pause().cycle()})},e.fn.carousel.defaults={interval:5e3,pause:"hover"},e.fn.carousel.Constructor=t,e.fn.carousel.noConflict=function(){return e.fn.car (…) [all...] |
/external/e2fsprogs/misc/ |
tune2fs.c | 25 * 94/03/06 - Added the checks interval from Uwe Ohse (uwe@tirka.gun.de) 83 static unsigned long interval; variable 121 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n" 478 "with update interval %ds.\n"), 954 interval = strtoul(optarg, &tmp, 0); 962 interval *= 86400; 968 interval *= 86400 * 30; 973 interval *= 86400 * 7; 979 _("bad interval - %s"), optarg); 1202 "interval to %lu second\n" [all...] |
/external/dhcpcd/ |
dhcpcd.c | 322 if (state->interval == 0) 323 state->interval = 4; 325 state->interval *= 2; 326 if (state->interval > 64) 327 state->interval = 64; 329 tv.tv_sec = state->interval + DHCP_RAND_MIN; 425 iface->state->interval = 0; 515 state->interval = 0; 948 iface->state->interval = 0; 1035 iface->state->interval = 0 [all...] |
/external/toybox/toys/pending/ |
syslogd.c | 14 usage: syslogd [-a socket] [-O logfile] [-f config file] [-m interval] 25 -m MARK interval <DEFAULT: 20 minutes> (RANGE: 0 to 71582787) 62 long interval; 490 tv.tv_sec = TT.interval*60; 492 retval = select(TT.sigfd[0] + 1, &rfds, NULL, NULL, (TT.interval)?&tv:NULL);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_nl80211_scan.c | 308 * @interval: Interval between scan cycles in milliseconds 313 u32 interval) 330 nla_put_u32(msg, NL80211_ATTR_SCHED_SCAN_INTERVAL, interval)) 396 "scan interval %d msec", ret, interval);
|
/art/compiler/optimizing/ |
graph_visualizer.cc | 238 const LiveInterval& interval = *instruction->GetLiveInterval(); local 239 interval.Dump(output_);
|
/external/deqp/framework/egl/ |
egluCallLogWrapperApi.inl | 44 eglw::EGLBoolean eglSwapInterval (eglw::EGLDisplay dpy, eglw::EGLint interval);
|
/external/deqp/framework/egl/wrapper/ |
eglwFuncPtrLibraryDecl.inl | 55 EGLBoolean swapInterval (EGLDisplay dpy, EGLint interval) const;
|
/external/mesa3d/include/GL/ |
glx.h | 422 extern int glXSwapIntervalMESA(unsigned int interval); 425 typedef int (*PFNGLXSWAPINTERVALMESAPROC)(unsigned int interval);
|