Home
last modified time | relevance | path

Searched refs:Transition (Results 1 – 25 of 27) sorted by relevance

12

/external/icu4c/i18n/
Drbtz.cpp23 struct Transition { struct
255 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); in complete()
289 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition)); in complete()
294 Transition *final1 = (Transition*)uprv_malloc(sizeof(Transition)); in complete()
418 UDate tstart = getTransitionTime((Transition*)fHistoricTransitions->elementAt(0), in getOffsetInternal()
424 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal()
431 rule = ((Transition*)fHistoricTransitions->elementAt(idx))->to; in getOffsetInternal()
436 if (date >= getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal()
442 rule = ((Transition*)fHistoricTransitions->elementAt(idx))->to; in getOffsetInternal()
629 Transition *trs = (Transition*)fHistoricTransitions->orphanElementAt(0); in deleteTransitions()
[all …]
Dregexcst.txt38 # | | |--- Transition to this state if the current input character matches t…
/external/chromium/third_party/icu/source/i18n/
Drbtz.cpp23 struct Transition { struct
255 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition)); in complete()
289 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition)); in complete()
294 Transition *final1 = (Transition*)uprv_malloc(sizeof(Transition)); in complete()
418 UDate tstart = getTransitionTime((Transition*)fHistoricTransitions->elementAt(0), in getOffsetInternal()
424 UDate tend = getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal()
431 rule = ((Transition*)fHistoricTransitions->elementAt(idx))->to; in getOffsetInternal()
436 if (date >= getTransitionTime((Transition*)fHistoricTransitions->elementAt(idx), in getOffsetInternal()
442 rule = ((Transition*)fHistoricTransitions->elementAt(idx))->to; in getOffsetInternal()
629 Transition *trs = (Transition*)fHistoricTransitions->orphanElementAt(0); in deleteTransitions()
[all …]
Dregexcst.txt38 # | | |--- Transition to this state if the current input character matches t…
/external/guava/src/com/google/common/util/concurrent/
DAbstractService.java46 private final Transition startup = new Transition();
47 private final Transition shutdown = new Transition();
251 private static class Transition implements Future<State> { class in AbstractService
/external/webkit/JavaScriptCore/runtime/
DStructureTransitionTable.h71 typedef std::pair<Structure*, Structure*> Transition; typedef
72 …typedef HashMap<StructureTransitionTableHash::Key, Transition, StructureTransitionTableHash, Struc…
117 table()->add(key, Transition(structure, 0)); in add()
124 table()->add(key, Transition(0, structure)); in add()
DStructure.h301 Transition transition = table()->get(key); in get()
/external/icu4c/tools/tzcode/
Dtz2icu.cpp123 struct Transition { struct
126 Transition(int64_t _time, int32_t _type) { in Transition() argument
164 vector<Transition> transitions;
379 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i])); in readzoneinfo()
386 vector<Transition>::iterator itr = info.transitions.begin(); in readzoneinfo()
387 info.transitions.insert(itr, Transition(LOWEST_TIME32, transitionTypes[minidx])); in readzoneinfo()
395 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i])); in readzoneinfo()
444 vector<Transition>::iterator itr = info.transitions.begin(); in readzoneinfo()
445 info.transitions.insert(itr, Transition(LOWEST_TIME32, initialTypeIdx)); in readzoneinfo()
1032 vector<Transition>::const_iterator trn; in print()
[all …]
/external/chromium/third_party/icu/source/tools/tzcode/
Dtz2icu.cpp122 struct Transition { struct
125 Transition(int64_t _time, int32_t _type) { in Transition() argument
163 vector<Transition> transitions;
378 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i])); in readzoneinfo()
385 vector<Transition>::iterator itr = info.transitions.begin(); in readzoneinfo()
386 info.transitions.insert(itr, Transition(LOWEST_TIME32, transitionTypes[minidx])); in readzoneinfo()
394 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i])); in readzoneinfo()
443 vector<Transition>::iterator itr = info.transitions.begin(); in readzoneinfo()
444 info.transitions.insert(itr, Transition(LOWEST_TIME32, initialTypeIdx)); in readzoneinfo()
1048 vector<Transition>::const_iterator trn; in print()
[all …]
/external/skia/src/animator/
DSkDisplayApply.h34 enum Transition { enum
97 Transition transition;
DSkAnimateActive.h61 SkApply::Transition fTransition;
DSkDisplayApply.cpp67 …restore(false), scope(NULL), steps(-1), transition((Transition) -1), fActive(NULL), /*fCurrentScop… in SkApply()
/external/chromium/third_party/icu/public/i18n/unicode/
Drbtz.h26 struct Transition;
316 UDate getTransitionTime(Transition* transition, UBool local,
/external/icu4c/i18n/unicode/
Drbtz.h26 struct Transition;
316 UDate getTransitionTime(Transition* transition, UBool local,
/external/chromium/third_party/icu/source/common/
Drbbirpt.txt38 # | | |--- Transition to this state if the current input character matches t…
/external/icu4c/common/
Drbbirpt.txt38 # | | |--- Transition to this state if the current input character matches t…
/external/wpa_supplicant_6/wpa_supplicant/
Ddefconfig374 # IEEE Std 802.11r-2008 (Fast BSS Transition)
D.config371 # IEEE Std 802.11r-2008 (Fast BSS Transition)
/external/webkit/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js3590 Fx.Transition = function(transition, params){ class
3612 …for (var transition in transitions) Fx.Transitions[transition] = new Fx.Transition(transitions[tra…
3656 Fx.Transitions[transition] = new Fx.Transition(function(p){
Dconcat-jquery-mootools-prototype.js7966 Fx.Transition = function(transition, params){ class
7988 …for (var transition in transitions) Fx.Transitions[transition] = new Fx.Transition(transitions[tra…
8032 Fx.Transitions[transition] = new Fx.Transition(function(p){
/external/webkit/WebCore/platform/text/mac/
Dcharacter-sets.txt1744 [RFC1428] Vaudreuil, G., "Transition of Internet Mail from
/external/webkit/WebCore/
DChangeLog-2008-08-101062 - Transition class is now called Animation
1067 - updates the Transition class so that properties can be shared with animations
28365 (WebCore::Transition::fillUnsetProperties):
28407 (WebCore::Transition::isDurationSet):
28408 (WebCore::Transition::isRepeatCountSet):
28409 (WebCore::Transition::isTimingFunctionSet):
28410 (WebCore::Transition::isPropertySet):
28411 (WebCore::Transition::clearDuration):
28412 (WebCore::Transition::clearRepeatCount):
28413 (WebCore::Transition::clearTimingFunction):
[all …]
DChangeLog-2009-06-1687638 Transition starts running when it shouldn't
93513 Make sure Window object can assign Animation/Transition event
97489 Implement CSS Animation and Transition Events
/external/webkit/WebKit/win/
DChangeLog-2009-06-161348Transition Windows WebHistory to using the same "update already existing History Items" technique …
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1630318 Transition logic can be greatly simplified by the fact that

12