/external/v8/samples/ |
hello-world.cc | 36 // Enter the context for compiling and running the hello world script. 45 Local<Script> script = Script::Compile(context, source).ToLocalChecked(); local 47 // Run the script to get the result. 48 Local<Value> result = script->Run(context).ToLocalChecked();
|
/external/v8/src/js/ |
messages.js | 14 var Script = utils.ImportNow("Script"); 17 // Script 20 * Set up the Script function and constructor. 22 %FunctionSetInstanceClassName(Script, 'Script'); 23 %AddNamedProperty(Script.prototype, 'constructor', Script, 30 * script : script object for the sourc [all...] |
/frameworks/base/tools/aapt2/ |
Locale.h | 34 char script[4]; member in struct:aapt::LocaleValue 72 void set_script(const char* script);
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/svg/ |
svg.go | 43 // <script>...</script> 59 `<script type="text/ecmascript"><![CDATA[` + svgPanJS + `]]></script>` +
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/svg/ |
svg.go | 43 // <script>...</script> 59 `<script type="text/ecmascript"><![CDATA[` + svgPanJS + `]]></script>` +
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/ |
build.py | 50 script = build_support.ndk_path('build/tools/build-cxx-stl.sh') 52 'bash', script, '--stl=libc++-libc++abi', abis_arg, ndk_dir_arg,
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/ |
build.py | 50 script = build_support.ndk_path('build/tools/build-cxx-stl.sh') 52 'bash', script, '--stl=stlport', abis_arg, ndk_dir_arg,
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/ |
build.py | 50 script = build_support.ndk_path('build/tools/build-cxx-stl.sh') 52 'bash', script, '--stl=stlport', abis_arg, ndk_dir_arg,
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
gc-hidden-1.d | 4 #ld: --gc-sections --shared --version-script hideall.ld
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
ldsym1.d | 7 # Note that the linker script symbol __start is set to the same
|
libdso-1b.d | 3 #ld: --shared -m crislinux --version-script $srcdir/$subdir/hidedsofns2468
|
noov.s | 6 ; linker script).
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
pr14962.d | 7 # but the linker script converts x to absolute to avoid the error.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
gotplt.d | 3 #ld: -shared -mshelf32 --version-script=$srcdir/$subdir/gotplt.map
|
/tools/repohooks/tools/ |
checkpatch.pl-update | 25 Helper script to quickly update the bundled checkpatch.pl script.
|
/bootable/recovery/updater/ |
updater.cpp | 45 // Where in the package we expect to find the edify script to execute. 46 // (Note it's "updateR-script", not the older "update-script".) 47 static constexpr const char* SCRIPT_NAME = "META-INF/com/google/android/updater-script"; 89 // Extract the script from the package. 115 std::string script; local 116 script.resize(script_entry.uncompressed_length); 117 int extract_err = ExtractToMemory(za, &script_entry, reinterpret_cast<uint8_t*>(&script[0]), 120 LOG(ERROR) << "failed to read script from package: " << ErrorCodeString(extract_err); 132 // Parse the script [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
SetObjectTest.java | 35 Script script; field in class:SetObjectTest 48 script = new ScriptC_set_object(mRS); 63 script.destroy(); 162 mItem.script = script; 176 Assert.assertTrue("rsSetObject script test fail: " + "Expect 1;value "
|
/external/v8/src/profiler/ |
allocation-tracker.cc | 268 if (shared->script()->IsScript()) { 269 Script* script = Script::cast(shared->script()); local 270 if (script->name()->IsName()) { 271 Name* name = Name::cast(script->name()); 274 info->script_id = script->id(); 278 script, 302 Script* script, int start, FunctionInfo* info [all...] |
/frameworks/rs/rsov/driver/ |
rsovScript.h | 36 class Script; 57 static bool isScriptCpuBacked(const Script *s); 58 static void initScriptOnCpu(Script *s, RsdCpuReference::CpuScript *cs); 59 static void initScriptOnRSoV(Script *s, RSoVScript *rsovScript); 61 void populateScript(Script *) override; 89 // Returns number of global variables in this Script (may be 0 if 146 android::renderscript::ScriptC *script, 152 android::renderscript::Script *s, 157 android::renderscript::Script *script, [all...] |
/frameworks/rs/script_api/include/ |
rs_for_each.rsh | 22 * The rsForEach() function can be used to invoke the root kernel of a script. 117 * "root" in the specified script, and only a single input allocation can be used. 119 * as specified by the kernel argument. The script argument is removed. 120 * The kernel must be defined in the current script. In addition, more than one 134 * script: Script to call. 137 * usrData: User defined data to pass to the script. May be NULL. 145 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData, 151 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData); 156 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_for_each.rsh | 22 * The rsForEach() function can be used to invoke the root kernel of a script. 117 * "root" in the specified script, and only a single input allocation can be used. 119 * as specified by the kernel argument. The script argument is removed. 120 * The kernel must be defined in the current script. In addition, more than one 134 * script: Script to call. 137 * usrData: User defined data to pass to the script. May be NULL. 145 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData, 151 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData); 156 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData [all...] |
/prebuilts/go/darwin-x86/src/html/template/ |
error.go | 100 // <script>f() 107 // {{define "main"}} <script>{{template "helper"}}</script> {{end}} 140 // <script>var pattern = /foo[{{.Chars}}]/</script> 148 // <script>alert("\{{.X}}")</script> 154 // <script>alert("{{.X}}")</script> 161 // <script>var x = [{{range .}}'{{.}},{{end}}]</script [all...] |
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...] |
/prebuilts/go/linux-x86/src/html/template/ |
error.go | 100 // <script>f() 107 // {{define "main"}} <script>{{template "helper"}}</script> {{end}} 140 // <script>var pattern = /foo[{{.Chars}}]/</script> 148 // <script>alert("\{{.X}}")</script> 154 // <script>alert("{{.X}}")</script> 161 // <script>var x = [{{range .}}'{{.}},{{end}}]</script [all...] |
/libcore/ojluni/src/main/java/sun/util/locale/ |
InternalLocaleBuilder.java | 47 private String script = ""; field in class:InternalLocaleBuilder 71 public InternalLocaleBuilder setScript(String script) throws LocaleSyntaxException { 72 if (LocaleUtils.isEmpty(script)) { 73 this.script = ""; 75 if (!LanguageTag.isScript(script)) { 76 throw new LocaleSyntaxException("Ill-formed script: " + script, 0); 78 this.script = script; 358 script = langtag.getScript() 378 String script = base.getScript(); local 492 String script = this.script; local [all...] |