Lines Matching defs:cb
5 function exec(command, cb) { argument
55 gulp.task('genproto_well_known_types_closure', function (cb) { argument
64 gulp.task('genproto_group1_closure', function (cb) { argument
73 gulp.task('genproto_group2_closure', function (cb) { argument
82 gulp.task('genproto_well_known_types_commonjs', function (cb) { argument
91 gulp.task('genproto_group1_commonjs', function (cb) { argument
100 gulp.task('genproto_group2_commonjs', function (cb) { argument
109 gulp.task('genproto_commonjs_wellknowntypes', function (cb) { argument
118 gulp.task('genproto_wellknowntypes', function (cb) { argument
126 gulp.task('genproto_group3_commonjs_strict', function (cb) { argument
147 gulp.task('dist', gulp.series(['genproto_wellknowntypes'], function(cb) { argument
158 gulp.task('commonjs_asserts', function (cb) { argument
170 gulp.task('commonjs_testdeps', function (cb) { argument
191 function(cb) { argument
223 function(cb) { argument
240 function(cb) { argument
250 gulp.task('test_commonjs', gulp.series(['make_commonjs_out'], function(cb) { argument
259 gulp.task('test', gulp.series(['test_closure', 'test_commonjs'], function(cb) { argument