Searched refs:script (Results 1 - 25 of 144) sorted by relevance

123456

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbuild_scripts.py54 """Copy each script listed in 'self.scripts'; if it's marked as a
55 Python script in the Unix way (first line matches 'first_line_re',
62 for script in self.scripts:
64 script = convert_path(script)
65 outfile = os.path.join(self.build_dir, os.path.basename(script))
68 if not self.force and not newer(script, outfile):
69 log.debug("not copying %s (up-to-date)", script)
74 # script.
76 f = open(script, "
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbuild_scripts.py54 """Copy each script listed in 'self.scripts'; if it's marked as a
55 Python script in the Unix way (first line matches 'first_line_re',
62 for script in self.scripts:
64 script = convert_path(script)
65 outfile = os.path.join(self.build_dir, os.path.basename(script))
68 if not self.force and not newer(script, outfile):
69 log.debug("not copying %s (up-to-date)", script)
74 # script.
76 f = open(script, "
[all...]
/prebuilts/tools/common/proguard/proguard4.7/bin/
H A Dproguard.bat3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
6 REM Note: when passing file names containing spaces to this script,
H A Dproguardgui.bat3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
6 REM Note: when passing file names containing spaces to this script,
H A Dretrace.bat3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
6 REM Note: when passing file names containing spaces to this script,
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
H A Drs_core.rsh123 * Make a script to script call to launch work. One of the input or output is
128 * @param script The target script to call
131 * @param usrData The user definied params to pass to the root script. May be
140 rsForEach(rs_script script, rs_allocation input,
147 rsForEach(rs_script script, rs_allocation input,
152 * Make a script to script call to launch work. One of the input or output is
157 * @param script Th
[all...]
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
H A Drs_core.rsh123 * Make a script to script call to launch work. One of the input or output is
128 * @param script The target script to call
131 * @param usrData The user definied params to pass to the root script. May be
140 rsForEach(rs_script script, rs_allocation input,
147 rsForEach(rs_script script, rs_allocation input,
152 * Make a script to script call to launch work. One of the input or output is
157 * @param script Th
[all...]
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
H A Drs_core.rsh123 * Make a script to script call to launch work. One of the input or output is
128 * @param script The target script to call
131 * @param usrData The user definied params to pass to the root script. May be
140 rsForEach(rs_script script, rs_allocation input,
147 rsForEach(rs_script script, rs_allocation input,
152 * Make a script to script call to launch work. One of the input or output is
157 * @param script Th
[all...]
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/rs/scriptc/
H A Drs_core.rsh123 * Make a script to script call to launch work. One of the input or output is
128 * @param script The target script to call
131 * @param usrData The user definied params to pass to the root script. May be
140 rsForEach(rs_script script, rs_allocation input,
147 rsForEach(rs_script script, rs_allocation input,
152 * Make a script to script call to launch work. One of the input or output is
157 * @param script Th
[all...]
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/rs/scriptc/
H A Drs_core.rsh123 * Make a script to script call to launch work. One of the input or output is
128 * @param script The target script to call
131 * @param usrData The user definied params to pass to the root script. May be
140 rsForEach(rs_script script, rs_allocation input,
147 rsForEach(rs_script script, rs_allocation input,
152 * Make a script to script call to launch work. One of the input or output is
157 * @param script Th
[all...]
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/rs/scriptc/
H A Drs_core.rsh123 * Make a script to script call to launch work. One of the input or output is
128 * @param script The target script to call
131 * @param usrData The user definied params to pass to the root script. May be
140 rsForEach(rs_script script, rs_allocation input,
147 rsForEach(rs_script script, rs_allocation input,
152 * Make a script to script call to launch work. One of the input or output is
157 * @param script Th
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
H A DFolder_Actions_Suite.py5 AETE/AEUT resource version 1/0, language 0, script 0
22 Keyword argument using: a file containing the script to attach
201 class script(aetools.ComponentItem): class in inherits:aetools.ComponentItem
202 """script - A script invoked by a folder action """
209 scripts = script
242 'script' : script,
244 script._superclassnames = ['item']
245 script
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_pdb.py18 def run_pdb(self, script, commands):
19 """Run 'script' lines with pdb and the pdb 'commands'."""
22 f.write(textwrap.dedent(script))
36 script = """
66 stdout, stderr = self.run_pdb(script, commands)
H A Dtest_tools.py29 script = os.path.join(scriptsdir, 'reindent.py') variable in class:ReindentTests
32 assert_python_ok(self.script)
35 rc, out, err = assert_python_ok(self.script, '-h')
41 script = os.path.join(scriptsdir, 'pindent.py') variable in class:PindentTests
49 (sys.executable, self.script) + args,
63 with open(self.script) as f:
68 rc, out, err = assert_python_ok(self.script, '-d', data_path)
81 rc, out, err = assert_python_ok(self.script, '-c', data_path)
92 rc, out, err = assert_python_ok(self.script, '-r', data_path)
H A Dtest_threading.py456 def _run_and_join(self, script):
457 script = """if 1:
464 \n""" + script
466 p = subprocess.Popen([sys.executable, "-c", script], stdout=subprocess.PIPE)
476 script = """if 1:
484 self._run_and_join(script)
491 script = """if 1:
502 self._run_and_join(script)
509 script = """if 1:
526 self._run_and_join(script)
[all...]
H A Dtest_gdb.py87 def get_stack_trace(self, source=None, script=None,
136 elif script:
137 args += [script]
602 bt = self.get_stack_trace(script=self.get_sample_script(),
617 bt = self.get_stack_trace(script=self.get_sample_script(),
628 bt = self.get_stack_trace(script=self.get_sample_script(),
631 self.assertListing(' 1 # Sample script for use by test_gdb.py\n'
642 bt = self.get_stack_trace(script=self.get_sample_script(),
653 bt = self.get_stack_trace(script=self.get_sample_script(),
661 bt = self.get_stack_trace(script
[all...]
H A Dtest_cmd_line.py3 # See test_cmd_line_script.py for testing of script execution
114 with open(filename, "w") as script:
115 print >>script, "import sys"
116 print >>script, "del sys.modules['__main__']"
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_pdb.py18 def run_pdb(self, script, commands):
19 """Run 'script' lines with pdb and the pdb 'commands'."""
22 f.write(textwrap.dedent(script))
36 script = """
66 stdout, stderr = self.run_pdb(script, commands)
H A Dtest_tools.py29 script = os.path.join(scriptsdir, 'reindent.py') variable in class:ReindentTests
32 assert_python_ok(self.script)
35 rc, out, err = assert_python_ok(self.script, '-h')
41 script = os.path.join(scriptsdir, 'pindent.py') variable in class:PindentTests
49 (sys.executable, self.script) + args,
63 with open(self.script) as f:
68 rc, out, err = assert_python_ok(self.script, '-d', data_path)
81 rc, out, err = assert_python_ok(self.script, '-c', data_path)
92 rc, out, err = assert_python_ok(self.script, '-r', data_path)
H A Dtest_threading.py456 def _run_and_join(self, script):
457 script = """if 1:
464 \n""" + script
466 p = subprocess.Popen([sys.executable, "-c", script], stdout=subprocess.PIPE)
476 script = """if 1:
484 self._run_and_join(script)
491 script = """if 1:
502 self._run_and_join(script)
509 script = """if 1:
526 self._run_and_join(script)
[all...]
H A Dtest_gdb.py87 def get_stack_trace(self, source=None, script=None,
136 elif script:
137 args += [script]
602 bt = self.get_stack_trace(script=self.get_sample_script(),
617 bt = self.get_stack_trace(script=self.get_sample_script(),
628 bt = self.get_stack_trace(script=self.get_sample_script(),
631 self.assertListing(' 1 # Sample script for use by test_gdb.py\n'
642 bt = self.get_stack_trace(script=self.get_sample_script(),
653 bt = self.get_stack_trace(script=self.get_sample_script(),
661 bt = self.get_stack_trace(script
[all...]
/prebuilts/sdk/renderscript/include/
H A Drs_for_each.rsh22 * The rsForEach() function can be used to invoke the root kernel of a script.
97 * rsForEach: Invoke the root kernel of a script
99 * Invoke the kernel named "root" of the specified script. Like other kernels, this root()
103 * When rsForEach is called, the root script is launched immediately. rsForEach returns
104 * only when the script has completed and the output allocation is ready to use.
119 * script: Script to call.
122 * usrData: User defined data to pass to the script. May be NULL.
128 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData,
134 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData);
139 rsForEach(rs_script script, rs_allocatio
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A Dttk.py49 def _format_optvalue(value, script=False):
51 if script:
52 # if caller passes a Tcl script to tk.call, all the values need to
59 def _format_optdict(optdict, script=False, ignore=None):
62 E.g. (script=False):
71 opts.append(_format_optvalue(value, script))
78 # E.g. (script=False):
100 def _format_mapdict(mapdict, script=False):
103 E.g. (script=False):
113 _format_optvalue(_mapdict_values(value), script)))
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A Dttk.py49 def _format_optvalue(value, script=False):
51 if script:
52 # if caller passes a Tcl script to tk.call, all the values need to
59 def _format_optdict(optdict, script=False, ignore=None):
62 E.g. (script=False):
71 opts.append(_format_optvalue(value, script))
78 # E.g. (script=False):
100 def _format_mapdict(mapdict, script=False):
103 E.g. (script=False):
113 _format_optvalue(_mapdict_values(value), script)))
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Daetypes.py262 """An AE text object with style, script and language specified"""
264 def __init__(self, script, style, text):
265 self.script = script
270 return "AEText(%r, %r, %r)" % (self.script, self.style, self.text)
276 return pack({keyAEScriptTag: self.script, keyAEStyles: self.style,
283 """A text object with script and language specified"""
285 def __init__(self, script, language, text):
286 self.script = script
[all...]

Completed in 713 milliseconds

123456