HomeSort by relevance Sort by last modified time
    Searched refs:Script (Results 101 - 125 of 378) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/test/mjsunit/es6/
debug-blockscopes.js 112 scopes[i] == debug.ScopeType.Script ||
210 debug.ScopeType.Script,
229 debug.ScopeType.Script,
247 debug.ScopeType.Script,
266 debug.ScopeType.Script,
287 debug.ScopeType.Script,
310 debug.ScopeType.Script,
334 debug.ScopeType.Script,
364 debug.ScopeType.Script,
386 debug.ScopeType.Script,
    [all...]
debug-function-scopes.js 55 Script: 6};
82 CheckScope(mirror.scope(3), { top_level_let: 255 }, ScopeType.Script);
115 CheckScope(mirror.scope(3), { top_level_let: 255 }, ScopeType.Script);
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptYuvMeans1d.java 30 * <p>Users of this script should chain {@link ScriptYuvMeans1d} immediately before this
33 public class ScriptYuvMeans1d extends Script<ScriptC_means_yuvx_444_1d_to_single>{
ScriptYuvMeans2dTo1d.java 33 * <p>Users of this script should chain {@link ScriptYuvMeans1d} immediately afterwards
36 public class ScriptYuvMeans2dTo1d extends Script<ScriptC_means_yuvx_444_2d_to_1d> {
ScriptYuvToRgb.java 31 public class ScriptYuvToRgb extends Script<ScriptIntrinsicYuvToRGB> {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicConvolve5x5.java 25 Script.LaunchOptions sc) {
76 private void testConvolve5(int w, int h, Element.DataType dt, int vecSize, Script.LaunchOptions sc) {
189 Script.KernelID kid = s.getKernelID();
194 Script.FieldID fid = s.getFieldID_Input();
  /external/v8/src/
pending-compilation-error-handler.cc 16 Handle<Script> script) {
18 MessageLocation location(script, start_position_, end_position_);
29 isolate->debug()->OnCompileError(script);
62 JSObject::SetProperty(jserror, key_script, script, SLOPPY).Check();
accessors.cc 293 Script::cast(JSValue::cast(object)->value())->column_offset());
330 Object* id = Smi::FromInt(Script::cast(JSValue::cast(object)->value())->id());
367 Object* source = Script::cast(JSValue::cast(object)->value())->name();
402 Object* source = Script::cast(JSValue::cast(object)->value())->source();
438 Smi::FromInt(Script::cast(JSValue::cast(object)->value())->line_offset());
476 Smi::FromInt(Script::cast(JSValue::cast(object)->value())->type());
514 Script::cast(JSValue::cast(object)->value())->compilation_type());
550 Handle<Script> script(
551 Script::cast(Handle<JSValue>::cast(object)->value()), isolate)
    [all...]
  /external/v8/test/cctest/
test-accessors.cc 43 using ::v8::Script;
83 Local<Script> getter;
84 Local<Script> setter;
343 Local<Script> scr =
344 v8::Script::Compile(context.local(), v8_str("obj.xxx")).ToLocalChecked();
371 Local<Script> scr =
372 v8::Script::Compile(context.local(), v8_str("obj.xxx")).ToLocalChecked();
394 Local<Script> scr = v8::Script::Compile(context.local(), v8_str("obj.xxx"))
411 Local<Script> scr = v8::Script::Compile(context.local(), v8_str("obj.xxx")
    [all...]
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h 20 #include "bcc/Script.h"
36 class RSScript : public Script {
  /frameworks/compile/libbcc/lib/Renderscript/
RSScript.cpp 53 : Script(pSource), mCompilerVersion(0),
  /frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
ScriptC_reduce_general_duplicate_array.java.expect 102 public resultArray4_int reduce_sumDec(Allocation ain1, Script.LaunchOptions sc) {
135 public resultArray4_int reduce_sumInc(Allocation ain1, Script.LaunchOptions sc) {
  /frameworks/compile/slang/tests/P_reduce_general_examples/
ScriptC_reduce_general_examples.java.expect 223 public result_int reduce_addint(Allocation ain1, Script.LaunchOptions sc) {
256 public result_int reduce_mpyint(Allocation ain1, Script.LaunchOptions sc) {
303 public result_float reduce_dp(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
353 public result_int2 reduce_findMinAndMax(Allocation ain1, Script.LaunchOptions sc) {
386 public result_int reduce_fz(Allocation ain1, Script.LaunchOptions sc) {
419 public result_int2 reduce_fz2(Allocation ain1, Script.LaunchOptions sc) {
452 public resultArray256_uint reduce_histogram(Allocation ain1, Script.LaunchOptions sc) {
485 public result_int2 reduce_mode(Allocation ain1, Script.LaunchOptions sc) {
  /frameworks/compile/slang/tests/P_reduce_general_examples_backward/
ScriptC_reduce_general_examples_backward.java.expect 223 public result_int reduce_addint(Allocation ain1, Script.LaunchOptions sc) {
256 public result_int reduce_mpyint(Allocation ain1, Script.LaunchOptions sc) {
303 public result_float reduce_dp(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
353 public result_int2 reduce_findMinAndMax(Allocation ain1, Script.LaunchOptions sc) {
386 public result_int reduce_fz(Allocation ain1, Script.LaunchOptions sc) {
419 public result_int2 reduce_fz2(Allocation ain1, Script.LaunchOptions sc) {
452 public resultArray256_uint reduce_histogram(Allocation ain1, Script.LaunchOptions sc) {
485 public result_int2 reduce_mode(Allocation ain1, Script.LaunchOptions sc) {
  /frameworks/compile/slang/tests/P_reduce_general_examples_halter/
ScriptC_reduce_general_examples_halter.java.expect 140 public result_int reduce_fz(Allocation ain1, Script.LaunchOptions sc) {
173 public result_int2 reduce_fz2(Allocation ain1, Script.LaunchOptions sc) {
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ColorMatrix.java 25 import android.renderscript.Script;
Convolve3x3.java 25 import android.renderscript.Script;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ColorMatrix.java 25 import android.renderscript.Script;
Posterize.java 24 import android.renderscript.Script;
  /frameworks/rs/
rsScriptC.h 28 /** This class represents a script compiled from an .rs file. */
29 class ScriptC : public Script {
rsScriptIntrinsic.h 28 class ScriptIntrinsic : public Script {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsic3DLUT.java 104 * @return Script.KernelID The KernelID object.
106 public Script.KernelID getKernelID() {
  /frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
ScriptC_reduce_general_examples_explicit.java.expect 185 public result_int reduce_addint_init(Allocation ain1, Script.LaunchOptions sc) {
218 public result_int reduce_addint_comb(Allocation ain1, Script.LaunchOptions sc) {
251 public result_int reduce_addint_init_comb(Allocation ain1, Script.LaunchOptions sc) {
298 public result_float reduce_dp_init(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
348 public resultArray256_uint reduce_histogram_init(Allocation ain1, Script.LaunchOptions sc) {
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptC_reduce_general_inputs.java.expect 156 public result_int reduce_my_half_half_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
220 public result_int reduce_my_half_half_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
288 public result_int reduce_my_half_half2_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
356 public result_int reduce_my_half_half2_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
424 public result_int reduce_my_half_half4_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
492 public result_int reduce_my_half_half4_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
556 public result_int reduce_my_half_float_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
620 public result_int reduce_my_half_float_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
688 public result_int reduce_my_half_float2_0(Allocation ain1, Allocation ain2, Script.LaunchOptions sc) {
756 public result_int reduce_my_half_float2_1(Allocation ain1, Allocation ain2, Script.LaunchOptions sc)
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_result/
ScriptC_reduce_general_result.java.expect     [all...]

Completed in 1448 milliseconds

1 2 3 45 6 7 8 91011>>