/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | mathtex-script-type.mjs | 3 let scripts = document.body.getElementsByTagName("script"); 5 scripts.forEach(function (script) { argument 6 if (!script.type || !script.type.match(/math\/tex/i)) { 10 const display = script.type.match(/mode\s*=\s*display(;|\s|\n|$)/) != null; 15 katex.render(script.text, katexElement, { 20 katexElement.textContent = script.text; 23 script.parentNode.replaceChild(katexElement, script);
|
D | mathtex-script-type.js | 114 scripts.forEach(function (script) { 115 if (!script.type || !script.type.match(/math\/tex/i)) { 119 var display = script.type.match(/mode\s*=\s*display(;|\s|\n|$)/) != null; 124 katex__WEBPACK_IMPORTED_MODULE_0___default.a.render(script.text, katexElement, { 129 katexElement.textContent = script.text; 132 script.parentNode.replaceChild(katexElement, script);
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsScriptTests.cpp | 30 Script script = context->scriptIntrinsicCreate(ScriptIntrinsicID::ID_BLUR, element); in TEST_P() local 31 EXPECT_NE(Script(0), script); in TEST_P() 33 context->scriptSetTimeZone(script, "UTF-8"); in TEST_P() 47 Script script = context->scriptCCreate("struct_test", "/data/local/tmp/", bitcode); in TEST_P() local 48 ASSERT_NE(Script(0), script); in TEST_P() 51 context->scriptSetVarI(script, mExportVarIdx_var_int, 100); in TEST_P() 53 context->scriptGetVarV(script, mExportVarIdx_var_int, sizeof(int), in TEST_P() 57 context->scriptSetVarJ(script, mExportVarIdx_var_long, 101L); in TEST_P() 59 context->scriptGetVarV(script, mExportVarIdx_var_long, sizeof(long), in TEST_P() 64 context->scriptSetVarF(script, mExportVarIdx_var_float, 102.0f); in TEST_P() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | addscript.jsmarker | 2 <script>var searchindexurl = 'search.index.js?4' + (document.title.replace(/[^0-9.]/g, ''));</scrip… 3 <script src="chunked.js?4"></script>
|
D | custom.patch | 10 +<script>var searchindexurl = 'search.index.js?4' + (document.title.replace(/[^0-9.]/g, ''));</scri… 11 +<script src="chunked.js?4"></script> 20 <div id="content" class="loadable" ><script>hideLoadableContent();</script>
|
D | chunked.js | 7 var script = w.document.createElement( "script" ); 15 script.src = src; 16 script.async = !ordered; 17 ref.parentNode.insertBefore( script, ref ); 20 script.onload = cb; 22 return script;
|
D | README.adoc | 30 Portions of the chunked.js script are taken from 35 The lunr.js script is taken from the 'lunr' npm package, version 2.3.8. It
|
/hardware/google/gfxstream/guest/mesa-gn/src/util/format/ |
D | BUILD.gn | 59 # Executes a python script and writes its output to a file. 65 # script = "opcodes_c.py" 72 # script (required) 81 # Extra .py source files script imports. 86 # Paths to python_libraries script imports. 91 # Arguments to pass to the script. 100 assert(defined(invoker.script), "script is required") 110 main_source = invoker.script 125 script = "gn_script_wrapper.sh" 162 script = "$format/u_format_table.py" [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | README.adoc | 13 * `genvk.py` - Python script to generate Vulkan headers and some other 58 * `htmldiff/htmldiff` - HTML diff script (see below). 64 This is a first cut at a script to compare Vulkan HTML specifications. Usage 65 is simply 'htmldiff file1.html file2.html > diff.html'. The script does not 67 the output in the same directory as one of the inputs. However, the script 79 website. `htmldiff` is the Python driver script. `htmldiff.pl` is the 80 Perl script which generates the diff after preprocessing of the input 81 HTML by `htmldiff`. `htmldiff.orig` is the original Python script from 83 script.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/ |
D | README.adoc | 7 script. The test specification files are: 20 The `testBuild` script builds the test specficiation (`testspec.adoc`) in an 31 extensions implemented in this repository. The `testBuild` script first builds 34 If a build itself regresses (and fails), the script will stop so the issue can
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/ |
D | README.adoc | 7 script. These files are used by the tests in `test_reflow.py`, which is run as 15 the reflow script has been modified to function differently, the test results
|
/hardware/qcom/display/msm8998/ |
D | configure.ac | 2 # configure.ac -- Autoconf script for sdm 5 # Process this file with autoconf to produce a configure script
|
/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/sm7250/display/ |
D | configure.ac | 2 # configure.ac -- Autoconf script for sdm 5 # 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/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/sm8150/display/ |
D | configure.ac | 2 # configure.ac -- Autoconf script for sdm 5 # 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/sm8150/gps/batching/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps location-batching 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/sm7250/gps/batching/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps location-batching 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/sm8150p/gps/batching/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps location-batching 3 # Process this file with autoconf to produce a configure script
|
/hardware/qcom/sm7150/gps/batching/ |
D | configure.ac | 1 # configure.ac -- Autoconf script for gps location-batching 3 # Process this file with autoconf to produce a configure script
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/CI/ |
D | codespell-allowed | 13 # Markup/script/style guide words
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | BUILD.adoc | 43 The script leaves you inside a bash shell in the running image. 70 You can modify the `runDocker` script to change the `docker` command-line 72 that script, so you have the latest version of the spec toolchain. 82 The `makeSpec` python script, which is discussed in more detail 117 the underlying script is given additional options. 191 The `makeSpec` wrapper script can clean generated files and then build one 230 The `makeSpec` script already does this. 252 `$(DIFFEXTENSIONS)` can be set when using the `makeSpec` script described 292 The `allchecks` Makefile target runs a Python script that looks for markup 295 This script is necessarily heuristic, since it is dealing with lots of [all …]
|