/external/tensorflow/tensorflow/tools/docs/ |
parser.py | 747 def _get_guides_markdown(duplicate_names, guide_index, relative_path): 752 prefix = '../' * (relative_path.count('/') + 3) 997 def _set_bases(self, relative_path, parser_config): [all...] |
/external/v8/testing/gtest/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/vulkan-validation-layers/tests/gtest-1.7.0/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());
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/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());
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
resource_loader.py | 66 def FindResourceGivenRelativePath(self, relative_path, binary=False): 70 absolute_path = os.path.join(script_path, relative_path)
|
html_module_unittest.py | 62 def FindResourceGivenRelativePath(self, relative_path): 65 absolute_path = os.path.join(script_path, relative_path)
|
/external/llvm/utils/lit/lit/ |
discovery.py | 22 """getTestSuite(item, litConfig, cache) -> (suite, relative_path) 27 @retval (suite, relative_path) - The suite that @arg item is in, and its
|
/system/update_engine/common/ |
test_utils.h | 200 // Returns the path of the build artifact specified in |relative_path|. 201 std::string GetBuildArtifactsPath(const std::string& relative_path);
|
test_utils.cc | 275 string GetBuildArtifactsPath(const string& relative_path) { 276 return GetBuildArtifactsPath().Append(relative_path).value();
|
/external/tensorflow/tensorflow/contrib/cmake/ |
tf_core_framework.cmake | 32 file(RELATIVE_PATH REL_DIR ${ROOT_DIR} ${FIL_DIR}) 65 file(RELATIVE_PATH REL_DIR ${ROOT_DIR} ${FIL_DIR}) 102 file(RELATIVE_PATH REL_DIR ${ROOT_DIR} ${FIL_DIR})
|
/external/autotest/client/bin/ |
site_sysinfo_unittest.py | 114 def _destination_path(self, relative_path, from_dir=None): 118 return '%s%s' % (self.to_dir, os.path.join(from_dir, relative_path))
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-filepath.h | 96 // Given directory = "dir", relative_path = "test.xml", 100 const FilePath& relative_path);
|
/external/googletest/googletest/include/gtest/internal/ |
gtest-filepath.h | 92 // Given directory = "dir", relative_path = "test.xml", 96 const FilePath& relative_path);
|
/external/libmojo/mojo/public/tools/bindings/ |
mojom_bindings_generator.py | 83 def relative_path(self): member in class:RelativePath 155 module.path = rel_filename.relative_path()
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
gtest-filepath.h | 92 // Given directory = "dir", relative_path = "test.xml", 96 const FilePath& relative_path);
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-filepath.h | 96 // Given directory = "dir", relative_path = "test.xml", 100 const FilePath& relative_path);
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-filepath.h | 92 // Given directory = "dir", relative_path = "test.xml", 96 const FilePath& relative_path);
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-filepath.h | 96 // Given directory = "dir", relative_path = "test.xml", 100 const FilePath& relative_path);
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
gtest-filepath.h | 96 // Given directory = "dir", relative_path = "test.xml", 100 const FilePath& relative_path);
|
/external/v8/testing/gtest/include/gtest/internal/ |
gtest-filepath.h | 92 // Given directory = "dir", relative_path = "test.xml", 96 const FilePath& relative_path);
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-filepath.h | 92 // Given directory = "dir", relative_path = "test.xml", 96 const FilePath& relative_path);
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-filepath.h | 92 // Given directory = "dir", relative_path = "test.xml", 96 const FilePath& relative_path);
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-filepath.h | 92 // Given directory = "dir", relative_path = "test.xml", 96 const FilePath& relative_path);
|
/test/vts-testcase/vndk/abi/ |
VtsVndkAbiTest.py | 41 A tuple of (relative_path, full_path) for each regular file. 42 relative_path is the relative path to root_dir. full_path is the path
|