| /third_party/node/test/parallel/ |
| D | test-vm-new-script-new-context.js | 30 const script = new Script('\'passed\';'); constant 38 const script = new Script('throw new Error(\'test\');'); constant 45 const script = new Script('foo.bar = 5;'); constant 53 const script = new Script('hello = 2'); constant 67 const script = new Script(global.code); constant 82 const script = new Script('f()'); constant 92 const script = new Script('f.a = 2'); constant 103 const script = new Script(''); constant
|
| D | test-vm-new-script-this-context.js | 28 let script = new Script('\'passed\';'); variable 33 script = new Script('throw new Error(\'test\');'); variable 39 script = new Script('hello = 2'); variable 50 script = new Script(global.code); variable 58 script = new Script('f()'); variable
|
| /third_party/node/deps/icu-small/source/common/ |
| D | uscript_props.cpp | 243 int32_t getScriptProps(UScriptCode script) { in getScriptProps() 254 uscript_getSampleString(UScriptCode script, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) { in uscript_getSampleString() 275 uscript_getSampleUnicodeString(UScriptCode script) { in uscript_getSampleUnicodeString() 285 uscript_getUsage(UScriptCode script) { in uscript_getUsage() 290 uscript_isRightToLeft(UScriptCode script) { in uscript_isRightToLeft() 295 uscript_breaksBetweenLetters(UScriptCode script) { in uscript_breaksBetweenLetters() 300 uscript_isCased(UScriptCode script) { in uscript_isCased()
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | uscript_props.cpp | 235 int32_t getScriptProps(UScriptCode script) { in getScriptProps() 246 uscript_getSampleString(UScriptCode script, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) { in uscript_getSampleString() 267 uscript_getSampleUnicodeString(UScriptCode script) { in uscript_getSampleUnicodeString() 277 uscript_getUsage(UScriptCode script) { in uscript_getUsage() 282 uscript_isRightToLeft(UScriptCode script) { in uscript_isRightToLeft() 287 uscript_breaksBetweenLetters(UScriptCode script) { in uscript_breaksBetweenLetters() 292 uscript_isCased(UScriptCode script) { in uscript_isCased()
|
| D | loclikely.cpp | 159 const char* script, in createTagStringWithAlternates() 412 const char* script, in createTagString() 470 char* script, in parseTagString() 585 const char* script, in createLikelySubtagsString() 861 char script[ULOC_SCRIPT_CAPACITY]; in _uloc_addLikelySubtags() local 968 char script[ULOC_SCRIPT_CAPACITY]; in _uloc_minimizeSubtags() local 1291 char script[8]; in uloc_isRightToLeft() local
|
| /third_party/icu/icu4c/source/common/ |
| D | uscript_props.cpp | 243 int32_t getScriptProps(UScriptCode script) { in getScriptProps() 254 uscript_getSampleString(UScriptCode script, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) { in uscript_getSampleString() 275 uscript_getSampleUnicodeString(UScriptCode script) { in uscript_getSampleUnicodeString() 285 uscript_getUsage(UScriptCode script) { in uscript_getUsage() 290 uscript_isRightToLeft(UScriptCode script) { in uscript_isRightToLeft() 295 uscript_breaksBetweenLetters(UScriptCode script) { in uscript_breaksBetweenLetters() 300 uscript_isCased(UScriptCode script) { in uscript_isCased()
|
| /third_party/node/deps/node-inspect/test/cli/ |
| D | launch.test.js | 10 const script = Path.join('examples', 'three-lines.js'); constant 30 const script = Path.join('examples', 'three-lines.js'); constant 50 const script = Path.join('examples', 'three-lines.js'); constant 70 const script = Path.join('examples', 'three-lines.js'); constant 101 const script = Path.join('examples', 'three-lines.js'); constant 179 const script = Path.join('examples', 'break.js'); constant
|
| D | break.test.js | 9 const script = Path.join('examples', 'break.js'); constant 126 const script = Path.join('examples', 'cjs', 'index.js'); constant 156 const script = Path.join('examples', 'break.js'); constant
|
| /third_party/node/benchmark/misc/ |
| D | startup.js | 10 script: ['benchmark/fixtures/require-cachable', 'test/fixtures/semicolon'], property 16 function spawnProcess(script) { argument 22 function spawnWorker(script) { argument 26 function start(state, script, bench, getNode) { argument 57 function main({ dur, script, mode }) { property
|
| /third_party/libunwind/src/ia64/ |
| D | Gscript.c | 66 cache_match (struct ia64_script *script, unw_word_t ip, unw_word_t pr) in cache_match() 130 struct ia64_script *script = cache->buckets + c->hint; in script_lookup() local 161 script_init (struct ia64_script *script, unw_word_t ip) in script_init() 172 struct ia64_script *script, *prev, *tmp; in script_new() local 219 script_finalize (struct ia64_script *script, struct cursor *c, in script_finalize() 228 script_emit (struct ia64_script *script, struct ia64_script_insn insn) in script_emit() 241 struct ia64_script *script) in compile_reg() 414 build_script (struct cursor *c, struct ia64_script *script) in build_script() 493 run_script (struct ia64_script *script, struct cursor *c) in run_script() 598 struct ia64_script script; in uncached_find_save_locs() local [all …]
|
| /third_party/icu/icu4c/source/samples/layout/ |
| D | ScriptCompositeFontInstance.cpp | 45 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphAdvance() local 59 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphPoint() local 69 …etSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode … in getSubFont() 97 le_int32 script = uscript_getScript(ch, &error); in mapCharToGlyph() local
|
| /third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
| D | ScriptCompositeFontInstance.cpp | 45 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphAdvance() local 59 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphPoint() local 69 …etSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode … in getSubFont() 97 le_int32 script = uscript_getScript(ch, &error); in mapCharToGlyph() local
|
| /third_party/flutter/skia/third_party/externals/angle2/scripts/ |
| D | run_code_generation.py | 25 def get_child_script_dirname(script): argument 48 def grab_from_script(script, param): argument 58 def auto_script(script): argument 156 def update_output_hashes(script, outputs, new_hashes): argument
|
| /third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
| D | MappingFileProvider.java | 156 String getFileName(int countryCallingCode, String language, String script, String region) { in getFileName() 177 Set<String> setOfLangs, String language, String script, String region) { in findBestMatchingLanguageCode() 214 private boolean onlyOneOfScriptOrRegionIsEmpty(String script, String region) { in onlyOneOfScriptOrRegionIsEmpty() 219 private StringBuilder constructFullLocale(String language, String script, String region) { in constructFullLocale()
|
| /third_party/node/deps/npm/lib/ |
| D | run-script.js | 87 allScripts.forEach(function (script) { argument 102 allScripts.forEach(function (script) { argument 113 scripts.forEach(function (script) { argument 121 runScripts.forEach(function (script) { argument
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-tag.cc | 35 hb_ot_old_tag_from_script (hb_script_t script) in hb_ot_old_tag_from_script() 79 hb_ot_new_tag_from_script (hb_script_t script) in hb_ot_new_tag_from_script() 118 hb_ot_tags_from_script (hb_script_t script, in hb_ot_tags_from_script() 139 hb_ot_all_tags_from_script (hb_script_t script, in hb_ot_all_tags_from_script() 349 hb_ot_tags_from_script_and_language (hb_script_t script, in hb_ot_tags_from_script_and_language() 476 hb_script_t *script /* OUT */, in hb_ot_tags_to_script_and_language()
|
| /third_party/harfbuzz/src/ |
| D | hb-ot-tag.cc | 37 hb_ot_old_tag_from_script (hb_script_t script) in hb_ot_old_tag_from_script() 81 hb_ot_new_tag_from_script (hb_script_t script) in hb_ot_new_tag_from_script() 120 hb_ot_tags_from_script (hb_script_t script, in hb_ot_tags_from_script() 141 hb_ot_all_tags_from_script (hb_script_t script, in hb_ot_all_tags_from_script() 377 hb_ot_tags_from_script_and_language (hb_script_t script, in hb_ot_tags_from_script_and_language() 504 hb_script_t *script /* OUT */, in hb_ot_tags_to_script_and_language()
|
| D | hb-ot-shape-complex-arabic-joining-list.hh | 19 has_arabic_joining (hb_script_t script) in has_arabic_joining()
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/ |
| D | FontLanguages.java | 628 String script = entry[i].toLowerCase(); in FontLanguages() local 672 ScriptTag script = scriptList.scriptAt(i); in get() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| D | CollationData.java | 197 long getFirstPrimaryForGroup(int script) { in getFirstPrimaryForGroup() 208 public long getLastPrimaryForGroup(int script) { in getLastPrimaryForGroup() 241 private int getScriptIndex(int script) { in getScriptIndex() 258 public int[] getEquivalentScripts(int script) { in getEquivalentScripts() 366 int script = reorder[i++]; in makeReorderRanges() local 475 private static String scriptCodeString(int script) { in scriptCodeString()
|
| /third_party/node/deps/npm/node_modules/normalize-package-data/lib/ |
| D | typos.json | 21 ,"script": "scripts" string 24 "script": { "server": "start", "tests": "test" } object
|
| /third_party/jerryscript/tests/jerry/ |
| D | regression-test-issue-3821.js | 15 function check_syntax_error (script) argument
|
| D | regression-test-issues-43-183.js | 15 function check_syntax_error (script) argument
|
| /third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
| D | mapping_file_provider.cc | 62 void ConstructFullLocale(const string& language, const string& script, const in ConstructFullLocale() 95 const string& script, in GetFileName() 128 const string& script, const string& region, string* best_match) const { in FindBestMatchingLanguageCode() argument
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
| D | test-ot-tag.c | 37 test_simple_tags (const char *s, hb_script_t script) in test_simple_tags() 59 test_script_tags_from_language (const char *s, const char *lang_s, hb_script_t script) in test_script_tags_from_language() 78 test_indic_tags (const char *s1, const char *s2, const char *s3, hb_script_t script) in test_indic_tags() 461 test_tags (hb_script_t script, in test_tags()
|