Lines Matching defs:cb
5 function exec(command, cb) { argument
11 gulp.task('genproto_closure', function (cb) { argument
20 gulp.task('genproto_commonjs', function (cb) { argument
29 gulp.task('dist', function (cb) { argument
40 gulp.task('commonjs_asserts', function (cb) { argument
49 gulp.task('commonjs_testdeps', function (cb) { argument
58 …monjs_out', ['dist', 'genproto_commonjs', 'commonjs_asserts', 'commonjs_testdeps'], function (cb) { argument
81 gulp.task('deps', ['genproto_closure'], function (cb) { argument
90 gulp.task('test_closure', ['genproto_closure', 'deps'], function (cb) { argument
99 gulp.task('test_commonjs', ['make_commonjs_out'], function (cb) { argument
108 gulp.task('test', ['test_closure', 'test_commonjs'], function(cb) { argument