Home
last modified time | relevance | path

Searched refs:TrackerGroup (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/node_modules/are-we-there-yet/lib/
Dtracker-group.js7 var TrackerGroup = module.exports = function (name) { variable
17 util.inherits(TrackerGroup, TrackerBase)
29 TrackerGroup.prototype.nameInTree = function () { class
39 TrackerGroup.prototype.addUnit = function (unit, weight) {
64 TrackerGroup.prototype.completed = function () {
78 TrackerGroup.prototype.newGroup = function (name, weight) {
79 return this.addUnit(new TrackerGroup(name), weight)
82 TrackerGroup.prototype.newItem = function (name, todo, weight) {
86 TrackerGroup.prototype.newStream = function (name, todo, weight) {
90 TrackerGroup.prototype.finish = function () {
[all …]
Dindex.js2 exports.TrackerGroup = require('./tracker-group.js')
/third_party/node/deps/npm/node_modules/are-we-there-yet/lib/
Dtracker-group.js7 var TrackerGroup = module.exports = function (name) { variable
17 util.inherits(TrackerGroup, TrackerBase)
29 TrackerGroup.prototype.nameInTree = function () { class
39 TrackerGroup.prototype.addUnit = function (unit, weight) {
64 TrackerGroup.prototype.completed = function () {
78 TrackerGroup.prototype.newGroup = function (name, weight) {
79 return this.addUnit(new TrackerGroup(name), weight)
82 TrackerGroup.prototype.newItem = function (name, todo, weight) {
86 TrackerGroup.prototype.newStream = function (name, todo, weight) {
90 TrackerGroup.prototype.finish = function () {
[all …]
Dindex.js2 exports.TrackerGroup = require('./tracker-group.js')
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/npmlog/lib/
Dlog.js55 log.tracker = new Progress.TrackerGroup()
135 if (tracker instanceof Progress.TrackerGroup) {
/third_party/node/deps/npm/node_modules/npmlog/lib/
Dlog.js55 log.tracker = new Progress.TrackerGroup()
131 if (tracker instanceof Progress.TrackerGroup) {