HomeSort by relevance Sort by last modified time
    Searched full:trigger (Results 251 - 275 of 5233) sorted by null

<<11121314151617181920>>

  /external/skia/infra/bots/recipes/
android_compile.py 31 # Trigger a compile task on android-compile.skia.org and wait for it to
37 api.step('Trigger and wait for task on android-compile.skia.org', cmd=cmd)
  /external/skqp/infra/bots/recipes/
android_compile.py 33 # Trigger a compile task on android-compile.skia.org and wait for it to
39 api.step('Trigger and wait for task on android-compile.skia.org', cmd=cmd)
  /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/base/core/java/com/android/internal/os/
ZygoteConnectionConstants.java 41 * to go through, but not to trigger the watchdog in the system server (by default
44 * WARNING: This may trigger the watchdog in debug mode. However, to support
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
ResizingTextView.java 27 * to certain trigger conditions, such as text that wraps over multiple lines.</p>
32 * Trigger text resize when text flows into the last line of a multi-line text view.
36 private int mTriggerConditions; // Union of trigger conditions
88 * @return the trigger conditions used to determine whether resize occurs
95 * Set the trigger conditions used to determine whether resize occurs. Pass
96 * a union of trigger condition constants, such as {@link ResizingTextView#TRIGGER_MAX_LINES}.
98 * @param conditions A union of trigger condition constants
103 // Always request a layout when trigger conditions change
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/
WorkTypeConverters.java 250 * Converts a list of {@link ContentUriTriggers.Trigger}s to byte array representation
251 * @param triggers the list of {@link ContentUriTriggers.Trigger}s to convert
265 for (ContentUriTriggers.Trigger trigger : triggers) {
266 objectOutputStream.writeUTF(trigger.getUri().toString());
267 objectOutputStream.writeBoolean(trigger.shouldTriggerForDescendants());
289 * Converts a byte array to list of {@link ContentUriTriggers.Trigger}s
291 * @return list of {@link ContentUriTriggers.Trigger}s
  /external/autotest/client/common_lib/hosts/
repair_unittest.py 687 * Repair doesn't run unless at least one trigger fails.
698 Test a repair that doesn't trigger.
700 Construct and call a repair action with a verification trigger
702 * The `verify()` method for the trigger is called.
724 Construct and call a repair action with a verification trigger
729 * The `verify()` method for the trigger is called once.
755 Test a repair that fixes its trigger.
758 using a repair trigger that fails first, then passes after
761 * The trigger's `verify()` method is called twice.
784 Test a repair that doesn't fix a failing trigger
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
LoginActivityTest.java 111 // Trigger autofill.
146 // Trigger autofill.
198 // Trigger autofill.
199 // NOTE: must be on password, as saveOnlyTest() will trigger on username
216 * views that have already been visit should not trigger a new session, unless a manual autofill
225 // Trigger autofill on username - should call service
231 // Trigger autofill on password - should call service
247 // Trigger autofill by manually requesting username - should call service
254 // Trigger autofill by manually requesting password - should call service
347 // Trigger auto-fill
    [all...]
VirtualContainerActivityCompatModeTest.java 118 // Trigger autofill.
143 // Trigger autofill.
166 // Trigger auto-fill.
189 // Trigger auto-fill.
205 // Trigger save.
247 // Trigger auto-fill.
264 // Trigger save...
280 // Trigger auto-fill.
296 // Trigger save...
VirtualContainerActivityTest.java 175 // Trigger auto-fill.
268 // Trigger auto-fill.
309 // Trigger auto-fill.
358 // Trigger auto-fill.
386 // Trigger auto-fill.
405 // Trigger auto-fill.
422 // Trigger autofill.
445 // Trigger autofill.
476 // Trigger auto-fill.
547 // Trigger auto-fill
    [all...]
  /frameworks/base/services/core/java/com/android/server/timezone/
PackageTracker.java 38 * broadcast intent is used to trigger the time zone updater app.
53 * acknowledged a check then a check will be retried the next time a "reliability trigger" event
154 // Schedule a reliability trigger so we will have at least one after boot. This will allow
211 * update check is needed and then trigger if it is.
214 * changed, false if the cause is a reliability trigger
240 // 1) No check has previously triggered since restart. We want to trigger in this case.
241 // 2) A check has previously triggered and it is in progress. We want to trigger if
243 // 3) A check has previously triggered and it failed. We want to trigger, but only if
246 // We don't want to trigger, and want to stop future triggers.
250 Slog.d(TAG, "triggerUpdateIfNeeded: First reliability trigger.")
    [all...]
  /external/ltp/testcases/kdump/lib/
test.sh 39 echo c >/proc/sysrq-trigger
202 echo c >/proc/sysrq-trigger
211 echo c >/proc/sysrq-trigger
220 echo c >/proc/sysrq-trigger
229 echo c >/proc/sysrq-trigger
243 echo c >/proc/sysrq-trigger
256 echo c >/proc/sysrq-trigger
  /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.
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CarrierIdentifierTest.java 60 // events to trigger carrier identification
108 // trigger sim loading event
132 // trigger sim loading event
150 // trigger sim loading event
155 // trigger sim absent event
168 // trigger sim loading event
180 // trigger sim loading event
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiControllerTest.java 301 * ECM disabling messages, when in client mode (not expected) do not trigger state changes.
509 * Updates about call state change also trigger entry of ECM mode.
559 // stay in ecm, do not send an additional client mode trigger
594 // stay in ecm, do not send an additional client mode trigger
630 // stay in ecm, do not send an additional client mode trigger
824 * When in sta mode, CMD_RECOVERY_DISABLE_WIFI messages should trigger wifi to disable.
836 * When wifi is disabled, CMD_RECOVERY_DISABLE_WIFI should not trigger a state change.
847 * The command to trigger a WiFi reset should not trigger any action by WifiController if we
878 * The command to trigger a WiFi reset should not trigger any action by WifiController if w
    [all...]
WifiNativeInterfaceManagementTest.java 390 // Trigger the STA interface teardown when AP interface is created.
403 // Creation of AP interface should trigger the STA interface destroy
427 // Trigger the AP interface teardown when STA interface is created.
447 // Creation of STA interface should trigger the AP interface destroy.
466 * Verifies the setup of a client interface and trigger an interface down event.
480 * Verifies the setup of a client interface and trigger an interface up event.
494 * Verifies the setup of a client interface and trigger an interface up event, followed by a
514 * Verifies the setup of a softap interface and trigger an interface up event, followed by a
534 * Verifies the setup of a client interface and trigger an interface up event, followed by
549 // Trigger a link down, with the interface still up
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SignificantMotionTestActivity.java 53 * They use walking motion to change the location and trigger Significant Motion.
69 // 45 secs if SMD does not trigger, the test will fail.
72 // time for the test to wait for a trigger
108 * Verifies that Significant Motion is not trigger by the vibrator motion.
121 * It ensures that Significant Motion will not trigger in that scenario.
155 // wait for the first event to trigger
158 // wait for a second event not to trigger
208 // Wait for the first event to trigger. Device is expected to go into suspend here.
326 * Helper Trigger listener for testing.
  /system/core/init/
action_parser.cpp 55 Result<Success> ParsePropertyTrigger(const std::string& trigger, Subcontext* subcontext,
58 std::string prop_name(trigger.substr(prop_str.length()));
61 return Error() << "property trigger found without matching '='";
83 return Error() << "empty trigger is not valid";
117 return Error() << "Actions must have a trigger";
  /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...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLastResortWatchdog.java 64 * Failure count that each available networks must meet to possibly trigger the Watchdog
85 // Is Watchdog allowed to trigger now? Set to false after triggering. Set to true after
212 // If watchdog is not allowed to trigger it means a wifi restart is already triggered
217 // Have we met conditions to trigger the Watchdog Wifi restart?
228 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG);
229 // increment various watchdog trigger count stats
252 // WiFi has connected after a Watchdog trigger, without any new networks becoming
260 // If the watchdog trigger was disabled (it triggered), connecting means we did
266 * Triggers a wifi specific bugreport with a based on the current trigger probability.
346 * Check trigger condition: For all available networks, have we met a failure threshold for eac
    [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 '
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx-std-suppression.h 69 // Fake error trigger.
108 // Fake error trigger.
130 // Fake error trigger.

Completed in 2942 milliseconds

<<11121314151617181920>>