Searched refs:paused (Results 1 - 25 of 114) sorted by last modified time

12345

/external/sonivox/jet_tools/JetCreator/
H A DJetAudition.py363 self.paused = False
477 if not self.paused:
479 self.paused = True
483 self.paused = False
H A DJetCreator.py69 self.paused = False
1246 self.paused = False
1304 if not self.paused:
1306 self.paused = True
1310 self.paused = False
H A DJetPreview.py98 self.paused = False
192 if not self.paused:
194 self.paused = True
198 self.paused = False
H A Deas.py1012 ('paused', c_int),
1185 eas_logger.debug("currentUserID=%d, repeatCount=%d, numQueuedSegments=%d, paused=%d" %
1186 (status.currentUserID, status.segmentRepeatCount, status.numQueuedSegments, status.paused))
/external/sonivox/arm-wt-22k/host_src/
H A Djet.h54 EAS_BOOL paused; member in struct:s_jet_status_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Djet.c547 pStatus->paused = !(easHandle->jetHandle->flags & JET_FLAGS_PLAYING);
670 /* resume all paused streams */
722 /* if no streams are paused, return error */
/external/smack/src/org/jivesoftware/smackx/
H A DChatState.java41 paused, enum constant in enum:ChatState
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DScheduler.java11 private boolean paused = false; field in class:Scheduler
18 paused = true;
22 paused = false;
27 return paused;
31 if (paused || delayMillis > 0) {
44 if (paused) {
132 paused = false;
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_audio.c196 if ( ! audio->paused ) {
496 audio->paused = 1;
579 if ( audio->paused ) {
593 audio->paused = pause_on;
H A DSDL_sysaudio.h75 int paused; member in struct:SDL_AudioDevice
/external/qemu/distrib/sdl-1.2.15/src/audio/baudio/
H A DSDL_beaudio.cc109 if ( ! audio->paused ) {
/external/qemu/distrib/sdl-1.2.15/src/audio/macosx/
H A DSDL_coreaudio.c109 /* Only do anything if audio is enabled and not paused */
110 if ( ! this->enabled || this->paused ) {
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
H A DSDL_romaudio.c123 if ( ! audio->paused ) {
331 we're not paused.
344 if ( ! audio->paused ) {
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio.c68 if (audio->paused)
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A DSDL_ndsaudio.c57 // if (!sdl_nds_audiodevice->paused){
127 if ( ! audio->paused ) {
262 if (this->paused)
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestoverlay2.c289 int paused=0; local
524 if (paused)
536 paused=!paused;
553 if ((!paused)||(resized))
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2476 bool paused; member in struct:BlockJobInfo
H A Dqapi-visit.c2799 visit_type_bool(m, obj ? &(*obj)->paused : NULL, "paused", &err);
/external/owasp/sanitizer/empiricism/
H A Dhtml-containment.js257 this.paused = [];
259 var paused = this.paused;
260 console.log('satisfying ' + paused.length);
261 for (var i = 0, n = paused.length; i < n; ++i) {
262 setTimeout(paused[i], 0);
264 this.paused.length = 0;
284 unsatisfied[j].paused.push(pauser);
/external/okhttp/website/static/
H A Dbootstrap.min.js6 !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. (…)
/external/libhevc/test/decoder/
H A Dmain.c228 WORD32 paused; member in struct:__anon23850
1553 &ps_app_ctx->paused);
1861 s_app_ctx.paused = 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js3972 var Browser={mainLoop:{scheduler:null,shouldPause:false,paused:false,queue:[],pause:function () {
3975 if (Browser.mainLoop.paused) {
3976 Browser.mainLoop.paused = false;
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dhangoutpubsubclient.cc232 bool paused, std::string* task_id_out) {
233 video_pause_state_client_->Publish(nick_, paused, task_id_out);
231 PublishVideoPauseState( bool paused, std::string* task_id_out) argument

Completed in 590 milliseconds

12345