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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/libbcc/lib/Core/
Script.cpp 17 #include "bcc/Script.h"
23 bool Script::reset(Source &pSource, bool pPreserveCurrent) {
35 bool Script::mergeSource(Source &pSource) {
  /frameworks/compile/libbcc/include/bcc/
Script.h 24 class Script {
31 // This hook will be invoked after the script object is successfully reset.
36 Script(Source &pSource) : mSource(&pSource) { }
38 virtual ~Script() { }
48 // this Script object. Return false on error.
50 // This is equivalent to the call to Script::merge(...) on mSource.
Compiler.h 39 class Script;
83 enum ErrorCode runPasses(Script &pScript, llvm::raw_pwrite_stream &pResult);
85 bool addInternalizeSymbolsPass(Script &pScript, llvm::legacy::PassManager &pPM);
87 void addDebugInfoPass(Script &pScript, llvm::legacy::PassManager &pPM);
88 void addGlobalInfoPass(Script &pScript, llvm::legacy::PassManager &pPM);
98 // Compile a script and output the result to a LLVM stream.
102 enum ErrorCode compile(Script &pScript, llvm::raw_pwrite_stream &pResult,
105 // Compile a script and output the result to a file.
106 enum ErrorCode compile(Script &pScript, OutputFile &pResult,
119 // not in this whitelist is callable from the script
    [all...]
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsic.java 20 * Base class for all Intrinsic scripts. An intrinsic a script
27 public abstract class ScriptIntrinsic extends Script {
ScriptIntrinsicBlend.java 43 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) {
70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
77 * @return Script.KernelID The KernelID object.
79 public Script.KernelID getKernelIDClear() {
101 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
108 * @return Script.KernelID The KernelID object.
110 public Script.KernelID getKernelIDSrc() {
135 public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
142 * @return Script.KernelID The KernelID object.
144 public Script.KernelID getKernelIDDst()
    [all...]
ScriptIntrinsicYuvToRGB.java 75 * @return Script.KernelID The KernelID object.
77 public Script.KernelID getKernelID() {
84 * @return Script.FieldID The FieldID object.
86 public Script.FieldID getFieldID_Input() {
ScriptGroup.java 30 * In addition to kernels, a script group may contain invocable functions as well.
31 * A script group may take inputs and generate outputs, which are consumed and
33 * Inside a script group, outputs from one kernel can be passed to another kernel as inputs.
34 * The API disallows cyclic dependencies among kernels in a script group,
47 Script.KernelID mKID;
50 IO(Script.KernelID s) {
56 ConnectLine(Type t, Script.KernelID from, Script.KernelID to) {
62 ConnectLine(Type t, Script.KernelID from, Script.FieldID to)
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsic.java 20 * Base class for all Intrinsic scripts. An intrinsic a script
27 public abstract class ScriptIntrinsic extends Script {
ScriptIntrinsicBlend.java 77 * @return Script.KernelID The KernelID object.
79 public Script.KernelID getKernelIDClear() {
97 * @return Script.KernelID The KernelID object.
99 public Script.KernelID getKernelIDSrc() {
118 * @return Script.KernelID The KernelID object.
120 public Script.KernelID getKernelIDDst() {
137 * @return Script.KernelID The KernelID object.
139 public Script.KernelID getKernelIDSrcOver() {
156 * @return Script.KernelID The KernelID object.
158 public Script.KernelID getKernelIDDstOver()
    [all...]
ScriptGroup.java 33 * In addition to kernels, a script group may contain invocable functions as well.
34 * A script group may take inputs and generate outputs, which are consumed and
36 * Inside a script group, outputs from one kernel can be passed to another kernel as inputs.
37 * The API disallows cyclic dependencies among kernels in a script group,
54 Script.KernelID mKID;
57 IO(Script.KernelID s) {
63 ConnectLine(Type t, Script.KernelID from, Script.KernelID to) {
69 ConnectLine(Type t, Script.KernelID from, Script.FieldID to)
    [all...]
ScriptIntrinsicYuvToRGB.java 83 * @return Script.KernelID The KernelID object.
85 public Script.KernelID getKernelID() {
92 * @return Script.FieldID The FieldID object.
94 public Script.FieldID getFieldID_Input() {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
plugin.properties 14 fetchFactories.name = Fetch Script Factories
  /frameworks/rs/driver/
rsdBcc.h 27 android::renderscript::Script *s,
32 android::renderscript::Script *script,
38 android::renderscript::Script *s,
47 android::renderscript::Script *s,
55 android::renderscript::Script *s,
65 android::renderscript::Script *script);
67 android::renderscript::Script *script);
    [all...]
rsdBcc.cpp 39 ScriptC *script,
47 dc->mCpuRef->createScript(script, resName, cacheDir, bitcode,
52 script->mHal.drv = cs;
53 cs->populateScript(script);
57 bool rsdInitIntrinsic(const Context *rsc, Script *s, RsScriptIntrinsicID iid,
70 Script *s,
90 Script *s,
104 int rsdScriptInvokeRoot(const Context *dc, Script *s) {
109 void rsdScriptInvokeInit(const Context *dc, Script *s) {
114 void rsdScriptInvokeFreeChildren(const Context *dc, Script *s)
    [all...]
  /frameworks/rs/
rsScript.cpp 23 Script::Script(Context *rsc) : ObjectBase(rsc) {
34 Script::~Script() {
45 void Script::setSlot(uint32_t slot, Allocation *a) {
48 ALOGE("Script::setSlot unable to set allocation, invalid slot index");
56 mRSC->mHal.funcs.script.setGlobalBind(mRSC, this, slot, a);
59 void Script::setVar(uint32_t slot, const void *val, size_t len) {
62 ALOGE("Script::setVar unable to set allocation, invalid slot index");
67 mRSC->mHal.funcs.script.setGlobalVar(mRSC, this, slot, (void *)val, len)
    [all...]
rsScript.h 38 IDBase(Context *rsc, Script *s, int slot) :
45 Script *mScript;
51 ScriptKernelID(Context *rsc, Script *s, int slot, int sig);
62 ScriptInvokeID(Context *rsc, Script *s, int slot);
70 ScriptFieldID(Context *rsc, Script *s, int slot);
76 class Script : public ObjectBase {
101 Script(Context *);
102 virtual ~Script();
  /frameworks/rs/cpp/
Script.cpp 25 void Script::invoke(uint32_t slot, const void *v, size_t len) const {
29 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout,
39 Script::Script(void *id, sp<RS> rs) : BaseObj(id, rs) {
43 void Script::bindAllocation(sp<Allocation> va, uint32_t slot) const {
48 void Script::setVar(uint32_t index, sp<const BaseObj> o) const {
52 void Script::setVar(uint32_t index, const void *v, size_t len) const {
56 void Script::FieldBase::init(sp<RS> rs, uint32_t dimx, uint32_t usages) {
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ScriptAndLanguages 12 Total Script=166
  /external/v8/test/cctest/
test-func-name-inference.cc 46 using ::v8::internal::Script;
52 static void CheckFunctionName(v8::Local<v8::Script> script,
57 // Get script source.
58 Handle<Object> obj = v8::Utils::OpenHandle(*script);
67 Handle<Script> i_script(Script::cast(shared_function->script()));
96 static v8::Local<v8::Script> Compile(v8::Isolate* isolate, const char* src) {
97 return v8::Script::Compile
109 v8::Local<v8::Script> script = Compile(CcTest::isolate(), local
121 v8::Local<v8::Script> script = local
134 v8::Local<v8::Script> script = local
149 v8::Local<v8::Script> script = local
164 v8::Local<v8::Script> script = local
181 v8::Local<v8::Script> script = local
200 v8::Local<v8::Script> script = Compile( local
219 v8::Local<v8::Script> script = local
234 v8::Local<v8::Script> script = Compile(CcTest::isolate(), local
253 v8::Local<v8::Script> script = Compile(CcTest::isolate(), local
272 v8::Local<v8::Script> script = Compile( local
289 v8::Local<v8::Script> script = Compile(CcTest::isolate(), local
302 v8::Local<v8::Script> script = local
317 v8::Local<v8::Script> script = Compile(CcTest::isolate(), local
336 v8::Local<v8::Script> script = Compile(CcTest::isolate(), local
352 v8::Local<v8::Script> script = Compile(CcTest::isolate(), local
369 v8::Local<v8::Script> script = local
383 v8::Local<v8::Script> script = local
400 v8::Local<v8::Script> script = Compile( local
415 v8::Local<v8::Script> script = local
432 v8::Local<v8::Script> script = local
452 v8::Local<v8::Script> script = Compile( local
468 v8::Local<v8::Script> script = Compile(CcTest::isolate(), local
486 v8::Local<v8::Script> script = Compile(CcTest::isolate(), local
509 v8::Local<v8::Script> script = local
526 v8::Local<v8::Script> script = Compile(CcTest::isolate(), local
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptGraph.java 27 import android.hardware.camera2.cts.rs.Script.ParameterMap;
40 * {@link android.renderscript.Script scripts} and managing their {@link Allocation allocations}.
42 * <p>Create a new script graph by using {@link #create}, configure the input with
47 * <p>Once a script graph has been built, all underlying scripts and allocations are instantiated.
48 * Each script may be executed with {@link #execute}. Scripts are executed in the order that they
49 * were configured, with each previous script's output used as the input for the next script.
72 private final List<Script<?>> mScripts;
135 * Execute each script in the graph, with each next script's input using th
465 Script<?> script = instantiateScript(scriptClass, inputInfo, parameters); local
501 Script<?> script = mScripts.get(i); local
    [all...]
Script.java 29 * Base class for all renderscript script abstractions.
31 * <p>Each script has exactly one input and one output allocation, and is able to execute
32 * one {@link android.renderscript.Script} script file.</p>
34 * <p>Each script owns it's input allocation, but not the output allocation.</p>
44 * @param <T> A concrete subclass of {@link android.renderscript.Script}
46 public abstract class Script<T extends android.renderscript.Script> implements UncheckedCloseable {
49 * A type-safe heterogenous parameter map for script parameters.
51 * @param <ScriptT> A concrete subclass of {@link Script}
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
LaunchClip.java 97 private void verifyCell(int x, int y, int z, int[] a, Script.LaunchOptions sc) {
138 void verifyRange(Script.LaunchOptions sc, int[] a) {
179 Script.LaunchOptions sc = new Script.LaunchOptions();
190 Script.LaunchOptions sc = new Script.LaunchOptions();
203 Script.LaunchOptions sc = new Script.LaunchOptions();
215 Script.LaunchOptions sc = new Script.LaunchOptions()
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicLUT.cpp 30 void populateScript(Script *) override;
36 RsdCpuScriptIntrinsicLUT(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e);
83 const Script *s, const Element *e)
92 void RsdCpuScriptIntrinsicLUT::populateScript(Script *s) {
102 const Script *s, const Element *e) {
  /external/v8/src/
log-inl.h 17 Script* script) {
19 script->type() == Script::TYPE_NATIVE) {
  /frameworks/compile/mclinker/lib/MC/
FileAction.cpp 29 if (input->type() == Input::Script || input->type() == Input::Object ||
52 if (input->type() == Input::Script || input->type() == Input::Object ||

Completed in 658 milliseconds

1 2 3 4 5 6 7 8 91011>>