/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSCompiler.cpp | 35 RSScript &script = static_cast<RSScript &>(pScript); in beforeAddLTOPasses() local 96 RSScript &script = static_cast<RSScript &>(pScript); in beforeExecuteLTOPasses() local
|
D | RSCompilerDriver.cpp | 403 RSScript *script = new (std::nothrow) RSScript(*source); in build() local
|
/frameworks/compile/libbcc/lib/AndroidBitcode/ |
D | ABCCompilerDriver.cpp | 145 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/ |
D | JavaBridgeReturnValuesTest.java | 127 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { in executeJavaScriptAndGetStringResult() 133 private boolean executeJavaScriptAndGetBooleanResult(String script) throws Throwable { in executeJavaScriptAndGetBooleanResult()
|
D | JavaBridgeTestBase.java | 105 protected void executeJavaScript(final String script) throws Throwable { in executeJavaScript()
|
D | JavaBridgeFieldsTest.java | 69 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { in executeJavaScriptAndGetStringResult()
|
D | JavaBridgeBasicsTest.java | 94 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/ |
D | TextLayoutCache.cpp | 559 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/ |
D | android_renderscript_RenderScript.cpp | 977 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/ |
D | android_renderscript_RenderScript.cpp | 704 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/ |
D | EventPlugin.cpp | 132 NPString script = { (char*)beginMem, totalLength }; in printToDiv() local
|
/frameworks/compile/libbcc/tools/bcc/ |
D | Main.cpp | 412 Script *script = PrepareScript(context, OptInputFilenames); in main() local
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.h | 53 RsdCpuScriptImpl *script; member
|
D | rsCpuScript.cpp | 439 void RsdCpuScriptImpl::populateScript(Script *script) { in populateScript()
|
/frameworks/rs/driver/ |
D | rsdBcc.cpp | 39 ScriptC *script, in rsdScriptInit()
|
D | rsdRuntimeStubs.cpp | 1248 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/ |
D | RenderScript.java | 193 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/ |
D | RenderScript.java | 401 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/ |
D | android-commands.py | 642 def _awk(self, script, command): argument
|
/frameworks/compile/mclinker/tools/llvm-mcld/ |
D | llvm-mcld.cpp | 1174 llvm::StringRef script(*it); in ProcessLinkerOptionsFromCommand() local
|
/frameworks/rs/ |
D | rs_hal.h | 143 } script; member
|
/frameworks/base/core/java/android/webkit/ |
D | BrowserFrame.java | 1262 public native String stringByEvaluatingJavaScriptFromString(String script); in stringByEvaluatingJavaScriptFromString()
|