/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsScriptTests.cpp | 30 Script script = context->scriptIntrinsicCreate(ScriptIntrinsicID::ID_BLUR, element); in TEST_F() local 31 EXPECT_NE(Script(0), script); in TEST_F() 33 context->scriptSetTimeZone(script, "UTF-8"); in TEST_F() 47 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_F() local 48 ASSERT_NE(Script(0), script); in TEST_F() 51 context->scriptSetVarI(script, mExportVarIdx_var_int, 100); in TEST_F() 53 context->scriptGetVarV(script, mExportVarIdx_var_int, sizeof(int), in TEST_F() 57 context->scriptSetVarJ(script, mExportVarIdx_var_long, 101l); in TEST_F() 59 context->scriptGetVarV(script, mExportVarIdx_var_long, sizeof(long), in TEST_F() 64 context->scriptSetVarF(script, mExportVarIdx_var_float, 102.0f); in TEST_F() [all …]
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps gps-utils 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps loc-pla 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps loc-pla 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps loc-stub 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps loc-stub 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/gps/msm8909w_3100/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps loc_hal 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/gps/msm8996/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps loc_api 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/gps/msm8998/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps loc_hal 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/gps/msm8994/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps loc_api 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/gps/msm8909/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps loc_api 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/gps/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps loc_api 3 # Process this file with autoconf to produce a configure script
|
/hardware/intel/common/libmix/mix_common/ |
D | INSTALL | 18 The `configure' shell script attempts to guess correct values for 22 definitions. Finally, it creates a shell script `config.status' that 77 the `configure' script does not know about. Run `./configure --help' 95 the `configure' script. `configure' automatically checks for the 211 you can create a site shell script called `config.site' that gives 215 `CONFIG_SITE' environment variable to the location of the site script. 216 A warning: not all `configure' scripts look for a site script. 221 Variables not defined in a site shell script can be set in the 230 overridden in the site shell script). 257 script, and exit.
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 90 Return<ScriptKernelID> scriptKernelIDCreate(Script script, int32_t slot, int32_t sig) override; 91 Return<ScriptInvokeID> scriptInvokeIDCreate(Script script, int32_t slot) override; 92 Return<ScriptFieldID> scriptFieldIDCreate(Script script, int32_t slot) override; 100 Return<void> scriptBindAllocation(Script script, Allocation allocation, uint32_t slot) override; 101 Return<void> scriptSetTimeZone(Script script, const hidl_string& timeZone) override;
|
D | Context.cpp | 537 Return<ScriptKernelID> Context::scriptKernelIDCreate(Script script, int32_t slot, int32_t sig) { in scriptKernelIDCreate() argument 538 RsScript _script = hidl_to_rs<RsScript>(script); in scriptKernelIDCreate() 545 Return<ScriptInvokeID> Context::scriptInvokeIDCreate(Script script, int32_t slot) { in scriptInvokeIDCreate() argument 546 RsScript _script = hidl_to_rs<RsScript>(script); in scriptInvokeIDCreate() 552 Return<ScriptFieldID> Context::scriptFieldIDCreate(Script script, int32_t slot) { in scriptFieldIDCreate() argument 553 RsScript _script = hidl_to_rs<RsScript>(script); in scriptFieldIDCreate() 616 Return<void> Context::scriptBindAllocation(Script script, Allocation allocation, uint32_t slot) { in scriptBindAllocation() argument 617 RsScript _script = hidl_to_rs<RsScript>(script); in scriptBindAllocation() 624 Return<void> Context::scriptSetTimeZone(Script script, const hidl_string& timeZone) { in scriptSetTimeZone() argument 625 RsScript _script = hidl_to_rs<RsScript>(script); in scriptSetTimeZone()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 730 * allocation or RS script executions) to complete. 818 * @param params Collection of Invoke script parameters 859 * @param script Script 865 scriptKernelIDCreate(Script script, int32_t slot, 872 * @param script Script 877 scriptInvokeIDCreate(Script script, int32_t slot) 885 * @param script Script 890 scriptFieldIDCreate(Script script, int32_t slot) 990 * @param script Script to be bound to 995 scriptBindAllocation(Script script, Allocation allocation, uint32_t slot); [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ |
D | configure.ac | 2 # Process this file with autoconf to produce a configure script.
|
/hardware/qcom/msm8998/json-c/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script.
|
D | RELEASE_CHECKLIST.txt | 32 Generate the configure script and other files:
|
D | ChangeLog | 200 by a configure script
|
D | Doxyfile | 1008 # The PERL_PATH should be the absolute path and name of the perl script
|
/hardware/qcom/media/msm8998/ |
D | configure.ac | 2 # Process this file with autoconf to produce a configure script.
|
/hardware/google/av/codec2/docs/ |
D | doxygen.config | 676 # The FILE_VERSION_FILTER tag can be used to specify a program or script that 1500 # should contain the MathJax.js script. For instance, if the mathjax directory 1550 # setting. When disabled, doxygen will generate a PHP script for searching and 1551 # an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing 1560 # script for searching. Instead the search results are written to an XML file 2128 # The PERL_PATH should be the absolute path and name of the perl script
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 522 # The FILE_VERSION_FILTER tag can be used to specify a program or script that 1099 # directory should contain the MathJax.js script. For instance, if the mathjax 1119 # using Javascript. Doxygen will generate the search PHP script and index 1470 # The PERL_PATH should be the absolute path and name of the perl script
|