/external/autotest/server/site_tests/network_WiFi_RoamSuspend/ |
control | 11 to join a new AP (new frequency, new BSSID, but same SSID as previously
|
/external/autotest/server/ |
utils.py | 13 if os.path.exists(os.path.join(os.path.dirname(__file__), 'site_utils.py')):
|
/external/boringssl/src/util/bot/go/ |
bootstrap.py | 39 TOOLSET_ROOT = os.path.join(os.path.dirname(ROOT), 'golang') 42 WORKSPACE = os.path.join(ROOT, 'go') 87 with open(os.path.join(*path), 'r') as f: 96 with open(os.path.join(*path), 'w') as f: 103 p = os.path.join(*path) 124 pkg_path = os.path.join(toolset_root, url[url.rfind('/')+1:]) 169 path = os.path.join(tmp, 'hello.go') 217 env['GOROOT'] = os.path.join(toolset_root, 'go') 219 env['GOBIN'] = os.path.join(workspace, 'bin') 226 env['GOPATH'] = os.pathsep.join(all_go_paths [all...] |
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
resource_unittest.py | 16 self.assertEquals(os.path.join('b', 'c.js'), r.relative_path)
|
/external/chromium-trace/catapult/systrace/bin/ |
systrace | 11 os.path.join(os.path.dirname(__file__), os.path.pardir))
|
/external/compiler-rt/test/sanitizer_common/Unit/ |
lit.site.cfg.in | 12 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@", "lib",
|
/external/deqp/scripts/ |
check_build_sanity.py | 54 args = ["python", os.path.join(env.srcDir, self.scriptPath)] 62 cflagsStr = " ".join(cflags) 109 buildDir = os.path.join(env.tmpDir, self.buildDir) 149 RunScript(os.path.join("external", "fetch_sources.py")) 186 RunScript(os.path.join("scripts", "build_android_mustpass.py"), 187 lambda env: ["--build-dir", os.path.join(env.tmpDir, "android-mustpass")]), 190 RunScript(os.path.join("external", "vulkancts", "scripts", "build_mustpass.py"), 191 lambda env: ["--build-dir", os.path.join(env.tmpDir, "vulkan-mustpass")]), 194 RunScript(os.path.join("external", "vulkancts", "scripts", "build_spirv_binaries.py"), 195 lambda env: ["--build-dir", os.path.join(env.tmpDir, "spirv-binaries")]) [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
asciiTable.py | 22 self.data = tobytes("\r".join(lines[1:-1]))
|
/external/google-breakpad/src/build/ |
gyp_breakpad | 36 breakpad_root = os.path.abspath(os.path.join(script_dir, os.pardir)) 38 sys.path.insert(0, os.path.join(breakpad_root, 'tools', 'gyp', 'pylib')) 50 args.append(os.path.join(script_dir, 'all.gyp')) 53 args.append(os.path.join(breakpad_root, 'build', 'common.gypi'))
|
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
notify_one.pass.cpp | 71 t1.join(); 76 t2.join(); 88 t1.join(); 93 t2.join();
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/ |
join.pass.cpp | 16 // void join(); 56 t0.join(); 60 t0.join(); 71 t0.join();
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
host_utils.py | 13 running_size += sum([os.path.getsize(os.path.join(root, f))
|
/external/libnl/doc/ |
resolve-asciidoc-refs.py | 23 rc = re.compile('|'.join(map(re.escape, sorted(refs, reverse=True))))
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
tdc_config_local_template.py | 17 EXTRA_NAMES['SOME_BIN'] = os.path.join(os.getenv('OTHER_BIN', ''), 'some_bin')
|
/external/llvm/test/CodeGen/Hexagon/ |
early-if-phi-i1.ll | 4 ; join block has a phi node of type i1).
|
/external/llvm/utils/lit/tests/ |
lit.cfg | 28 src_root = os.path.join(config.test_source_root, '..') 31 config.substitutions.append(('%{inputs}', os.path.join( 34 os.path.join(src_root, 'lit.py'),))) 40 config.environment['COVERAGE_PROCESS_START'] = os.path.join(
|
/external/pdfium/fxjs/xfa/ |
cjx_corner.h | 20 JS_PROP(join);
|
/external/perfetto/tools/ |
gen_tracing_cpp_headers_from_protos.py | 38 print('\nRunning ' + ' '.join(cmd)) 51 tool = os.path.join(out_dir, 'proto_to_cpp') 57 run(clang_format + [os.path.join(HEADER_PATH, fname + '.h')]) 58 run(clang_format + [os.path.join(CPP_PATH, fname + '.cc')])
|
run_android_test | 35 ADB_PATH = os.path.join(ROOT_DIR, 'buildtools/android_sdk/platform-tools/adb') 86 print '> adb ' + ' '.join(args) 92 print '> adb ' + ' '.join(cmd) 106 with open(os.path.join(ROOT_DIR, 'tools', 'test_data.txt')) as f: 123 test_bin = os.path.join(args.out_dir, args.test_name) 138 AdbCall('push', os.path.join(ROOT_DIR, dep), target_dir + '/' + dep) 141 sanitizer_libs = os.path.join(args.out_dir, 'sanitizer_libs') 142 env = ' '.join(args.env if args.env is not None else []) + ' ' 151 cmd += ' ' + ' '.join(actual_args)
|
/external/ply/ply/ply/ |
ygen.py | 41 shutil.copy2(os.path.join(dirname, 'yacc.py'), os.path.join(dirname, 'yacc.py.bak')) 42 with open(os.path.join(dirname, 'yacc.py'), 'r') as f: 63 with open(os.path.join(dirname, 'yacc.py'), 'w') as f:
|
/external/python/cpython2/Demo/tkinter/ttk/ |
notebook_closebtn.py | 11 imgdir = os.path.join(os.path.dirname(__file__), 'img') 12 i1 = Tkinter.PhotoImage("img_close", file=os.path.join(imgdir, 'close.gif')) 14 file=os.path.join(imgdir, 'close_active.gif')) 16 file=os.path.join(imgdir, 'close_pressed.gif'))
|
/external/python/cpython2/Lib/lib2to3/tests/ |
test_main.py | 16 TEST_DATA_DIR = os.path.join(os.path.dirname(__file__), "data") 17 PY2_TEST_MODULE = os.path.join(TEST_DATA_DIR, "py2_test_grammar.py") 69 self.py2_src_dir = os.path.join(self.temp_dir, "python2_project") 70 self.py3_dest_dir = os.path.join(self.temp_dir, "python3_project") 75 open(os.path.join(self.py2_src_dir, "__init__.py"), "w").close() 79 self.trivial_py2_file = os.path.join(self.py2_src_dir, "trivial.py") 80 self.init_py2_file = os.path.join(self.py2_src_dir, "__init__.py") 106 os.path.join(self.py2_src_dir, name), 107 os.path.join(self.py3_dest_dir, name+suffix)), stderr)
|
/external/python/cpython2/Lib/ |
macurl2path.py | 40 rv = ':'.join(components[1:]) 48 rv = ':' + ':'.join(components) 71 return '/' + '/'.join(components) 73 return '/'.join(components)
|
/external/python/cpython2/Lib/test/ |
test_old_mailbox.py | 31 os.mkdir(os.path.join(self._dir, "cur")) 32 os.mkdir(os.path.join(self._dir, "tmp")) 33 os.mkdir(os.path.join(self._dir, "new")) 39 os.rmdir(os.path.join(self._dir, "cur")) 40 os.rmdir(os.path.join(self._dir, "tmp")) 41 os.rmdir(os.path.join(self._dir, "new")) 48 filename = os.extsep.join((str(t), str(pid), "myhostname", "mydomain")) 49 tmpname = os.path.join(self._dir, "tmp", filename) 50 newname = os.path.join(self._dir, dir, filename)
|
test_tk.py | 9 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
|