HomeSort by relevance Sort by last modified time
    Searched full:join (Results 376 - 400 of 15707) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug302.go 18 run("go", "tool", "compile", filepath.Join("fixedbugs", "bug302.dir", "p.go"))
20 run("go", "tool", "compile", "-I", ".", filepath.Join("fixedbugs", "bug302.dir", "main.go"))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_py.py 22 f = open(os.path.join(sources, "__init__.py"), "w")
27 f = open(os.path.join(sources, "README.txt"), "w")
38 dist.script_name = os.path.join(sources, "setup.py")
58 pkgdest = os.path.join(destination, "pkg")
74 open(os.path.join(sources, "__init__.py"), "w").close()
76 testdir = os.path.join(sources, "doc")
78 open(os.path.join(testdir, "testfile"), "w").close()
89 dist.script_name = os.path.join(sources, "setup.py")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pygram.py 15 _GRAMMAR_FILE = os.path.join(os.path.dirname(__file__), "Grammar.txt")
16 _PATTERN_GRAMMAR_FILE = os.path.join(os.path.dirname(__file__),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 56 self.thread.join()
106 self.thread.join()
125 self.dataq.join()
127 self.assertEqual(data, ''.join(want[:-2]))
134 self.dataq.join()
147 self.dataq.join()
149 self.assertEqual(data, ''.join(want[:-2]))
157 self.dataq.join()
159 self.assertEqual(data, ''.join(want[:-2]))
169 self.dataq.join()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_py.py 22 f = open(os.path.join(sources, "__init__.py"), "w")
27 f = open(os.path.join(sources, "README.txt"), "w")
38 dist.script_name = os.path.join(sources, "setup.py")
58 pkgdest = os.path.join(destination, "pkg")
74 open(os.path.join(sources, "__init__.py"), "w").close()
76 testdir = os.path.join(sources, "doc")
78 open(os.path.join(testdir, "testfile"), "w").close()
89 dist.script_name = os.path.join(sources, "setup.py")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pygram.py 15 _GRAMMAR_FILE = os.path.join(os.path.dirname(__file__), "Grammar.txt")
16 _PATTERN_GRAMMAR_FILE = os.path.join(os.path.dirname(__file__),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 56 self.thread.join()
106 self.thread.join()
125 self.dataq.join()
127 self.assertEqual(data, ''.join(want[:-2]))
134 self.dataq.join()
147 self.dataq.join()
149 self.assertEqual(data, ''.join(want[:-2]))
157 self.dataq.join()
159 self.assertEqual(data, ''.join(want[:-2]))
169 self.dataq.join()
    [all...]
  /external/skia/infra/bots/recipe_modules/flavor/
gn_chromebook_flavor.py 75 clang_linux = self.m.vars.slave_dir.join('clang_linux')
77 sysroot_dir = self.m.vars.slave_dir.join('armhf_sysroot')
82 gl_dir = self.m.vars.slave_dir.join('chromebook_arm_gles')
83 env = {'LD_LIBRARY_PATH': sysroot_dir.join('lib')}
95 '-I%s' % gl_dir.join('include'),
96 '-I%s' % sysroot_dir.join('include'),
97 '-I%s' % sysroot_dir.join('include', 'c++', '4.8.4'),
98 '-I%s' % sysroot_dir.join('include', 'c++', '4.8.4',
107 '-B%s' % sysroot_dir.join('bin'),
109 '-B%s' % sysroot_dir.join('gcc-cross')
    [all...]
  /external/skqp/infra/bots/recipe_modules/flavor/
gn_chromebook_flavor.py 75 clang_linux = self.m.vars.slave_dir.join('clang_linux')
77 sysroot_dir = self.m.vars.slave_dir.join('armhf_sysroot')
82 gl_dir = self.m.vars.slave_dir.join('chromebook_arm_gles')
83 env = {'LD_LIBRARY_PATH': sysroot_dir.join('lib')}
95 '-I%s' % gl_dir.join('include'),
96 '-I%s' % sysroot_dir.join('include'),
97 '-I%s' % sysroot_dir.join('include', 'c++', '4.8.4'),
98 '-I%s' % sysroot_dir.join('include', 'c++', '4.8.4',
107 '-B%s' % sysroot_dir.join('bin'),
109 '-B%s' % sysroot_dir.join('gcc-cross')
    [all...]
  /build/soong/cc/config/
global.go 139 pctx.StaticVariable("CommonGlobalCflags", strings.Join(commonGlobalCflags, " "))
140 pctx.StaticVariable("CommonGlobalConlyflags", strings.Join(commonGlobalConlyflags, " "))
141 pctx.StaticVariable("DeviceGlobalCflags", strings.Join(deviceGlobalCflags, " "))
142 pctx.StaticVariable("DeviceGlobalCppflags", strings.Join(deviceGlobalCppflags, " "))
143 pctx.StaticVariable("DeviceGlobalLdflags", strings.Join(deviceGlobalLdflags, " "))
144 pctx.StaticVariable("HostGlobalCflags", strings.Join(hostGlobalCflags, " "))
145 pctx.StaticVariable("HostGlobalCppflags", strings.Join(hostGlobalCppflags, " "))
146 pctx.StaticVariable("HostGlobalLdflags", strings.Join(hostGlobalLdflags, " "))
147 pctx.StaticVariable("NoOverrideGlobalCflags", strings.Join(noOverrideGlobalCflags, " "))
149 pctx.StaticVariable("CommonGlobalCppflags", strings.Join(commonGlobalCppflags, " ")
    [all...]
  /device/google/cuttlefish_common/common/vsoc/lib/
lock_test.cpp 55 void Join() {
56 thread_.join();
72 a.Join();
73 b.Join();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build.py 24 wanted = os.path.join(cmd.build_base, 'lib')
34 wanted = os.path.join(cmd.build_base, 'lib' + plat_spec)
41 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec)
45 wanted = os.path.join(cmd.build_base, 'scripts-' + sys.version[0:3])
test_spawn.py 34 exe = os.path.join(tmpdir, 'foo.sh')
38 exe = os.path.join(tmpdir, 'foo.bat')
46 exe = os.path.join(tmpdir, 'foo.sh')
50 exe = os.path.join(tmpdir, 'foo.bat')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_string.py 33 self.checkequal('a b c d', ['a', 'b', 'c', 'd'], 'join', ' ')
34 self.checkequal('abcd', ('a', 'b', 'c', 'd'), 'join', '')
35 self.checkequal('w x y z', string_tests.Sequence(), 'join', ' ')
36 self.checkequal('abc', ('abc',), 'join', 'a')
37 self.checkequal('z', UserList(['z']), 'join', 'a')
39 self.checkequal(unicode('a.b.c'), ['a', 'b', 'c'], 'join', unicode('.'))
40 self.checkequal(unicode('a.b.c'), [unicode('a'), 'b', 'c'], 'join', '.')
41 self.checkequal(unicode('a.b.c'), ['a', unicode('b'), 'c'], 'join', '.')
42 self.checkequal(unicode('a.b.c'), ['a', 'b', unicode('c')], 'join', '.')
43 self.checkraises(TypeError, ['a', unicode('b'), 3], 'join', '.')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
win_add2path.py 22 scripts = os.path.join(pythonpath, "Scripts")
26 userscripts = os.path.join(userpath, "Scripts")
41 envpath = os.pathsep.join(paths)
49 print '\n'.join(paths[1:])
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t057autoAST36.g 8 $result = "id list=["+buffer.join(",")+"],";
t057autoAST37.g 8 $result = "id list=["+buffer.join(",")+"],";
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
common.py 9 cros_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
  /external/autotest/client/common_lib/cros/fake_device_server/
common.py 9 cros_dir = os.path.abspath(os.path.join(dirname, ".."))
  /external/autotest/frontend/migrations/
099_drop_afe_job_keyvals_foreign_key.py 9 # LEFT OUTER JOIN afe_jobs t2
  /external/autotest/server/bin/
unit_test_server.py 42 results_dir = os.path.join(self.outputdir, self.client_test, 'results/')
46 report = utils.system_output('gcov ' + ''.join(self.test_files))
52 src = os.path.join(self.outputdir, self.client_test, 'results/keyval')
53 dst = os.path.join(self.resultsdir, 'keyval')
  /external/chromium-trace/catapult/common/eslint/bin/
run_eslint 12 os.path.join(os.path.dirname(__file__),
17 os.path.join(os.path.dirname(__file__), os.path.pardir))
21 os.path.join(_CATAPULT_PATH, 'dashboard', 'dashboard'),
22 os.path.join(_CATAPULT_PATH, 'tracing', 'tracing')
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
__init__.py 8 PY_UTILS = os.path.abspath(os.path.join(SCRIPT_DIR, '..', '..', 'py_utils'))
  /external/chromium-trace/catapult/devil/
PRESUBMIT.py 20 return input_api.os_path.join(
26 'PYTHONPATH': ':'.join([J(), J('..')]),
36 input_api.os_path.join(
44 this_presubmit_file = input_api.os_path.join(
  /external/chromium-trace/catapult/systrace/bin/
adb_profile_chrome 11 systrace_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))

Completed in 740 milliseconds

<<11121314151617181920>>