Home
last modified time | relevance | path

Searched defs:Package (Results 1 – 20 of 20) sorted by relevance

/third_party/python/Lib/importlib/
Dresources.py36 Package = Union[str, ModuleType] variable
40 def open_binary(package: Package, resource: Resource) -> BinaryIO:
75 package: Package,
86 def read_binary(package: Package, resource: Resource) -> bytes:
93 package: Package,
108 package: Package,
145 def is_resource(package: Package, name: str) -> bool:
161 def contents(package: Package) -> Iterable[str]:
D_common.py14 Package = Union[types.ModuleType, str] variable
/third_party/rust/crates/syn/codegen/src/
Dversion.rs20 struct Package { struct
21 version: Version,
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dpath_util.h50 inline absl::string_view Package(absl::string_view filename) { in Package() function
/third_party/node/deps/npm/docs/content/using-npm/
Ddevelopers.md151 #### Testing whether your `.npmignore` or `files` config works
/third_party/protobuf/php/
DREADME.md65 #### Installation from composer
/third_party/python/Doc/tutorial/
Dmodules.rst537 .. _intra-package-references:
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs266 public string Package => Proto.Package; field in Google.Protobuf.Reflection.FileDescriptor
DDescriptor.cs445 public string Package { property in Google.Protobuf.Reflection.FileDescriptorProto
/third_party/vk-gl-cts/external/openglcts/scripts/
Dmustpass.py67 class Package: class
/third_party/vk-gl-cts/scripts/
Dmustpass.py58 class Package: class
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource10.ts43 Package, enumerator
/third_party/rust/crates/serde/test_suite/tests/
Dtest_macros.rs1127 Package { name: &'a str }, in test_internally_tagged_borrow() enumerator
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.cpp384 Package::Package() in Package() function in Package
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpackage.cpp384 Package::Package() in Package() function in Package
/third_party/icu/icu4c/source/tools/toolutil/
Dpackage.cpp384 Package::Package() in Package() function in Package
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go4353 Package SymbolKind = 4 const
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go4353 Package SymbolKind = 4 const
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go4353 Package SymbolKind = 4 const
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc402 TEST_F(FileDescriptorTest, Package) { in TEST_F() argument