Searched refs:script (Results 1 - 25 of 66) sorted by relevance

123

/frameworks/base/docs/html/samples/
H A Dsamples_toc.cs2 <script type="text/javascript">
7 </script>
/frameworks/compile/mclinker/lib/Script/
H A DEntryCmd.cpp36 LinkerScript& script = pModule.getScript(); local
37 if (!script.hasEntry())
38 script.setEntry(m_Entry);
H A DAssignment.cpp81 LinkerScript& script = pModule.getScript(); local
85 script.assignments().push_back(std::make_pair((LDSymbol*)NULL, *this));
90 SectionMap::reference out = script.sectionMap().back();
94 SectionMap::iterator prev = script.sectionMap().begin() +
95 script.sectionMap().size() - 2;
123 script.assignments().push_back(std::make_pair((LDSymbol*)NULL, *this));
131 SectionMap::Output::reference in = script.sectionMap().back()->back();
159 script.assignments().push_back(std::make_pair((LDSymbol*)NULL, *this));
H A DGroupCmd.cpp75 LinkerScript& script = pModule.getScript(); local
98 if (script.hasSysroot() &&
100 path = script.sysroot();
108 script.directories().find(token->name(), Input::Script);
129 path = script.directories().find(token->name(), Input::Archive);
133 path = script.directories().find(token->name(), Input::DynObj);
137 path = script.directories().find(token->name(), Input::Archive);
148 assert(0 && "Invalid script token in GROUP!");
/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
H A DPacNative.java34 private native boolean setProxyScriptNativeLocked(String script); argument
66 public synchronized boolean setCurrentProxyScript(String script) { argument
67 if (setProxyScriptNativeLocked(script)) {
68 Log.e(TAG, "Unable to parse proxy script.");
/frameworks/base/docs/html/distribute/stories/
H A Dstories_toc.cs28 <script type="text/javascript">
33 </script>
/frameworks/rs/scriptc/
H A Drs_core.rsh125 * Make a script to script call to launch work. One of the input or output is
130 * @param script The target script to call
133 * @param usrData The user definied params to pass to the root script. May be
142 rsForEach(rs_script script, rs_allocation input,
149 rsForEach(rs_script script, rs_allocation input,
154 * Make a script to script call to launch work. One of the input or output is
159 * @param script Th
[all...]
/frameworks/rs/driver/
H A DrsdBcc.h32 android::renderscript::Script *script,
57 android::renderscript::Script *script);
59 android::renderscript::Script *script);
61 android::renderscript::Script *script);
84 const android::renderscript::Script *script,
89 const android::renderscript::Script *script,
94 android::renderscript::Script *script);
98 const android::renderscript::Script *script,
102 const android::renderscript::Script *script,
H A DrsdBcc.cpp39 ScriptC *script,
46 RsdCpuReference::CpuScript * cs = dc->mCpuRef->createScript(script, resName, cacheDir,
51 script->mHal.drv = cs;
52 cs->populateScript(script);
164 const Script *script,
167 obj->p = script;
170 if (script != NULL) {
171 obj->v1 = script->mHal.drv;
38 rsdScriptInit(const Context *rsc, ScriptC *script, char const *resName, char const *cacheDir, uint8_t const *bitcode, size_t bitcodeSize, uint32_t flags) argument
163 rsdScriptUpdateCachedObject(const Context *rsc, const Script *script, rs_script *obj) argument
/frameworks/base/cmds/app_process/
H A DAndroid.mk8 LOCAL_LDFLAGS := -Wl,--version-script,art/sigchainlib/version-script.txt -Wl,--export-dynamic
48 LOCAL_LDFLAGS := -ldl -Wl,--version-script,art/sigchainlib/version-script.txt -Wl,--export-dynamic
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
H A DJavaBridgeFieldsTest.java69 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { argument
70 executeJavaScript("testObject.setStringValue(" + script + ");");
H A DJavaBridgeReturnValuesTest.java127 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { argument
128 executeJavaScript("testObject.setStringValue(" + script + ");");
133 private boolean executeJavaScriptAndGetBooleanResult(String script) throws Throwable { argument
134 executeJavaScript("testObject.setBooleanValue(" + script + ");");
H A DJavaBridgeTestBase.java105 protected void executeJavaScript(final String script) throws Throwable { argument
112 // frame. We don't want this behaviour, so wrap the script in
114 getWebView().loadUrl("javascript:(function() { " + script + " })()");
/frameworks/compile/mclinker/unittests/
H A DELFBinaryReaderTest.cpp47 LinkerScript script; local
48 Module module("test", script);
/frameworks/base/docs/html/distribute/monetize/
H A Dmonetize_toc.cs41 <script type="text/javascript">
46 </script>
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompiler.cpp36 RSScript &script = static_cast<RSScript &>(pScript); local
37 llvm::Module &module = script.getSource().getModule();
93 RSScript &script = static_cast<RSScript &>(pScript); local
98 if (script.getEmbedInfo())
/frameworks/rs/
H A DrsScriptIntrinsic.cpp30 mRSC->mHal.funcs.script.destroy(mRSC, this);
40 rsc->mHal.funcs.script.initIntrinsic(rsc, this, iid, e);
67 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc);
79 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, aout, usr, usrBytes, sc);
H A DrsScriptC.cpp54 mRSC->mHal.funcs.script.invokeFreeChildren(mRSC, this);
55 mRSC->mHal.funcs.script.destroy(mRSC, this);
111 rsc->mHal.funcs.script.setGlobalBind(rsc, this, ct, mSlots[ct].get());
134 rsc->setError(RS_ERROR_BAD_SCRIPT, "Attempted to run bad script");
147 ret = rsc->mHal.funcs.script.invokeRoot(rsc, this);
181 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ain, aout, usr, usrBytes, sc);
213 rsc->mHal.funcs.script.invokeForEachMulti(rsc, this, slot, ains, inLen, aout, usr, usrBytes, sc);
223 rsc->setError(RS_ERROR_BAD_SCRIPT, "Calling invoke on bad script");
231 rsc->mHal.funcs.script.invokeFunction(rsc, this, slot, data, len);
287 if (!rsc->mHal.funcs.script
[all...]
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp52 mcld::ScriptOptions script; local
81 if (!script.parse(pScript))
118 mcld::LinkerScript script; local
120 mcld::Module module(script);
124 if (!ConfigLinker(argc, argv, "MCLinker\n", module, script, config, builder,
132 if (!linker.emulate(script, config)) {
/frameworks/base/docs/html/distribute/analyze/
H A Danalyze_toc.cs40 <script type="text/javascript">
45 </script>
/frameworks/base/docs/html/distribute/users/
H A Dusers_toc.cs40 <script type="text/javascript">
45 </script>
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp948 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) argument
950 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", (RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
951 rsScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
955 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) argument
957 LOG_API("nScriptSetVarI, con(%p), s(%p), slot(%i), val(%i)", (RsContext)con, (void *)script, slot, val);
958 rsScriptSetVarI((RsContext)con, (RsScript)script, slot, val);
962 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
964 LOG_API("nScriptGetVarI, con(%p), s(%p), slot(%i)", (RsContext)con, (void *)script, slot);
966 rsScriptGetVarV((RsContext)con, (RsScript)script, slo
971 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
978 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
985 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
994 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) argument
1001 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1010 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) argument
1017 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1026 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1036 nScriptGetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1046 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims) argument
1061 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone) argument
1084 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1094 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout) argument
1101 nScriptForEachV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params) argument
1112 nScriptForEachClipped(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1132 nScriptForEachClippedV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1155 nScriptForEachMultiClipped(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1201 nScriptForEachMultiClippedV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1518 nContextBindRootScript(JNIEnv *_env, jobject _this, jlong con, jlong script) argument
[all...]
/frameworks/base/docs/html/distribute/engage/
H A Dengage_toc.cs66 <script type="text/javascript">
71 </script>
/frameworks/base/docs/html/distribute/essentials/
H A Dessentials_toc.cs51 <script type="text/javascript">
56 </script>
/frameworks/base/docs/html/distribute/googleplay/
H A Dgoogleplay_toc.cs54 <script type="text/javascript">
59 </script

Completed in 568 milliseconds

123