Home
last modified time | relevance | path

Searched refs:asyncMap (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/npm/lib/
Dunbuild.js11 const asyncMap = require('slide').asyncMap constant
24 asyncMap(args, unbuild_(silent), cb)
71 asyncMap([rmBins, rmMans], function (fn, cb) {
79 asyncMap(Object.keys(pkg.bin), function (b, cb) {
106 asyncMap(pkg.man, function (man, cb) {
Ddedupe.js5 var asyncMap = require('slide').asyncMap variable
123 asyncMap(child.children, function (child, next) {
136 asyncMap(tree.children, function (child, done) {
Dlink.js8 var asyncMap = require('slide').asyncMap variable
66 asyncMap(pkgs, function (pkg, cb) {
Dhelp-search.js6 var asyncMap = require('slide').asyncMap variable
36 asyncMap(files, function (file, cb) {
Doutdated.js27 const asyncMap = require('slide').asyncMap constant
316 asyncMap(deps, function (dep, cb) {
Dinstall.js79 asyncMap(siblings, annotatePackageDirMatch, function (err, matches) {
106 var asyncMap = require('slide').asyncMap variable
504 asyncMap(this.differences, function (action, next) {
593 asyncMap(toCommit, function (pkg, next) {
594 asyncMap(pkg.commit, function (commit, done) {
/third_party/node/deps/npm/lib/utils/completion/
Dinstalled-shallow.js8 var asyncMap = require('slide').asyncMap variable
56 asyncMap(local, function (p, cb) {
67 asyncMap(global, function (p, cb) {
/third_party/node/deps/npm/lib/install/
Dcheck-permissions.js6 var asyncMap = require('slide').asyncMap variable
14 asyncMap(actions, function (action, done) {
Dvalidate-args.js3 var asyncMap = require('slide').asyncMap variable
15 asyncMap(args, function (pkg, done) {
Dvalidate-tree.js4 var asyncMap = require('slide').asyncMap variable
22 [asyncMap, modules, function (mod, done) {
Ddeps.js9 var asyncMap = require('slide').asyncMap variable
228 asyncMap(args, function (arg, done) {
265 asyncMap(args, function (pkg, done) {
523 asyncMap(Object.keys(tree.package.dependencies), function (dep, done) {
533 asyncMap(Object.keys(tree.package.devDependencies), function (dep, done) {
565 asyncMap(tree.children.filter(function (child) { return !child.loaded }), function (child, done) {
/third_party/node/deps/npm/test/tap/
Ddebug-logs.js6 var asyncMap = require('slide').asyncMap variable
68 asyncMap(todo, function (num, next) {
/third_party/node/deps/npm/lib/install/action/
Dremove.js5 var asyncMap = require('slide').asyncMap variable
60 asyncMap(files, function (file, done) {
/third_party/node/deps/npm/node_modules/slide/lib/
Dasync-map.js12 module.exports = asyncMap
14 function asyncMap () { function
Dslide.js1 exports.asyncMap = require("./async-map")
/third_party/node/deps/npm/test/need-npm5-update/belongs-in-pacote/
Dgit-races.js6 var asyncMap = require('slide').asyncMap variable
144 asyncMap(testtarballs, function (tgz, done) {
/third_party/node/deps/npm/node_modules/slide/
DREADME.md51 # asyncMap chapter
64 var asyncMap = require("slide").asyncMap
66 asyncMap(files, function (f, cb) {
/third_party/node/deps/npm/node_modules/gentle-fs/lib/
Drm.js9 const asyncMap = require('slide').asyncMap constant
169 asyncMap(paths, errorsToValues(readAllLinks), iferr(cb, function (resolvedPaths) {
/third_party/node/deps/npm/node_modules/read-installed/
Dread-installed.js97 var asyncMap = require("slide").asyncMap variable
234 asyncMap(installed, function (pkg, cb) {
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/
Dandroid_console.dart38 _queue = StreamQueue<String>(_socket.asyncMap(ascii.decode));
/third_party/flutter/flutter/packages/flutter_tools/test/src/
Dtestbed.dart429 Stream<E> asyncMap<E>(FutureOr<E> Function(Uint8List event) convert) {
430 return _delegate.asyncMap<E>(convert);
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/
Dandroid_device_test.dart618 Stream<E> asyncMap<E>(FutureOr<E> convert(Uint8List event)) => _controller.stream as Stream<E>;
639 Stream<E> asyncMap<E>(FutureOr<E> convert(Uint8List event)) => _controller.stream as Stream<E>;
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/
Dweb_fs.dart147 .asyncMap<BuildResult>((BuildResults results) {
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dbinding.dart1862 Stream<E> asyncMap<E>(FutureOr<E> Function(Uint8List event) convert) {
1863 return _delegate.asyncMap<E>(convert);