Home
last modified time | relevance | path

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

12345678910

/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/
DCompilationUnitTest.java29 import java.nio.file.Paths;
48 …Path sourceRoot = mavenModuleRoot(CompilationUnitTest.class).resolve(Paths.get("src", "test", "res… in testGetSourceRoot()
49 … Path testFile = sourceRoot.resolve(Paths.get("com", "github", "javaparser", "storage", "Z.java")); in testGetSourceRoot()
58 …Path sourceRoot = mavenModuleRoot(CompilationUnitTest.class).resolve(Paths.get("src", "test", "res… in testGetSourceRootWithBadPackageDeclaration()
59 … Path testFile = sourceRoot.resolve(Paths.get("com", "github", "javaparser", "storage", "A.java")); in testGetSourceRootWithBadPackageDeclaration()
67 …Path sourceRoot = mavenModuleRoot(CompilationUnitTest.class).resolve(Paths.get("src", "test", "res… in testGetSourceRootInDefaultPackage()
68 Path testFile = sourceRoot.resolve(Paths.get("B.java")); in testGetSourceRootInDefaultPackage()
77 …Path sourceRoot = mavenModuleRoot(CompilationUnitTest.class).resolve(Paths.get("src", "test", "res… in testGetPrimaryTypeName()
78 …Path testFile = sourceRoot.resolve(Paths.get("com", "github", "javaparser", "storage", "PrimaryTyp… in testGetPrimaryTypeName()
92 …Path sourceRoot = mavenModuleRoot(CompilationUnitTest.class).resolve(Paths.get("src", "test", "res… in testGetPrimaryType()
[all …]
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp126 std::set<sys::Path> Paths; variable
326 Paths.insert(dirpaths.begin(),dirpaths.end()); in buildPaths()
328 Paths.insert(aPath); in buildPaths()
331 Paths.insert(aPath); in buildPaths()
358 if (Paths.empty() || in doPrint()
359 (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end())) { in doPrint()
409 if (Paths.empty() || in doDisplayTable()
410 (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end())) { in doDisplayTable()
447 if (Paths.empty() || in doExtract()
448 (std::find(Paths.begin(), Paths.end(), I->getPath()) != Paths.end())) { in doExtract()
[all …]
/external/clang/include/clang/Sema/
DLookup.h133 Paths(nullptr), in ResultKind()
155 Paths(nullptr), in ResultKind()
175 Paths(nullptr), in LookupResult()
196 Paths(std::move(Other.Paths)), in LookupResult()
206 Other.Paths = nullptr; in LookupResult()
213 Paths = std::move(Other.Paths);
226 Other.Paths = nullptr;
233 if (Paths) deletePaths(Paths); in ~LookupResult()
328 return Paths; in getBasePaths()
463 if (Paths) { in resolveKindAfterFilter()
[all …]
/external/clang/lib/AST/
DCXXInheritance.cpp58 Paths.clear(); in clear()
68 Paths.swap(Other.Paths); in swap()
77 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isDerivedFrom() local
79 return isDerivedFrom(Base, Paths); in isDerivedFrom()
83 CXXBasePaths &Paths) const { in isDerivedFrom()
87 Paths.setOrigin(const_cast<CXXRecordDecl*>(this)); in isDerivedFrom()
95 Paths); in isDerivedFrom()
102 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false, in isVirtuallyDerivedFrom() local
108 Paths.setOrigin(const_cast<CXXRecordDecl*>(this)); in isVirtuallyDerivedFrom()
116 Paths); in isVirtuallyDerivedFrom()
[all …]
/external/clang/include/clang/AST/
DCXXInheritance.h123 std::list<CXXBasePath> Paths; variable
181 paths_iterator begin() { return Paths.begin(); } in begin()
182 paths_iterator end() { return Paths.end(); } in end()
183 const_paths_iterator begin() const { return Paths.begin(); } in begin()
184 const_paths_iterator end() const { return Paths.end(); } in end()
186 CXXBasePath& front() { return Paths.front(); } in front()
187 const CXXBasePath& front() const { return Paths.front(); } in front()
/external/wayland-protocols/
Dwayland_protocol_codegen.go115 exportedIncludeDirs android.Paths
119 outputFiles android.Paths
132 func (g *waylandGenModule) GeneratedSourceFiles() android.Paths {
139 func (g *waylandGenModule) GeneratedHeaderDirs() android.Paths {
146 func (g *waylandGenModule) GeneratedDeps() android.Paths {
152 func (g *waylandGenModule) Srcs() android.Paths {
235 …duleContext, src android.Path, out android.WritablePath, implicitDeps android.Paths) android.Path {
240 Inputs: android.Paths{src},
248 …epareTools(ctx android.ModuleContext) (tools map[string]android.Path, implicitDeps android.Paths) {
/external/annotation-tools/annotation-file-utilities/figures/
Ddataflow.dot8 Scene -> "Annotations\nw/ AST Paths" [style=bold]
14 "Augmented AST" -> "Annotations\nw/ AST Paths" [style=bold]
15 "Annotation\nSpecifications" -> "Annotations\nw/ AST Paths" [style=dashed]
17 "Annotations\nw/ AST Paths" -> "Annotated AAST"
24 AST -> "Annotations\nw/ AST Paths" [style=dashed]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DCodeGenerationUtils.java6 import java.nio.file.Paths;
66 return Paths.get(root, pkg, file).normalize(); in fileInPackageAbsolutePath()
79 return Paths.get(pkg, file).normalize(); in fileInPackageRelativePath()
97 return Paths.get(root, pkg).normalize(); in packageAbsolutePath()
109 return Paths.get(c.getProtectionDomain().getCodeSource().getLocation().toURI()); in classLoaderRoot()
120 return classLoaderRoot(c).resolve(Paths.get("..", "..")).normalize(); in mavenModuleRoot()
/external/clang/soong/
Dtblgen.go56 exportedHeaderDirs android.Paths
57 generatedHeaders android.Paths
161 func (t *tblgen) GeneratedHeaderDirs() android.Paths {
165 func (t *tblgen) GeneratedSourceFiles() android.Paths {
169 func (t *tblgen) GeneratedDeps() android.Paths {
/external/llvm/soong/
Dtblgen.go56 exportedHeaderDirs android.Paths
57 generatedHeaders android.Paths
143 func (t *tblgen) GeneratedHeaderDirs() android.Paths {
147 func (t *tblgen) GeneratedSourceFiles() android.Paths {
151 func (t *tblgen) GeneratedDeps() android.Paths {
/external/lzma/CPP/7zip/UI/Common/
DTempFiles.cpp14 while (!Paths.IsEmpty()) in Clear()
16 NDir::DeleteFileAlways(Paths.Back()); in Clear()
17 Paths.DeleteBack(); in Clear()
/external/turbine/java/com/google/turbine/main/
DMain.java42 import java.nio.file.Paths;
87 new BufferedOutputStream(Files.newOutputStream(Paths.get(options.outputDeps().get())))) { in compile()
92 writeOutput(Paths.get(options.outputFile()), lowered.bytes(), transitive); in compile()
101 Path path = Paths.get(source); in parseAll()
108 for (Zip.Entry ze : new Zip.ZipIterable(Paths.get(sourceJar))) { in parseAll()
158 result.add(Paths.get(path)); in toPaths()
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto89 // Paths are relative to the mount root, e.g. "/animals/dog.jpg".
130 // Path of the file to be created. Paths are relative to the mount root,
139 // Path of the file to be truncated. Paths are relative to the mount root,
162 // Path of the directory to be created. Paths are relative to the mount root.
175 // Paths are relative to the mount root. (e.g. "/testfolder/dog.jpg")
178 // file or directory path. Paths are relative to the mount
188 // path. Paths are relative to the mount root. (e.g. "/testfolder/dog.jpg")
191 // file or directory path. Paths are relative to the mount root.
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DDesugarMainClassTest.java24 import java.nio.file.Paths;
47 Path path = Paths.get(".").toAbsolutePath(); in testLambdaDumpDirSpecifiedInProgramFail()
77 Paths.get(System.getProperty(LAMBDA_METAFACTORY_DUMPER_PROPERTY)) in testLambdaDumpDirPassSpecifiedInCmdPass()
DBytecodeTypeInferenceTest.java26 import java.nio.file.Paths;
36 private static final Path JAR_PATH = Paths.get(System.getProperty("jar_path"));
37 private static final Path GOLDEN_PATH = Paths.get(System.getProperty("golden_file"));
DBug62456849TestDataGenerator.java26 import java.nio.file.Paths;
49 Path inputJar = Paths.get(args[0]); in main()
51 Path outputJar = Paths.get(args[1]); in main()
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.h14 FStringVector Paths; member
19 Paths.Add(path); in AddError()
24 Paths.Clear(); in Clear()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/manual/
DBulkParseTest.java16 import java.nio.file.Paths;
43 …Path workdir = CodeGenerationUtils.mavenModuleRoot(BulkParseTest.class).resolve(Paths.get(temporar… in parseOpenJdkLangToolsRepository()
57 Path path = Paths.get("/usr/lib/jvm/openjdk-9/src.zip"); in parseJdkSrcZip()
99 …Path testResults = CodeGenerationUtils.mavenModuleRoot(BulkParseTest.class).resolve(Paths.get(".."… in writeResults()
/external/llvm/lib/Support/
DSpecialCaseList.cpp50 SpecialCaseList::create(const std::vector<std::string> &Paths, in create() argument
53 for (const auto &Path : Paths) { in create()
80 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths) { in createOrDie() argument
82 if (auto SCL = create(Paths, Error)) in createOrDie()
/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/core/
DCoreGenerator.java11 import java.nio.file.Paths;
30 final Path root = Paths.get(args[0], "..", "javaparser-core", "src", "main", "java"); in main()
35 …final Path generatedJavaCcRoot = Paths.get(args[0], "..", "javaparser-core", "target", "generated-… in main()
/external/jcommander/src/main/java/com/beust/jcommander/converters/
DPathConverter.java24 import java.nio.file.Paths;
34 return Paths.get(value); in convert()
/external/testng/src/main/java/org/testng/internal/
DPathUtils.java20 import java.nio.file.Paths;
29 Path rootPath = Paths.get(suite.getFileName()).getParent(); in getSuiteNormalizedPath()
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp212 for (unsigned i = 0; i < _info.Paths.Size() && i < kHistorySize; i++) in OnInit()
213 _path.AddString(_info.Paths[i]); in OnInit()
393 _info.Paths.Clear(); in OnOK()
395 AddUniqueString(_info.Paths, s); in OnOK()
403 AddUniqueString(_info.Paths, sTemp); in OnOK()
/external/protobuf/csharp/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()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowIoUtils.java7 import java.nio.file.Paths;
17 return new String(Files.readAllBytes(Paths.get(absolutePath)), UTF_8); in readFileAsString()

12345678910