/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/ |
D | resource.py | 21 def relative_path(self): member in Resource 27 return self.relative_path.replace(os.sep, '/') 32 return self.name_from_relative_path(self.relative_path) 35 def name_from_relative_path(relative_path): argument 36 dirname = os.path.dirname(relative_path) 37 basename = os.path.basename(relative_path)
|
D | style_sheet.py | 17 def relative_path(self): member in Image 18 return self.resource.relative_path
|
D | resource_unittest.py | 16 self.assertEquals(os.path.join('b', 'c.js'), r.relative_path)
|
D | resource_loader.py | 65 def FindResourceGivenRelativePath(self, relative_path, binary=False): argument 69 absolute_path = os.path.join(script_path, relative_path)
|
D | html_module_unittest.py | 60 def FindResourceGivenRelativePath(self, relative_path): argument 63 absolute_path = os.path.join(script_path, relative_path)
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | fuse_gtest_files.py | 86 def VerifyFileExists(directory, relative_path): argument 92 if not os.path.isfile(os.path.join(directory, relative_path)): 93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path, 110 def VerifyOutputFile(output_dir, relative_path): argument 117 output_file = os.path.join(output_dir, relative_path) 123 (relative_path, output_dir))
|
/external/protobuf/gtest/scripts/ |
D | fuse_gtest_files.py | 86 def VerifyFileExists(directory, relative_path): argument 92 if not os.path.isfile(os.path.join(directory, relative_path)): 93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path, 110 def VerifyOutputFile(output_dir, relative_path): argument 117 output_file = os.path.join(output_dir, relative_path) 123 (relative_path, output_dir))
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
D | test_urlparser.py | 6 def relative_path(name): function 105 x = relative_path('find_file') 106 app = StaticURLParser(relative_path('find_file')) 110 app = TestApp(StaticURLParser(relative_path('find_file')),
|
/external/protobuf/gtest/src/ |
D | gtest-filepath.cc | 192 const FilePath& relative_path) { in ConcatPaths() argument 194 return relative_path; in ConcatPaths() 197 relative_path.c_str())); in ConcatPaths()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-filepath.cc | 192 const FilePath& relative_path) { in ConcatPaths() argument 194 return relative_path; in ConcatPaths() 197 relative_path.c_str())); in ConcatPaths()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-filepath.cc | 192 const FilePath& relative_path) { in ConcatPaths() argument 194 return relative_path; in ConcatPaths() 197 relative_path.c_str())); in ConcatPaths()
|
/external/gtest/src/ |
D | gtest-filepath.cc | 195 const FilePath& relative_path) { in ConcatPaths() argument 197 return relative_path; in ConcatPaths() 199 return FilePath(dir.string() + kPathSeparator + relative_path.string()); in ConcatPaths()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-filepath.cc | 190 const FilePath& relative_path) { in ConcatPaths() argument 192 return relative_path; in ConcatPaths() 195 relative_path.c_str())); in ConcatPaths()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { in GetAbsolutePathOf() argument 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); in GetAbsolutePathOf()
|
/external/protobuf/gtest/test/ |
D | gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { in GetAbsolutePathOf() argument 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); in GetAbsolutePathOf()
|
/external/gtest/test/ |
D | gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { in GetAbsolutePathOf() argument 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); in GetAbsolutePathOf()
|
/external/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 96 const FilePath& relative_path);
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 100 const FilePath& relative_path);
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 100 const FilePath& relative_path);
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 100 const FilePath& relative_path);
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 100 const FilePath& relative_path);
|
/external/clang/lib/Frontend/ |
D | ModuleDependencyCollector.cpp | 74 path::append(Dest, path::relative_path(AbsoluteSrc)); in copyToRoot()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | core-extensions.rb | 187 def self.relative_path( target, reference = Dir.pwd ) singletonMethod in String.File
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 240 StringRef relative_path(StringRef path);
|
/external/llvm/lib/Support/ |
D | Path.cpp | 438 StringRef relative_path(StringRef path) { in relative_path() function 619 return !relative_path(p).empty(); in has_relative_path() 775 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute() 776 StringRef pRelativePath = path::relative_path(p); in make_absolute()
|