Home
last modified time | relevance | path

Searched defs:script (Results 1 – 22 of 22) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSCompiler.cpp35 RSScript &script = static_cast<RSScript &>(pScript); in beforeAddLTOPasses() local
96 RSScript &script = static_cast<RSScript &>(pScript); in beforeExecuteLTOPasses() local
DRSCompilerDriver.cpp403 RSScript *script = new (std::nothrow) RSScript(*source); in build() local
/frameworks/compile/libbcc/lib/AndroidBitcode/
DABCCompilerDriver.cpp145 Script *script = new (std::nothrow) Script(*source); in prepareScript() local
260 Script *script = prepareScript(pInputFd); in build() local
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
DJavaBridgeReturnValuesTest.java127 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { in executeJavaScriptAndGetStringResult()
133 private boolean executeJavaScriptAndGetBooleanResult(String script) throws Throwable { in executeJavaScriptAndGetBooleanResult()
DJavaBridgeTestBase.java105 protected void executeJavaScript(final String script) throws Throwable { in executeJavaScript()
DJavaBridgeFieldsTest.java69 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { in executeJavaScriptAndGetStringResult()
DJavaBridgeBasicsTest.java94 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { in executeJavaScriptAndGetStringResult()
111 private void assertRaisesException(String script) throws Throwable { in assertRaisesException()
/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp559 hb_script_t script; member
588 const hb_script_t script = code_point_to_script(cp); in hb_utf16_script_run_next() local
631 const hb_script_t script = code_point_to_script(cp); in hb_utf16_script_run_prev() local
775 hb_script_t script) { in typefaceForScript()
787 bool TextLayoutShaper::isComplexScript(hb_script_t script) { in isComplexScript()
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp977 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slo… in nScriptBindAllocation()
984 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) in nScriptSetVarI()
991 nScriptGetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) in nScriptGetVarI()
1000 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) in nScriptSetVarObj()
1007 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) in nScriptSetVarJ()
1014 nScriptGetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) in nScriptGetVarJ()
1023 nScriptSetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, float val) in nScriptSetVarF()
1030 nScriptGetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) in nScriptGetVarF()
1039 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val) in nScriptSetVarD()
1046 nScriptGetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) in nScriptGetVarD()
[all …]
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp704 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slo… in nScriptBindAllocation()
711 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) in nScriptSetVarI()
718 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) in nScriptSetVarObj()
725 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) in nScriptSetVarJ()
732 nScriptSetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, float val) in nScriptSetVarF()
739 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val) in nScriptSetVarD()
746 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) in nScriptSetVarV()
756 nScriptSetVarVE(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data… in nScriptSetVarVE()
771 nScriptSetTimeZone(JNIEnv *_env, jobject _this, RsContext con, jint script, jbyteArray timeZone) in nScriptSetTimeZone()
794 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) in nScriptInvokeV()
[all …]
/frameworks/base/tests/BrowserTestPlugin/jni/event/
DEventPlugin.cpp132 NPString script = { (char*)beginMem, totalLength }; in printToDiv() local
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp412 Script *script = PrepareScript(context, OptInputFilenames); in main() local
/frameworks/rs/cpu_ref/
DrsCpuCore.h53 RsdCpuScriptImpl *script; member
DrsCpuScript.cpp439 void RsdCpuScriptImpl::populateScript(Script *script) { in populateScript()
/frameworks/rs/driver/
DrsdBcc.cpp39 ScriptC *script, in rsdScriptInit()
DrsdRuntimeStubs.cpp1248 void __attribute__((overloadable)) rsForEach(rs_script script, in rsForEach()
1256 void __attribute__((overloadable)) rsForEach(rs_script script, in rsForEach()
/frameworks/base/graphics/java/android/renderscript/
DRenderScript.java193 native void rsnContextBindRootScript(int con, int script); in rsnContextBindRootScript()
194 synchronized void nContextBindRootScript(int script) { in nContextBindRootScript()
560 native void rsnScriptBindAllocation(int con, int script, int alloc, int slot); in rsnScriptBindAllocation()
561 synchronized void nScriptBindAllocation(int script, int alloc, int slot) { in nScriptBindAllocation()
565 native void rsnScriptSetTimeZone(int con, int script, byte[] timeZone); in rsnScriptSetTimeZone()
566 synchronized void nScriptSetTimeZone(int script, byte[] timeZone) { in nScriptSetTimeZone()
672 byte[] script, int length); in rsnScriptCCreate()
673 synchronized int nScriptCCreate(String resName, String cacheDir, byte[] script, int length) { in nScriptCCreate()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java401 native void rsnScriptBindAllocation(int con, int script, int alloc, int slot); in rsnScriptBindAllocation()
402 synchronized void nScriptBindAllocation(int script, int alloc, int slot) { in nScriptBindAllocation()
406 native void rsnScriptSetTimeZone(int con, int script, byte[] timeZone); in rsnScriptSetTimeZone()
407 synchronized void nScriptSetTimeZone(int script, byte[] timeZone) { in nScriptSetTimeZone()
485 byte[] script, int length); in rsnScriptCCreate()
486 synchronized int nScriptCCreate(String resName, String cacheDir, byte[] script, int length) { in nScriptCCreate()
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py642 def _awk(self, script, command): argument
/frameworks/compile/mclinker/tools/llvm-mcld/
Dllvm-mcld.cpp1174 llvm::StringRef script(*it); in ProcessLinkerOptionsFromCommand() local
/frameworks/rs/
Drs_hal.h143 } script; member
/frameworks/base/core/java/android/webkit/
DBrowserFrame.java1262 public native String stringByEvaluatingJavaScriptFromString(String script); in stringByEvaluatingJavaScriptFromString()