Home
last modified time | relevance | path

Searched refs:scripts (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/tools/fonts/
Dfontchain_linter.py203 scripts = set()
209 scripts.add(lang_to_script(lang_code))
212 for script in scripts:
220 def __init__(self, name, psName, scripts, variant, weight, style, fallback_for, font): argument
223 self.scripts = scripts
273 scripts = {lang_to_script(lang) for lang in langs}
275 scripts = set()
310 frozenset(scripts),
331 map_scripts = scripts
342 return [ record.font for record in _all_fonts if 'Zsye' in record.scripts ]
[all …]
/frameworks/base/tools/hoststubgen/
DREADME.md37 - `scripts`
57 - Run all relevant tests and test scripts. All of it is expected to pass, and it'll print
65 $ ./scripts/run-all-tests.sh
/frameworks/native/libs/binder/trusty/
DREADME.md15 $ ./trusty/vendor/google/aosp/scripts/build.py generic-arm64-test-debug
24 $ ./trusty/vendor/google/aosp/scripts/build.py \
/frameworks/av/tools/
DOWNERS4 # reliability builds mainline trains, so needs to manage these scripts
/frameworks/libs/modules-utils/
DPREUPLOAD.cfg11 do_not_use_DO_NOT_MERGE = ${REPO_ROOT}/build/soong/scripts/check_do_not_merge.sh ${PREUPLOAD_COMMIT}
/frameworks/av/media/libaaudio/scripts/
Dconvert_typedefs_int32.sh16 …find $path -type f -name $pattern -exec sed -i -f ${LIBAAUDIO_DIR}/scripts/typedefs_to_int32.sed …
Dconvert_oboe_aaudio.sh17 … find $path -type f -name $pattern -exec sed -i -f ${LIBOBOE_DIR}/scripts/oboe_to_aaudio.sed {} \;
/frameworks/native/vulkan/vkprofiles/
DREADME.md9 Run Vulkan-Profiles/scripts/gen_profiles_solutions.py in debug mode.
13 ~/Vulkan-Profiles$ python3 scripts/gen_profiles_solution.py --debug --registry ~/<PATH_TO_YOUR_AND…
/frameworks/base/apct-tests/perftests/surfaceflinger/
DREADME.md4 To reduce the variance of the test, if `perf-setup.sh` (platform_testing/scripts/perf-setup)
/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt3 The folder frameworks/rs/java/tests/Refocus/dataExtraction contains all the shell scripts and sampl…
14 2. make and install the Refocus test app. Open up logcat and launch the app. Two scripts are called…
/frameworks/base/apct-tests/perftests/windowmanager/
DREADME.md4 To reduce the variance of the test, if `perf-setup.sh` (platform_testing/scripts/perf-setup)
/frameworks/base/apct-tests/perftests/inputmethod/
DREADME.md6 To reduce the variance of the test, if `perf-setup` (platform_testing/scripts/perf-setup)
/frameworks/native/vulkan/
DREADME.md22 `$ ./scripts/code_generator.py`
/frameworks/proto_logging/stats/atoms/aiwallpapers/
Daiwallpapers_extension_atoms.proto122 platform/vendor/unbundled_google/packages/WallpaperEffect/AiWallpapers/scripts/chips.txt
141 platform/vendor/unbundled_google/packages/WallpaperEffect/AiWallpapers/scripts/chips.txt
/frameworks/opt/setupwizard/library/
Drules.gradle3 * included in scripts like build.gradle or standalone.gradle using 'apply from'.
/frameworks/rs/script_api/include/
Drs_object_types.rsh23 * elements, and scripts. Most of these object are created using the Java RenderScript APIs.
116 RS_ALLOCATION_USAGE_SCRIPT = 0x0001, // Allocation is bound to and accessed by scripts.
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardLayoutManager.java1097 int[] scripts = getScriptCodes(locale); in isLayoutCompatibleWithLanguageTag() local
1098 if (haveCommonValue(scripts, scriptsFromLanguageTag)) { in isLayoutCompatibleWithLanguageTag()
1122 int[] scripts = UScript.getCode(locale); in getScriptCodes() local
1123 if (scripts != null) { in getScriptCodes()
1124 return scripts; in getScriptCodes()
/frameworks/libs/binary_translation/kernel_api/tools/
DREADME.md82 that file changes. The command-line arguments for both scripts are `<src-arch> <dst-arch>
/frameworks/rs/script_api/
Drs_object_types.spec21 elements, and scripts. Most of these object are created using the Java RenderScript APIs.
/frameworks/base/ravenwood/
DAndroid.bp268 src: "scripts/ravenwood-stats-checker.sh",
Dtest-authors.md14 ./frameworks/base/ravenwood/scripts/run-ravenwood-tests.sh
/frameworks/compile/slang/
DREADME.rst133 variables to Android's Java side. That is, scripts are accessible from
304 cannot be accessed by other scripts and are in effect always 'static'
/frameworks/base/api/
DStubLibraries.bp843 // Add to private_api_stubs dist target for easier packaging by scripts. This module is
866 // Add to private_api_stubs dist target for easier packaging by scripts.
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt139 interface definition files, plus the scripts used to control compilation
/frameworks/native/docs/
DDoxyfile937 # for the proper inclusion of any scripts and style sheets that doxygen
1555 # the necessary Makefile rules, Perl scripts and LaTeX code to be able

12