/frameworks/support/lifecycle/extensions/src/test/java/android/arch/lifecycle/ |
TransformationsTest.java | 53 registry.handleLifecycleEvent(Lifecycle.Event.ON_CREATE); 54 registry.handleLifecycleEvent(Lifecycle.Event.ON_START);
|
/packages/apps/Calendar/src/com/android/calendar/ |
DayFragment.java | 242 Event getSelectedEvent() { 252 Event getNewEvent() {
|
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
DataItem.java | 22 import android.provider.ContactsContract.CommonDataKinds.Event; 83 } else if (Event.CONTENT_ITEM_TYPE.equals(mimeType)) {
|
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/ |
DataItem.java | 22 import android.provider.ContactsContract.CommonDataKinds.Event; 80 } else if (Event.CONTENT_ITEM_TYPE.equals(mimeType)) {
|
/system/core/adb/ |
test_adb.py | 71 # Helper method that reads a pipe until it is closed, then sets the event. 72 def _read_pipe_and_set_event(self, pipe, event): 74 event.set() 107 stdout_event = threading.Event() 114 stderr_event = threading.Event()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/ |
VrListenerVerifierActivity.java | 234 // Write to persistent store in the event that the activity was 413 private static void assertEventIn(String message, MockVrListenerService.Event elem, 513 ArrayBlockingQueue<MockVrListenerService.Event> q = 515 MockVrListenerService.Event e = q.poll(POLL_DELAY_MS, TimeUnit.MILLISECONDS); 516 assertTrue("Timed out before receive onCreate or onBind event from VrListenerService.", 518 assertEventIn("First listener service event must be onCreate or onBind, but was " + 525 assertTrue("Timed out before receive onBind event from VrListenerService.", 527 assertEventIn("Second listener service event must be onBind, but was " + 534 assertTrue("Timed out before receive onCurrentVrModeActivityChanged event " + 545 assertTrue("Timed out before receive unbind event from VrListenerService.", e != null) [all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/ |
Init.c | 41 (Standard Event handler)
49 EFI_EVENT Event,
95 (Standard Event handler)
103 EFI_EVENT Event,
1023 EFI_EVENT Event;
1042 &Event
1052 &Event
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
MonthByWeekFragment.java | 51 import com.android.calendar.Event; 54 import com.android.calendar.event.CreateEventDialogFragment; 69 // Selection and selection args for adding event queries 357 getActivity(), mEventUri, Event.EVENT_PROJECTION, where, 400 ArrayList<Event> events = new ArrayList<Event>(); 401 Event.buildEventsFromCursor( 426 public void handleEvent(EventInfo event) { 427 if (event.eventType == EventType.GO_TO) { 430 Time.getJulianDay(event.selectedTime.toMillis(true), event.selectedTime.gmtoff [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
Ping.c | 76 EFI_EVENT Event;
335 if (TxInfo->Token->Event != NULL) {
336 gBS->CloseEvent (TxInfo->Token->Event);
420 @param[in] Event A EFI_EVENT type event.
427 IN EFI_EVENT Event,
436 @param[in] Event A EFI_EVENT type event.
443 IN EFI_EVENT Event,
645 &Token->Event
[all...] |
/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={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger(a.Event("hidden.bs.dropdown",f)))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.6",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(a.Event("shown.bs.dropdown",h))}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which (…) [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/ |
DxeMain.h | 155 EFI_EVENT Event;
410 Initializes "event" support.
437 Creates an event that is fired everytime a Protocol of a specific type is installed.
663 event. The firmware reserves codes 0x0000 to 0xFFFF.
671 watchdog event.
993 @param Event The event to signal
1005 IN EFI_EVENT Event,
1011 Removes all the events in the protocol database that match Event.
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/ |
CoreSectionExtraction.c | 22 recursions to return the data, and a RPN event is set that will enable
73 EFI_EVENT Event;
546 @param Event The event that fired
553 IN EFI_EVENT Event,
610 // Close the event when done.
612 gBS->CloseEvent (Event);
613 Context->ChildNode->Event = NULL;
618 Constructor for RPN event when a missing GUIDED_SECTION_EXTRACTION_PROTOCOL appears...
633 // Allocate new event structure and context [all...] |
/frameworks/support/lifecycle/runtime/src/test/java/android/arch/lifecycle/ |
LifecycleRegistryTest.java | 19 import static android.arch.lifecycle.Lifecycle.Event.ON_CREATE; 20 import static android.arch.lifecycle.Lifecycle.Event.ON_DESTROY; 21 import static android.arch.lifecycle.Lifecycle.Event.ON_PAUSE; 22 import static android.arch.lifecycle.Lifecycle.Event.ON_RESUME; 23 import static android.arch.lifecycle.Lifecycle.Event.ON_START; 24 import static android.arch.lifecycle.Lifecycle.Event.ON_STOP; 569 private void dispatchEvent(Lifecycle.Event event) { 570 when(mLifecycle.getCurrentState()).thenReturn(LifecycleRegistry.getStateAfter(event)); 571 mRegistry.handleLifecycleEvent(event); [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
Analytics.java | 654 private static TelecomLogClass.Event[] convertLogEventsToProtoEvents( 655 List<EventManager.Event> logEvents) { 657 ArrayList<TelecomLogClass.Event> events = new ArrayList<>(logEvents.size()); 658 for (EventManager.Event logEvent : logEvents) { 660 TelecomLogClass.Event event = new TelecomLogClass.Event(); local 661 event.setEventName(sLogEventToAnalyticsEvent.get(logEvent.eventId)); 662 event.setTimeSinceLastEventMillis(roundToOneSigFig( 664 events.add(event); [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
SetupBrowser.c | 214 Function waits for a given event to fire, or for an optional timeout to expire.
217 @param Event The event to wait for
221 @retval EFI_SUCCESS Event fired before Timeout expired.
222 @retval EFI_TIME_OUT Timout expired before Event fired..
227 IN EFI_EVENT Event,
238 // Create a timer event
243 // Set the timer event
252 // Wait for the original event or the timer
254 WaitList[0] = Event;
[all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
BlockIo.c | 343 non-blocking I/O is being used, the Event associated with this request will
356 @retval EFI_SUCCESS The read request was queued if Token->Event is
358 device if the Token->Event is NULL.
406 if (Token->Event != NULL) {
407 // Caller is responcible for signaling EFI Event
422 being used, the Event associated with this request will not be signaled.
433 @retval EFI_SUCCESS The write request was queued if Event is not NULL.
435 the Event is NULL.
485 if (Token->Event != NULL) {
486 // Caller is responcible for signaling EFI Event
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/ |
Ps2MouseAbsolutePointer.c | 279 // Setup the WaitForKey event
465 // Cancel mouse data polling timer, close timer event
689 Event notification function for SIMPLE_POINTER.WaitForInput event.
690 Signal the event if there is input from mouse.
692 @param Event event object
693 @param Context event context
699 IN EFI_EVENT Event,
708 // Someone is waiting on the mouse event, if there's [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/ |
Ps2Mouse.c | 289 // Setup the WaitForKey event
480 // Cancel mouse data polling timer, close timer event
703 Event notification function for SIMPLE_POINTER.WaitForInput event.
704 Signal the event if there is input from mouse.
706 @param Event event object
707 @param Context event context
713 IN EFI_EVENT Event,
722 // Someone is waiting on the mouse event, if there's [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
Terminal.h | 252 Event notification function for EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.WaitForKeyEx event
253 Signal the event if there is key available
255 @param Event Indicates the event that invoke this function.
262 IN EFI_EVENT Event,
289 Reads the next keystroke from the input device. The WaitForKey Event can
382 Event notification function for EFI_SIMPLE_TEXT_INPUT_PROTOCOL.WaitForKey event
383 Signal the event if there is key available [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/ |
EsrtDxe.c | 475 before gEfiEndOfDxeEventGroupGuid event signaled
504 Notify function for event group EFI_EVENT_GROUP_READY_TO_BOOT. This is used to
507 @param[in] Event The Event that is being processed.
508 @param[in] Context The Event Context.
514 IN EFI_EVENT Event,
606 gBS->CloseEvent(Event);
654 // Register notify function to install Esrt Table on ReadyToBoot Event.
662 &mPrivate.Event
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/ |
ArpDriver.c | 144 // Create the event used in the RxToken.
151 &ArpService->RxToken.Event
210 if (ArpService->RxToken.Event != NULL) {
212 // Cancle the RxToken and close the event in the RxToken.
215 gBS->CloseEvent (ArpService->RxToken.Event);
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
HttpDriver.c | 142 The event process routine when the http utilities protocol is installed
145 @param[in] Event Not used.
152 IN EFI_EVENT Event,
163 // Close the event if Http utilities protocol is loacted.
165 if (mHttpUtilities != NULL && Event != NULL) {
166 gBS->CloseEvent (Event);
[all...] |
/external/python/cpython2/Lib/test/ |
test_asynchat.py | 25 def __init__(self, event): 27 self.event = event 36 self.event.set() 94 event = threading.Event() 95 s = echo_server(event) 97 event.wait() 98 event.clear() 100 return s, event [all...] |
/external/swiftshader/src/Renderer/ |
Renderer.hpp | 455 Event *resume[16]; // Events for resuming threads 456 Event *suspend[16]; // Events for suspending threads 457 Event *resumeApp; // Event for resuming the application thread
|
/external/valgrind/callgrind/ |
main.c | 197 /*--- Instrumentation structures and event queue handling ---*/ 204 notified event where possible (Dw immediately following Dr and 215 when there is no space to add a new event. 220 performance by inhibiting event-merging during flushing. 223 instrumentation IR for each event, in the order in which they 241 Ev_G // Global bus event 274 Event; 276 static void init_Event ( Event* ev ) { 277 VG_(memset)(ev, 0, sizeof(Event)); 280 static IRAtom* get_Event_dea ( Event* ev ) [all...] |