HomeSort by relevance Sort by last modified time
    Searched refs:check_script (Results 1 - 8 of 8) sorted by null

  /external/pdfium/public/
PRESUBMIT.py 14 check_script = input_api.os_path.join(
17 input_api.subprocess.check_output(check_script)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
script.exp 29 proc check_script { } {
198 check_script
206 check_script
214 check_script
222 check_script
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_winsound.py 243 check_script = os.path.join(os.path.dirname(__file__),
245 p = subprocess.Popen([cscript_path, check_script],
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winsound.py 244 check_script = os.path.join(os.path.dirname(__file__),
246 p = subprocess.Popen([cscript_path, check_script],
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winsound.py 244 check_script = os.path.join(os.path.dirname(__file__),
246 p = subprocess.Popen([cscript_path, check_script],
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winsound.py 244 check_script = os.path.join(os.path.dirname(__file__),
246 p = subprocess.Popen([cscript_path, check_script],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winsound.py 244 check_script = os.path.join(os.path.dirname(__file__),
246 p = subprocess.Popen([cscript_path, check_script],
  /art/tools/bisection_search/
bisection_search.py 389 if not args.expected_retcode and not args.check_script:
406 if args.check_script:
408 args.check_script, args.expected_output, test_env.logfile)

Completed in 286 milliseconds