| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
| ScriptIntrinsic3DLUTThunker.java | 67 * @return Script.KernelID The KernelID object. 69 public Script.KernelID getKernelID() { 70 Script.KernelID k = createKernelID(0, 3, null, null);
|
| ScriptIntrinsicBlur.java | 101 * @return Script.KernelID The KernelID object. 103 public Script.KernelID getKernelID() { 110 * @return Script.FieldID The FieldID object. 112 public Script.FieldID getFieldID_Input() {
|
| ScriptIntrinsicColorMatrixThunker.java | 69 public Script.KernelID getKernelID() { 70 Script.KernelID k = createKernelID(0, 3, null, null);
|
| ScriptIntrinsicConvolve3x3.java | 112 * @return Script.KernelID The KernelID object. 114 public Script.KernelID getKernelID() { 121 * @return Script.FieldID The FieldID object. 123 public Script.FieldID getFieldID_Input() {
|
| ScriptIntrinsicConvolve5x5.java | 108 * @return Script.KernelID The KernelID object. 110 public Script.KernelID getKernelID() { 117 * @return Script.FieldID The FieldID object. 119 public Script.FieldID getFieldID_Input() {
|
| ScriptIntrinsicLUTThunker.java | 63 public Script.KernelID getKernelID() { 64 Script.KernelID k = createKernelID(0, 3, null, null);
|
| Script.java | 25 public class Script extends BaseObj { 28 android.renderscript.Script getNObj() { 34 * KernelID is an identifier for a Script + root function pair. It is used 42 android.renderscript.Script.KernelID mN; 43 Script mScript; 46 KernelID(int id, RenderScript rs, Script s, int slot, int sig) { 96 * FieldID is an identifier for a Script + exported field pair. It is used 104 android.renderscript.Script.FieldID mN; 105 Script mScript; 107 FieldID(int id, RenderScript rs, Script s, int slot) [all...] |
| /external/v8/src/ |
| accessors.cc | 174 Object* script = JSValue::cast(object)->value(); local 175 return Script::cast(script)->source(); 192 Object* script = JSValue::cast(object)->value(); local 193 return Script::cast(script)->name(); 210 Object* script = JSValue::cast(object)->value(); local 211 return Script::cast(script)->id(); 228 Object* script = JSValue::cast(object)->value() local 246 Object* script = JSValue::cast(object)->value(); local 264 Object* script = JSValue::cast(object)->value(); local 282 Object* script = JSValue::cast(object)->value(); local 300 Object* script = JSValue::cast(object)->value(); local 347 Object* script = JSValue::cast(object)->value(); local 365 Object* script = JSValue::cast(object)->value(); local 423 Object* script = JSValue::cast(object)->value(); local [all...] |
| bootstrapper.h | 45 explicit SourceCodeCache(Script::Type type): type_(type), cache_(NULL) { } 77 Script::cast(shared->script())->set_type(Smi::FromInt(type_)); 81 Script::Type type_;
|
| gdb-jit.h | 61 V(SCRIPT) \ 118 Script* script, 122 Handle<Script> script,
|
| /frameworks/rs/ |
| rs_hal.h | 32 class Script; 78 * Script management functions 100 bool (*initIntrinsic)(const Context *rsc, Script *s, 104 void (*invokeFunction)(const Context *rsc, Script *s, 108 int (*invokeRoot)(const Context *rsc, Script *s); 110 Script *s, 117 void (*invokeInit)(const Context *rsc, Script *s); 118 void (*invokeFreeChildren)(const Context *rsc, Script *s); 120 void (*setGlobalVar)(const Context *rsc, const Script *s, 124 void (*getGlobalVar)(const Context *rsc, const Script *s 143 } script; member in struct:android::renderscript::__anon20276 [all...] |
| rsScriptIntrinsic.h | 28 class ScriptIntrinsic : public Script {
|
| /frameworks/rs/cpu_ref/ |
| rsCpuCore.h | 45 const android::renderscript::Script * mScript; 53 RsdCpuScriptImpl *script; member in struct:android::renderscript::__anon20251 103 virtual CpuScript * createIntrinsic(const Script *s, 109 RsdCpuReference::CpuScript * lookupScript(const Script *s) {
|
| /external/chromium/testing/gtest/xcode/Scripts/ |
| versiongenerate.py | 32 """A script to prepare version informtion for use the gtest Info.plist file. 34 This script extracts the version information from the configure.ac file and 40 This script makes the following assumptions (these are faults of the script, 87 // This file is autogenerated by the versiongenerate.py script. This script 88 // is executed in a "Run Script" build phase when creating gtest.framework. This
|
| /external/libvpx/libvpx/third_party/googletest/src/xcode/Scripts/ |
| versiongenerate.py | 32 """A script to prepare version informtion for use the gtest Info.plist file. 34 This script extracts the version information from the configure.ac file and 40 This script makes the following assumptions (these are faults of the script, 87 // This file is autogenerated by the versiongenerate.py script. This script 88 // is executed in a "Run Script" build phase when creating gtest.framework. This
|
| /external/protobuf/gtest/xcode/Scripts/ |
| versiongenerate.py | 3 """A script to prepare version informtion for use the gtest Info.plist file. 5 This script extracts the version information from the configure.ac file and 11 This script makes the following assumptions (these are faults of the script, 58 // This file is autogenerated by the versiongenerate.py script. This script 59 // is executed in a "Run Script" build phase when creating gtest.framework. This
|
| /external/v8/src/arm/ |
| codegen-arm.h | 65 Handle<Script> script);
|
| /external/v8/src/mips/ |
| codegen-mips.h | 67 Handle<Script> script);
|
| /external/v8/test/cctest/ |
| test-accessors.cc | 42 using ::v8::Script; 61 Local<Script> getter = v8_compile("var obj = new Fun(); obj.foo;"); 63 Local<Script> setter = v8_compile("obj.foo = 901;"); 260 Local<Script> scr = v8::Script::Compile(v8::String::New("obj.xxx")); 283 Local<Script> scr = v8::Script::Compile(v8::String::New("obj.xxx")); 301 Local<Script> scr = v8::Script::Compile(v8::String::New("obj.xxx")); 316 Local<Script> scr = v8::Script::Compile(v8::String::New("obj.xxx")) [all...] |
| test-threads.cc | 44 v8::Handle<v8::Script> script = v8::Script::Compile( local 47 script->Run(); 52 script->Run(); 77 v8::Handle<v8::Script> script = v8::Script::Compile( local 84 CHECK(script->Run()->IsTrue()); 94 // Rerun the script [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/Script/ |
| script-001.js | 23 File Name: script-001.js 34 js> s = new Script 39 js> s = new Script() 51 [object Script] 93 js> s = new Script("3+4") 100 js> s2 = new Script(); 124 var SECTION = "script-001"; 133 var s = new Script(); 137 "var s = new Script(); typeof s", 143 "[object Script]", [all...] |
| /external/webkit/Source/WebCore/inspector/ |
| InspectorDebuggerAgent.h | 130 class Script { 132 Script() 139 Script(const String& url, const String& data, int lineOffset, int columnOffset) 155 typedef HashMap<String, Script> ScriptsMap;
|
| /frameworks/base/graphics/java/android/renderscript/ |
| ScriptIntrinsic3DLUT.java | 95 * @return Script.KernelID The KernelID object. 97 public Script.KernelID getKernelID() {
|
| /frameworks/compile/libbcc/include/bcc/Renderscript/ |
| RSScript.h | 20 #include "bcc/Script.h" 35 class RSScript : public Script { 67 // Set the associated RSInfo of the script.
|
| /frameworks/compile/libbcc/lib/AndroidBitcode/ |
| ABCCompiler.cpp | 26 #include "bcc/Script.h" 32 bool ABCCompiler::beforeAddCodeGenPasses(Script &pScript,
|