Home
last modified time | relevance | path

Searched refs:Package (Results 1 - 25 of 60) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dpath_util_test.cc37 EXPECT_EQ(flags::Package(""), ""); in TEST()
38 EXPECT_EQ(flags::Package("a.cc"), ""); in TEST()
39 EXPECT_EQ(flags::Package("dir/a.cc"), "dir/"); in TEST()
40 EXPECT_EQ(flags::Package("dir1/dir2/a.cc"), "dir1/dir2/"); in TEST()
41 EXPECT_EQ(flags::Package("../dir1/dir2/a.cc"), "../dir1/dir2/"); in TEST()
42 EXPECT_EQ(flags::Package("/dir1/dir2/a.cc"), "/dir1/dir2/"); in TEST()
43 EXPECT_EQ(flags::Package("/dir1/dir2/../dir3/a.cc"), "/dir1/dir2/../dir3/"); in TEST()
/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dbuild_mustpass.py27 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists namespace
108 GLCTS_GLES2_PKG = Package(module = ES2CTS_MODULE, configurations = [
117 GLCTS_3_2_2_GLES3_PKG = Package(module = ES3CTS_MODULE, configurations = [
177 GLCTS_3_2_2_GLES31_PKG = Package(module = ES31CTS_MODULE, configurations = [
239 GLCTS_3_2_3_EGL_PKG = Package(module = EGL_MODULE, configurations = [
256 GLCTS_3_2_3_GLES2_PKG = Package(module = ES2CTS_MODULE, configurations = [
273 GLCTS_3_2_3_GLES3_PKG = Package(module = ES3CTS_MODULE, configurations = [
338 GLCTS_3_2_3_GLES31_PKG = Package(module = ES31CTS_MODULE, configurations = [
403 GLCTS_3_2_3_GLES32_KHR_PKG_1CFG = Package(module = ES32KHR_MODULE, configurations = [
429 GLCTS_3_2_3_GLES32_KHR_PKG_N1CFG = Package(modul
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_icu.cpp58 U_CAPI Package * U_EXPORT2
59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList()
60 Package *listPkg = listPkgIn; in readList()
70 listPkg=new Package(); in readList()
154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { in writePackageDatFile()
155 LocalPointer<Package> ownedPkg; in writePackageDatFile()
156 LocalPointer<Package> addListPkg; in writePackageDatFile()
159 ownedPkg.adoptInstead(new Package); in writePackageDatFile()
H A Dpackage.cpp384 Package::Package() in Package() function in Package
420 Package::~Package() { in ~Package()
435 Package::setPrefix(const char *p) { in setPrefix()
444 Package::readPackage(const char *filename) { in readPackage()
681 Package::getInType() { in getInType()
686 Package::writePackage(const char *filename, char outType, const char *comment) { in writePackage()
898 Package::findItem(const char *name, int32_t length) const { in findItem()
936 Package
[all...]
H A Dpackage.h45 class U_TOOLUTIL_API Package { class
51 Package();
54 ~Package();
113 void addItems(const Package &listPkg);
117 void removeItems(const Package &listPkg);
122 void extractItems(const char *filesPath, const Package &listPkg, char outType);
H A Dpkg_icu.h19 const char *sourcePath, const char *addList, icu::Package *pkg,
22 U_CAPI icu::Package * U_EXPORT2
23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_icu.cpp58 U_CAPI Package * U_EXPORT2
59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList()
60 Package *listPkg = listPkgIn; in readList()
70 listPkg=new Package(); in readList()
154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { in writePackageDatFile()
155 LocalPointer<Package> ownedPkg; in writePackageDatFile()
156 LocalPointer<Package> addListPkg; in writePackageDatFile()
159 ownedPkg.adoptInstead(new Package); in writePackageDatFile()
H A Dpackage.cpp384 Package::Package() in Package() function in Package
420 Package::~Package() { in ~Package()
435 Package::setPrefix(const char *p) { in setPrefix()
444 Package::readPackage(const char *filename) { in readPackage()
681 Package::getInType() { in getInType()
686 Package::writePackage(const char *filename, char outType, const char *comment) { in writePackage()
898 Package::findItem(const char *name, int32_t length) const { in findItem()
936 Package
[all...]
H A Dpackage.h45 class U_TOOLUTIL_API Package { class
51 Package();
54 ~Package();
113 void addItems(const Package &listPkg);
117 void removeItems(const Package &listPkg);
122 void extractItems(const char *filesPath, const Package &listPkg, char outType);
H A Dpkg_icu.h19 const char *sourcePath, const char *addList, icu::Package *pkg,
22 U_CAPI icu::Package * U_EXPORT2
23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
/third_party/python/Lib/importlib/resources/
H A D_legacy.py11 Package = Union[types.ModuleType, str] variable
44 def open_binary(package: Package, resource: Resource) -> BinaryIO:
50 def read_binary(package: Package, resource: Resource) -> bytes:
57 package: Package,
70 package: Package,
85 def contents(package: Package) -> Iterable[str]:
96 def is_resource(package: Package, name: str) -> bool:
110 package: Package,
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_icu.cpp58 U_CAPI Package * U_EXPORT2
59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList()
60 Package *listPkg = listPkgIn; in readList()
70 listPkg=new Package(); in readList()
154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { in writePackageDatFile()
155 LocalPointer<Package> ownedPkg; in writePackageDatFile()
156 LocalPointer<Package> addListPkg; in writePackageDatFile()
159 ownedPkg.adoptInstead(new Package); in writePackageDatFile()
H A Dpackage.cpp384 Package::Package() in Package() function in Package
420 Package::~Package() { in ~Package()
435 Package::setPrefix(const char *p) { in setPrefix()
444 Package::readPackage(const char *filename) { in readPackage()
681 Package::getInType() { in getInType()
686 Package::writePackage(const char *filename, char outType, const char *comment) { in writePackage()
898 Package::findItem(const char *name, int32_t length) const { in findItem()
936 Package
[all...]
H A Dpackage.h45 class U_TOOLUTIL_API Package { class
51 Package();
54 ~Package();
113 void addItems(const Package &listPkg);
117 void removeItems(const Package &listPkg);
122 void extractItems(const char *filesPath, const Package &listPkg, char outType);
H A Dpkg_icu.h19 const char *sourcePath, const char *addList, icu::Package *pkg,
22 U_CAPI icu::Package * U_EXPORT2
23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dbuild_mustpass.py32 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists, parseBuildConfigFromCmdLineArgs namespace
56 VULKAN_MAIN_PKG = Package(module = VULKAN_MODULE, configurations = [
68 VULKAN_SC_MAIN_PKG = Package(module = VULKAN_SC_MODULE, configurations = [
/third_party/icu/icu4c/source/tools/icupkg/
H A Dicupkg.cpp271 Package *pkg, *listPkg, *addListPkg; in main()
285 pkg=new Package; in main()
379 * The Package class does not give us access to the item and its type. in main()
428 pkg->setMatchMode(Package::MATCH_NOSLASH); in main()
437 listPkg=new Package(); in main()
454 * use a separate Package so that its memory and items stay around in main()
455 * as long as the main Package in main()
459 addListPkg=new Package(); in main()
476 listPkg=new Package(); in main()
/third_party/node/deps/icu-small/source/tools/icupkg/
H A Dicupkg.cpp271 Package *pkg, *listPkg, *addListPkg; in main()
285 pkg=new Package; in main()
379 * The Package class does not give us access to the item and its type. in main()
428 pkg->setMatchMode(Package::MATCH_NOSLASH); in main()
437 listPkg=new Package(); in main()
454 * use a separate Package so that its memory and items stay around in main()
455 * as long as the main Package in main()
459 addListPkg=new Package(); in main()
476 listPkg=new Package(); in main()
/third_party/skia/third_party/externals/icu/source/tools/icupkg/
H A Dicupkg.cpp271 Package *pkg, *listPkg, *addListPkg; in main()
285 pkg=new Package; in main()
379 * The Package class does not give us access to the item and its type. in main()
428 pkg->setMatchMode(Package::MATCH_NOSLASH); in main()
437 listPkg=new Package(); in main()
454 * use a separate Package so that its memory and items stay around in main()
455 * as long as the main Package in main()
459 addListPkg=new Package(); in main()
476 listPkg=new Package(); in main()
/third_party/vk-gl-cts/scripts/
H A Dbuild_android_mustpass.py26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists, parseBuildConfigFromCmdLineArgs namespace
65 MAIN_EGL_PKG = Package(module = EGL_MODULE, configurations = [
110 MAIN_GLES2_PKG = Package(module = GLES2_MODULE, configurations = [
157 MAIN_GLES3_PKG = Package(module = GLES3_MODULE, configurations = [
253 MAIN_GLES31_PKG = Package(module = GLES31_MODULE, configurations = [
340 MAIN_VULKAN_PKG = Package(module = VULKAN_MODULE, configurations = [
/third_party/rust/crates/syn/codegen/src/
H A Dversion.rs16 package: Package,
20 struct Package { structure names
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs92 pool.AddPackage(Package, this); in FileDescriptor()
207 if (Package.Length > 0) in ComputeFullName()
209 return Package + "." + name; in ComputeFullName()
266 public string Package => Proto.Package; field in Google.Protobuf.Reflection.FileDescriptor
336 if (Package.Length > 0)
338 name = Package + "." + name;
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
H A DJarPhonePrefixDataIOHandler.java43 private final Package outputPackage;
45 public JarPhonePrefixDataIOHandler(File outputPath, String outputName, Package outputPackage) in JarPhonePrefixDataIOHandler()
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js117 ======== Module name 'plugin-two' was successfully resolved to '/user/username/projects/myProject/plugin-two/dist/commonjs/index.d.ts' with Package ID 'plugin-two/dist/commonjs/index.d.ts@0.1.3'. ========
135 ======== Module name 'typescript-fsa' was successfully resolved to '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts' with Package ID 'typescript-fsa/index.d.ts@3.0.0-beta-2'. ========
155 ======== Module name 'typescript-fsa' was successfully resolved to '/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts' with Package ID 'typescript-fsa/index.d.ts@3.0.0-beta-2'. ========
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js117 ======== Module name 'plugin-two' was successfully resolved to '/user/username/projects/myproject/plugin-two/dist/commonjs/index.d.ts' with Package ID 'plugin-two/dist/commonjs/index.d.ts@0.1.3'. ========
135 ======== Module name 'typescript-fsa' was successfully resolved to '/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts' with Package ID 'typescript-fsa/index.d.ts@3.0.0-beta-2'. ========
155 ======== Module name 'typescript-fsa' was successfully resolved to '/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts' with Package ID 'typescript-fsa/index.d.ts@3.0.0-beta-2'. ========

Completed in 18 milliseconds

123