/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
style_sheet.py | 17 def relative_path(self): member in class:Image 18 return self.resource.relative_path
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/ |
__init__.py | 93 getbaseclasses(Relative_Path) 160 'RlPt' : Relative_Path,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
__init__.py | 93 getbaseclasses(Relative_Path) 160 'RlPt' : Relative_Path,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
__init__.py | 93 getbaseclasses(Relative_Path) 160 'RlPt' : Relative_Path,
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
core-extensions.rb | 184 # File.relative_path('rel/path') # => './rel/path' 185 # File.relative_path('/some/abs/path', '/some') # => './abs/path' 186 # File.relative_path('/some/file.txt', '/some/abs/path') # => '../../file.txt' 187 def self.relative_path( target, reference = Dir.pwd ) singleton method in class:File
|
/frameworks/native/services/vr/performanced/ |
cpu_set.cpp | 217 const std::string relative_path = "./" + name; local 219 openat(cpuset_fd_.get(), relative_path.c_str(), flags)); 223 const std::string relative_path = "./" + name; local 224 base::unique_fd fd(openat(cpuset_fd_.get(), relative_path.c_str(), flags));
|
/external/autotest/client/site_tests/platform_CrosDisksArchive/ |
platform_CrosDisksArchive.py | 42 relative_path = os.path.join(current_dir, path) 44 dirs_to_explore.append(relative_path) 46 yield relative_path
|
/development/vndk/tools/header-checker/tests/ |
module.py | 27 def relative_to_abs_path(relative_path): 28 return os.path.join(SCRIPT_DIR, relative_path) 32 for relative_path in relative_path_list: 33 abs_paths.append(relative_to_abs_path(relative_path))
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path);
|
/external/googletest/googletest/test/ |
gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path);
|
/external/protobuf/gtest/test/ |
gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path);
|
/external/v8/testing/gtest/test/ |
gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path);
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path);
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/ |
gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path);
|
/external/tensorflow/tensorflow/contrib/gan/python/eval/python/ |
classifier_metrics_test.py | 373 relative_path = os.path.relpath(tmp_file.name) 379 tar.add(relative_path) 384 'unused_url', relative_path)
|
/external/tensorflow/tensorflow/python/platform/ |
googletest.py | 123 def test_src_dir_path(relative_path): 127 relative_path: a path relative to tensorflow root. 134 'org_tensorflow/tensorflow', relative_path)
|
/cts/tools/cts-api-coverage/proto/ |
testsuite.proto | 154 string relative_path = 7;
|
/external/clang/cmake/modules/ |
AddClang.cmake | 54 file(RELATIVE_PATH lib_path
|
/external/google-breakpad/src/testing/gtest/src/ |
gtest-filepath.cc | 189 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". 192 const FilePath& relative_path) { 194 return relative_path; 197 relative_path.c_str()));
|
/external/googletest/googletest/src/ |
gtest-filepath.cc | 197 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". 200 const FilePath& relative_path) { 202 return relative_path; 204 return FilePath(dir.string() + kPathSeparator + relative_path.string());
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-filepath.cc | 197 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". 200 const FilePath& relative_path) { 202 return relative_path; 204 return FilePath(dir.string() + kPathSeparator + relative_path.string());
|
/external/llvm/utils/unittest/googletest/src/ |
gtest-filepath.cc | 187 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". 190 const FilePath& relative_path) { 192 return relative_path; 195 relative_path.c_str()));
|
/external/mesa3d/src/gtest/src/ |
gtest-filepath.cc | 192 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". 195 const FilePath& relative_path) { 197 return relative_path; 199 return FilePath(dir.string() + kPathSeparator + relative_path.string());
|
/external/protobuf/gtest/src/ |
gtest-filepath.cc | 189 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". 192 const FilePath& relative_path) { 194 return relative_path; 197 relative_path.c_str()));
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
gtest-filepath.cc | 189 // Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". 192 const FilePath& relative_path) { 194 return relative_path; 197 relative_path.c_str()));
|