| /frameworks/rs/cpu_ref/ | 
| rsCpuIntrinsic.h | 29     void populateScript(Script *) override = 0; 63     RsdCpuScriptIntrinsic(RsdCpuReferenceImpl * ctx, const Script * s,
 
 | 
| rsCpuScript.h | 43     void populateScript(Script *) override; 82     RsdCpuScriptImpl(RsdCpuReferenceImpl *ctx, const Script *s);
 84     const Script * getScript() {return mScript;}
 112     const Script *mScript;
 147                         const Script *script,
 
 | 
| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ | 
| ScriptIntrinsicBlur.java | 107      * @return Script.KernelID The KernelID object. 109     public Script.KernelID getKernelID() {
 116      * @return Script.FieldID The FieldID object.
 118     public Script.FieldID getFieldID_Input() {
 
 | 
| ScriptIntrinsicHistogram.java | 97     public void forEach(Allocation ain, Script.LaunchOptions opt) { 198     public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) {
 217      * @return Script.KernelID The KernelID object.
 219     public Script.KernelID getKernelID_Separate() {
 226      * @return Script.FieldID The FieldID object.
 228     public Script.FieldID getFieldID_Input() {
 
 | 
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ | 
| SingleSourceForEachTest.java | 21 import android.renderscript.Script; 86         Script.LaunchOptions sc = new Script.LaunchOptions();
 100         Script.LaunchOptions sc = new Script.LaunchOptions();
 
 | 
| IntrinsicBase.java | 24 import android.renderscript.Script; 139     protected Script.LaunchOptions makeClipper(int x, int y, int x2, int y2) {
 140         Script.LaunchOptions lo = new Script.LaunchOptions();
 
 | 
| SingleSourceAllocationTest.java | 22 import android.renderscript.Script; 
 | 
| IntrinsicLut.java | 74         Script.LaunchOptions lo = makeClipper(11, 11, 87, 87); 88         Script.KernelID kid = s.getKernelID();
 
 | 
| /frameworks/compile/slang/tests/P_reduce_general_input/ | 
| ScriptC_reduce_general_input.java.expect | 170     public result_int reduce_my_half_0(Allocation ain1, Script.LaunchOptions sc) { 203     public result_int reduce_my_half_1(Allocation ain1, Script.LaunchOptions sc) {
 236     public result_int reduce_my_half_2(Allocation ain1, Script.LaunchOptions sc) {
 269     public result_int reduce_my_half_3(Allocation ain1, Script.LaunchOptions sc) {
 302     public result_int reduce_my_half_4(Allocation ain1, Script.LaunchOptions sc) {
 335     public result_int reduce_my_half_5(Allocation ain1, Script.LaunchOptions sc) {
 368     public result_int reduce_my_half_6(Allocation ain1, Script.LaunchOptions sc) {
 401     public result_int reduce_my_half_7(Allocation ain1, Script.LaunchOptions sc) {
 434     public result_int reduce_my_half_8(Allocation ain1, Script.LaunchOptions sc) {
 467     public result_int reduce_my_half_9(Allocation ain1, Script.LaunchOptions sc)
 [all...]
 | 
| /frameworks/compile/slang/tests/P_reduce_general_accumulator/ | 
| ScriptC_reduce_general_accumulator.java.expect | 102     public result_int reduce_my_half(Allocation ain1, Script.LaunchOptions sc) { 135     public result_int reduce_my_half2(Allocation ain1, Script.LaunchOptions sc) {
 168     public result_int reduce_my_half4(Allocation ain1, Script.LaunchOptions sc) {
 201     public result_int reduce_my_array_half(Allocation ain1, Script.LaunchOptions sc) {
 234     public result_int reduce_my_array_half2(Allocation ain1, Script.LaunchOptions sc) {
 267     public result_int reduce_my_array_half4(Allocation ain1, Script.LaunchOptions sc) {
 300     public result_int reduce_my_float(Allocation ain1, Script.LaunchOptions sc) {
 333     public result_int reduce_my_float2(Allocation ain1, Script.LaunchOptions sc) {
 366     public result_int reduce_my_float4(Allocation ain1, Script.LaunchOptions sc) {
 399     public result_int reduce_my_array_float(Allocation ain1, Script.LaunchOptions sc)
 [all...]
 | 
| /external/v8/src/ | 
| messages.cc | 26     Handle<Object> data(loc->script()->name(), isolate); 48     script_handle = Script::GetWrapper(location->script());
 50     script_handle = Script::GetWrapper(isolate->factory()->empty_script());
 173   Handle<Object> script(fun_->shared()->script(), isolate_);
 174   if (script->IsScript()) {
 175     return Handle<Object>(Handle<Script>::cast(script)->name(), isolate_);
 185   Handle<Object> script(fun_->shared()->script(), isolate_)
 198  Handle<Script> script = Handle<Script>::cast(script_obj);  local
 273  Handle<Script> script = Handle<Script>::cast(script_obj);  local
 285  Handle<Script> script = Handle<Script>::cast(script_obj);  local
 [all...]
 | 
| /frameworks/rs/ | 
| rs_hal.h | 81 class Script; 120 RS_BASE_OBJ(Script) rs_script;
 136  * Script management functions
 157         bool (*initIntrinsic)(const Context *rsc, Script *s,
 161         void (*invokeFunction)(const Context *rsc, Script *s,
 165         int (*invokeRoot)(const Context *rsc, Script *s);
 167                               Script *s,
 174         void (*invokeReduce)(const Context *rsc, Script *s,
 179         void (*invokeInit)(const Context *rsc, Script *s);
 180         void (*invokeFreeChildren)(const Context *rsc, Script *s)
 215  } script;  member in struct:android::renderscript::__anon29402
 [all...]
 | 
| /external/v8/test/mjsunit/es6/ | 
| generators-debug-scopes.js | 100         scopes[i] == debug.ScopeType.Script || 163       scope.scopeType() == debug.ScopeType.Script ||
 183                            debug.ScopeType.Script,
 194                            debug.ScopeType.Script,
 205                            debug.ScopeType.Script,
 216                            debug.ScopeType.Script,
 227                            debug.ScopeType.Script,
 238                            debug.ScopeType.Script,
 253                            debug.ScopeType.Script,
 266                            debug.ScopeType.Script,
 [all...]
 | 
| /cts/tests/tests/rsblas/src/android/renderscript/cts/ | 
| IntrinsicBase.java | 24 import android.renderscript.Script; 
 | 
| /external/google-breakpad/src/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/protobuf/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/vulkan-validation-layers/tests/gtest-1.7.0/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
 
 | 
| /frameworks/base/rs/java/android/renderscript/ | 
| ScriptIntrinsicHistogram.java | 87     public void forEach(Allocation ain, Script.LaunchOptions opt) { 188     public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) {
 207      * @return Script.KernelID The KernelID object.
 209     public Script.KernelID getKernelID_Separate() {
 216      * @return Script.FieldID The FieldID object.
 218     public Script.FieldID getFieldID_Input() {
 
 | 
| ScriptIntrinsicLUT.java | 136     public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { 147      * @return Script.KernelID The KernelID object.
 149     public Script.KernelID getKernelID() {
 
 | 
| /frameworks/compile/libbcc/lib/Core/ | 
| Android.mk | 28   Script.cpp \ 
 | 
| /frameworks/compile/mclinker/lib/Script/ | 
| Android.mk | 42 LOCAL_C_INCLUDES := $(MCLD_ROOT_PATH)/include/mcld/Script 56 LOCAL_C_INCLUDES := $(MCLD_ROOT_PATH)/include/mcld/Script
 
 | 
| /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ | 
| Mirror.java | 24 import android.renderscript.Script; 
 | 
| Histogram.java | 61         Script.LaunchOptions lo = new Script.LaunchOptions(); 
 | 
| /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ | 
| Filters.java | 23 import android.renderscript.Script; 39     public Script.KernelID getKernelID();
 61     Script.KernelID getKernelID() { return s.getKernelID_(); }
 76     public Script.KernelID getKernelID() { return s_mat.getKernelID_colormatrix(); }
 90     public Script.KernelID getKernelID() { return s.getKernelID_contrast(); }
 104     public Script.KernelID getKernelID() { return s.getKernelID_exposure(); }
 125     public Script.KernelID getKernelID() { return s.getKernelID_fisheye(); }
 150     public Script.KernelID getKernelID() { return s.getKernelID_greyscale(); }
 209     public Script.KernelID getKernelID() { return s.getKernelID_levels_v4(); }
 226     public Script.KernelID getKernelID() { return s.getKernelID_shadowsKernel();
 [all...]
 | 
| /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ | 
| Histogram.java | 67         Script.LaunchOptions lo = new Script.LaunchOptions(); 
 |