HomeSort by relevance Sort by last modified time
    Searched defs:Transition (Results 1 - 8 of 8) sorted by null

  /external/skia/src/animator/
SkDisplayApply.h 34 enum Transition {
97 Transition transition; member in class:SkApply
  /external/webkit/JavaScriptCore/runtime/
StructureTransitionTable.h 71 typedef std::pair<Structure*, Structure*> Transition;
72 typedef HashMap<StructureTransitionTableHash::Key, Transition, StructureTransitionTableHash, StructureTransitionTableHashTraits> TransitionTable;
84 // The contains and get methods accept imprecise matches, so if an unspecialised transition exists
85 // for the given key they will consider that transition to be a match. If a specialised transition
86 // exists and it matches the provided specificValue, get will return the specific transition.
117 table()->add(key, Transition(structure, 0));
121 // If we're adding a transition to a specific value, then there cannot be
122 // an existing transition
124 table()->add(key, Transition(0, structure))
    [all...]
  /external/guava/src/com/google/common/util/concurrent/
AbstractService.java 46 private final Transition startup = new Transition();
47 private final Transition shutdown = new Transition();
151 * started. It will cause the service to transition from {@link
180 * stopped. It will cause the service to transition from {@link
204 * Invoke this method to transition the service to the
251 private static class Transition implements Future<State> {
  /external/chromium/third_party/icu/source/i18n/
rbtz.cpp 21 * A struct representing a time zone transition
23 struct Transition {
165 // Build the transition array which represents historical time zone
227 // Check if one of final rules has earlier transition date
255 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition));
278 // Append the first transition for each
289 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition))
    [all...]
  /external/icu4c/i18n/
rbtz.cpp 21 * A struct representing a time zone transition
23 struct Transition {
165 // Build the transition array which represents historical time zone
227 // Check if one of final rules has earlier transition date
255 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition));
278 // Append the first transition for each
289 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition))
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
tz2icu.cpp 120 // A transition from one ZoneType to another
122 struct Transition {
125 Transition(int64_t _time, int32_t _type) {
163 vector<Transition> transitions;
333 // Used temporarily to store transition times and types. We need
339 // Read transition times
348 // Read transition types
369 // Preserve the latest transition before the 32bit minimum time
373 // Skipping the rest of the transition data. We cannot put such
378 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i]))
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 121 // A transition from one ZoneType to another
123 struct Transition {
126 Transition(int64_t _time, int32_t _type) {
164 vector<Transition> transitions;
334 // Used temporarily to store transition times and types. We need
340 // Read transition times
349 // Read transition types
370 // Preserve the latest transition before the 32bit minimum time
374 // Skipping the rest of the transition data. We cannot put such
379 info.transitions.push_back(Transition(transitionTimes[i], transitionTypes[i]))
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]

Completed in 495 milliseconds