Lines Matching refs:cb
5 function exec(command, cb) {
6 execFile('sh', ['-c', command], cb);
56 gulp.task('genproto_well_known_types_closure', function (cb) {
61 cb(err);
65 gulp.task('genproto_group1_closure', function (cb) {
70 cb(err);
74 gulp.task('genproto_group2_closure', function (cb) {
79 cb(err);
83 gulp.task('genproto_well_known_types_commonjs', function (cb) {
88 cb(err);
92 gulp.task('genproto_group1_commonjs', function (cb) {
97 cb(err);
101 gulp.task('genproto_group2_commonjs', function (cb) {
106 cb(err);
110 gulp.task('genproto_commonjs_wellknowntypes', function (cb) {
115 cb(err);
119 gulp.task('genproto_wellknowntypes', function (cb) {
124 cb(err);
127 gulp.task('genproto_group3_commonjs_strict', function (cb) {
132 cb(err);
148 gulp.task('dist', gulp.series(['genproto_wellknowntypes'], function(cb) {
155 cb(err);
159 gulp.task('commonjs_asserts', function (cb) {
167 cb(err);
171 gulp.task('commonjs_testdeps', function (cb) {
179 cb(err);
192 function(cb) {
213 cb(err);
224 function(cb) {
230 cb(err);
241 function(cb) {
247 cb(err);
251 gulp.task('test_commonjs', gulp.series(['make_commonjs_out'], function(cb) {
256 cb(err);
260 gulp.task('test', gulp.series(['test_closure', 'test_commonjs'], function(cb) {
261 cb();