| /frameworks/rs/cpu_ref/ |
| rsCpuIntrinsicBlend.cpp | 30 void populateScript(Script *) override; 33 RsdCpuScriptIntrinsicBlend(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e); 497 const Script *s, const Element *e) 506 void RsdCpuScriptIntrinsicBlend::populateScript(Script *s) { 511 const Script *s, const Element *e) {
|
| rsCpuIntrinsicHistogram.cpp | 29 void populateScript(Script *) override; 36 RsdCpuScriptIntrinsicHistogram(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e); 299 const Script *s, const Element *e) 320 void RsdCpuScriptIntrinsicHistogram::populateScript(Script *s) { 328 RsdCpuScriptImpl * rsdIntrinsic_Histogram(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) {
|
| rsCpuScriptGroup.cpp | 118 //ALOGE("script group root"); 136 Script *s = n->mKernels[0]->mScript; 210 Script *s = kernels[ct]->mScript; 261 Script *s = kernels[ct]->mScript; 277 Script *s = kernels[0]->mScript; 282 mtls.script = nullptr; 290 Script *s = kernels[ct]->mScript;
|
| rsCpuCore.cpp | 88 const Script * RsdCpuReference::getTlsScript() { [all...] |
| rsCpuIntrinsic.cpp | 23 RsdCpuScriptIntrinsic::RsdCpuScriptIntrinsic(RsdCpuReferenceImpl *ctx, const Script *s, 101 mtls.script = this; 117 mtls->script = this;
|
| rsCpuIntrinsicBlur.cpp | 29 void populateScript(Script *) override; 36 RsdCpuScriptIntrinsicBlur(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e); 426 const Script *s, const Element *e) 466 void RsdCpuScriptIntrinsicBlur::populateScript(Script *s) { 475 RsdCpuScriptImpl * rsdIntrinsic_Blur(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) {
|
| /external/v8/src/ |
| compiler.cc | 64 PARSE_INFO_GETTER(Handle<Script>, script) 264 if (!shared->script()->IsUndefined()) { 265 Handle<Script> script(Script::cast(shared->script())); 266 info.script_id = script->id(); 268 if (FLAG_hydrogen_track_positions && !script->source()->IsUndefined()) { 277 String::SubStringRange source(String::cast(script->source()), start 740 Handle<Script> script = info->parse_info()->script(); local 1247 Handle<Script> script = parse_info->script(); local 1373 Handle<Script> script; local 1494 Handle<Script> script = isolate->factory()->NewScript(source); local [all...] |
| /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
| FindRegion.java | 29 import android.support.v8.renderscript.Script; 117 Script.LaunchOptions options = new Script.LaunchOptions();
|
| /frameworks/rs/ |
| rsRuntime.h | 34 void rsrAllocationSyncAll(Context *, Script *, Allocation *); 121 float rsrGetDt(Context *, const Script *sc); 157 void rsrForEach(Context *, Script *target,
|
| /external/jsoncpp/scons-tools/ |
| substinfile.py | 2 from SCons.Script import * # the usual scons stuff you get in a SConscript
|
| /external/v8/test/cctest/ |
| test-global-object.cc | 44 v8::Local<v8::Script> script = v8_compile("\"use strict\"; x = 42;"); local 50 CHECK(script->Run(context.local()).IsEmpty());
|
| test-debug.cc | 198 // Set a break point in a script identified by id using the global Debug object. 203 // Column specified set script break point on precise location. 208 // Column not specified set script break point on line. 223 // Set a break point in a script identified by name using the global Debug 230 // Column specified set script break point on precise location. 235 // Column not specified set script break point on line. 500 // Source for the JavaScript function which picks out the script name for the 504 " return exec_state.frame(0).func().script().name();" 520 // Global variable to store the name for last script hit - used by some tests. 583 // Get the script name of the function script 1377 v8::Local<v8::String> script = v8_str(isolate, local 1505 v8::Local<v8::Script> script = local 1594 v8::Local<v8::String> script = v8_str(isolate, local 1657 v8::Local<v8::String> script = v8_str(env->GetIsolate(), local 1730 v8::Local<v8::String> script = v8_str(env->GetIsolate(), local 1798 v8::Local<v8::String> script = v8_str(env->GetIsolate(), local 1954 v8::Local<v8::String> script = local 2025 v8::Local<v8::String> script = local 2151 v8::Local<v8::String> script = local 3905 v8::Local<v8::Script> script = local 6232 v8::Local<v8::String> script = v8_str(env->GetIsolate(), local 6412 const char* script = "function f() { debugger; g(); } function g() { }"; local 6483 const char* script = local 6647 const char* script = "var a=1"; local 6715 v8::Local<v8::Script> script = local 6740 const char* script = "function f() {};"; local 6785 const char* script = "function f() {throw new Error()};"; local 6815 const char* script = "function f() {};"; local 7088 v8::Local<v8::Script> script = CompileWithOrigin(void0, void0); local 7630 char script[128]; local 8004 char script[128]; local [all...] |
| /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
| TestBase.java | 28 import android.renderscript.Script;
|
| /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
| Convolve5x5.java | 25 import android.renderscript.Script;
|
| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
| ScriptC.java | 36 public class ScriptC extends Script { 61 throw new RSRuntimeException("Loading of ScriptC script failed."); 83 throw new RSRuntimeException("Loading of ScriptC script failed."); 120 // Log.v(TAG, "Create script for resource = " + resName + ", " + pgmLength + ", " + pgm); 126 // Log.v(TAG, "Create script for resource = " + resName);
|
| ScriptIntrinsicColorMatrix.java | 224 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { 255 * @return Script.KernelID The KernelID object. 257 public Script.KernelID getKernelID() {
|
| /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
| find_modules.py | 18 from modulegraph.modulegraph import Alias, Script, Extension 134 if isinstance(item, Script):
|
| /external/libpng/contrib/gregbook/ |
| makevms.com | 4 $! Script created by Martin Zinser for libpng; modified by Greg Roelofs
|
| /external/skia/experimental/SkV8Example/ |
| Global.cpp | 205 // Creates the root context, parses the script into it, then stores the 208 // TODO(jcgregorio) Currently only handles one script. Need to move 210 bool Global::parseScript(const char script[]) { 224 v8::Handle<v8::String> source = v8::String::NewFromUtf8(fIsolate, script); 225 v8::Handle<v8::Script> compiledScript = v8::Script::Compile(source);
|
| /external/v8/src/debug/ |
| liveedit.h | 10 // User should be able to change script on already running VM. This feature 17 // script.source[positions, positions+length] = new_string; 19 // change area. Then both old and new versions of script are fully compiled 24 // to them in a new script version. However, new version of code will 35 // in a particular script. It gets called from compiler all the time, but 79 Handle<Script> script, 87 // Updates script field in FunctionSharedInfo. 94 // For a script updates its source field. If old_script_name is provided 95 // (i.e. is a String), also creates a copy of the script with its origina [all...] |
| /frameworks/base/rs/java/android/renderscript/ |
| ScriptIntrinsicColorMatrix.java | 244 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { 275 * @return Script.KernelID The KernelID object. 277 public Script.KernelID getKernelID() {
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
| CivicLocationElement.java | 125 public static final int SCRIPT = 128; 160 Script, 196 s_caTypes.put(SCRIPT, CAType.Script);
|
| /external/v8/src/runtime/ |
| runtime-debug.cc | 1315 Handle<Script> script = Handle<Script>(Script::cast(instances->get(i))); local 1612 Script* script = NULL; local [all...] |
| /external/v8/src/parsing/ |
| parser.h | 31 ParseInfo(Zone* zone, Handle<Script> script); 131 Handle<Script> script() { return script_; } function in class:v8::internal::ParseInfo 133 void clear_script() { script_ = Handle<Script>::null(); } 136 void set_script(Handle<Script> script) { script_ = script; } 151 script_ = Handle<Script>(*script_); 156 bool script_is_native() { return script_->type() == Script::TYPE_NATIVE; [all...] |
| /external/v8/src/js/ |
| messages.js | 38 var Script = utils.ImportNow("Script"); 174 * Set up the Script function and constructor. 176 %FunctionSetInstanceClassName(Script, 'Script'); 177 %AddNamedProperty(Script.prototype, 'constructor', Script, 179 %SetCode(Script, function(x) { 180 // Script objects can only be created by the VM. 201 var script = %MessageGetScript(message) [all...] |