/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
cortex-a8-fix-blx.s | 40 @ Trigger Cortex-A8 erratum workaround with blx instructions.
|
/build/tools/droiddoc/templates-pdk/assets/ |
jquery-history.js | 33 $.event.trigger('history', [current, previousNav]); 47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
|
/device/google/dragon/ |
releasetools.py | 31 # emit the script code to trigger the firmware updater on the device 49 # emit the script code to trigger the firmware updater on the device
|
/external/autotest/test_suites/ |
control.suite_attr_wrapper | 14 This is a wrapper suite to trigger tests that satisfy any attribute boolean 40 'trigger tests in suite_args %s, please use attr_filter '
|
/external/chromium-trace/catapult/telemetry/telemetry/util/mac/ |
keychain_helper.py | 31 This method will trigger a blocking, modal dialog if the keychain is 44 This method will trigger a blocking, modal dialog if the keychain is
|
/external/doclava/res/assets/templates/assets/ |
jquery-history.js | 33 $.event.trigger('history', [current, previousNav]); 47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
|
/external/javassist/src/main/javassist/util/ |
HotSwapper.java | 25 class Trigger { 81 private Trigger trigger; field in class:HotSwapper 84 private static final String TRIGGER_NAME = Trigger.class.getName(); 108 trigger = new Trigger(); 194 synchronized (trigger) { 198 trigger.doSwap();
|
/external/llvm/tools/llvm-c-test/ |
metadata.c | 22 // This used to trigger an assertion 34 // This used to trigger an assertion
|
/external/pdfium/third_party/base/numerics/ |
safe_conversions.h | 26 // overflow or underflow. NaN source will always trigger a CHECK. 35 // underflow. NaN assignment to an integral will trigger a CHECK condition.
|
/external/v8/src/base/ |
safe_conversions.h | 28 // overflow or underflow. NaN source will always trigger a CHECK. 37 // underflow. NaN assignment to an integral will trigger a CHECK condition.
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ResizingTextView.java | 27 * to certain trigger conditions, such as text that wraps over multiple lines.</p> 33 * Trigger text resize when text flows into the last line of a multi-line text view. 37 private int mTriggerConditions; // Union of trigger conditions 89 * @return the trigger conditions used to determine whether resize occurs 96 * Set the trigger conditions used to determine whether resize occurs. Pass 97 * a union of trigger condition constants, such as {@link ResizingTextView#TRIGGER_MAX_LINES}. 99 * @param conditions A union of trigger condition constants 104 // Always request a layout when trigger conditions change
|
/external/chromium-trace/catapult/third_party/polymer/components/core-dropdown/ |
demo.html | 68 <polymer-element name="x-trigger" extends="core-icon-button" relative on-tap="{{toggle}}"> 87 <x-trigger icon="menu"> 93 </x-trigger> 95 <x-trigger icon="menu"> 101 </x-trigger> 103 <x-trigger icon="menu"> 109 </x-trigger> 123 <x-trigger icon="menu"> 129 </x-trigger> 139 <x-trigger icon="menu" [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiConnectivityManagerTest.java | 376 // Set WiFi to disconnected state to trigger PNO scan 381 // Now trigger another connection attempt before the rate interval, this should be 384 // Set WiFi to disconnected state to trigger PNO scan 415 // Set WiFi to disconnected state to trigger PNO scan 420 // Now trigger another connection attempt after the rate interval, this should not be 424 // Set WiFi to disconnected state to trigger PNO scan 455 // Set WiFi to disconnected state to trigger PNO scan 466 // Set WiFi to disconnected state to trigger PNO scan 496 // Set WiFi to disconnected state to trigger PNO scan 520 // Set WiFi to disconnected state to trigger PNO sca [all...] |
WifiControllerTest.java | 337 * The command to trigger a WiFi reset should not trigger any action by WifiController if we 368 * The command to trigger a WiFi reset should not trigger any action by WifiController if we 386 * The command to trigger a WiFi reset should trigger a wifi reset in WifiStateMachine through 389 * should trigger a supplicant stop, and subsequently, a driver reload. 412 * The command to trigger a WiFi reset should not trigger a reset when in ECM mode. 415 * Expected: The command to trigger a wifi reset should be ignored and we should remain in EC [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetCreatorhlp.dat | 3 play = Plays the segment with associated event attributes. To trigger the event, click the event in the timeline.
7 event type = Selects the type of trigger event.
12 trigger =
26 trigger clips =
51 track mutes = Checking a mute box will mute the associated track. You should mute a track if you intent to add a trigger event for that track.
65 trigger clips =
104 graph = The currently playing segment is displayed graphically here. You may trigger clips by clicking within their boundaries on the graph.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
SignificantMotionTestActivity.java | 52 * They use walking motion to change the location and trigger Significant Motion. 68 // 45 secs if SMD does not trigger, the test will fail. 71 // time for the test to wait for a trigger 106 * Verifies that Significant Motion is not trigger by the vibrator motion. 119 * It ensures that Significant Motion will not trigger in that scenario. 149 // wait for the first event to trigger 152 // wait for a second event not to trigger 198 // Wait for the first event to trigger. Device is expected to go into suspend here. 305 * Helper Trigger listener for testing.
|
/external/regex-re2/re2/ |
prefilter_tree.h | 6 // that would trigger each regexp. The 'prefilter' of each regexp is 60 // passing the matching trigger information along the tree. 68 // When this node is ready to trigger the parent, what are the indices 69 // of the parent nodes to trigger. The reason there may be more than 76 // When this node is ready to trigger the parent, what are the
|
/external/ImageMagick/www/js/ |
magick.js | 6 if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>2)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.6",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.6",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),a(c.target).is('input[type="radio"]')||a(c.target).is('input[type="checkbox"]')||c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.6",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.6",d.TRANSITION_DURATION=350,d.DEFAULTS={toggl (…) [all...] |
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/ |
MultiSwipeRefreshLayout.java | 28 * child views triggering a refresh gesture. You set the views which can trigger the gesture via 44 * Set the children which can trigger a refresh by swiping down when they are visible. These 64 * state to trigger the gesture. If so we return false to start the gesture.
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/ |
MultiSwipeRefreshLayout.java | 28 * child views triggering a refresh gesture. You set the views which can trigger the gesture via 44 * Set the children which can trigger a refresh by swiping down when they are visible. These 64 * state to trigger the gesture. If so we return false to start the gesture.
|
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/ |
MultiSwipeRefreshLayout.java | 28 * child views triggering a refresh gesture. You set the views which can trigger the gesture via 44 * Set the children which can trigger a refresh by swiping down when they are visible. These 64 * state to trigger the gesture. If so we return false to start the gesture.
|
/external/autotest/client/site_tests/logging_UdevCrash/ |
logging_UdevCrash.py | 55 """Test that atmel trackpad failure can trigger udev crash report.""" 69 # Use udevadm to trigger a fake udev event representing atmel driver 76 utils.system('udevadm trigger '
|
/frameworks/av/include/drm/ |
DrmInfo.h | 40 * @param[in] drmBuffer Trigger data 115 * Returns the trigger data associated with this instance 117 * @return Trigger data
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
KeyValueBackupJob.java | 49 // regardless. Privileged callers can always trigger an immediate pass via 112 // This was just a trigger; ongoing wakelock management is done by the 119 // Intentionally empty; the job starting was just a trigger
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
SoundTriggerDbHelper.java | 44 // Sound trigger-based sound models. 53 // Table Create Statement for the sound trigger table 79 * Updates the given sound trigger model, adds it, if it doesn't already exist.
|