/prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/test/ |
Makefile | 86 $(GDB) -batch -x script ./$$TARGET; \
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
build_scripts.py | 54 """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, "r" [all...] |
/prebuilts/gdb/linux-x86/share/pretty-printers/stlport/test/ |
Makefile | 86 $(GDB) -batch -x script ./$$TARGET; \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build_scripts.py | 54 """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, "r" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aepack.py | 184 script, language = struct.unpack('hh', desc.data[:4]) 185 return aetypes.IntlText(script, language, desc.data[4:]) 187 script, language = struct.unpack('hh', desc.data) 188 return aetypes.IntlWritingCode(script, language)
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/ |
Makefile | 86 $(GDB) -batch -x script ./$$TARGET; \
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_scripts.py | 54 """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, "r" [all...] |
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/ |
Makefile | 86 $(GDB) -batch -x script ./$$TARGET; \
|
/test/vts/script/ |
monitor-runner-output.py | 91 print 'A script to read VTS Runner\'s log from temporary directory.' 96 print ' Example: script/monitor-runner-output.py --path-only | xargs gedit' 98 print ' If no argument is provided, this script will keep pulling the latest log and print it out.'
|
/tools/tradefederation/core/ |
tradefed_win.bat | 17 :: A helper script that launches TradeFederation from the current build
44 :: first try to find TF jars in same dir as this script
|
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni_allocation.cpp | 115 createTypedHelper(rs, Element::SCRIPT(rs)); 626 sp<ScriptC_setelementat> script = new ScriptC_setelementat(rs); local 628 script->set_memset_toValue(1); 629 script->forEach_memset(singleElement); 631 script->set_dimX(48); 632 script->set_array(largeArray); 634 script->forEach_setLargeArray(singleElement); 638 script->set_compare_value(10); 639 script->forEach_compare(largeArray); 640 script->forEach_getCompareResult(singleElement) [all...] |
rs_jni_object.cpp | 164 sp<Script> script = new ScriptC_clear_object(mRS); local 166 ms_clear->set_script(script);
|
/external/pdfium/fpdfsdk/javascript/ |
app.cpp | 31 const CFX_WideString& script, 65 const CFX_WideString& script, 73 m_swJScript(script), 458 CFX_WideString script = local 460 if (script.IsEmpty()) { 468 pRuntime, 0, script, dwInterval, 0); 494 CFX_WideString script = params[0].ToCFXWideString(pRuntime); local 495 if (script.IsEmpty()) { 502 new GlobalTimer(this, pRuntime->GetFormFillEnv(), pRuntime, 1, script,
|
/prebuilts/go/darwin-x86/src/unicode/ |
maketables.go | 54 "comma-separated list of which script tables to generate") 230 type Script struct { 232 script string 236 var scripts = make(map[string][]Script) 237 var props = make(map[string][]Script) // a property looks like a script; can share the format 335 func all(scripts map[string][]Script) []string { 675 func parseScript(line string, scripts map[string][]Script) { 704 scripts[name] = append(scripts[name], Script{uint32(lo), uint32(hi), name}) 707 // The script tables have a lot of adjacent elements. Fold them together [all...] |
/prebuilts/go/linux-x86/src/unicode/ |
maketables.go | 54 "comma-separated list of which script tables to generate") 230 type Script struct { 232 script string 236 var scripts = make(map[string][]Script) 237 var props = make(map[string][]Script) // a property looks like a script; can share the format 335 func all(scripts map[string][]Script) []string { 675 func parseScript(line string, scripts map[string][]Script) { 704 scripts[name] = append(scripts[name], Script{uint32(lo), uint32(hi), name}) 707 // The script tables have a lot of adjacent elements. Fold them together [all...] |
/external/v8/src/ |
log.cc | 456 if (shared && shared->script()->IsScript()) { 459 event.script = ToApiHandle<v8::UnboundScript>(shared_function_handle); [all...] |
/bootable/recovery/edify/ |
expr.h | 29 State(const std::string& script, void* cookie); 31 // The source of the original script. 32 const std::string& script; member in struct:State
|
/build/soong/android/ |
env.go | 26 // The next time the top-level build script is run, it uses the soong_env executable to
|
/device/common/ |
generate-blob-lists.sh | 17 # This script auto-generates the lists of proprietary blobs necessary to build 28 # Caveat: this script does many full builds (2 per device). It takes a while 34 # If the server and branch paramters are both present, the script will upload 40 echo This script must be run with the --force option
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_tcl.py | 105 script = """set a 1
109 fd.write(script)
|
/device/linaro/bootloader/edk2/BaseTools/ |
get_vsvars.bat | 2 @REM Windows batch file to find the Visual Studio set up script
|
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/ |
FspHelper.asm | 24 ; This value will be pached by the build script
|
/external/ImageMagick/www/api/ |
resize.php | 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" 38 <script> 40 </script> 43 <a class="magick-nav-item " href="../script/binary-releases.php">Download</a> 44 <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a> 45 <a class="magick-nav-item " href="../script/command-line-options.php">Options</a> 46 <a class="magick-nav-item " href="../script/resources.php">Resources</a> 47 <a class="magick-nav-item " href="../script/api.php">Develop</a> 48 <a class="magick-nav-item " href="../script/search.php">Search</a [all...] |
/external/autotest/site_utils/ |
lxc_functional_test.py | 43 # Name of test script file to run in container. 45 # Test script to run in container to verify autotest code setup. 148 with open(host_test_script, 'w') as script: 149 script.write(TEST_SCRIPT_CONTENT) 157 # Move the test script out of result folder as it needs to import common. 240 """main script. 242 @param options: Options to run the script.
|
/external/chromium-trace/catapult/devil/devil/android/perf/ |
perf_control.py | 107 script = '; '.join([ 114 script, cwd=self._CPU_PATH, check_return=True, as_root=True, shell=True)
|