Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 27) sorted by relevance

12

/packages/services/Car/tests/BugReportApp/
DREADME.md53 ### Manually testing the app using the test script
55 BugReportApp comes with `utils/bugreport_app_tester.py` script that automates
61 3. Run the script: `$ python bugreport_app_tester.py`
62 * The script works on python 2.7 and above.
65 * Warning: the script will delete all the bug reports on the device.
70 5. Please manually verify the script's results.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DScriptUtils.java188 Integer script = mLanguageCodeToScriptCode.get(language); in getScriptFromSpellCheckerLocale() local
189 if (script == null) { in getScriptFromSpellCheckerLocale()
191 script = mLanguageCodeToScriptCode.get(""); in getScriptFromSpellCheckerLocale()
193 return script; in getScriptFromSpellCheckerLocale()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLocaleSet.java74 final String script = locale.getScript(); in getLikelyScript() local
75 if (!script.isEmpty()) { in getLikelyScript()
76 return script; in getLikelyScript()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerService.java112 final int script = ScriptUtils.getScriptFromSpellCheckerLocale(locale); in getKeyboardLayoutNameForLocale() local
113 switch (script) { in getKeyboardLayoutNameForLocale()
123 throw new RuntimeException("Wrong script supplied: " + script); in getKeyboardLayoutNameForLocale()
DAndroidWordLevelSpellCheckerSession.java146 private static int getCheckabilityInScript(final String text, final int script) { in getCheckabilityInScript() argument
154 if (!ScriptUtils.isLetterPartOfScript(firstCodePoint, script) in getCheckabilityInScript()
175 if (ScriptUtils.isLetterPartOfScript(codePoint, script)) ++letterCount; in getCheckabilityInScript()
/packages/inputmethods/LatinIME/
Dgradlew.bat4 @rem Gradle startup script for Windows
11 …lt JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/packages/apps/Camera2/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/packages/apps/Calendar/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/packages/services/Telephony/ecc/
DREADME.md8 - A script to launch the newest conversion toolset to convert
/packages/apps/Car/libs/specs/
Dkeylines.csv5 # value in the cell. While it is easy to modify the script to handle a skipped comma, it is better
/packages/services/Car/car_product/build/
Dcar.mk63 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in664 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
1486 # should contain the MathJax.js script. For instance, if the mathjax directory
1536 # setting. When disabled, doxygen will generate a PHP script for searching and
1537 # an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
1546 # script for searching. Instead the search results are written to an XML file
2068 # The PERL_PATH should be the absolute path and name of the perl script
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile508 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
1360 # The PERL_PATH should be the absolute path and name of the perl script
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile508 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
1360 # The PERL_PATH should be the absolute path and name of the perl script
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_wordlist.combined.gz
Dit_wordlist.combined.gz
Dnl_wordlist.combined.gz
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dpt_PT_wordlist.combined.gz
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...

12