HomeSort by relevance Sort by last modified time
    Searched full:origpath (Results 1 - 25 of 26) sorted by null

1 2

  /external/annotation-tools/annotation-file-utilities/src/annotator/scanner/
NewScanner.java 30 * @param origpath
36 public static int indexOfNewTree(TreePath origpath, Tree tree) {
37 debug("indexOfNewTree: " + origpath.getLeaf());
39 Pair<TreePath,Tree> args = Pair.of(origpath, tree);
44 TreePath path = findCountingContext(origpath);
CastScanner.java 23 * @param origpath the path ending in the given cast tree
27 public static int indexOfCastTree(TreePath origpath, Tree tree) {
28 TreePath path = findCountingContext(origpath);
InstanceOfScanner.java 23 * @param origpath the path ending in the given instanceof tree
27 public static int indexOfInstanceOfTree(TreePath origpath, Tree tree) {
28 TreePath path = findCountingContext(origpath);
LambdaScanner.java 25 * @param origpath the path ending in the given lambda expression tree
29 public static int indexOfLambdaExpressionTree(TreePath origpath, Tree tree) {
30 TreePath path = findCountingContext(origpath);
MemberReferenceScanner.java 18 * @param origpath the path ending in the given method invocation tree
22 public static int indexOfMemberReferenceTree(TreePath origpath, Tree tree) {
23 TreePath path = findCountingContext(origpath);
MethodCallScanner.java 18 * @param origpath the path ending in the given method invocation tree
22 public static int indexOfMethodCallTree(TreePath origpath, Tree tree) {
23 TreePath path = findCountingContext(origpath);
LocalVariableScanner.java 25 * @param origpath the source path that ends in varTree
31 public static int indexOfVarTree(TreePath origpath, Tree varTree, String varName) {
32 TreePath path = findCountingContext(origpath);
  /external/llvm/unittests/Support/
LockFileManagerTest.cpp 97 const char *OrigPath = getcwd(PathBuf, 1024);
121 ASSERT_FALSE(chdir(OrigPath));
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 133 SmallString<200> origPath = StringRef(origFE->getName());
134 fs::make_absolute(origPath);
135 infoOut << origPath << '\n';
  /external/skia/src/gpu/
GrBlurUtils.cpp 261 const SkPath& origPath,
267 SkASSERT(!pathIsMutable || origPath.isVolatile());
274 const SkPath* path = &origPath;
  /external/skia/src/pdf/
SkPDFDevice.h 81 void drawPath(const SkPath& origpath,
268 const SkPath& origPath,
272 bool handleInversePath(const SkPath& origPath,
SkPDFDevice.cpp 807 void SkPDFDevice::drawPath(const SkPath& origPath,
812 this->cs(), this->ctm(), origPath, srcPaint, prePathMatrix, pathIsMutable);
817 const SkPath& origPath,
821 SkPath path(origPath);
889 const SkPath& origPath
    [all...]
  /external/skqp/src/gpu/
GrBlurUtils.cpp 261 const SkPath& origPath,
267 SkASSERT(!pathIsMutable || origPath.isVolatile());
274 const SkPath* path = &origPath;
  /external/skqp/src/pdf/
SkPDFDevice.h 81 void drawPath(const SkPath& origpath,
268 const SkPath& origPath,
272 bool handleInversePath(const SkPath& origPath,
SkPDFDevice.cpp 807 void SkPDFDevice::drawPath(const SkPath& origPath,
812 this->cs(), this->ctm(), origPath, srcPaint, prePathMatrix, pathIsMutable);
817 const SkPath& origPath,
821 SkPath path(origPath);
889 const SkPath& origPath
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParserMisc.py 89 OrigPath = Path
93 return OrigPath
99 return OrigPath
  /external/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 166 bool findDebugBinary(const std::string &OrigPath,
169 std::string OrigRealPath = OrigPath;
171 if (char *RP = realpath(OrigPath.c_str(), nullptr)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
ParserValidate.py 236 OrigPath = Path.replace('\\', '/')
258 if OrigPath.startswith(Rel):
261 if Rel in OrigPath:
264 if OrigPath.endswith(Rel):
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
pkg.go 413 origPath := path
453 if mode&UseVendor == 0 || path != origPath {
472 if debugDeprecatedImportcfgDir == "" && origPath != cleanImport(origPath) {
475 Err: fmt.Sprintf("non-canonical import path: %q should be %q", origPath, pathpkg.Clean(origPath)),
486 if perr := disallowVendor(srcDir, origPath, p, stk); perr != p {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
pkg.go 413 origPath := path
453 if mode&UseVendor == 0 || path != origPath {
472 if debugDeprecatedImportcfgDir == "" && origPath != cleanImport(origPath) {
475 Err: fmt.Sprintf("non-canonical import path: %q should be %q", origPath, pathpkg.Clean(origPath)),
486 if perr := disallowVendor(srcDir, origPath, p, stk); perr != p {
    [all...]
  /external/llvm/lib/Support/
Path.cpp 531 StringRef OrigPath(Path.begin(), Path.size());
532 if (!OrigPath.startswith(OldPrefix))
541 StringRef RelPath = OrigPath.substr(OldPrefix.size());
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 531 StringRef OrigPath(Path.begin(), Path.size());
532 if (!OrigPath.startswith(OldPrefix))
541 StringRef RelPath = OrigPath.substr(OldPrefix.size());
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
InstallPkg.py 497 OrigPath = os.path.split(ToFile)[0]
498 ToFile = os.path.normpath(os.path.join(OrigPath, Input))
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 5198 milliseconds

1 2