Home
last modified time | relevance | path

Searched defs:toFile (Results 1 – 25 of 25) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/layerTests/
DDebugTestImpl.cpp34 bool toFile, in DebugTestImpl()
110 bool toFile = false) in Debug4dTest()
167 bool toFile = false) in Debug3dTest()
222 bool toFile = false) in Debug2dTest()
275 bool toFile = false) in Debug1dTest()
327 bool toFile = false) in Debug4dFloat32Test()
335 bool toFile = false) in Debug3dFloat32Test()
343 bool toFile = false) in Debug2dFloat32Test()
351 bool toFile = false) in Debug1dFloat32Test()
359 bool toFile = false) in Debug4dBFloat16Test()
[all …]
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/
DFileConvertible.java22 File toFile(); in toFile() method
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/backends/
DUriAdapter.java32 File toFile(Uri uri) throws MalformedUriException; in toFile() method
DFileUriAdapter.java39 public File toFile(Uri uri) throws MalformedUriException { in toFile() method in FileUriAdapter
DJavaFileBackend.java114 File toFile = FileUriAdapter.instance().toFile(to); in rename() local
173 public File toFile(Uri uri) throws IOException { in toFile() method in JavaFileBackend
DGenericUriAdapter.java43 public File toFile(Uri uri) throws MalformedUriException { in toFile() method in GenericUriAdapter
DAndroidUriAdapter.java69 public File toFile(Uri uri) throws MalformedUriException { in toFile() method in AndroidUriAdapter
DAndroidFileBackend.java234 public File toFile(Uri uri) throws IOException { in toFile() method in AndroidFileBackend
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/internal/
DBackendInputStream.java44 public File toFile() { in toFile() method in BackendInputStream
DBackendOutputStream.java48 public File toFile() { in toFile() method in BackendOutputStream
/external/armnn/src/armnn/layers/
DDebugLayer.cpp20 DebugLayer::DebugLayer(const char* name, bool toFile) in DebugLayer()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/spi/
DBackend.java184 default File toFile(Uri uri) throws IOException { in toFile() method
/external/armnn/src/armnn/
DNetworkUtils.cpp112 std::vector<DebugLayer*> InsertDebugLayerAfter(Graph& graph, Layer& layer, bool toFile) in InsertDebugLayerAfter()
/external/apache-commons-io/src/test/java/org/apache/commons/io/file/
DPathWrapper.java208 public File toFile() { in toFile() method in PathWrapper
/external/dokka/core/src/main/kotlin/Utilities/
DServiceLocator.kt54 fun URL.toFile(): File { in <lambda>() method
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DFileCopier.java121 Writer wr = new FileWriter(Paths.get(targetDirectory, newName).toFile());) { in copy()
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py490 def toFile(self, file): member in CFFWriter
592 def toFile(self, file): member in IndexCompiler
651 def toFile(self, file): member in TopDictIndexCompiler
675 def toFile(self, file): member in FDArrayIndexCompiler
1639 def toFile(self, file): member in CharsetCompiler
1773 def toFile(self, file): member in EncodingCompiler
2074 def toFile(self, file): member in FDSelectCompiler
2096 def toFile(self, file): member in VarStoreCompiler
2304 def toFile(self, file): member in DictCompiler
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DAbstractPathMatcherTest.java226 public File toFile() { in fake() method in AbstractPathMatcherTest
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/openers/
DWriteFileOpenerAndroidTest.java257 public File toFile() { in toFile() method in WriteFileOpenerAndroidTest.BufferingBackend.BufferingOutputStream
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/testing/
DFakeFileBackend.java258 public File toFile(Uri uri) throws IOException { in toFile() method in FakeFileBackend
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsPath.java385 public File toFile() { in toFile() method in JimfsPath
/external/guava/guava/src/com/google/common/reflect/
DClassPath.java675 static File toFile(URL url) { in toFile() method in ClassPath
/external/guava/android/guava/src/com/google/common/reflect/
DClassPath.java675 static File toFile(URL url) { in toFile() method in ClassPath
/external/parameter-framework/upstream/parameter/
DParameterMgr.cpp2636 bool CParameterMgr::exportDomainsXml(string &xmlDest, bool withSettings, bool toFile, in exportDomainsXml()
2648 bool withSettings, bool toFile, string &errorMsg) const in exportSingleDomainXml()
2664 bool CParameterMgr::wrapLegacyXmlExport(string &xmlDest, bool toFile, bool withSettings, in wrapLegacyXmlExport()
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DFileUtils.java2996 public static File toFile(final URL url) { in toFile() method in FileUtils