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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_install_scripts.py 43 def write_script(name, text): function in function:InstallScriptsTestCase.test_installation
51 write_script("script1.py", ("#! /usr/bin/env python2.3\n"
54 write_script("script2.py", ("#!/usr/bin/python\n"
57 write_script("shell.sh", ("#!/bin/sh\n"
test_build_scripts.py 57 self.write_script(dir, "script1.py",
62 self.write_script(dir, "script2.py",
67 self.write_script(dir, "shell.sh",
73 def write_script(self, dir, name, text): member in class:BuildScriptsTestCase
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_scripts.py 43 def write_script(name, text): function in function:InstallScriptsTestCase.test_installation
51 write_script("script1.py", ("#! /usr/bin/env python2.3\n"
54 write_script("script2.py", ("#!/usr/bin/python\n"
57 write_script("shell.sh", ("#!/bin/sh\n"
test_build_scripts.py 57 self.write_script(dir, "script1.py",
62 self.write_script(dir, "script2.py",
67 self.write_script(dir, "shell.sh",
73 def write_script(self, dir, name, text): member in class:BuildScriptsTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_scripts.py 43 def write_script(name, text): function in function:InstallScriptsTestCase.test_installation
51 write_script("script1.py", ("#! /usr/bin/env python2.3\n"
54 write_script("script2.py", ("#!/usr/bin/python\n"
57 write_script("shell.sh", ("#!/bin/sh\n"
test_build_scripts.py 57 self.write_script(dir, "script1.py",
62 self.write_script(dir, "script2.py",
67 self.write_script(dir, "shell.sh",
73 def write_script(self, dir, name, text): member in class:BuildScriptsTestCase

Completed in 138 milliseconds