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

  /external/chromium_org/chrome/browser/history/
visit_tracker.h 18 // transition type properly.
39 // Returns the visit ID for the transition given information about the visit
45 struct Transition {
50 typedef std::vector<Transition> TransitionList;
53 // Expires oldish items in the given transition list. This keeps the list
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Transition.java 30 /** A generic transition between any two state machine states. It defines
37 public class Transition implements Comparable {
38 /** What label must be consumed to transition to target */
41 /** The target of this transition */
44 public Transition(Label label, State target) {
49 public Transition(int label, State target) {
71 Transition other = (Transition)o;
77 Transition other = (Transition)o
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.h 26 enum Transition {
89 Transition transition; member in class:SkApply
  /external/chromium_org/ui/app_list/
pagination_model.h 29 // Holds info for transition animation and touch scroll.
30 struct Transition {
31 Transition(int target_page, double progress)
36 bool Equals(const Transition& rhs) const {
40 // Target page for the transition or -1 if there is no target page. For
56 // Selects a page. |animate| is true if the transition should be animated.
66 void SetTransition(const Transition& transition);
69 // Starts a scroll transition. If there is a running transition animation
90 const Transition& transition() const { return transition_; } function in class:app_list::PaginationModel
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractService.java 44 private final Transition startup = new Transition();
45 private final Transition shutdown = new Transition();
139 * started. It will cause the service to transition from {@link
168 * stopped. It will cause the service to transition from {@link
192 * Invoke this method to transition the service to the
245 private class Transition extends AbstractFuture<State> {
  /external/chromium_org/third_party/icu/source/i18n/
rbtz.cpp 24 * A struct representing a time zone transition
26 struct Transition {
183 // Build the transition array which represents historical time zone
245 // Check if one of final rules has earlier transition date
273 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition));
296 // Append the first transition for each
307 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition))
    [all...]
  /external/icu/icu4c/source/i18n/
rbtz.cpp 24 * A struct representing a time zone transition
26 struct Transition {
183 // Build the transition array which represents historical time zone
245 // Check if one of final rules has earlier transition date
273 Transition *trst = (Transition*)uprv_malloc(sizeof(Transition));
296 // Append the first transition for each
307 Transition *final0 = (Transition*)uprv_malloc(sizeof(Transition))
    [all...]
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 248 StateId Transition(const vector<Label> &context, Label future) const;
563 inline typename A::StateId NGramFstImpl<A>::Transition(
824 arc_.nextstate = fst_.GetImpl()->Transition(inst_.context_, label);
895 impl_->Transition(inst_.context_,
  /external/chromium_org/third_party/icu/source/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/chromium_org/v8/src/ic/
ic.cc 223 case LookupIterator::TRANSITION:
261 // would transition to.
1435 Handle<Map> transition = lookup->transition_map(); local
2119 Handle<Map> transition = args.at<Map>(1); local
    [all...]
  /external/icu/icu4c/source/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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/chromium_org/v8/src/
objects.cc 113 case LookupIterator::TRANSITION:
153 case LookupIterator::TRANSITION:
2190 int transition = transitions->Search(key); local
2238 int transition = transitions->Search(name); local
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 1665 milliseconds