/test/vts-testcase/fuzz/template/iface_fuzzer_test/ |
iface_fuzzer_test.py | 38 _VTS_SPEC_DIR_TARGET = os.path.join(config.FUZZER_TEST_DIR, 'spec') 49 src_dir = os.path.join(self.data_file_path, 'spec', 'hardware', 51 dst_dir = os.path.join(self._VTS_SPEC_DIR_TARGET, hal_name_dir, 57 asan_path = os.path.join(self.data_file_path, 'DATA', 'asan', 'system') 58 driver32 = os.path.join(asan_path, 'lib', driver_name) 59 driver64 = os.path.join(asan_path, 'lib64', driver_name) 78 spec_dirs = [os.path.join(self._VTS_SPEC_DIR_TARGET, hal_name_dir, 85 os.path.join(self._VTS_SPEC_DIR_TARGET, 103 spec_dirs = ':'.join(self._VtsSpecDirsTarget(hal_name, hal_version)) 117 bin_host_path = os.path.join(self.data_file_path, 'DATA', 'bin' [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_archive_util.py | 47 os.mkdir(os.path.join(tmpdir, 'sub'))
54 base_name = os.path.join(tmpdir2, 'archive')
69 base_name = os.path.join(tmpdir2, 'archive')
91 dist = os.path.join(tmpdir, 'dist')
95 os.mkdir(os.path.join(dist, 'sub'))
97 os.mkdir(os.path.join(dist, 'sub2'))
99 base_name = os.path.join(tmpdir2, 'archive')
119 tarball2 = os.path.join(tmpdir, 'archive2.tar.gz')
135 base_name = os.path.join(tmpdir2, 'archive')
146 base_name = os.path.join(tmpdir2, 'archive') [all...] |
/external/libmojo/mojo/edk/system/ |
awakable_list_unittest.cc | 35 } // Join |thread|. 46 } // Join |thread|. 58 } // Join |thread|. 77 } // Join |thread|. 93 } // Join |thread|. 108 } // Join |thread|. 126 } // Join |thread|. 139 } // Join |thread|. 155 } // Join |thread|. 181 } // Join threads [all...] |
/external/skia/infra/bots/assets/ |
asset_utils_test.py | 23 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir)) 48 fw.write(os.path.join('subdir', 'd.txt'), 0640) 57 target = os.path.join(self.dir, name) 60 contents = os.listdir(os.path.join(self.dir, name)) 64 shutil.copytree(target_dir, os.path.join(self.dir, name, str(version))) 67 shutil.copytree(os.path.join(self.dir, name, str(version)), target_dir) 88 input_dir = os.path.join(os.getcwd(), 'input') 93 output_dir = os.path.join(os.getcwd(), 'output') 102 input_dir = os.path.join(os.getcwd(), 'input') 195 asset_dir = os.path.join(FILE_DIR, self.asset_name [all...] |
/external/skqp/infra/bots/assets/ |
asset_utils_test.py | 23 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir)) 48 fw.write(os.path.join('subdir', 'd.txt'), 0640) 57 target = os.path.join(self.dir, name) 60 contents = os.listdir(os.path.join(self.dir, name)) 64 shutil.copytree(target_dir, os.path.join(self.dir, name, str(version))) 67 shutil.copytree(os.path.join(self.dir, name, str(version)), target_dir) 88 input_dir = os.path.join(os.getcwd(), 'input') 93 output_dir = os.path.join(os.getcwd(), 'output') 102 input_dir = os.path.join(os.getcwd(), 'input') 195 asset_dir = os.path.join(FILE_DIR, self.asset_name [all...] |
/external/tensorflow/tensorflow/examples/speech_commands/ |
input_data_test.py | 47 dir_name = os.path.join(root_dir, label) 50 file_path = os.path.join(dir_name, "some_audio_%d.wav" % i) 106 background_dir = os.path.join(tmp_dir, "_background_noise_") 110 file_path = os.path.join(background_dir, "background_audio_%d.wav" % i) 119 file_path = os.path.join(tmp_dir, "load_test.wav") 127 file_path = os.path.join(tmp_dir, "load_test.wav") 136 wav_dir = os.path.join(tmp_dir, "wavs") 139 background_dir = os.path.join(wav_dir, "_background_noise_") 143 file_path = os.path.join(background_dir, "background_audio_%d.wav" % i) 165 wav_dir = os.path.join(tmp_dir, "wavs" [all...] |
/external/webrtc/ |
sync_chromium.py | 56 main_gclient = os.path.join(os.path.dirname(ROOT_DIR), '.gclient') 74 return ','.join(target_os_list) 78 CR_DIR = os.path.join(ROOT_DIR, 'chromium') 93 flag_file = os.path.join(opts.chromium_dir, '.last_sync_chromium') 94 flag_file_content = '\n'.join([ 99 if (os.path.exists(os.path.join(opts.chromium_dir, 'src')) and 112 freetype_src = os.path.join(CR_DIR, 'src', 'third_party', 'freetype-android', 131 cache_path = os.path.join(os.path.splitdrive(ROOT_DIR)[0] + os.path.sep, 153 gclient_entries_file = os.path.join(opts.chromium_dir, '.gclient_entries') 156 gclientfile = os.path.join(opts.chromium_dir, '.gclient' [all...] |
/build/soong/ui/build/ |
config.go | 75 outDir = filepath.Join(baseDir, filepath.Base(wd)) 151 java8Home := filepath.Join("prebuilts/jdk/jdk8", ret.HostPrebuiltTag()) 152 java9Home := filepath.Join("prebuilts/jdk/jdk9", ret.HostPrebuiltTag()) 175 newPath := []string{filepath.Join(absJavaHome, "bin")} 184 ret.environ.Set("PATH", strings.Join(newPath, string(filepath.ListSeparator))) 187 buildDateTimeFile := filepath.Join(outDir, "build_date.txt") 343 c.environ.Set("TARGET_BUILD_APPS", strings.Join(apps, " ")) 365 return filepath.Join(c.OutDir(), "dist") 376 return filepath.Join(c.OutDir(), "soong") 384 return filepath.Join(c.OutDir(), ".module_paths" [all...] |
/build/blueprint/bootstrap/ |
bootstrap.go | 34 goTestMainCmd = pctx.StaticVariable("goTestMainCmd", filepath.Join(bootstrapDir, "bin", "gotestmain")) 35 goTestRunnerCmd = pctx.StaticVariable("goTestRunnerCmd", filepath.Join(bootstrapDir, "bin", "gotestrunner")) 36 pluginGenSrcCmd = pctx.StaticVariable("pluginGenSrcCmd", filepath.Join(bootstrapDir, "bin", "loadplugins")) 147 docsDir = filepath.Join(bootstrapDir, "docs") 149 bootstrapDir = filepath.Join("$buildDir", bootstrapSubDir) 150 miniBootstrapDir = filepath.Join("$buildDir", miniBootstrapSubDir) 152 minibpFile = filepath.Join(miniBootstrapDir, "minibp") 163 return filepath.Join(BuildDir, bootstrapSubDir, "bin") 168 return filepath.Join(c.BlueprintToolLocation()) 170 return filepath.Join(BuildDir, "bin" [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_mhlib.py | 28 _mhpath = os.path.join(_mhroot, "MH")
29 _mhprofile = os.path.join(_mhroot, ".mh_profile")
32 return os.path.join(*f.split('/'))
50 writeFile(_mhprofile, "".join(contents))
54 writeFile(os.path.join(_mhpath, "context"),
59 writeFile(os.path.join(_mhpath, folder, ".mh_sequences"),
64 headers = "".join([ "%s: %s\n" % (k, v) for k, v in headers.iteritems() ])
66 mkdirs(os.path.join(_mhpath, folder))
67 writeFile(os.path.join(_mhpath, folder, str(n)), contents)
90 fullname = os.path.join(fname, f) [all...] |
test_pkgutil.py | 31 package_dir = os.path.join(self.dirname, pkg)
34 f = open(os.path.join(package_dir, '__init__.py'), "wb")
37 f = open(os.path.join(package_dir, 'res.txt'), "wb")
40 os.mkdir(os.path.join(package_dir, 'sub'))
41 f = open(os.path.join(package_dir, 'sub', 'res.txt'), "wb")
61 zip_file = os.path.join(self.dirname, zip)
|
/external/python/cpython2/Lib/test/ |
test_mhlib.py | 28 _mhpath = os.path.join(_mhroot, "MH") 29 _mhprofile = os.path.join(_mhroot, ".mh_profile") 32 return os.path.join(*f.split('/')) 50 writeFile(_mhprofile, "".join(contents)) 54 writeFile(os.path.join(_mhpath, "context"), 59 writeFile(os.path.join(_mhpath, folder, ".mh_sequences"), 64 headers = "".join([ "%s: %s\n" % (k, v) for k, v in headers.iteritems() ]) 66 mkdirs(os.path.join(_mhpath, folder)) 67 writeFile(os.path.join(_mhpath, folder, str(n)), contents) 90 fullname = os.path.join(fname, f [all...] |
/external/skia/infra/bots/recipe_modules/flavor/ |
gn_chromecast_flavor.py | 18 self.m.vars.android_bin_dir = self.m.path.join(self.m.vars.android_bin_dir, 60 toolchain_dir = self.m.vars.slave_dir.join('cast_toolchain', 'armv7a') 61 gles_dir = self.m.vars.slave_dir.join('chromebook_arm_gles') 64 '-I%s' % gles_dir.join('include'), 76 '-L%s' % toolchain_dir.join('lib'), 81 'cc': quote(toolchain_dir.join('bin','armv7a-cros-linux-gnueabi-gcc')), 82 'cxx': quote(toolchain_dir.join('bin','armv7a-cros-linux-gnueabi-g++')), 83 'ar': quote(toolchain_dir.join('bin','armv7a-cros-linux-gnueabi-ar')), 100 gn_args = ' '.join('%s=%s' % (k,v) for (k,v) in sorted(args.iteritems())) 104 gn = self.m.vars.skia_dir.join('bin', gn [all...] |
/external/skia/infra/bots/recipe_modules/vars/ |
api.py | 20 key = 'custom_%s' % '_'.join(path) 33 self.default_env['PATH'] = self.m.path.pathsep.join([ 79 self.skia_dir = self.checkout_root.join('skia') 81 self.skia_dir = self.checkout_root.join('pdfium', 'third_party', 'skia') 83 self.checkout_root = self.checkout_root.join('flutter') 84 self.skia_dir = self.checkout_root.join('src', 'third_party', 'skia') 89 self.infrabots_dir = self.skia_dir.join('infra', 'bots') 90 self.resource_dir = self.skia_dir.join('resources') 91 self.images_dir = self.slave_dir.join('skimage') 92 self.skia_out = self.skia_dir.join('out', self.builder_name [all...] |
/external/skqp/infra/bots/recipe_modules/flavor/ |
gn_chromecast_flavor.py | 18 self.m.vars.android_bin_dir = self.m.path.join(self.m.vars.android_bin_dir, 60 toolchain_dir = self.m.vars.slave_dir.join('cast_toolchain', 'armv7a') 61 gles_dir = self.m.vars.slave_dir.join('chromebook_arm_gles') 64 '-I%s' % gles_dir.join('include'), 76 '-L%s' % toolchain_dir.join('lib'), 81 'cc': quote(toolchain_dir.join('bin','armv7a-cros-linux-gnueabi-gcc')), 82 'cxx': quote(toolchain_dir.join('bin','armv7a-cros-linux-gnueabi-g++')), 83 'ar': quote(toolchain_dir.join('bin','armv7a-cros-linux-gnueabi-ar')), 100 gn_args = ' '.join('%s=%s' % (k,v) for (k,v) in sorted(args.iteritems())) 104 gn = self.m.vars.skia_dir.join('bin', gn [all...] |
/external/skqp/infra/bots/recipe_modules/vars/ |
api.py | 20 key = 'custom_%s' % '_'.join(path) 33 self.default_env['PATH'] = self.m.path.pathsep.join([ 79 self.skia_dir = self.checkout_root.join('skia') 81 self.skia_dir = self.checkout_root.join('pdfium', 'third_party', 'skia') 83 self.checkout_root = self.checkout_root.join('flutter') 84 self.skia_dir = self.checkout_root.join('src', 'third_party', 'skia') 89 self.infrabots_dir = self.skia_dir.join('infra', 'bots') 90 self.resource_dir = self.skia_dir.join('resources') 91 self.images_dir = self.slave_dir.join('skimage') 92 self.skia_out = self.skia_dir.join('out', self.builder_name [all...] |
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
export_test.py | 72 saver.checkpoint_exists(os.path.join(export_dir, '00000001', 'export')), 73 'Exported checkpoint expected but not found: %s' % os.path.join( 76 saver.checkpoint_exists(os.path.join(export_dir, '00000010', 'export')), 77 'Exported checkpoint expected but not found: %s' % os.path.join( 80 six.b(os.path.join(export_dir, '00000010')), 84 os.path.join(export_dir, '00000010', 'export.meta')) 93 export_dir = os.path.join(tempfile.mkdtemp(), 'export') 104 export_dir = os.path.join(tempfile.mkdtemp(), 'export') 126 export_dir=os.path.join(tempfile.mkdtemp(), 'export'), 144 export_dir=os.path.join(tempfile.mkdtemp(), 'export') [all...] |
/libcore/ojluni/src/main/java/java/nio/channels/ |
MulticastChannel.java | 54 * <p> The {@link #join(InetAddress,NetworkInterface)} method is used to 55 * join a group and receive all multicast datagrams sent to the group. A channel 56 * may join several multicast groups and may join the same group on several 63 * <p> The {@link #join(InetAddress,NetworkInterface,InetAddress)} method 84 * will join. There is no guarantee that a channel to a socket in one protocol 85 * family can join and receive multicast datagrams when the address of the 88 * socket can join an {@link StandardProtocolFamily#INET IPv4} multicast group and receive 105 * // join multicast group on this interface, and also use this 116 * MembershipKey key = dc.join(group, ni) 180 MembershipKey join(InetAddress group, NetworkInterface interf) method in interface:MulticastChannel 228 MembershipKey join(InetAddress group, NetworkInterface interf, InetAddress source) method in interface:MulticastChannel [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_mhlib.py | 28 _mhpath = os.path.join(_mhroot, "MH") 29 _mhprofile = os.path.join(_mhroot, ".mh_profile") 32 return os.path.join(*f.split('/')) 50 writeFile(_mhprofile, "".join(contents)) 54 writeFile(os.path.join(_mhpath, "context"), 59 writeFile(os.path.join(_mhpath, folder, ".mh_sequences"), 64 headers = "".join([ "%s: %s\n" % (k, v) for k, v in headers.iteritems() ]) 66 mkdirs(os.path.join(_mhpath, folder)) 67 writeFile(os.path.join(_mhpath, folder, str(n)), contents) 90 fullname = os.path.join(fname, f [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_mhlib.py | 28 _mhpath = os.path.join(_mhroot, "MH") 29 _mhprofile = os.path.join(_mhroot, ".mh_profile") 32 return os.path.join(*f.split('/')) 50 writeFile(_mhprofile, "".join(contents)) 54 writeFile(os.path.join(_mhpath, "context"), 59 writeFile(os.path.join(_mhpath, folder, ".mh_sequences"), 64 headers = "".join([ "%s: %s\n" % (k, v) for k, v in headers.iteritems() ]) 66 mkdirs(os.path.join(_mhpath, folder)) 67 writeFile(os.path.join(_mhpath, folder, str(n)), contents) 90 fullname = os.path.join(fname, f [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mhlib.py | 28 _mhpath = os.path.join(_mhroot, "MH") 29 _mhprofile = os.path.join(_mhroot, ".mh_profile") 32 return os.path.join(*f.split('/')) 50 writeFile(_mhprofile, "".join(contents)) 54 writeFile(os.path.join(_mhpath, "context"), 59 writeFile(os.path.join(_mhpath, folder, ".mh_sequences"), 64 headers = "".join([ "%s: %s\n" % (k, v) for k, v in headers.iteritems() ]) 66 mkdirs(os.path.join(_mhpath, folder)) 67 writeFile(os.path.join(_mhpath, folder, str(n)), contents) 90 fullname = os.path.join(fname, f [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mhlib.py | 28 _mhpath = os.path.join(_mhroot, "MH") 29 _mhprofile = os.path.join(_mhroot, ".mh_profile") 32 return os.path.join(*f.split('/')) 50 writeFile(_mhprofile, "".join(contents)) 54 writeFile(os.path.join(_mhpath, "context"), 59 writeFile(os.path.join(_mhpath, folder, ".mh_sequences"), 64 headers = "".join([ "%s: %s\n" % (k, v) for k, v in headers.iteritems() ]) 66 mkdirs(os.path.join(_mhpath, folder)) 67 writeFile(os.path.join(_mhpath, folder, str(n)), contents) 90 fullname = os.path.join(fname, f [all...] |
/build/blueprint/microfactory/ |
microfactory_test.go | 102 out := filepath.Join(dir, "out", "test") 106 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil { 132 out := filepath.Join(dir, "out", "test") 136 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil { 162 if err := pkg.Compile(config, filepath.Join(dir, "out")); err != nil { 223 os.Chtimes(filepath.Join(dir, "test.fact"), newTime, newTime) 224 os.Chtimes(filepath.Join(dir, "main/main.go"), newTime, newTime) 225 os.Chtimes(filepath.Join(dir, "a/a.go"), newTime, newTime) 226 os.Chtimes(filepath.Join(dir, "a/b.go"), newTime, newTime) 227 os.Chtimes(filepath.Join(dir, "b/a.go"), newTime, newTime [all...] |
/external/compiler-rt/test/tsan/ |
lit.cfg | 52 libcxx_path = os.path.join(config.compiler_rt_obj_root, "lib", 54 libcxx_incdir = os.path.join(libcxx_path, "include", "c++", "v1") 55 libcxx_libdir = os.path.join(libcxx_path, "lib") 56 libcxx_so = os.path.join(libcxx_libdir, "libc++.so") 64 return " " + " ".join([config.clang] + compile_flags) + " " 72 config.substitutions.append( ("%deflake ", os.path.join(os.path.dirname(__file__), "deflake.bash")) )
|
/external/deqp/external/openglcts/scripts/ |
verify_kc_cts_rev.py | 29 sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..")) 32 sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts")) 36 EXTERNAL_DIR = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", ".."))) 47 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir) 58 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir) 70 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
|