Home
last modified time | relevance | path

Searched refs:Paths (Results 1 – 25 of 166) sorted by relevance

1234567

/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DFieldMaskTest.cs47 var mask = new FieldMask { Paths = { input } }; in ToString_Invalid()
57 var mask = new FieldMask { Paths = { "x", "foo__bar", @"x\y" } }; in ToString_Invalid_Precise()
101 mask.Paths.AddRange(input); in ToString()
113 Assert.AreEqual(expectedOutput.Length, mask.Paths.Count); in FromString()
116 Assert.AreEqual(expectedOutput[i], mask.Paths[i]); in FromString()
135 Assert.AreEqual(expectedOutput.Length, mask.Paths.Count); in FromFieldNumbers()
138 Assert.AreEqual(expectedOutput[i], mask.Paths[i]); in FromFieldNumbers()
160 mask.Paths.AddRange(input); in Normalize()
173 Assert.AreEqual(2, result.Paths.Count); in Union()
174 Assert.Contains("bar", result.Paths); in Union()
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DFieldMaskTreeTest.cs47 RepeatedField<string> paths = tree.ToFieldMask().Paths; in AddFieldPath()
51 paths = tree.ToFieldMask().Paths; in AddFieldPath()
57 paths = tree.ToFieldMask().Paths; in AddFieldPath()
63 paths = tree.ToFieldMask().Paths; in AddFieldPath()
68 paths = tree.ToFieldMask().Paths; in AddFieldPath()
74 paths = tree.ToFieldMask().Paths; in AddFieldPath()
79 paths = tree.ToFieldMask().Paths; in AddFieldPath()
85 paths = tree.ToFieldMask().Paths; in AddFieldPath()
97 Paths = {"foo", "bar.baz", "bar.quz"} in MergeFromFieldMask()
99 RepeatedField<string> paths = tree.ToFieldMask().Paths; in MergeFromFieldMask()
[all …]
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/
DMigrationFactoryTest.java24 import java.nio.file.Paths;
35 private static final Path RECIPES_PATH = Paths.get(TEST_DATA_PATH + "testRecipesFile.csv");
41 MigrationFactory.createMigration(Paths.get(fileLocation), "44", false); in createFromFilePath_invalidPathLocation_expectException()
51 Path fileLocation = Paths.get(TEST_DATA_PATH + "testNumbersFile.txt"); in createFromFilePath_validPathLocation_expectValidFields()
94 Path fileLocation = Paths.get("invalid-recipe-location"); in createWithCustomRecipes_invalidPathLocation_expectException()
DMetadataZipFileReaderTest.java27 import java.nio.file.Paths;
43 MetadataZipFileReader.of(Files.newInputStream(Paths.get(fileLocation))); in createInstance_invalidFileLocation_expectException()
54 …MetadataZipFileReader validZip = MetadataZipFileReader.of(Files.newInputStream(Paths.get(fileLocat… in importTable_countryCodeInZip_expectCsvTable()
62 …MetadataZipFileReader validZip = MetadataZipFileReader.of(Files.newInputStream(Paths.get(fileLocat… in importTable_countryCodeNotInZip_expectEmptyCsvTable()
DMigrationJobTest.java34 import java.nio.file.Paths;
48 private static final Path RECIPES_PATH = Paths.get(TEST_DATA_PATH + "testRecipesFile.csv");
54 .createCustomRecipeMigration(Paths.get(numbersPath), COUNTRY_CODE, MigrationFactory in customRecipesMigration_expectMigrations()
66 .createCustomRecipeMigration(Paths.get(numbersPath), unsupportedCountry, MigrationFactory in customRecipesMigration_noRecipesFromCountry_expectNoMigrations()
77 .createCustomRecipeMigration(Paths.get(numbersPath), COUNTRY_CODE, MigrationFactory in customRecipes_singleMigration_unsupportedRecipeKey_expectException()
97 .createCustomRecipeMigration(Paths.get(numbersPath), COUNTRY_CODE, MigrationFactory in customRecipes_singleMigration_validKey_expectMigration()
224 Path createdFileLocation = Paths.get(report.exportToFile("strictTestFile")); in invalidMigration_strictExport_expectFileWithOriginalNumber()
242 Path createdFileLocation = Paths.get(report.exportToFile("lenientTestFile")); in invalidMigration_exportInvalidMigrations_expectFileWithMigratedNumber()
276 Path recipesPath = Paths.get(TEST_DATA_PATH + "testRecipesFile.csv"); in createMockJobFromTestRecipes()
DMigrationUtilsTest.java30 import java.nio.file.Paths;
44 private static final Path RECIPES_PATH = Paths.get(TEST_DATA_PATH + "testRecipesFile.csv");
64 .createCustomRecipeMigration(Paths.get(numbersPath), COUNTRY_CODE, MigrationFactory in getCountryMigratableNumbers_expectMatches()
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
DCommandLineMain.java25 import java.nio.file.Paths;
96 …MigrationFactory.importRecipes(Files.newInputStream(Paths.get(clm.optionalParameter.customRecipe))… in main()
103 .createCustomRecipeMigration(Paths.get(clm.numberInput.file), clm.countryCode, in main()
104 …MigrationFactory.importRecipes(Files.newInputStream(Paths.get(clm.optionalParameter.customRecipe))… in main()
107 .createMigration(Paths.get(clm.numberInput.file), clm.countryCode, in main()
116 printFileReport(mr, Paths.get(clm.numberInput.file)); in main()
DMetadataZipFileReader.java28 import java.nio.file.Paths;
98 … MetadataZipFileReader m = MetadataZipFileReader.of(Files.newInputStream(Paths.get(fileLocation))); in main()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs103 return ToJson(Paths, true); in ToDiagnosticString()
144 mask.Paths.Add(path);
176 mask.Paths.Add(field.Name);
223 foreach (var path in fieldMask.Paths) in IsValid()
309 foreach (var path in additionalMask.Paths) in Intersection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAutomaton.h82 SmallVector<NfaPath, 4> Paths; variable
125 Paths.clear(); in reset()
142 Paths.clear(); in getPaths()
150 Paths.push_back(std::move(P)); in getPaths()
152 return Paths; in getPaths()
DSpecialCaseList.h72 create(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &FS,
81 createOrDie(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &FS);
107 bool createInternal(const std::vector<std::string> &Paths,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp74 SpecialCaseList::create(const std::vector<std::string> &Paths, in create() argument
77 if (SCL->createInternal(Paths, FS, Error)) in create()
91 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() argument
94 if (auto SCL = create(Paths, FS, Error)) in createOrDie()
99 bool SpecialCaseList::createInternal(const std::vector<std::string> &Paths, in createInternal() argument
102 for (const auto &Path : Paths) { in createInternal()
/third_party/node/deps/npm/node_modules/env-paths/
Dindex.d.ts13 export interface Paths { interface
61 (name: string, options?: envPaths.Options): envPaths.Paths;
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
DFieldMaskTest.cs46 var mask = new FieldMask { Paths = { input } }; in ToString_Invalid()
56 var mask = new FieldMask { Paths = { "x", "foo__bar", @"x\y" } }; in ToString_Invalid_Precise()
/third_party/ninja/src/
Dstate.cc114 Paths::const_iterator i = paths_.find(path); in LookupNode()
126 for (Paths::iterator i = paths_.begin(); i != paths_.end(); ++i) { in SpellcheckNode()
185 for (Paths::iterator i = paths_.begin(); i != paths_.end(); ++i) in Reset()
195 for (Paths::iterator i = paths_.begin(); i != paths_.end(); ++i) { in Dump()
Dstate.h118 typedef ExternalStringHashMap<Node*>::Type Paths; typedef
119 Paths paths_;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DDebugWriter.java13 import java.nio.file.Paths;
72 Path outDir = Paths.get(args[0]); in writeMultipleForDebugging()
86 CldrDataSupplier src = CldrDataSupplier.forCldrFilesIn(Paths.get(cldrPath)); in writeMultipleForDebugging()
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/model/
DDataSet.java25 import java.nio.file.Paths;
137 Path path = Paths.get(dataFile); in readBinFile()
152 Path path = Paths.get(file); in readTxtFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp522 SmallVector<DefPath, 32> Paths; member in __anon857eac6d0511::ClobberWalker
598 auto UpwardDefs = make_range(upward_defs_begin({Phi, Paths[PriorNode].Loc}), in addSearches()
601 PausedSearches.push_back(Paths.size()); in addSearches()
602 Paths.emplace_back(P.second, P.first, PriorNode); in addSearches()
633 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
717 T &curNode() const { return W->Paths[*N]; } in curNode()
747 assert(!Paths.empty() && NP >= &Paths.front() && NP <= &Paths.back() && in defPathIndex()
749 return NP - &Paths.front(); in defPathIndex()
767 assert(Paths.empty() && VisitedPhis.empty() && in tryOptimizePhi()
770 Paths.emplace_back(Loc, Start, Phi, None); in tryOptimizePhi()
[all …]
/third_party/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go142 Paths: []string{
156 Paths: []string{"skia"},
405 Paths: []string{
418 Paths: []string{
426 Paths: []string{
435 Paths: []string{
446 Paths: []string{
453 Paths: []string{
465 Paths: []string{
472 Paths: []string{
[all …]
/third_party/flutter/skia/platform_tools/android/apps/
Dbuild.gradle4 import java.nio.file.Paths
103 if (Paths.get(entry).endsWith("depot_tools")) {
117 String ninja = Paths.get(depotToolsDir, "ninja")
/third_party/skia/platform_tools/android/apps/
Dbuild.gradle4 import java.nio.file.Paths
103 if (Paths.get(entry).endsWith("depot_tools")) {
117 String ninja = Paths.get(depotToolsDir, "ninja")
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/locate-path/
Dreadme.md43 Paths to check.
81 Paths to check.
/third_party/node/deps/npm/node_modules/yargs/node_modules/locate-path/
Dreadme.md43 Paths to check.
81 Paths to check.
/third_party/skia/third_party/externals/tint/tools/src/glob/
Dglob.go87 Paths searchRules member
198 for _, rule := range c.Paths {

1234567