Searched defs:transition (Results 76 - 100 of 125) sorted by relevance

12345

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java171 /** Map an edge transition table to a unique set number; ordered so
173 * and then ref them from within the transition[][] table. Like this
188 /** The unique edge transition class number; every time we see a new
191 * some of the big edge transition tables are seen about 57 times.
195 /* This DFA can be converted to a transition[state][char] table and
214 public Vector transition; field in class:DFA
330 if ( transition==null || transition.size()==0 ) {
333 List encoded = new ArrayList(transition.size());
334 // walk Vector<Vector<FormattedInteger>> which is the transition[][] tabl
[all...]
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc122 ui::PageTransition transition,
138 if (transition == ui::PAGE_TRANSITION_TYPED) {
146 if (transition == ui::PAGE_TRANSITION_TYPED) {
631 // Get the URL and transition type for the selected entry.
672 if ((match.transition == ui::PAGE_TRANSITION_TYPED) &&
679 // the transition is GENERATED, the user input something that looked
683 match.transition = ui::PAGE_TRANSITION_RELOAD;
689 match.transition = ui::PAGE_TRANSITION_LINK;
795 if (match.transition == ui::PAGE_TRANSITION_KEYWORD) {
812 DCHECK_EQ(ui::PAGE_TRANSITION_GENERATED, match.transition);
119 RecordPercentageMatchHistogram(const base::string16& old_text, const base::string16& new_text, bool url_replacement_active, ui::PageTransition transition, int omnibox_width) argument
[all...]
/external/chromium_org/components/history/core/browser/
H A Dhistory_types.h57 // Different from page transition types, they describe the origins of visits.
100 ui::PageTransition transition; member in class:history::VisitRow
385 ui::PageTransition transition,
398 ui::PageTransition transition; member in struct:history::HistoryAddPageArgs
524 ui::PageTransition transition; member in struct:history::BriefVisitInfo
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc30 ui::PageTransition transition) {
34 params->transition = transition;
275 ui::PageTransition transition) {
276 main_render_frame_host_->SendNavigateWithTransition(page_id, url, transition);
302 ui::PageTransition transition,
305 page_id, url, transition, response_code);
311 ui::PageTransition transition,
317 page_id, url, transition, original_request_url, response_code,
27 InitNavigateParams(FrameHostMsg_DidCommitProvisionalLoad_Params* params, int page_id, const GURL& url, ui::PageTransition transition) argument
272 SendNavigateWithTransition( int page_id, const GURL& url, ui::PageTransition transition) argument
299 SendNavigateWithTransitionAndResponseCode( int page_id, const GURL& url, ui::PageTransition transition, int response_code) argument
308 SendNavigateWithParameters( int page_id, const GURL& url, ui::PageTransition transition, const GURL& original_request_url, int response_code, const base::FilePath* file_path_for_history_item) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.cpp185 // Type map data must be of the same size as the transition count
237 // historic transition data or finalZone to be used. In an
469 // quick zone transition checking.
486 // Before the first transition time
494 int64_t transition = transitionTimeInSeconds(transIdx); local
496 if (local && (sec >= (transition - MAX_OFFSET_SECONDS))) {
507 // Positive transition, which makes a non-existing local time range
510 transition += offsetBefore;
513 transition += offsetAfter;
515 transition
580 double transition = (double)transitionTimeInSeconds(i); local
[all...]
H A Drbtz.cpp24 * A struct representing a time zone transition
183 // Build the transition array which represents historical time zone
245 // Check if one of final rules has earlier transition date
296 // Append the first transition for each
449 // no final rules or the given time is before the first transition
454 // Find a historical transition
493 // after the next transition.
501 // If DST is not used now, check if DST is used after the next transition
781 // Find a transition within the historic transitions
865 // Find a transition withi
896 getTransitionTime(Transition* transition, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt) const argument
[all...]
H A Ducal.cpp753 UDate* transition, UErrorCode* status)
768 *transition = tzt.getTime();
752 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, UDate* transition, UErrorCode* status) argument
/external/chromium_org/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc296 // an IC miss that would otherwise cause a transition to the generic stub.
309 // an IC miss that would otherwise cause a transition to the generic stub.
334 Handle<Map> transition, Handle<Name> name, Register receiver_reg,
340 int descriptor = transition->LastAdded();
341 DescriptorArray* descriptors = transition->instance_descriptors();
393 DCHECK(!transition->is_access_check_needed());
395 // Perform map transition for the receiver if necessary.
397 Map::cast(transition->GetBackPointer())->unused_property_fields() == 0) {
401 __ mov(r2, Operand(transition));
411 __ mov(scratch1, Operand(transition));
333 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register scratch3, Label* miss_label, Label* slow) argument
[all...]
/external/chromium_org/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc289 // an IC miss that would otherwise cause a transition to the generic stub.
304 // an IC miss that would otherwise cause a transition to the generic stub.
378 Handle<Map> transition, Handle<Name> name, Register receiver_reg,
389 int descriptor = transition->LastAdded();
390 DescriptorArray* descriptors = transition->instance_descriptors();
438 DCHECK(!transition->is_access_check_needed());
440 // Perform map transition for the receiver if necessary.
442 Map::cast(transition->GetBackPointer())->unused_property_fields() == 0) {
445 __ Mov(scratch1, Operand(transition));
455 __ Mov(scratch1, Operand(transition));
377 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register scratch3, Label* miss_label, Label* slow) argument
[all...]
/external/chromium_org/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc291 // an IC miss that would otherwise cause a transition to the generic stub.
304 // an IC miss that would otherwise cause a transition to the generic stub.
328 Handle<Map> transition, Handle<Name> name, Register receiver_reg,
334 int descriptor = transition->LastAdded();
335 DescriptorArray* descriptors = transition->instance_descriptors();
388 DCHECK(!transition->is_access_check_needed());
390 // Perform map transition for the receiver if necessary.
392 Map::cast(transition->GetBackPointer())->unused_property_fields() == 0) {
396 __ li(a2, Operand(transition));
406 __ li(scratch1, Operand(transition));
327 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register scratch3, Label* miss_label, Label* slow) argument
[all...]
/external/chromium_org/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc291 // an IC miss that would otherwise cause a transition to the generic stub.
304 // an IC miss that would otherwise cause a transition to the generic stub.
328 Handle<Map> transition, Handle<Name> name, Register receiver_reg,
334 int descriptor = transition->LastAdded();
335 DescriptorArray* descriptors = transition->instance_descriptors();
388 DCHECK(!transition->is_access_check_needed());
390 // Perform map transition for the receiver if necessary.
392 Map::cast(transition->GetBackPointer())->unused_property_fields() == 0) {
396 __ li(a2, Operand(transition));
406 __ li(scratch1, Operand(transition));
327 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register scratch3, Label* miss_label, Label* slow) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dolsontz.cpp185 // Type map data must be of the same size as the transition count
237 // historic transition data or finalZone to be used. In an
469 // quick zone transition checking.
486 // Before the first transition time
494 int64_t transition = transitionTimeInSeconds(transIdx); local
496 if (local && (sec >= (transition - MAX_OFFSET_SECONDS))) {
507 // Positive transition, which makes a non-existing local time range
510 transition += offsetBefore;
513 transition += offsetAfter;
515 transition
580 double transition = (double)transitionTimeInSeconds(i); local
[all...]
H A Drbtz.cpp24 * A struct representing a time zone transition
183 // Build the transition array which represents historical time zone
245 // Check if one of final rules has earlier transition date
296 // Append the first transition for each
449 // no final rules or the given time is before the first transition
454 // Find a historical transition
493 // after the next transition.
501 // If DST is not used now, check if DST is used after the next transition
781 // Find a transition within the historic transitions
865 // Find a transition withi
896 getTransitionTime(Transition* transition, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt) const argument
[all...]
H A Ducal.cpp753 UDate* transition, UErrorCode* status)
768 *transition = tzt.getTime();
752 ucal_getTimeZoneTransitionDate(const UCalendar* cal, UTimeZoneTransitionType type, UDate* transition, UErrorCode* status) argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DTab.java438 * page transition as it is used for ranking URLs in the history so the omnibox
1215 byte[] postData, int transition, String referrerUrl, int referrerPolicy,
1214 nativeLoadUrl(long nativeTabAndroid, String url, String extraHeaders, byte[] postData, int transition, String referrerUrl, int referrerPolicy, boolean isRendererInitiated) argument
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend_unittest.cc242 ui::PageTransition transition,
251 redirects, transition, history::SOURCE_BROWSED,
256 // Adds CLIENT_REDIRECT page transition.
258 // |did_replace| is true if the transition is non-user initiated and the
260 // updated transition code of the visit records for |url1| and |url2| is
289 return visits[0].transition;
822 // Initial transition to page A.
1241 ui::PageTransitionStripQualifier(details->transition));
1254 ui::PageTransitionStripQualifier(details->transition));
2568 // Add a visit with a transition tha
239 AddRedirectChainWithTransitionAndTime( const char* sequence[], int page_id, ui::PageTransition transition, base::Time time) argument
[all...]
H A Dhistory_service.cc373 ui::PageTransition transition,
379 redirects, transition, visit_source,
367 AddPage(const GURL& url, Time time, history::ContextID context_id, int32 page_id, const GURL& referrer, const history::RedirectList& redirects, ui::PageTransition transition, history::VisitSource visit_source, bool did_replace_entry) argument
H A Dhistory_backend.cc340 // same transition type. We are not adding it as a new segment in that case
345 // navigation is for the entry google.com transition typed. We end up adding
440 ui::PageTransition request_transition = request.transition;
447 // change the transition to TYPED so that the omnibox will learn that this is
517 // there, so we skip over it but change the transition type of the first
518 // transition to client redirect.
535 visit_row.transition & ui::PAGE_TRANSITION_CHAIN_END) {
536 visit_row.transition = ui::PageTransitionFromInt(
537 visit_row.transition & ~ui::PAGE_TRANSITION_CHAIN_END);
548 // If this is the last transition, ad
733 AddPageVisit( const GURL& url, Time time, VisitID referring_visit, ui::PageTransition transition, VisitSource visit_source) argument
[all...]
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_local_predictor.cc251 bool IsBackForward(PageTransition transition) { argument
252 return (transition & ui::PAGE_TRANSITION_FORWARD_BACK) != 0;
255 bool IsHomePage(PageTransition transition) { argument
256 return (transition & ui::PAGE_TRANSITION_HOME_PAGE) != 0;
259 bool IsIntermediateRedirect(PageTransition transition) { argument
260 return (transition & ui::PAGE_TRANSITION_CHAIN_END) == 0;
263 bool IsFormSubmit(PageTransition transition) { argument
264 return ui::PageTransitionCoreTypeIs(transition,
268 bool ShouldExcludeTransitionForPrediction(PageTransition transition) { argument
269 return IsBackForward(transition) || IsHomePag
[all...]
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc35 // Returns true if the specified transition is one of the types that cause the
36 // opener relationships for the tab in which the transition occurred to be
40 bool ShouldForgetOpenersForTransition(ui::PageTransition transition) { argument
41 return transition == ui::PAGE_TRANSITION_TYPED ||
42 transition == ui::PAGE_TRANSITION_AUTO_BOOKMARK ||
43 transition == ui::PAGE_TRANSITION_GENERATED ||
44 transition == ui::PAGE_TRANSITION_KEYWORD ||
45 transition == ui::PAGE_TRANSITION_AUTO_TOPLEVEL;
609 ui::PageTransition transition) {
610 if (ShouldForgetOpenersForTransition(transition)) {
608 TabNavigating(WebContents* contents, ui::PageTransition transition) argument
785 AddWebContents(WebContents* contents, int index, ui::PageTransition transition, int add_types) argument
[all...]
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.cc91 // the transition type to reload and makes sure the content state isn't empty.
96 // Use a transition type of reload so that we don't incorrectly increase
164 ui::PageTransition transition,
184 transition,
644 ui::PageTransition transition,
648 params.transition_type = transition;
865 if (ui::PageTransitionIsMainFrame(params.transition))
876 ui::PageTransitionIsMainFrame(params.transition);
908 // could be invalid. This can also happen for a cross-site transition
923 if (ui::PageTransitionIsMainFrame(params.transition))
161 CreateNavigationEntry( const GURL& url, const Referrer& referrer, ui::PageTransition transition, bool is_renderer_initiated, const std::string& extra_headers, BrowserContext* browser_context) argument
641 LoadURL( const GURL& url, const Referrer& referrer, ui::PageTransition transition, const std::string& extra_headers) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c1087 log_err("ucal_add failed adding day across transition for zone %s: %s\n", itemPtr->zone, u_errorName(status));
1089 log_err("ucal_add produced wrong hour %d when adding day across transition for zone %s\n", hr, itemPtr->zone);
1094 log_err("ucal_add failed subtracting day across transition for zone %s: %s\n", itemPtr->zone, u_errorName(status));
1096 log_err("ucal_add produced wrong hour %d when subtracting day across transition for zone %s\n", hr, itemPtr->zone);
1697 int32_t transition; /* transition time if dayType is UCAL_WEEKEND_ONSET or UCAL_WEEKEND_CEASE; else must be 0 */ member in struct:__anon12187
1798 int32_t transition = 0; local
1801 transition = ucal_getWeekendTransition(cal, daysOfWeekPtr->dayOfWeek, &status);
1806 } else if ( dayType != daysOfWeekPtr->dayType || transition != daysOfWeekPtr->transition ) {
[all...]
/external/chromium_org/v8/src/ic/
H A Dic.cc261 // would transition to.
1138 // monomorphic type. This benefits global arrays that only transition
1435 Handle<Map> transition = lookup->transition_map(); local
1438 TRACE_GENERIC_IC(isolate(), "StoreIC", "transition from slow");
1444 return compiler.CompileStoreTransition(transition, lookup->name());
1569 // transition to a different GetNonTransitioningStoreMode IC that handles a
2119 Handle<Map> transition = args.at<Map>(1); local
2126 JSObject::MigrateToNewProperty(object, transition, value);
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1088 log_err("ucal_add failed adding day across transition for zone %s: %s\n", itemPtr->zone, u_errorName(status));
1090 log_err("ucal_add produced wrong hour %d when adding day across transition for zone %s\n", hr, itemPtr->zone);
1095 log_err("ucal_add failed subtracting day across transition for zone %s: %s\n", itemPtr->zone, u_errorName(status));
1097 log_err("ucal_add produced wrong hour %d when subtracting day across transition for zone %s\n", hr, itemPtr->zone);
1701 int32_t transition; /* transition time if dayType is UCAL_WEEKEND_ONSET or UCAL_WEEKEND_CEASE; else must be 0 */ member in struct:__anon21986
1802 int32_t transition = 0; local
1805 transition = ucal_getWeekendTransition(cal, daysOfWeekPtr->dayOfWeek, &status);
1810 } else if ( dayType != daysOfWeekPtr->dayType || transition != daysOfWeekPtr->transition ) {
[all...]
/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.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.carousel=n,this},e(document).on("click.carousel.data-api","[data-slide], [data-slide-to]",function(t){var n=e(this),r,i=e(n.attr("data-target")||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,"")),s=e.extend({},i.data(),n.data()),o;i.carousel(s),(o=n.attr("data-slide-to"))&&i.data("carousel").pause().to(o).cycle(),t.preventDefault()})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.collapse.defaults,n),this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.prototype={constructor:t,dimension:function(){var e=this.$element.hasClass("width");return e?"width":"height"},show:function(){var t,n,r,i;if(this.transitioning||this.$element.hasClass("in"))return;t=this.dimension(),n=e.camelCase(["scroll",t].join("-")),r=this.$parent&&this.$parent.find("> .accordion-group > .in");if(r&&r.length){i=r.data("collapse");if(i&&i.transitioning)return;r.collapse("hide"),i||r.data("collapse",null)}this.$element[t](0),this.transition("addClass",e.Event("show"),"shown"),e.support.transition
[all...]

Completed in 736 milliseconds

12345