/third_party/node/deps/npm/lib/install/ |
D | actions.js | 35 actions[actionName] = (staging, pkg, log) => { argument 36 validate('SOO', [staging, pkg, log]) 50 actionP = runAction(action, staging, pkg, log) 54 return runAction(action, staging, pkg, log) 73 function runAction (action, staging, pkg, log) { argument 75 const result = action(staging, pkg, log, cb) 104 function doOne (cmd, staging, pkg, log, next) { argument 106 const prepped = prepareAction([cmd, pkg], staging, log) 113 function doParallel (type, staging, actionsToRun, log, next) { argument 117 acc.push(prepareAction(todo, staging, log)) [all …]
|
D | module-staging-path.js | 6 function moduleStagingPath (staging, pkg) { argument 7 return uniqueFilename(staging, moduleName(pkg), pkg.realpath)
|
/third_party/giflib/doc/ |
D | Makefile | 46 rm -fr staging; mkdir staging; 47 cp -r $(XMLALL:.xml=.html) gifstandard whatsinagif staging 48 cp index.html.in staging/index.html 49 convert ../pic/gifgrid.gif -resize 50x50 staging/giflib-logo.gif 50 asciidoc - <../history.adoc >staging/history.html
|
/third_party/node/doc/guides/ |
D | backporting-to-release-lines.md | 5 Each release line has a staging branch that the releaser will use as a scratch 7 `vN.x-staging` where `N` is the major release number. 9 For the active staging branches see the [Release Schedule][]. 13 If a cherry-pick from master does not land cleanly on a staging branch, the 24 they can be landed in an LTS staging branch. Only after "maturation" will those 30 release line. All commands will use the `v10.x-staging` branch as the target 32 replace that with the staging branch for the targeted release line. 34 1. Checkout the staging branch for the targeted release line. 35 2. Make sure that the local staging branch is up to date with the remote. 36 3. Create a new branch off of the staging branch, as shown below. [all …]
|
/third_party/node/deps/npm/lib/install/action/ |
D | extract.js | 48 function extract (staging, pkg, log) { argument 50 const extractTo = moduleStagingPath(staging, pkg) 93 return readBundled(pkg, staging, extractTo) 105 function readBundled (pkg, staging, extractTo) { argument 111 return stageBundledModule(pkg, child, staging, extractTo) 116 function stageBundledModule (bundler, child, staging, parentPath) { argument 118 const stageTo = moduleStagingPath(staging, child) 124 return stageBundledModule(bundler, child, staging, stageFrom)
|
D | prepare.js | 8 module.exports = function (staging, pkg, log, next) { argument 19 var buildpath = moduleStagingPath(staging, pkg)
|
D | finalize.js | 18 module.exports = function (staging, pkg, log) { argument 21 const extractedTo = moduleStagingPath(staging, pkg) 93 module.exports.rollback = function (top, staging, pkg) { argument
|
D | postinstall.js | 5 module.exports = function (staging, pkg, log, next) { argument
|
D | install.js | 5 module.exports = function (staging, pkg, log, next) { argument
|
D | preinstall.js | 5 module.exports = function (staging, pkg, log, next) { argument
|
D | global-link.js | 6 module.exports = function (staging, pkg, log, next) { argument
|
/third_party/node/deps/npm/lib/ |
D | install.js | 322 var staging = path.resolve(node_modules, '.staging') 325 [this, this.rollbackFailedOptional, staging, this.todo], 327 [this, this.commit, staging, this.todo], 545 var staging = path.resolve(node_modules, '.staging') 552 [doSerialActions, 'global-install', staging, todo, trackLifecycle.newGroup('global-install')], 554 [rimraf, staging], 555 [doParallelActions, 'extract', staging, todo, cg.newGroup('extract', 100)], 556 [doReverseSerialActions, 'unbuild', staging, todo, cg.newGroup('unbuild')], 557 [doSerialActions, 'remove', staging, todo, cg.newGroup('remove')], 558 [doSerialActions, 'move', staging, todo, cg.newGroup('move')], [all …]
|
/third_party/giflib/ |
D | control | 13 XBS-Web-Directory: doc/staging 14 XBS-Logo: doc/staging/giflib-logo.gif
|
D | Makefile | 85 rm -fr doc/*.1 *.html doc/staging 167 rm -fr doc/staging 173 rm -fr doc/staging
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_d3d11va.c | 378 ID3D11Resource *staging; in d3d11va_transfer_data() local 398 staging = (ID3D11Resource *)s->staging_texture; in d3d11va_transfer_data() 404 staging, 0, 0, 0, 0, in d3d11va_transfer_data() 408 staging, 0, D3D11_MAP_READ, 0, &map); in d3d11va_transfer_data() 417 ID3D11DeviceContext_Unmap(device_hwctx->device_context, staging, 0); in d3d11va_transfer_data() 420 staging, 0, D3D11_MAP_WRITE, 0, &map); in d3d11va_transfer_data() 429 ID3D11DeviceContext_Unmap(device_hwctx->device_context, staging, 0); in d3d11va_transfer_data() 433 staging, 0, NULL); in d3d11va_transfer_data()
|
/third_party/openssl/VMS/ |
D | msg_staging.com | 5 $ ! P1 staging software installation directory 6 $ ! P2 staging data installation directory
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/ |
D | DeviceNull.cpp | 61 destination->CopyFromStaging(staging, sourceOffset, destinationOffset, size); in Execute() 64 StagingBufferBase* staging; member 156 operation->staging = source; in CopyFromStagingToBuffer() 252 void Buffer::CopyFromStaging(StagingBufferBase* staging, in CopyFromStaging() argument 256 uint8_t* ptr = reinterpret_cast<uint8_t*>(staging->GetMappedPointer()); in CopyFromStaging()
|
/third_party/boost/tools/build/example/named-install-dirs/ |
D | build.jam | 26 make a8 : a : @write-dirs : <staging-prefix>p/q/r <install-bindir>/bin ; 45 # using staging prefix; on Linux installs into q/r/s/share/a9 46 install (datarootdir)/a9 : a : <staging-prefix>q/r/s ;
|
/third_party/protobuf/kokoro/docs/ |
D | publish-python.sh | 51 … -m docuploader upload docs/_build/html --metadata-file docs.metadata --staging-bucket docs-staging
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
D | DeviceNull.cpp | 85 destination->CopyFromStaging(staging, sourceOffset, destinationOffset, size); in Execute() 88 StagingBufferBase* staging; member 207 operation->staging = source; in CopyFromStagingToBuffer() 308 void Buffer::CopyFromStaging(StagingBufferBase* staging, in CopyFromStaging() argument 312 uint8_t* ptr = reinterpret_cast<uint8_t*>(staging->GetMappedPointer()); in CopyFromStaging()
|
/third_party/grpc/tools/run_tests/python_utils/ |
D | jobset.py | 542 staging = [] 544 staging.append(x) 545 if len(staging) > 5000: 546 yield (staging.pop(0), None) 547 n = len(staging) 548 for i, x in enumerate(staging):
|
/third_party/flutter/flutter/dev/devicelab/bin/tasks/ |
D | module_host_with_custom_build_test.dart | 140 'staging', 141 'app-demo-staging.apk', 145 return TaskResult.failure('Failed to build app-demo-staging.apk'); 148 section('Verify snapshots in app-demo-staging.apk');
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/ |
D | SDL_render_d3d.c | 200 IDirect3DTexture9 *staging; member 843 if (texture->staging == NULL) { in D3D_CreateStagingTexture() 846 D3DPOOL_SYSTEMMEM, &texture->staging, NULL); in D3D_CreateStagingTexture() 859 if (texture->dirty && texture->staging) { in D3D_BindTextureRep() 868 …result = IDirect3DDevice9_UpdateTexture(device, (IDirect3DBaseTexture9 *)texture->staging, (IDirec… in D3D_BindTextureRep() 888 if (texture->staging) { in D3D_RecreateTextureRep() 889 IDirect3DTexture9_AddDirtyRect(texture->staging, NULL); in D3D_RecreateTextureRep() 914 result = IDirect3DTexture9_LockRect(texture->staging, 0, &locked, &d3drect, 0); in D3D_UpdateTextureRep() 937 result = IDirect3DTexture9_UnlockRect(texture->staging, 0); in D3D_UpdateTextureRep() 953 if (texture->staging) { in D3D_DestroyTextureRep() [all …]
|
/third_party/libwebsockets/READMEs/ |
D | README.plugin-acme.md | 47 "directory-url": "https://acme-staging.api.letsencrypt.org/directory", 101 - `https://acme-staging.api.letsencrypt.org/directory` 108 already, but the staging one's CA certificate isn't. The staging server will 111 It's recommended you confirm expected operation with the staging directory-url,
|
/third_party/uboot/u-boot-2020.01/board/hisilicon/hikey960/ |
D | README | 29 …> wget http://snapshots.linaro.org/96boards/reference-platform/components/uefi-staging/latest/hike… 30 …> wget http://snapshots.linaro.org/96boards/reference-platform/components/uefi-staging/latest/hike… 31 …> wget http://snapshots.linaro.org/96boards/reference-platform/components/uefi-staging/latest/hike… 32 …> wget http://snapshots.linaro.org/96boards/reference-platform/components/uefi-staging/latest/hike… 33 …> wget http://snapshots.linaro.org/96boards/reference-platform/components/uefi-staging/latest/hike… 34 …> wget http://snapshots.linaro.org/96boards/reference-platform/components/uefi-staging/latest/hike…
|