/aosp_15_r20/external/pcre/testdata/ |
H A D | testinput26 | 3 # Unicode Script Extension tests. 5 # Base script check 9 /^\p{Script=Latn}/utf 12 # Script extension check 19 # Script extension only character 26 # Character not in script 30 # Base script check 34 /^\p{Script=Grek}/utf 37 # Script extension check 44 # Script extension only character [all …]
|
H A D | testoutput26 | 3 # Unicode Script Extension tests. 5 # Base script check 10 /^\p{Script=Latn}/utf 14 # Script extension check 23 # Script extension only character 32 # Character not in script 37 # Base script check 42 /^\p{Script=Grek}/utf 46 # Script extension check 55 # Script extension only character [all …]
|
/aosp_15_r20/external/antlr/runtime/JavaScript/tests/functional/ |
H A D | t058rewriteAST.html | 8 <script type="text/javascript" src="../../lib/antlr3-all.js"></script> 10 <script type="text/javascript" src="t058rewriteAST1Lexer.js"></script> 11 <script type="text/javascript" src="t058rewriteAST1Parser.js"></script> 12 <script type="text/javascript" src="t058rewriteAST2Lexer.js"></script> 13 <script type="text/javascript" src="t058rewriteAST2Parser.js"></script> 14 <script type="text/javascript" src="t058rewriteAST3Lexer.js"></script> 15 <script type="text/javascript" src="t058rewriteAST3Parser.js"></script> 16 <script type="text/javascript" src="t058rewriteAST4Lexer.js"></script> 17 <script type="text/javascript" src="t058rewriteAST4Parser.js"></script> 18 <script type="text/javascript" src="t058rewriteAST5Lexer.js"></script> [all …]
|
H A D | t057autoAST.html | 8 <script type="text/javascript" src="../../lib/antlr3-all.js"></script> 10 <script type="text/javascript" src="t057autoAST1Lexer.js"></script> 11 <script type="text/javascript" src="t057autoAST1Parser.js"></script> 12 <script type="text/javascript" src="t057autoAST2Lexer.js"></script> 13 <script type="text/javascript" src="t057autoAST2Parser.js"></script> 14 <script type="text/javascript" src="t057autoAST3Lexer.js"></script> 15 <script type="text/javascript" src="t057autoAST3Parser.js"></script> 16 <script type="text/javascript" src="t057autoAST4Lexer.js"></script> 17 <script type="text/javascript" src="t057autoAST4Parser.js"></script> 18 <script type="text/javascript" src="t057autoAST5Lexer.js"></script> [all …]
|
H A D | t051treeRewriteAST.html | 8 <script type="text/javascript" src="../../lib/antlr3-all.js"></script> 9 <script type="text/javascript" src="t051treeRewriteASTaLexer.js"></script> 10 <script type="text/javascript" src="t051treeRewriteASTaParser.js"></script> 11 <script type="text/javascript" src="t051treeRewriteASTaWalker.js"></script> 12 <script type="text/javascript" src="t051treeRewriteASTbLexer.js"></script> 13 <script type="text/javascript" src="t051treeRewriteASTbParser.js"></script> 14 <script type="text/javascript" src="t051treeRewriteASTbWalker.js"></script> 15 <script type="text/javascript" src="t051treeRewriteASTcLexer.js"></script> 16 <script type="text/javascript" src="t051treeRewriteASTcParser.js"></script> 17 <script type="text/javascript" src="t051treeRewriteASTcWalker.js"></script> [all …]
|
/aosp_15_r20/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/ |
H A D | TimeDetectorStrategyImplTest.java | 241 Script script = new Script().simulateConfigurationInternalChange(CONFIG_AUTO_ENABLED) in testSuggestTelephonyTime_autoTimeEnabled() local 248 script.generateTelephonyTimeSuggestion(slotIndex, testTime); in testSuggestTelephonyTime_autoTimeEnabled() 249 script.simulateTimePassing() in testSuggestTelephonyTime_autoTimeEnabled() 253 script.calculateTimeInMillisForNow(timeSuggestion.getUnixEpochTime()); in testSuggestTelephonyTime_autoTimeEnabled() 254 script.verifySystemClockConfidence(TIME_CONFIDENCE_HIGH) in testSuggestTelephonyTime_autoTimeEnabled() 261 Script script = new Script().simulateConfigurationInternalChange(CONFIG_AUTO_ENABLED) in testSuggestTelephonyTime_emptySuggestionIgnored() local 266 script.generateTelephonyTimeSuggestion(slotIndex, null); in testSuggestTelephonyTime_emptySuggestionIgnored() 267 script.simulateTelephonyTimeSuggestion(timeSuggestion) in testSuggestTelephonyTime_emptySuggestionIgnored() 281 Script script = new Script().simulateConfigurationInternalChange(configInternal); in testSuggestTelephonyTime_systemClockThreshold() local 288 script.generateTelephonyTimeSuggestion(slotIndex, ARBITRARY_TEST_TIME); in testSuggestTelephonyTime_systemClockThreshold() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/internal/language/ |
D | tables.go | 817 // script is an alphabetically sorted list of ISO 15924 codes. The index 818 // of the script in the string, divided by 4, is the internal scriptID. 819 const script tag.Index = "" + // Size: 1052 bytes const 836 // suppressScript is an index from langID to the dominant script for that language, 837 // if it exists. If a script is given, it should be suppressed from the language tag. 1422 // languages and regions given a script. 1572 script uint16 member 1578 // given language, region and script are the index and size respectively 1582 0: {region: 0x136, script: 0x5b, flags: 0x0}, 1583 1: {region: 0x70, script: 0x5b, flags: 0x0}, [all …]
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | KernelInputTest.java | 60 void checkForErrorsInScript(ScriptC_kernel_input script) { in checkForErrorsInScript() argument 62 script.invoke_checkError(); in checkForErrorsInScript() 68 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); in testInputNotModified_char() local 72 script.set_initial_value_char((byte) 6); in testInputNotModified_char() 74 script.forEach_clear_input_char(ain, tmp); in testInputNotModified_char() 75 script.invoke_verify_input_char(ain); in testInputNotModified_char() 77 checkForErrorsInScript(script); in testInputNotModified_char() 81 script.destroy(); in testInputNotModified_char() 85 ScriptC_kernel_input script = new ScriptC_kernel_input(mRS); in testInputNotModified_char2() local 89 script.set_initial_value_char2(new Byte2((byte) 127, (byte) 3)); in testInputNotModified_char2() [all …]
|
/aosp_15_r20/external/kotlinc/lib/ |
HD | kotlin-scripting-common.jar | ... -scripting-common.kotlin_module
kotlin/
kotlin/script/
kotlin/script/experimental/
kotlin/script |
HD | kotlin-script-runtime.jar | ... /MANIFEST.MF
META-INF/kotlin-script-runtime.kotlin_module
kotlin/
kotlin/script/ ... |
HD | kotlin-scripting-jvm.jar | ... -scripting-jvm.kotlin_module
kotlin/
kotlin/script/
kotlin/script/experimental/
kotlin/script ... |
/aosp_15_r20/external/fonttools/Tests/ |
H A D | unicodedata_test.py | 7 assert unicodedata.script("a") == "Latn" 8 assert unicodedata.script(chr(0)) == "Zyyy" 9 assert unicodedata.script(chr(0x0378)) == "Zzzz" 10 assert unicodedata.script(chr(0x10FFFF)) == "Zzzz" 12 # these were randomly sampled, one character per script 13 assert unicodedata.script(chr(0x1E918)) == "Adlm" 14 assert unicodedata.script(chr(0x1170D)) == "Ahom" 15 assert unicodedata.script(chr(0x145A0)) == "Hluw" 16 assert unicodedata.script(chr(0x0607)) == "Arab" 17 assert unicodedata.script(chr(0x056C)) == "Armn" [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/lang/ |
H A D | UScript.java | 19 * Constants for ISO 15924 script codes, and related functions. 21 * <p>The current set of script code constants supports at least all scripts 24 * Unicode script property value aliases. 25 * See UAX #24 Unicode Script Property (http://www.unicode.org/reports/tr24/) 28 * <p>In addition, constants for many ISO 15924 script codes 31 * For example, there are no characters that have a UCD script property value of 32 * Hans or Hant. All Han ideographs have the Hani script property value in Unicode. 36 * <p>Starting with ICU 55, script codes are only added when their scripts 38 * and have been assigned Unicode script property value aliases, 39 * to ensure that their script names are stable and match the names of the constants. [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/lang/ |
H A D | UScript.java | 19 * Constants for ISO 15924 script codes, and related functions. 21 * <p>The current set of script code constants supports at least all scripts 24 * Unicode script property value aliases. 25 * See UAX #24 Unicode Script Property (http://www.unicode.org/reports/tr24/) 28 * <p>In addition, constants for many ISO 15924 script codes 31 * For example, there are no characters that have a UCD script property value of 32 * Hans or Hant. All Han ideographs have the Hani script property value in Unicode. 36 * <p>Starting with ICU 55, script codes are only added when their scripts 38 * and have been assigned Unicode script property value aliases, 39 * to ensure that their script names are stable and match the names of the constants. [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/lang/ |
H A D | UScript.java | 19 * Constants for ISO 15924 script codes, and related functions. 21 * <p>The current set of script code constants supports at least all scripts 24 * Unicode script property value aliases. 25 * See UAX #24 Unicode Script Property (http://www.unicode.org/reports/tr24/) 28 * <p>In addition, constants for many ISO 15924 script codes 31 * For example, there are no characters that have a UCD script property value of 32 * Hans or Hant. All Han ideographs have the Hani script property value in Unicode. 36 * <p>Starting with ICU 55, script codes are only added when their scripts 38 * and have been assigned Unicode script property value aliases, 39 * to ensure that their script names are stable and match the names of the constants. [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/lang/ |
H A D | UScript.java | 19 * Constants for ISO 15924 script codes, and related functions. 21 * <p>The current set of script code constants supports at least all scripts 24 * Unicode script property value aliases. 25 * See UAX #24 Unicode Script Property (http://www.unicode.org/reports/tr24/) 28 * <p>In addition, constants for many ISO 15924 script codes 31 * For example, there are no characters that have a UCD script property value of 32 * Hans or Hant. All Han ideographs have the Hani script property value in Unicode. 36 * <p>Starting with ICU 55, script codes are only added when their scripts 38 * and have been assigned Unicode script property value aliases, 39 * to ensure that their script names are stable and match the names of the constants. [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/lang/ |
H A D | UScript.java | 19 * Constants for ISO 15924 script codes, and related functions. 21 * <p>The current set of script code constants supports at least all scripts 24 * Unicode script property value aliases. 25 * See UAX #24 Unicode Script Property (http://www.unicode.org/reports/tr24/) 28 * <p>In addition, constants for many ISO 15924 script codes 31 * For example, there are no characters that have a UCD script property value of 32 * Hans or Hant. All Han ideographs have the Hani script property value in Unicode. 36 * <p>Starting with ICU 55, script codes are only added when their scripts 38 * and have been assigned Unicode script property value aliases, 39 * to ensure that their script names are stable and match the names of the constants. [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/lang/ |
H A D | UScript.java | 19 * Constants for ISO 15924 script codes, and related functions. 21 * <p>The current set of script code constants supports at least all scripts 24 * Unicode script property value aliases. 25 * See UAX #24 Unicode Script Property (http://www.unicode.org/reports/tr24/) 28 * <p>In addition, constants for many ISO 15924 script codes 31 * For example, there are no characters that have a UCD script property value of 32 * Hans or Hant. All Han ideographs have the Hani script property value in Unicode. 36 * <p>Starting with ICU 55, script codes are only added when their scripts 38 * and have been assigned Unicode script property value aliases, 39 * to ensure that their script names are stable and match the names of the constants. [all …]
|
/aosp_15_r20/external/cldr/common/main/ |
H A D | en_Dsrt.xml | 12 <script type="Dsrt"/> 93 <script type="Arab"></script> 94 <script type="Armi"> </script> 95 <script type="Armn"></script> 96 <script type="Avst"></script> 97 <script type="Bali"></script> 98 <script type="Batk"></script> 99 <script type="Beng"></script> 100 <script type="Blis"></script> 101 <script type="Bopo"></script> [all …]
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/ |
HD | kotlin-script-runtime-1.2.50.jar | ... /MANIFEST.MF
META-INF/kotlin-script-runtime.kotlin_module
kotlin/
kotlin/script/ |
/aosp_15_r20/external/deqp-deps/amber/src/vkscript/ |
D | command_parser_test.cc | 35 Script script; in TEST_F() local 36 CommandParser cp(&script, &pipeline, 1, data); in TEST_F() 73 Script script; in TEST_F() local 74 CommandParser cp(&script, &pipeline, 1, data); in TEST_F() 95 Script script; in TEST_F() local 96 CommandParser cp(&script, &pipeline, 1, data); in TEST_F() 117 Script script; in TEST_F() local 118 CommandParser cp(&script, &pipeline, 1, data); in TEST_F() 139 Script script; in TEST_F() local 140 CommandParser cp(&script, &pipeline, 1, data); in TEST_F() [all …]
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.20/ |
HD | kotlin-script-runtime-1.2.20.jar | ... -INF/MANIFEST.MF
kotlin/
kotlin/script/
kotlin/script/templates/
kotlin/script ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.0/ |
HD | kotlin-script-runtime-1.2.0.jar | ... /MANIFEST.MF
META-INF/kotlin-script-runtime.kotlin_module
kotlin/
kotlin/script/ ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.41/ |
HD | kotlin-script-runtime-1.2.41.jar | ... -INF/MANIFEST.MF
kotlin/
kotlin/script/
kotlin/script/extensions/
kotlin/script ... |
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
H A D | UScript.java | 20 * Constants for ISO 15924 script codes, and related functions. 22 * <p>The current set of script code constants supports at least all scripts 25 * Unicode script property value aliases. 26 * See UAX #24 Unicode Script Property (http://www.unicode.org/reports/tr24/) 29 * <p>In addition, constants for many ISO 15924 script codes 32 * For example, there are no characters that have a UCD script property value of 33 * Hans or Hant. All Han ideographs have the Hani script property value in Unicode. 37 * <p>Starting with ICU 55, script codes are only added when their scripts 39 * and have been assigned Unicode script property value aliases, 40 * to ensure that their script names are stable and match the names of the constants. [all …]
|