/prebuilts/go/linux-x86/src/html/template/ |
escape_test.go | 213 "<script>alert({{.A}})</script>", 214 `<script>alert(["\u003ca\u003e","\u003cb\u003e"])</script>`, 249 `<script>alert(/{{""}}/.test(""));</script>`, 250 `<script>alert(/(?:)/.test(""));</script>`, 254 `<script>{{if true}}var x = 1{{end}}</script>`, [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_threading.py | 420 def _run_and_join(self, script):
421 script = """if 1:
428 \n""" + script
430 p = subprocess.Popen([sys.executable, "-c", script], stdout=subprocess.PIPE)
440 script = """if 1:
448 self._run_and_join(script)
456 script = """if 1:
467 self._run_and_join(script)
482 script = """if 1:
499 self._run_and_join(script)
[all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_threading.py | 456 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...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_threading.py | 456 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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 456 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...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 456 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...] |
/device/google/contexthub/firmware/build/ |
config.mk | 62 define nano-gen-linker-script-from-list-body 72 define nano-gen-linker-script-from-list 74 $(call nano-gen-linker-script-from-list-body,$(1),$(2)) 77 # create linker script rule 84 define nano-gen-linker-script 85 $(eval $(call nano-gen-linker-script-from-list,$(1),$(patsubst %,$(NANOHUB_OS_PATH)/os/platform/$(5)/lkr/%.lkr,$(3).map $(4).$(2) $(4).common))) 88 # create linker script rule 96 # NOTE: ($(2), $(3) - unused; keep for argument compatibility with nano-gen-linker-script 97 define nano-gen-linker-script-native 98 $(eval $(call nano-gen-linker-script-from-list,$(1),$(NANOHUB_OS_PATH)/os/platform/$(5)/lkr/$(4).extra.lkr) [all...] |
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
kvm.sh | 64 echo " --dryrun sched|script" 115 checkarg --dryrun "sched|script" $# "$2" 'sched\|script' '^--' 269 # Generate a script to execute the tests in appropriate batches. 270 cat << ___EOF___ > $T/script 421 }' >> $T/script 423 cat << ___EOF___ >> $T/script 431 if test "$dryrun" = script 433 cat $T/script 437 # Extract the test run schedule from the script [all...] |
/frameworks/compile/mclinker/lib/Script/ |
InputCmd.cpp | 9 #include "mcld/Script/InputCmd.h" 17 #include "mcld/Script/InputToken.h" 18 #include "mcld/Script/StringList.h" 86 LinkerScript& script = pModule.getScript(); local 110 if (script.hasSysroot() && 112 path = script.sysroot(); 120 script.directories().find(token->name(), Input::Script); 141 path = script.directories().find(token->name(), Input::Archive); 145 path = script.directories().find(token->name(), Input::DynObj) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Folder_Actions_Suite.py | 5 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._privpropdict = [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/ |
format.py | 76 script = lit.TestRunner.parseIntegratedTestScript( 80 if isinstance(script, lit.Test.Result): 81 return script 86 if not is_sh_test and len(script) != 0: 92 script = lit.TestRunner.applySubstitutions(script, substitutions) 101 self.execute_external, script,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Folder_Actions_Suite.py | 5 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._privpropdict = [all...] |
/device/huawei/angler/ |
releasetools.py | 127 info.script.CacheFreeSpaceCheck(len(source_modem_img.data)) 129 info.script.PatchCheck("%s:%s:%d:%s:%d:%s" % ( 259 b.WriteScript(info.script, info.output_zip) 263 info.script.Print("Writing radio...") 283 script. Skip any images that do not have a corresponding 298 info.script.Print("writing partition image %s" % image.name) 306 info.script.AppendExtra('package_extract_file("%s", "%s");' % 313 info.script.Print("Writing bootloader...") 325 info.script.AppendExtra( 332 info.script.AppendExtra [all...] |
/external/v8/src/ |
messages.cc | 20 MessageLocation::MessageLocation(Handle<Script> script, int start_pos, 22 : script_(script), start_pos_(start_pos), end_pos_(end_pos) {} 23 MessageLocation::MessageLocation(Handle<Script> script, int start_pos, 25 : script_(script), 41 Handle<Object> data(loc->script()->name(), isolate); 63 script_handle = Script::GetWrapper(location->script()); 65 script_handle = Script::GetWrapper(isolate->factory()->empty_script()) 693 Handle<Script> script = local 700 Handle<Script> script = local 715 Handle<Script> script = local 723 Handle<Script> script = local [all...] |
/external/v8/src/runtime/ |
runtime-function.cc | 65 Handle<Object> script( 66 Handle<JSFunction>::cast(function)->shared()->script(), isolate); 67 if (script->IsScript()) { 68 return *Script::GetWrapper(Handle<Script>::cast(script)); 80 Handle<Object> script( 81 Handle<JSFunction>::cast(function)->shared()->script(), isolate); 82 if (script->IsScript()) { 83 return Smi::FromInt(Handle<Script>::cast(script)->id()) [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
RefocusTest.java | 41 refocus(RenderScriptTask.script.f32, 95); 50 refocus(RenderScriptTask.script.d1new, 45); 57 private void refocus(RenderScriptTask.script impl, double minimumPSNR) {
|
/dalvik/dx/ |
Android.mk | 6 # script files' timestamps are at least as new as the 12 # the dx script 68 # the shrinkedAndroid jar is a library used by the mainDexClasses script 91 # the mainDexClasses script 113 # the dexmerger script 131 # the jasmin script
|
/external/autotest/client/site_tests/platform_CryptohomeFio/ |
platform_CryptohomeFio.py | 35 script=None, sysctls_list=None): 41 @param script: fio script to run 68 ['FILENAME=' + os.path.join(self.__work_dir, script), 72 job_file = os.path.join(self.bindir, script)
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
indic.pl | 25 # The purpose of this script is to process the Indic script data into 42 # should contain the following embedded symbols, which this script 46 # $SCRIPTFROM - name of source script 47 # $SCRIPTTO - name of target script 67 my ($script, $name) = ($data[1] =~ /(\w+)\s+(.+)/); 69 # e.g., $code/$script/$name = 3F/MALAYALAM/VOWEL SIGN I 71 # Titlecase the script 72 $script = ucfirst(lc($script)); [all...] |
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/ |
UserInteractor.py | 97 ("Launch Script", self.__launchScript) 115 script to run. 119 ("Execute {}".format(script), 120 DynamicCallHelper(self.__testLauncher.executeScript, script)) 121 for script in self.__testLauncher.scripts
|
/external/skia/infra/bots/recipe_modules/flavor/ |
ios_flavor.py | 36 def _run_ios_script(self, script, first, *rest): 37 full = self.m.vars.skia_dir.join('platform_tools/ios/bin/ios_' + script) 39 name = '%s %s' % (script, first),
|
/frameworks/minikin/libs/minikin/ |
FontLanguage.h | 75 // Returns true if this script supports the given script. For example, ja-Jpan supports Hira, 77 bool supportsHbScript(hb_script_t script) const; 83 // 0 = no match, 1 = script match, 2 = script and primary language match. 94 // ISO 15924 compliant script code. The 4 chars script code are packed into a 32 bit integer. 121 static uint8_t scriptToSubScriptBits(uint32_t script); 123 static EmojiStyle resolveEmojiStyle(const char* buf, size_t length, uint32_t script);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
LocaleSet.java | 74 final String script = locale.getScript(); local 75 if (!script.isEmpty()) { 76 return script; 83 * @return the script if the language is Chinese, and otherwise null.
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
IsObjectTest.java | 36 Script script; field in class:IsObjectTest 49 script = new ScriptC_is_object(mRS); 163 mItem.script = script; 177 Assert.assertTrue("rsIsObject script test fail: " + "Expect 1;value "
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestNan.java | 30 private ScriptC_TestNan script; field in class:TestNan 36 script = new ScriptC_TestNan(mRS); 42 script.destroy(); 56 script.forEach_testNanUintFloat(inV, out);
|