Searched refs:get_file (Results 1 - 25 of 105) sorted by relevance

12345

/external/autotest/client/bin/result_tools/
H A Dresult_info_unittest.py84 self.assertEqual(summary.get_file('file1').path,
86 self.assertEqual(summary.get_file('folder1').get_file('file2').path,
93 summary.get_file('file1')._path = None
94 summary.get_file('file1').original_size = 0
95 summary.get_file('folder1').get_file('file2')._path = None
98 self.assertEqual(new_summary.get_file('file1').path,
100 self.assertEqual(new_summary.get_file('file1').original_size, _SIZE)
101 self.assertEqual(id(new_summary.get_file('file
[all...]
H A Dzip_file_throttler.py66 new_file_info = parent_result_info.get_file(new_name)
/external/tensorflow/tensorflow/python/keras/_impl/keras/datasets/
H A Dmnist.py23 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
38 path = get_file(
H A Dboston_housing.py23 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
42 path = get_file(
H A Dcifar10.py27 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
40 path = get_file(dirname, origin=origin, untar=True)
H A Dcifar100.py27 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
49 path = get_file(dirname, origin=origin, untar=True)
H A Dfashion_mnist.py26 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
44 paths.append(get_file(fname, origin=base + fname, cache_subdir=dirname))
H A Dimdb.py26 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
80 path = get_file(
143 path = get_file(
H A Dreuters.py26 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
78 path = get_file(
127 path = get_file(
/external/autotest/client/deps/camera_hal3/
H A Dcamera_hal3.py17 utils.get_file(os.path.join(src_path, binary),
/external/autotest/client/deps/libnet/
H A Dlibnet.py11 utils.get_file('http://www.packetfactory.net/libnet/dist/libnet.tar.gz',
/external/autotest/client/deps/pgsql/
H A Dpgsql.py11 utils.get_file('ftp://ftp.postgresql.org/pub/source/v8.3.1/postgresql-8.3.1.tar.bz2', tarball)
/external/autotest/client/deps/mysql/
H A Dmysql.py11 utils.get_file('http://mirror.x10.com/mirror/mysql/Downloads/MySQL-5.0/mysql-5.0.45.tar.gz', tarball)
/external/autotest/client/deps/pgpool/
H A Dpgpool.py13 utils.get_file('http://pgfoundry.org/frs/download.php/1083/pgpool-II-1.0.1.tar.gz', tarball)
/external/autotest/client/deps/webgl_clear/
H A Dwebgl_clear.py25 utils.get_file(
/external/autotest/client/tests/qemu_iotests/
H A Dqemu_iotests.py89 utils.get_file(src, dest)
99 utils.get_file(src, dest)
/external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
H A Ddensenet.py47 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace
259 weights_path = get_file(
265 weights_path = get_file(
271 weights_path = get_file(
278 weights_path = get_file(
284 weights_path = get_file(
290 weights_path = get_file(
/external/autotest/server/cros/multimedia/
H A Daudio_facade_adapter.py123 self._client.get_file(remote_path, local_path)
192 self._client.get_file(remote_path, file_path)
/external/autotest/server/site_tests/autoupdate_NonBlockingOOBEUpdate/
H A Dautoupdate_NonBlockingOOBEUpdate.py20 self._host.get_file('/var/log/update_engine.log', self.resultsdir)
/external/autotest/server/site_tests/brillo_ADBFileTransfer/
H A Dbrillo_ADBFileTransfer.py45 host.get_file(device_temp_file, return_temp_file.name,
/external/autotest/client/bin/
H A Dlocal_host_unittest.py191 """Tests get_file() copying a regular file."""
199 host.get_file(source_file, dest_file)
204 """Tests get_file() copying a directory into a new dir."""
213 host.get_file(source_dir, dest_dir)
219 """Tests get_file() copying a directory into an existing dir."""
229 host.get_file(source_dir, dest_dir)
235 """Tests get_file() replacing a dir."""
247 host.get_file(source_dir, dest_dir, delete_dest=True)
254 """Tests get_file() copying dir contents to a new dir."""
264 host.get_file(o
[all...]
/external/autotest/server/site_tests/brillo_ADBDirectoryTransfer/
H A Dbrillo_ADBDirectoryTransfer.py57 host.get_file(device_test_dir, return_dir, delete_dest=True)
/external/devlib/devlib/instrument/
H A Dhwmon.py44 ts.get_file('input')
/external/fio/
H A Dtrim.c60 get_file(io_u->file);
/external/tensorflow/tensorflow/contrib/keras/api/keras/utils/
H A D__init__.py22 from tensorflow.python.keras._impl.keras.utils.data_utils import get_file namespace

Completed in 660 milliseconds

12345