/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | FieldMaskTest.cs | 47 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/ |
D | FieldMaskTreeTest.cs | 47 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/ |
D | MigrationFactoryTest.java | 24 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()
|
D | MetadataZipFileReaderTest.java | 27 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()
|
D | MigrationJobTest.java | 34 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()
|
D | MigrationUtilsTest.java | 30 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/ |
D | CommandLineMain.java | 25 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()
|
D | MetadataZipFileReader.java | 28 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/ |
D | FieldMaskPartial.cs | 103 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/ |
D | Automaton.h | 82 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()
|
D | SpecialCaseList.h | 72 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/ |
D | SpecialCaseList.cpp | 74 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/ |
D | index.d.ts | 13 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/ |
D | FieldMaskTest.cs | 46 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/ |
D | state.cc | 114 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()
|
D | state.h | 118 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/ |
D | DebugWriter.java | 13 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/ |
D | DataSet.java | 25 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/ |
D | MemorySSA.cpp | 522 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/ |
D | gen_tasks_logic.go | 142 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/ |
D | build.gradle | 4 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/ |
D | build.gradle | 4 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/ |
D | readme.md | 43 Paths to check. 81 Paths to check.
|
/third_party/node/deps/npm/node_modules/yargs/node_modules/locate-path/ |
D | readme.md | 43 Paths to check. 81 Paths to check.
|
/third_party/skia/third_party/externals/tint/tools/src/glob/ |
D | glob.go | 87 Paths searchRules member 198 for _, rule := range c.Paths {
|