Home
last modified time | relevance | path

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

12345678910>>...32

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/async/
H A DAsyncResponseTransformer.java127 static <ResponseT> AsyncResponseTransformer<ResponseT, ResponseT> toFile(Path path) { in toFile() method
141 …static <ResponseT> AsyncResponseTransformer<ResponseT, ResponseT> toFile(Path path, FileTransforme… in toFile() method
151 static <ResponseT> AsyncResponseTransformer<ResponseT, ResponseT> toFile( in toFile() method
166 static <ResponseT> AsyncResponseTransformer<ResponseT, ResponseT> toFile(File file) { in toFile() method
180 …static <ResponseT> AsyncResponseTransformer<ResponseT, ResponseT> toFile(File file, FileTransforme… in toFile() method
190 static <ResponseT> AsyncResponseTransformer<ResponseT, ResponseT> toFile( in toFile() method
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/backends/
H A DJavaFileBackend.java114 File toFile = FileUriAdapter.instance().toFile(to); in rename() local
173 public File toFile(Uri uri) throws IOException { in toFile() method in JavaFileBackend
H A DUriAdapter.java32 File toFile(Uri uri) throws MalformedUriException; in toFile() method
H A DFileUriAdapter.java39 public File toFile(Uri uri) throws MalformedUriException { in toFile() method in FileUriAdapter
H A DGenericUriAdapter.java43 public File toFile(Uri uri) throws MalformedUriException { in toFile() method in GenericUriAdapter
H A DAndroidUriAdapter.java69 public File toFile(Uri uri) throws MalformedUriException { in toFile() method in AndroidUriAdapter
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DPath.kt99 fun toFile(): File = File(toString()) in div() method
/aosp_15_r20/external/fonttools/Lib/fontTools/cffLib/
H A D__init__.py514 def toFile(self, file): member in CFFWriter
617 def toFile(self, file): member in IndexCompiler
675 def toFile(self, file): member in TopDictIndexCompiler
699 def toFile(self, file): member in FDArrayIndexCompiler
1695 def toFile(self, file): member in CharsetCompiler
1829 def toFile(self, file): member in EncodingCompiler
2127 def toFile(self, file): member in FDSelectCompiler
2145 def toFile(self, file): member in VarStoreCompiler
2366 def toFile(self, file): member in DictCompiler
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/
H A DFileConvertible.java22 File toFile(); in toFile() method
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/sync/
H A DResponseTransformer.java102 static <ResponseT> ResponseTransformer<ResponseT, ResponseT> toFile(Path path) { in toFile() method
/aosp_15_r20/external/coreboot/util/coreboot-configurator/src/application/
H A DConfiguration.cpp27 bool Configuration::toFile(const QString &curr_path, const Parameters &params) in toFile() function in Configuration
/aosp_15_r20/development/tools/idegen/src/
H A DFiles.java43 static void toFile(String contents, File file) throws IOException { in toFile() method in Files
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/internal/
H A DBackendInputStream.java44 public File toFile() { in toFile() method in BackendInputStream
H A DBackendOutputStream.java48 public File toFile() { in toFile() method in BackendOutputStream
/aosp_15_r20/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DFileUtils.java57 public static boolean renameTo(final File fromFile, final File toFile) { in renameTo()
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DDebugLayer.cpp20 DebugLayer::DebugLayer(const char* name, bool toFile) in DebugLayer()
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DAbstractPath.java95 public final File toFile() { in toFile() method
/aosp_15_r20/frameworks/base/tools/preload/
H A DRoot.java134 void toFile(String fileName) throws IOException { in toFile() method in Root
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/it/java/software/amazon/awssdk/services/s3/
H A DGetObjectIntegrationTest.java89 public void toFile() throws Exception { in toFile() method in GetObjectIntegrationTest
H A DGetObjectAsyncIntegrationTest.java83 public void toFile() throws Exception { in toFile() method in GetObjectAsyncIntegrationTest
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/releaser/
H A Dfile.go253 func copyFile(toFile, fromFile string) (err error) { argument
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/spi/
H A DBackend.java184 default File toFile(Uri uri) throws IOException { in toFile() method
/aosp_15_r20/external/armnn/src/armnn/
H A DNetworkUtils.cpp112 std::vector<DebugLayer*> InsertDebugLayerAfter(Graph& graph, Layer& layer, bool toFile) in InsertDebugLayerAfter()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/util/
DCaptureDataSerializer.java67 public static void toFile(String title, CameraMetadata<?> metadata, File file) { in toFile() method in CaptureDataSerializer

12345678910>>...32