/external/skia/platform_tools/android/tests/ |
android_framework_gyp_tests.py | 36 self.create_file('%s%s' % (str(i), GYPD_SUFFIX)) 37 self.create_file('%s%s' % (str(i), GYPI_SUFFIX)) 38 self.create_file('%s%s' % (str(i), GYP_SUFFIX)) 39 self.create_file('%s%s' % (str(i), OTHER_SUFFIX)) 41 def create_file(self, basename): member in class:CleanGypdTest
|
/external/autotest/client/site_tests/platform_FileSize/ |
platform_FileSize.py | 27 def create_file(self, size, fname): member in class:platform_FileSize 56 filesize = self.create_file(reqsize[i], reqname[i])
|
/external/autotest/cli/ |
topic_common_unittest.py | 100 flist_obj = cli_mock.create_file('') 107 flist_obj = cli_mock.create_file('a\nb\nc\n') 114 flist_obj = cli_mock.create_file('a b c\nd e\nf\n') 121 flist_obj = cli_mock.create_file('a,b,c\nd,e\nf\n') 128 flist_obj = cli_mock.create_file('a,b c\nd,e\nf\ng h,i') 136 flist_obj = cli_mock.create_file('a, b c\nd,e\nf\ng h,i') 144 flist_obj = cli_mock.create_file('a, b c\nd,e, \nf,\ng h,i ,') 152 flist_obj = cli_mock.create_file('a\nb\nc') 159 flist_obj = cli_mock.create_file('\na\nb\n\nc\n') 166 flist_obj = cli_mock.create_file('a\nb\\,c\\,d\nef\\,g' [all...] |
user_unittest.py | 24 ufile = cli_mock.create_file('user0\nuser3\nuser4\n') 51 ufile = cli_mock.create_file('user0\nuser3\nuser4\n') 130 ufile = cli_mock.create_file('user0 user1\n')
|
acl_unittest.py | 17 afile = cli_mock.create_file('acl0\nacl3\nacl4\n') 223 alist = cli_mock.create_file('acl2\nacl1') 244 alist = cli_mock.create_file('acl2\nacl1')
|
cli_mock.py | 18 def create_file(content): function
|
host_unittest.py | 63 mfile = cli_mock.create_file('host0\nhost3\nhost4\n') 106 mfile = cli_mock.create_file('host0\nhost3\nhost4\n') 206 mfile = cli_mock.create_file('host2') 244 mfile = cli_mock.create_file('host2') [all...] |
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
example.py | 45 def create_file(path): function 59 >>> create_file('/test/file.txt') 78 >>> create_file('/test/file.txt') 100 >>> create_file('/test/file.txt') 112 >>> create_file('/test/file1.txt') 113 >>> create_file('/test/file2.txt')
|
example_test.py | 61 '''Test example.create_file()''' 69 example.create_file('/test/file.txt')
|
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/ |
hardware_UsbBasicFileOperations.py | 31 storage_mod.create_file(self._src.name, size) 103 storage_mod.create_file(self._src.name, size)
|
/external/autotest/server/cros/chaos_lib/ |
chaos_parser.py | 21 def __init__(self, results_dir, create_file, print_config_failures): 25 @param create_file: True to create csv files; False otherwise. 31 self._create_file = create_file 348 arg_parser.add_argument('--create_file', dest='create_file', 360 parser = ChaosParser(arguments.dir_name, arguments.create_file,
|
/external/autotest/client/site_tests/hardware_Usb30Throughput/ |
hardware_Usb30Throughput.py | 64 storage_mod.create_file(self._autosrc.name, size)
|
/external/autotest/client/site_tests/hardware_UsbMount/ |
hardware_UsbMount.py | 58 storage_mod.create_file(self._tmpfile, 1*1024*1024)
|
/external/selinux/libsemanage/utils/ |
semanage_migrate_store | 47 def create_file(dst): function 89 create_file("%s/%s" % (disabledmodules, disabledname))
|
/bionic/libc/tools/ |
gensyscalls.py | 44 def create_file(relpath): function 575 glibc_fp = create_file(glibc_syscalls_h_path) 604 fp = create_file(filename)
|
/ndk/sources/host-tools/make-3.81/tests/ |
test_driver.pl | 678 &create_file (&get_basefile, $answer); 924 sub create_file subroutine 963 &create_file ("$basedir/$path", $1 . "\n");
|
/external/autotest/client/cros/ |
storage.py | 382 def create_file(path, size): function
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
doctest_webapp.py | 186 def create_file(path, version, data): function
|
/art/dex2oat/ |
dex2oat.cc | 1195 bool create_file = oat_fd_ == -1; \/\/ as opposed to using open file descriptor local [all...] |