| /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
| UT_foreach_bounds.java | 54 Script.LaunchOptions sc = new Script.LaunchOptions();
|
| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
| Script.java | 25 public class Script extends BaseObj { 58 * KernelID is an identifier for a Script + root function pair. It is used 66 android.renderscript.Script.KernelID mN; 67 Script mScript; 70 KernelID(long id, RenderScript rs, Script s, int slot, int sig) { 116 Script mScript; 118 InvokeID(long id, RenderScript rs, Script s, int slot) { 146 * FieldID is an identifier for a Script + exported field pair. It is used 154 android.renderscript.Script.FieldID mN; 155 Script mScript [all...] |
| /external/v8/src/profiler/ |
| allocation-tracker.cc | 270 if (shared->script()->IsScript()) { 271 Script* script = Script::cast(shared->script()); local 272 if (script->name()->IsName()) { 273 Name* name = Name::cast(script->name()); 276 info->script_id = script->id(); 280 script, 304 Script* script, int start, FunctionInfo* info [all...] |
| allocation-tracker.h | 127 UnresolvedLocation(Script* script, int start, FunctionInfo* info); 135 Handle<Script> script_;
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/ |
| RefocusFilterd1new.java | 23 import android.renderscript.Script; 62 // and Render Script. 169 Script.LaunchOptions launchOptions = new Script.LaunchOptions(); 239 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/ |
| RefocusFilterF32.java | 24 import android.renderscript.Script; 65 // and Render Script. 166 Script.LaunchOptions launchOptions = new Script.LaunchOptions(); 226 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
|
| /frameworks/rs/cpu_ref/ |
| rsCpuIntrinsic3DLUT.cpp | 30 void populateScript(Script *) override; 36 RsdCpuScriptIntrinsic3DLUT(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e); 165 RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) : 174 void RsdCpuScriptIntrinsic3DLUT::populateScript(Script *s) { 184 const Script *s, const Element *e) {
|
| rsCpuIntrinsicYuvToRGB.cpp | 38 void populateScript(Script *) override; 44 RsdCpuScriptIntrinsicYuvToRGB(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e); 206 RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) 215 void RsdCpuScriptIntrinsicYuvToRGB::populateScript(Script *s) { 225 const Script *s, const Element *e) {
|
| rsCpuCore.h | 60 const android::renderscript::Script * mScript; 67 RsdCpuScriptImpl *script; member in struct:android::renderscript::MTLaunchStructCommon 174 CpuScript * createIntrinsic(const Script *s, RsScriptIntrinsicID iid, Element *e) override; 179 RsdCpuReference::CpuScript *lookupScript(const Script *s) {
|
| /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/d1new/ |
| RefocusFilterd1new.java | 14 import android.support.v8.renderscript.Script; 50 // and Render Script. 157 Script.LaunchOptions launchOptions = new Script.LaunchOptions(); 227 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
|
| /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/f32/ |
| RefocusFilterF32.java | 15 import android.support.v8.renderscript.Script; 49 // and Render Script. 150 Script.LaunchOptions launchOptions = new Script.LaunchOptions(); 210 Script.LaunchOptions launchOptions = new Script.LaunchOptions();
|
| /external/v8/test/mjsunit/ |
| debug-scopes.js | 133 scopes[i] == debug.ScopeType.Script || 213 scope.scopeType() == debug.ScopeType.Script || 236 debug.ScopeType.Script, 253 debug.ScopeType.Script, 271 debug.ScopeType.Script, 290 debug.ScopeType.Script, 308 debug.ScopeType.Script, 326 debug.ScopeType.Script, 348 debug.ScopeType.Script, 368 debug.ScopeType.Script, [all...] |
| debug-function-scopes.js | 52 Script: 6}; 78 CheckScope(mirror.scope(4), {}, ScopeType.Script); 87 CheckScope(mirror.scope(0), {}, ScopeType.Script); 109 CheckScope(mirror.scope(2), {}, ScopeType.Script); 133 CheckScope(mirror.scope(2), {}, ScopeType.Script); 153 CheckScope(mirror.scope(2), {}, ScopeType.Script);
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| Intrinsic3DLut.java | 112 Script.LaunchOptions lo = makeClipper(11, 11, 87, 87); 128 Script.LaunchOptions lo = makeClipper(11, 11, 87, 87); 141 Script.KernelID kid = s.getKernelID();
|
| /external/v8/src/ |
| bootstrapper.h | 20 explicit SourceCodeCache(Script::Type type): type_(type), cache_(NULL) { } 55 Script::cast(shared->script())->set_type(type_); 59 Script::Type type_;
|
| /external/v8/test/cctest/ |
| cctest.h | 356 static inline v8::Local<v8::Script> v8_compile(v8::Local<v8::String> x) { 357 v8::Local<v8::Script> result; 358 if (v8::Script::Compile(v8::Isolate::GetCurrent()->GetCurrentContext(), x) 362 return v8::Local<v8::Script>(); 366 static inline v8::Local<v8::Script> v8_compile(const char* x) { 371 static inline int32_t v8_run_int32value(v8::Local<v8::Script> script) { 373 return script->Run(context).ToLocalChecked()->Int32Value(context).FromJust(); 377 static inline v8::Local<v8::Script> CompileWithOrigin( 387 static inline v8::Local<v8::Script> CompileWithOrigin 414 v8::Local<v8::Script> script = local [all...] |
| /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
| VrPipline1.java | 21 import android.renderscript.Script; 33 Script.LaunchOptions options = new Script.LaunchOptions();
|
| /external/autotest/server/cros/ap_configurators/basic_auth_extension/ |
| background.js | 5 // Script that automatically listend for an onAuthRequired request and sends
|
| /external/skia/src/sfnt/ |
| SkIBMFamilyClass.h | 55 ((Script, 2)) 65 ((Script, 2))
|
| /external/v8/test/mjsunit/regress/ |
| regress-4309-1.js | 17 assertEquals(debug.ScopeType.Script, scopes[1].scopeType());
|
| regress-4309-3.js | 18 assertEquals(debug.ScopeType.Script, scopes[2].scopeType());
|
| /frameworks/base/rs/java/android/renderscript/ |
| Script.java | 25 public class Script extends BaseObj { 28 * KernelID is an identifier for a Script + root function pair. It is used 36 Script mScript; 39 KernelID(long id, RenderScript rs, Script s, int slot, int sig) { 78 Script mScript; 80 InvokeID(long id, RenderScript rs, Script s, int slot) { 108 * FieldID is an identifier for a Script + exported field pair. It is used 116 Script mScript; 118 FieldID(long id, RenderScript rs, Script s, int slot) { 329 Script(long id, RenderScript rs) [all...] |
| /frameworks/compile/libbcc/lib/Core/ |
| Compiler.cpp | 39 #include "bcc/Script.h" 63 return "Failed to compile the script since there's no available " 152 enum Compiler::ErrorCode Compiler::runPasses(Script &pScript, 205 transformPasses.add(createRSIsThreadablePass()); // Add pass to mark script as threadable. 209 // Script passed to RSCompiler must be a RSScript. 210 RSScript &script = static_cast<RSScript &>(pScript); local 211 if (script.getEmbedInfo()) 233 enum Compiler::ErrorCode Compiler::compile(Script &pScript, 295 enum Compiler::ErrorCode Compiler::compile(Script &pScript, 318 bool Compiler::addInternalizeSymbolsPass(Script &pScript, llvm::legacy::PassManager &pPM) 321 RSScript &script = static_cast<RSScript &>(pScript); local 433 RSScript &script = static_cast<RSScript &>(pScript); local [all...] |
| /frameworks/compile/mclinker/ |
| Android.mk | 17 lib/Script \
|
| /frameworks/compile/slang/tests/P_reduce_general_struct/ |
| ScriptC_reduce_general_struct.java.expect | 89 public result_int reduce_inStruct(Allocation ain1, Script.LaunchOptions sc) {
|