HomeSort by relevance Sort by last modified time
    Searched refs:STABLE (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/common/extensions/docs/server/
chromeextensionsdocs.py 35 Channel.STABLE = Channel("stable", "")
36 Channel.CHANNELS = [Channel.DEV, Channel.BETA, Channel.STABLE]
38 Channel.DEFAULT = Channel.STABLE
152 # get the current version number for the channel requested (dev, beta or stable)
206 self.response.out.write("<br/>Testing STABLE<br/>")
207 self.check("/stable/", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/common/extensions/docs/index.html", Channel.STABLE)
208 self.check("/stable/index.html", "http://src.chromium.org/viewvc/chrome/branches/%s/src/chrome/common/extensions/docs/index.html", Channel.STABLE)
    [all...]
  /external/v8/src/
heap.h     [all...]
heap.cc 135 previous_survival_rate_trend_(Heap::STABLE),
136 survival_rate_trend_(Heap::STABLE),
702 set_survival_rate_trend(STABLE);
753 // Stable high survival rates of young objects both during partial and
    [all...]

Completed in 150 milliseconds