| /third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
| D | compilation_trace.txt | 3198 package:flutter/src/animation/animation.dart,Animation,Animation. 3199 package:flutter/src/animation/animation.dart,Animation,drive 3200 package:flutter/src/animation/animation_controller.dart,AnimationController,AnimationController. 3201 package:flutter/src/animation/animation_controller.dart,AnimationController,_animateToInternal 3202 package:flutter/src/animation/animation_controller.dart,AnimationController,_checkStatusChanged 3203 package:flutter/src/animation/animation_controller.dart,AnimationController,_internalSetValue 3204 package:flutter/src/animation/animation_controller.dart,AnimationController,_startSimulation 3205 package:flutter/src/animation/animation_controller.dart,AnimationController,_tick 3206 package:flutter/src/animation/animation_controller.dart,AnimationController,get:_direction 3207 package:flutter/src/animation/animation_controller.dart,AnimationController,get:_lastReportedStatus [all …]
|
| /third_party/grpc/examples/csharp/HelloworldXamarin/iOS/ |
| D | packages.config | 3 <package id="Google.Protobuf" version="3.8.0" targetFramework="xamarinios10" /> 4 <package id="Grpc.Core" version="2.23.0" targetFramework="xamarinios10" /> 5 <package id="Grpc.Core.Api" version="2.23.0" targetFramework="xamarinios10" /> 6 <package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="xamarinios10" /> 7 <package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="xamarinios10" /> 8 <package id="NETStandard.Library" version="1.6.1" targetFramework="xamarinios10" /> 9 <package id="System.AppContext" version="4.3.0" targetFramework="xamarinios10" /> 10 <package id="System.Buffers" version="4.4.0" targetFramework="xamarinios10" /> 11 <package id="System.Collections" version="4.3.0" targetFramework="xamarinios10" /> 12 <package id="System.Collections.Concurrent" version="4.3.0" targetFramework="xamarinios10" /> [all …]
|
| /third_party/grpc/examples/csharp/HelloworldXamarin/Droid/ |
| D | packages.config | 3 <package id="Google.Protobuf" version="3.8.0" targetFramework="monoandroid81" /> 4 <package id="Grpc.Core" version="2.23.0" targetFramework="monoandroid81" /> 5 <package id="Grpc.Core.Api" version="2.23.0" targetFramework="monoandroid81" /> 6 <package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="monoandroid81" /> 7 <package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="monoandroid81" /> 8 <package id="NETStandard.Library" version="1.6.1" targetFramework="monoandroid81" /> 9 <package id="System.AppContext" version="4.3.0" targetFramework="monoandroid81" /> 10 <package id="System.Buffers" version="4.4.0" targetFramework="monoandroid81" /> 11 <package id="System.Collections" version="4.3.0" targetFramework="monoandroid81" /> 12 <package id="System.Collections.Concurrent" version="4.3.0" targetFramework="monoandroid81" /> [all …]
|
| /third_party/python/Lib/importlib/ |
| D | resources.py | 18 'Package', 32 Package = Union[str, ModuleType] variable 43 def _get_package(package) -> ModuleType: argument 44 """Take a package name or module object and return the module. 47 object is not a package, raise an exception. 49 module = _resolve(package) 51 raise TypeError('{!r} is not a package'.format(package)) 67 package: ModuleType) -> Optional[resources_abc.ResourceReader]: 68 # Return the package's loader if it's a ResourceReader. We can't use 73 spec = package.__spec__ [all …]
|
| /third_party/skia/third_party/externals/libpng/scripts/ |
| D | makefile.cegcc | 29 PACKAGE = $(NAME)-$(VER) 44 @rm -rf $(PACKAGE)/ $(PACKAGE)-bin/ $(PACKAGE)-dev/ 48 @rm -rf $(PACKAGE)-bin* 49 @rm -rf $(PACKAGE)-dev* 53 @cp -R ../src/$(PACKAGE) . 55 @mkdir -p $(PACKAGE)-bin/bin 56 @mkdir -p $(PACKAGE)-bin/manifest 57 @mkdir -p $(PACKAGE)-dev/lib/pkgconfig 58 @mkdir -p $(PACKAGE)-dev/include/$(NAME)$(VERMAJ)$(VERMIN) 59 @mkdir -p $(PACKAGE)-dev/manifest [all …]
|
| /third_party/libpng/scripts/ |
| D | makefile.cegcc | 29 PACKAGE = $(NAME)-$(VER) 44 @rm -rf $(PACKAGE)/ $(PACKAGE)-bin/ $(PACKAGE)-dev/ 48 @rm -rf $(PACKAGE)-bin* 49 @rm -rf $(PACKAGE)-dev* 53 @cp -R ../src/$(PACKAGE) . 55 @mkdir -p $(PACKAGE)-bin/bin 56 @mkdir -p $(PACKAGE)-bin/manifest 57 @mkdir -p $(PACKAGE)-dev/lib/pkgconfig 58 @mkdir -p $(PACKAGE)-dev/include/$(NAME)$(VERMAJ)$(VERMIN) 59 @mkdir -p $(PACKAGE)-dev/manifest [all …]
|
| /third_party/flutter/skia/third_party/externals/libpng/scripts/ |
| D | makefile.cegcc | 29 PACKAGE = $(NAME)-$(VER) 44 @rm -rf $(PACKAGE)/ $(PACKAGE)-bin/ $(PACKAGE)-dev/ 48 @rm -rf $(PACKAGE)-bin* 49 @rm -rf $(PACKAGE)-dev* 53 @cp -R ../src/$(PACKAGE) . 55 @mkdir -p $(PACKAGE)-bin/bin 56 @mkdir -p $(PACKAGE)-bin/manifest 57 @mkdir -p $(PACKAGE)-dev/lib/pkgconfig 58 @mkdir -p $(PACKAGE)-dev/include/$(NAME)$(VERMAJ)$(VERMIN) 59 @mkdir -p $(PACKAGE)-dev/manifest [all …]
|
| /third_party/node/doc/api/ |
| D | packages.md | 15 description: Add package `"imports"` field. 25 description: Unflag self-referencing a package using its name. 29 Introduce `"exports"` `package.json` field as a more powerful alternative 34 Add support for ES modules using `.js` file extension via `package.json` 40 A package is a folder tree described by a `package.json` file. The package 41 consists of the folder containing the `package.json` file and all subfolders 42 until the next folder containing another `package.json` file, or a folder 45 This page provides guidance for package authors writing `package.json` files 46 along with a reference for the [`package.json`][] fields defined by Node.js. 55 * Files ending in `.js` when the nearest parent `package.json` file contains a [all …]
|
| /third_party/node/deps/npm/test/tap/ |
| D | install-save-local.js | 11 var pkg = path.join(root, 'package') 21 name: 'package-local-dependency', 26 name: 'package-local-dev-dependency', 31 mkdirp.sync(path.join(root, 'package-local-dependency')) 33 path.join(root, 'package-local-dependency', 'package.json'), 37 mkdirp.sync(path.join(root, 'package-local-dev-dependency')) 39 path.join(root, 'package-local-dev-dependency', 'package.json'), 46 test('\'npm install --save ../local/path\' should save to package.json', function (t) { 53 'install', '../package-local-dependency' 60 pkg, 'node_modules', 'package-local-dependency', 'package.json' [all …]
|
| D | install-scoped-already-installed.js | 11 var pkg = path.join(root, 'package-with-scoped-paths') 17 name: 'package-with-scoped-paths', 20 'package-local-dependency': 'file:../package-local-dependency', 21 '@scoped/package-scoped-dependency': 'file:../package-scoped-dependency' 26 name: 'package-local-dependency', 32 name: '@scoped/package-scoped-dependency', 40 path.join(pkg, 'package.json'), 44 mkdirp.sync(path.join(root, 'package-local-dependency')) 46 path.join(root, 'package-local-dependency', 'package.json'), 50 mkdirp.sync(path.join(root, 'package-scoped-dependency')) [all …]
|
| D | install-from-local.js | 10 var pkg = path.join(root, 'package-with-local-paths') 15 name: 'package-with-local-paths', 18 'package-local-dependency': 'file:../package-local-dependency' 21 'package-local-dev-dependency': 'file:../package-local-dev-dependency' 26 name: 'package-local-dependency', 32 name: 'package-local-dev-dependency', 40 path.join(pkg, 'package.json'), 44 mkdirp.sync(path.join(root, 'package-local-dependency')) 46 path.join(root, 'package-local-dependency', 'package.json'), 50 mkdirp.sync(path.join(root, 'package-local-dev-dependency')) [all …]
|
| /third_party/libxml2/test/relaxng/ |
| D | comps_0.xml | 716 …<description>From CD recording to playing audio CDs and multimedia files, this package group allow… 1046 …<description>This package group allows you to share files between Linux and MS Windows(tm) systems… 1188 <description>This package group allows you to run an SQL server on the system.</description> 1291 …<description>This package group allows you to run a DNS name server (BIND) on the system.</descrip… 3369 <package> 3373 </package> 3374 <package> 3379 </package> 3380 <package> 3392 </package> [all …]
|
| /third_party/python/Lib/distutils/command/ |
| D | build_py.py | 35 self.package = None 98 """Generate list of '(package,src_dir,build_dir,filenames)' tuples""" 102 for package in self.packages: 103 # Locate package source directory 104 src_dir = self.get_package_dir(package) 106 # Compute package build directory 107 build_dir = os.path.join(*([self.build_lib] + package.split('.'))) 116 file[plen:] for file in self.find_data_files(package, src_dir) 118 data.append((package, src_dir, build_dir, filenames)) 121 def find_data_files(self, package, src_dir): argument [all …]
|
| /third_party/icu/icu4c/packaging/ |
| D | PACKAGES | 14 - ICU libraries. This package contains the runtime libraries needed by 15 applications that use ICU. All the other packages require this package 17 - ICU. This package contains the converters data, the timezones data, 19 - ICU locales. This package adds locales and break data. 20 - ICU development. This package contains the files necessary to build 24 - ICU docs. This package contains further documentation for ICU, 26 - ICU data. This package contains the source for the compiled data 27 contained by the ICU package. 28 - ICU international data. This package contains the source for the 29 compiled data contained by the ICU locales package. [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | strictModeReservedWord.types | 24 var package = "hello" 25 >package : string 28 function package() { } 29 >package : () => void 40 function barn(cb: (private, public, package) => void) { } 41 >barn : (cb: (private: any, public: any, package: any) => void) => void 42 >cb : (private: any, public: any, package: any) => void 45 >package : any 47 barn((private, public, package) => { }); 48 >barn((private, public, package) => { }) : void [all …]
|
| D | jsDeclarationsPackageJson.symbols | 2 const j = require("./package.json"); 5 >"./package.json" : Symbol("tests/cases/conformance/jsdoc/declarations/package", Decl(package.json,… 13 === tests/cases/conformance/jsdoc/declarations/package.json === 16 >"name" : Symbol("name", Decl(package.json, 0, 1)) 19 >"version" : Symbol("version", Decl(package.json, 1, 18)) 21 "description": "A package", 22 >"description" : Symbol("description", Decl(package.json, 2, 23)) 25 >"main" : Symbol("main", Decl(package.json, 3, 31)) 28 >"bin" : Symbol("bin", Decl(package.json, 4, 30)) 31 >"cli" : Symbol("cli", Decl(package.json, 5, 12)) [all …]
|
| /third_party/openssl/external/perl/Text-Template-1.46/ |
| D | Artistic | 10 Package may be copied, such that the Copyright Holder maintains some 11 semblance of artistic control over the development of the package, 12 while giving the users of the package the right to use and distribute 13 the Package in a more-or-less customary fashion, plus the right to make 18 "Package" refers to the collection of files distributed by the 22 "Standard Version" refers to such a Package if it has not been 27 copyrights for the package. 30 this Package. 44 Standard Version of this Package without restriction, provided that you 48 derived from the Public Domain or from the Copyright Holder. A Package [all …]
|
| /third_party/node/deps/npm/docs/content/configuring-npm/ |
| D | package-locks.md | 3 title: package-locks 7 # package-locks(5) 13 …put" to [`npm install`](/cli-commands/npm-install) is a [package.json](/configuring-npm/package-js… 16 function: the same `package.json` should produce the exact same `node_modules` 20 * different versions of npm (or other package managers) may have been used to install a package, ea… 22 * a new version of a direct semver-range package may have been published since the last time your p… 26 …versions (unlike the primary npm registry), and a different version of a package exists under the … 28 As an example, consider package A: 40 package B: 52 and package C: [all …]
|
| /third_party/node/deps/npm/man/man5/ |
| D | package-locks.5 | 1 .TH "PACKAGE\-LOCKS" "5" "January 2022" "" "" 3 \fBpackage-locks\fR \- An explanation of npm lockfiles 6 Conceptually, the "input" to npm help \fBinstall\fP is a npm help package\.json, while its 9 function: the same \fBpackage\.json\fP should produce the exact same \fBnode_modules\fP 14 different versions of npm (or other package managers) may have been used to install a package, each… 16 a new version of a direct semver\-range package may have been published since the last time your pa… 20 …versions (unlike the primary npm registry), and a different version of a package exists under the … 24 As an example, consider package A: 38 package B: 52 and package C: [all …]
|
| /third_party/node/deps/npm/man/man1/ |
| D | npm-install.1 | 3 \fBnpm-install\fR \- Install a package 8 npm install (with no args, in package dir) 26 This command installs a package, and any packages that it depends on\. If the 27 package has a package\-lock or shrinkwrap file, the installation of dependencies 29 files exist\. See npm help package\-lock\.json and npm help \fBshrinkwrap\fP\|\. 31 A \fBpackage\fP is: 34 a) a folder containing a program described by a npm help \fBpackage\.json\fP file 50 Even if you never publish your package, you can still get a lot of 56 \fBnpm install\fP (in package directory, no arguments): 59 it installs the current package context (ie, the current working [all …]
|
| D | npm-link.1 | 3 \fBnpm-link\fR \- Symlink a package folder 8 npm link (in package dir) 16 Package linking is a two\-step process\. 18 First, \fBnpm link\fP in a package folder will create a symlink in the global folder 19 \fB{prefix}/lib/node_modules/<package>\fP that links to the package where the \fBnpm 20 link\fP command was executed\. It will also link any bins in the package to \fB{prefix}/bin/{name}\… 23 Next, in some other location, \fBnpm link package\-name\fP will create a 24 symbolic link from globally\-installed \fBpackage\-name\fP to \fBnode_modules/\fP 27 Note that \fBpackage\-name\fP is taken from \fBpackage\.json\fP, 30 The package name can be optionally prefixed with a scope\. See npm help \fBscope\fP\|\. [all …]
|
| /third_party/protobuf/objectivec/ |
| D | GPBDictionary_PackagePrivate.h | 64 //% @package 88 @package in GPBUInt32UInt32Dictionary() 94 @package in GPBUInt32Int32Dictionary() 100 @package in GPBUInt32UInt64Dictionary() 106 @package in GPBUInt32Int64Dictionary() 112 @package in GPBUInt32BoolDictionary() 118 @package in GPBUInt32FloatDictionary() 124 @package in GPBUInt32DoubleDictionary() 130 @package in GPBUInt32EnumDictionary() 139 @package in GPBUInt32ObjectDictionary() [all …]
|
| /third_party/node/deps/npm/docs/content/cli-commands/ |
| D | npm-install.md | 4 description: Install a package 9 ## Install a package 14 npm install (with no args, in package dir) 32 This command installs a package, and any packages that it depends on. If the 33 package has a package-lock or shrinkwrap file, the installation of dependencies 35 files exist. See [package-lock.json](/configuring-npm/package-lock-json) and [`npm shrinkwrap`](/cl… 37 A `package` is: 39 * a) a folder containing a program described by a [`package.json`](/configuring-npm/package-json) f… 47 Even if you never publish your package, you can still get a lot of 53 * `npm install` (in package directory, no arguments): [all …]
|
| /third_party/skia/third_party/externals/angle2/ |
| D | DEPS | 139 'package': 'gn/gn/linux-amd64', 150 'package': 'gn/gn/mac-${{arch}}', 176 'package': 'gn/gn/windows-amd64', 202 'package': 'chromium/third_party/android_build_tools/aapt2', 213 'package': 'chromium/third_party/android_build_tools/art', 224 'package': 'chromium/third_party/android_build_tools/bundletool', 260 'package': 'chromium/third_party/android_sdk/public/build-tools/31.0.0', 264 'package': 'chromium/third_party/android_sdk/public/emulator', 268 'package': 'chromium/third_party/android_sdk/public/extras', 272 'package': 'chromium/third_party/android_sdk/public/patcher', [all …]
|
| /third_party/node/deps/npm/node_modules/init-package-json/ |
| D | package.json | 4 "init-package-json@1.10.3", 8 "_from": "init-package-json@1.10.3", 9 "_id": "init-package-json@1.10.3", 12 "_location": "/init-package-json", 17 "raw": "init-package-json@1.10.3", 18 "name": "init-package-json", 19 "escapedName": "init-package-json", 27 "_resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-1.10.3.tgz", 36 "url": "https://github.com/npm/init-package-json/issues" 40 "npm-package-arg": "^4.0.0 || ^5.0.0 || ^6.0.0", [all …]
|