| /external/chromium-trace/catapult/third_party/polymer/components/shadycss/ | 
| D | gulpfile.js | 16 const gulp = require('gulp');  constant 17 const sourcemaps = require('gulp-sourcemaps'); 19 const rename = require('gulp-rename'); 23 const closure = require('google-closure-compiler').gulp(); 24 const size = require('gulp-size'); 37   gulp.task(`test-module-${m}`, () => { 44     .pipe(gulp.dest('./tests/module/generated')) 49 gulp.task('clean-test-modules', () => del(['tests/module/generated'])); 51 gulp.task('test-modules', gulp.series(['clean-test-modules', ...moduleTasks])); 54   gulp.task(`closure-${entry}`, () => { [all …] 
 | 
| D | package.json | 29     "build": "gulp", 30     "debug": "gulp debug", 32     "test": "npm run lint && gulp && wct", 33     "prepack": "gulp closure" 57     "gulp": "^4.0.0",  string 58     "gulp-rename": "^1.4.0", 59     "gulp-size": "^3.0.0", 60     "gulp-sourcemaps": "^2.6.4",
  | 
| D | package-lock.json | 603     "@gulp-sourcemaps/identity-map": { 605 …   "resolved": "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-1.0.1.tgz", 616     "@gulp-sourcemaps/map-sources": { 618       "resolved": "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz", 839     "@types/gulp-if": { 841       "resolved": "https://registry.npmjs.org/@types/gulp-if/-/gulp-if-0.0.33.tgz", 5522     "gulp": {  object 5524       "resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.0.tgz", 5529         "gulp-cli": "^2.0.0", 5534         "gulp-cli": { [all …] 
 | 
| /external/cronet/third_party/protobuf/js/ | 
| D | gulpfile.js | 1 var gulp = require('gulp');  variable 56 gulp.task('genproto_well_known_types_closure', function (cb) { 65 gulp.task('genproto_group1_closure', function (cb) { 74 gulp.task('genproto_group2_closure', function(cb) { 86 gulp.task('genproto_well_known_types_commonjs', function (cb) { 95 gulp.task('genproto_group1_commonjs', function (cb) { 104 gulp.task('genproto_group2_commonjs', function(cb) { 116 gulp.task('genproto_commonjs_wellknowntypes', function (cb) { 125 gulp.task('genproto_wellknowntypes', function (cb) { 133 gulp.task('genproto_group3_commonjs_strict', function (cb) { [all …] 
 | 
| D | package.json | 15     "gulp": "~4.0.2",  string 19     "test": "node ./node_modules/gulp/bin/gulp.js test"
  | 
| D | README.md | 113     $ gulp dist
  | 
| /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ | 
| D | package.json | 23     "gulp": "^3.8.8",  string 24     "gulp-audit": "^1.0.0", 25     "gulp-concat": "^2.4.1", 26     "gulp-header": "^1.1.1", 27     "gulp-uglify": "^1.0.1",
  | 
| D | build.log | 176 gulp: 3.9.1 177 gulp-audit: 1.0.0 178 gulp-concat: 2.6.1 179 gulp-header: 1.8.8 180 gulp-uglify: 1.5.4 182 gulp-util: 3.0.8
  | 
| D | README.md | 50 If you wish to build the polyfills yourself, you'll need `node` and `gulp` on your system: 53  * use `npm` to install [gulp.js](http://gulpjs.com/): `npm install -g gulp` 60     gulp build
  | 
| /external/ktfmt/website/ | 
| D | gulpfile.js | 19 const gulp = require("gulp");  constant 52       gulp 143         .pipe(gulp.dest(outdir)) 166 buildWebsiteSeries = gulp.series(cleanWebsiteTask, buildWebsiteTask); 167 gulp.task("build-website", buildWebsiteSeries);
  | 
| D | README.md | 15 KTFMT_WEBSITE_OUTPUT_DIR=$KTFMT_TMP_DIR gulp build-website
  | 
| D | package.json | 9     "gulp": "^4.0.2",  string
  | 
| D | package-lock.json | 10         "gulp": "^4.0.2",  string 1796     "node_modules/gulp": { 1798       "resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz", 1803         "gulp-cli": "^2.2.0", 1808         "gulp": "bin/gulp.js"  string 1814     "node_modules/gulp-cli": { 1816       "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.3.0.tgz", 1840         "gulp": "bin/gulp.js"  string 6574     "gulp": {  object 6576       "resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz", [all …] 
 | 
| /external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_nodepurejs/ | 
| D | build_interop.sh | 32 npm install -g gulp 34 gulp js.core.install 35 gulp protobuf.install 36 gulp internal.test.install
  | 
| /external/chromium-trace/catapult/third_party/polymer/components/polymer/ | 
| D | build.log | 233 gulp-audit: 1.0.0 235 gulp-eslint: 3.0.1 237 gulp-rename: 1.2.2 238 gulp-replace: 0.5.4 239 gulp-vulcanize: 6.1.0 241 gulp-util: 3.0.8 547 gulp: 3.9.1
  | 
| /external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_node/ | 
| D | build_interop.sh | 32 npm install -g node-gyp gulp 34 gulp setup
  | 
| /external/python/cpython3/Lib/lib2to3/tests/data/ | 
| D | py2_test_grammar.py | 362         class Gulp:  class 365         gulp = Gulp() 366         print >> gulp, 1, 2, 3 367         print >> gulp, 1, 2, 3, 368         print >> gulp 369         print >> gulp, 0 or 1, 0 or 1, 370         print >> gulp, 0 or 1 375             sys.stdout = Gulp() 377                 tellme(Gulp())
  | 
| /external/python/cpython2/Lib/lib2to3/tests/data/ | 
| D | py2_test_grammar.py | 362         class Gulp:  class 365         gulp = Gulp() 366         print >> gulp, 1, 2, 3 367         print >> gulp, 1, 2, 3, 368         print >> gulp 369         print >> gulp, 0 or 1, 0 or 1, 370         print >> gulp, 0 or 1 375             sys.stdout = Gulp() 377                 tellme(Gulp())
  | 
| /external/python/cpython2/Lib/test/ | 
| D | test_grammar.py | 400         class Gulp:  class 403         gulp = Gulp() 404         print >> gulp, 1, 2, 3 405         print >> gulp, 1, 2, 3, 406         print >> gulp 407         print >> gulp, 0 or 1, 0 or 1, 408         print >> gulp, 0 or 1 413             sys.stdout = Gulp() 415                 tellme(Gulp())
  | 
| D | test_itertools.py | 507         def gulp(iterable, keyp=None, func=list):  function 511         self.assertRaises(ExpectedError, gulp, delayed_raise(0)) 513         self.assertRaises(ExpectedError, gulp, delayed_raise(1)) 522         self.assertRaises(ExpectedError, gulp, s, func=id) 524         self.assertRaises(ExpectedError, gulp, s) 536         self.assertRaises(ExpectedError, gulp, [None], keyfunc) 538         self.assertRaises(ExpectedError, gulp, [None, None], keyfunc)
  | 
| /external/grpc-grpc/tools/run_tests/performance/ | 
| D | build_performance_node.sh | 28 ./node_modules/.bin/gulp setup
  | 
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/ | 
| D | build_performance_node.sh | 29 ./node_modules/.bin/gulp setup
  | 
| /external/ktfmt/.github/workflows/ | 
| D | publish_artifacts_on_release.yaml | 55           KTFMT_WEBSITE_OUTPUT_DIR="$KTFMT_TMP_DIR" gulp build-website
  | 
| /external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ | 
| D | main.m | 21 	// simply read in the input file in one gulp
  | 
| /external/pigweed/pw_ide/py/pw_ide/ | 
| D | vscode.py | 172         "gulp.autoDetect": "off",
  |