Lines Matching full:cb
5 function exec(command, cb) { argument
6 execFile('sh', ['-c', command], cb);
55 gulp.task('genproto_well_known_types_closure', function (cb) { argument
60 cb(err);
64 gulp.task('genproto_group1_closure', function (cb) { argument
69 cb(err);
73 gulp.task('genproto_group2_closure', function (cb) { argument
78 cb(err);
82 gulp.task('genproto_well_known_types_commonjs', function (cb) { argument
87 cb(err);
91 gulp.task('genproto_group1_commonjs', function (cb) { argument
96 cb(err);
100 gulp.task('genproto_group2_commonjs', function (cb) { argument
105 cb(err);
109 gulp.task('genproto_commonjs_wellknowntypes', function (cb) { argument
114 cb(err);
118 gulp.task('genproto_wellknowntypes', function (cb) { argument
123 cb(err);
126 gulp.task('genproto_group3_commonjs_strict', function (cb) { argument
131 cb(err);
147 gulp.task('dist', gulp.series(['genproto_wellknowntypes'], function(cb) { argument
154 cb(err);
158 gulp.task('commonjs_asserts', function (cb) { argument
166 cb(err);
170 gulp.task('commonjs_testdeps', function (cb) { argument
178 cb(err);
191 function(cb) { argument
212 cb(err);
223 function(cb) { argument
229 cb(err);
240 function(cb) { argument
246 cb(err);
250 gulp.task('test_commonjs', gulp.series(['make_commonjs_out'], function(cb) { argument
255 cb(err);
259 gulp.task('test', gulp.series(['test_closure', 'test_commonjs'], function(cb) { argument
260 cb();