Home
last modified time | relevance | path

Searched refs:SimpleCopy (Results 1 – 4 of 4) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DStackMap.java298 static class SimpleCopy extends Walker { class in StackMap
301 SimpleCopy(StackMap map) { in SimpleCopy() method in StackMap.SimpleCopy
346 static class InsertLocal extends SimpleCopy {
459 static class NewRemover extends SimpleCopy {
DStackMapTable.java376 static class SimpleCopy extends Walker { class in StackMapTable
379 public SimpleCopy(byte[] data) { in SimpleCopy() method in StackMapTable.SimpleCopy
425 static class Copier extends SimpleCopy {
508 static class InsertLocal extends SimpleCopy {
1034 static class NewRemover extends SimpleCopy {
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system.h130 Status SimpleCopy(const Aws::String& source, const Aws::String& target_bucket,
Ds3_file_system.cc927 return SimpleCopy(source, target_bucket, target_key); in CopyFile()
944 Status S3FileSystem::SimpleCopy(const Aws::String& source, in SimpleCopy() function in tensorflow::S3FileSystem