/prebuilts/go/darwin-x86/src/html/template/ |
html.go | 84 // <script>(function () { 93 // })()</script> 169 // For example, `<b>¡Hi!</b> <script>...</script>` -> `¡Hi! `.
|
/prebuilts/go/darwin-x86/src/ |
run.bat | 6 :: Keep environment variables within this script
|
/prebuilts/go/linux-x86/src/html/template/ |
html.go | 84 // <script>(function () { 93 // })()</script> 169 // For example, `<b>¡Hi!</b> <script>...</script>` -> `¡Hi! `.
|
/prebuilts/go/linux-x86/src/ |
run.bat | 6 :: Keep environment variables within this script
|
/prebuilts/misc/darwin-x86/analyzer/tools/scan-view/ |
Reporter.py | 209 script = os.path.join(os.path.dirname(__file__),'Resources/FileRadar.scpt') 210 args = ['osascript', script, component, componentVersion, classification, personID, report.title,
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-view/ |
Reporter.py | 209 script = os.path.join(os.path.dirname(__file__),'Resources/FileRadar.scpt') 210 args = ['osascript', script, component, componentVersion, classification, personID, report.title,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tcl.py | 107 script = """set a 1 111 fd.write(script)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tcl.py | 107 script = """set a 1 111 fd.write(script)
|
/sdk/eclipse/monitor/ |
monitor.bat | 19 rem Change current directory and drive to where the script is, to avoid
|
/toolchain/binutils/binutils-2.25/binutils/ |
configure.com | 3 $! We do not use the configure script, since we do not have /bin/sh
|
/toolchain/binutils/binutils-2.25/opcodes/ |
configure.com | 4 $! We do not use the configure script, since we do not have /bin/sh
|
/external/selinux/python/sepolicy/sepolicy/ |
generate.py | 46 from .templates import script 144 poltype[CGI] = _("Web Application/Script (CGI)") 445 raise ValueError(_("Only Daemon apps can use an init script..")) [all...] |
/external/dhcpcd-6.8.2/ |
script.c | 51 #include "script.h" 59 /* Allow the OS to define another script env var name */ 628 if (ifp->options->script && 629 (ifp->options->script[0] == '\0' || 630 strcmp(ifp->options->script, "/dev/null") == 0)) 633 argv[0] = ifp->options->script ? ifp->options->script : UNCONST(SCRIPT); 684 /* Wait for the script to finish */
|
/external/v8/samples/ |
process.cc | 84 // Process function of the JavaScript script given as an argument. 85 JsHttpRequestProcessor(Isolate* isolate, Local<String> script) 86 : isolate_(isolate), script_(script) {} 94 // Execute the script associated with this processor and extract the 96 bool ExecuteScript(Local<String> script); 154 // Execute the script and fetch the Process method. 183 // Compile and run the script 187 // The script compiled and ran correctly. Now we fetch out the 212 bool JsHttpRequestProcessor::ExecuteScript(Local<String> script) { 215 // We're just about to compile the script; set up an error handler t [all...] |
/hardware/interfaces/renderscript/1.0/default/ |
Context.h | 90 Return<ScriptKernelID> scriptKernelIDCreate(Script script, int32_t slot, int32_t sig) override; 91 Return<ScriptInvokeID> scriptInvokeIDCreate(Script script, int32_t slot) override; 92 Return<ScriptFieldID> scriptFieldIDCreate(Script script, int32_t slot) override; 100 Return<void> scriptBindAllocation(Script script, Allocation allocation, uint32_t slot) override; 101 Return<void> scriptSetTimeZone(Script script, const hidl_string& timeZone) override [all...] |
/external/v8/src/ |
frames.cc | 180 Object* script = jsFrame->function()->shared()->script(); 182 return (script->IsScript() && 183 Script::TYPE_NATIVE != Script::cast(script)->type()); 709 Script* StandardFrame::script() const { function in class:v8::internal::StandardFrame 975 Script* JavaScriptFrame::script() const function in class:v8::internal::JavaScriptFrame 1006 Script* script = Script::cast(maybe_script); local 1518 Script* WasmFrame::script() const { function in class:v8::internal::WasmFrame 1582 Script* script = Script::cast(script_obj); local [all...] |
/external/pdfium/xfa/fxfa/app/ |
xfa_ffwidgetacc.cpp | 332 case XFA_Element::Script: { 333 CXFA_Script script = event.GetScript(); local 334 return ExecuteScript(script, pEventParam); 360 CXFA_Script script = calc.GetScript(); local 361 int32_t iRet = ExecuteScript(script, &EventParam); 577 CXFA_Script script = validate.GetScript(); 578 if (script) { 582 iRet = ExecuteScript(script, &eParam, 608 int32_t CXFA_WidgetAcc::ExecuteScript(CXFA_Script script, 615 if (!script) { [all...] |
/external/owasp/sanitizer/empiricism/ |
canned-data.js | 103 "script": true, 224 "script", 339 "script", 454 "script", 569 "script", 684 "script", 800 "script", 915 "script", 1030 "script", 1145 "script", [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RuleBasedBreakIterator.java | 1097 int script = UCharacter.getIntPropertyValue(c, UProperty.SCRIPT); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RuleBasedBreakIterator.java | 1117 int script = UCharacter.getIntPropertyValue(c, UProperty.SCRIPT); local [all...] |
/build/make/tools/droiddoc/templates-sac/ |
sdkpage.cs | 119 <script> 165 </script> 314 <script> 433 </script> 465 <script> 467 </script>
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
WriteCharts.java | 106 static public int priority(int script) { 107 if (script == UScript.LATIN) return -2; 108 return script; 132 // check that the source is a script 138 + " does not have a script as the source"); 150 // check that the target is a script 164 // iterate through script
|
/external/icu/icu4c/source/test/intltest/ |
ucdtest.cpp | 419 * Maps a special script code to the most common script of its encoded characters. 421 UScriptCode getCharScript(UScriptCode script) { 422 switch(script) { 435 return script; 449 // Run the test with -v to see which script has failures: 466 assertEquals("script(sample(script))",
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
WriteCharts.java | 105 static public int priority(int script) { 106 if (script == UScript.LATIN) return -2; 107 return script; 131 // check that the source is a script 137 + " does not have a script as the source"); 149 // check that the target is a script 163 // iterate through script
|
/external/v8/src/debug/ |
liveedit.cc | 687 MaybeHandle<JSArray> LiveEdit::GatherCompileInfo(Handle<Script> script, 689 Isolate* isolate = script->GetIsolate(); 693 Handle<Object>(script->source(), isolate); 694 script->set_source(*source); 703 infos = Compiler::CompileForLiveEdit(script); 716 if (exception->IsJSObject() && !message_location.script().is_null()) { 730 Script::GetWrapper(message_location.script()); 741 script->set_source(*original_source) [all...] |