| /third_party/parse5/test/data/parser-feedback/ |
| D | tests16.test | 5 "description": "<!doctype html><script>", 6 "input": "<!doctype html><script>", 17 "script", 24 "description": "<!doctype html><script>a", 25 "input": "<!doctype html><script>a", 36 "script", 47 "description": "<!doctype html><script><", 48 "input": "<!doctype html><script><", 59 "script", 70 "description": "<!doctype html><script></", [all …]
|
| D | scriptdata01.test | 5 "description": "FOO<script>'Hello'</script>BAR", 6 "input": "FOO<script>'Hello'</script>BAR", 14 "script", 23 "script" 33 "description": "FOO<script></script>BAR", 34 "input": "FOO<script></script>BAR", 42 "script", 47 "script" 57 "description": "FOO<script></script >BAR", 58 "input": "FOO<script></script >BAR", [all …]
|
| D | domjs-unsafe.test | 53 "description": "<script>a='\\u0000'</script>", 54 "input": "<script>a='\u0000'</script>", 58 "script", 67 "script" 73 "description": "<script type=\"data\"><!--\\u0000</script>", 74 "input": "<script type=\"data\"><!--\u0000</script>", 78 "script", 89 "script" 95 "description": "<script type=\"data\"><!--foo\\u0000</script>", 96 "input": "<script type=\"data\"><!--foo\u0000</script>", [all …]
|
| /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() argument 68 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0) in cache_match() 130 struct ia64_script *script = cache->buckets + c->hint; in script_lookup() local 137 if (cache_match (script, ip, pr)) in script_lookup() 138 return script; in script_lookup() 144 script = cache->buckets + index; in script_lookup() 147 if (cache_match (script, ip, pr)) in script_lookup() 151 (script - cache->buckets); in script_lookup() 152 return script; in script_lookup() 154 if (script->coll_chain >= IA64_UNW_HASH_SIZE) in script_lookup() [all …]
|
| /third_party/skia/third_party/externals/angle2/infra/specs/ |
| D | gn_isolate_map.pyl | 31 "script": "//scripts/run_gtest_angle_test.py", 32 "type": "script", 36 "script": "//scripts/run_gtest_angle_test.py", 37 "type": "script", 41 "script": "//scripts/run_gtest_angle_test.py", 42 "type": "script", 46 "script": "//scripts/run_gtest_angle_test.py", 47 "type": "script", 51 "script": "//scripts/run_gtest_angle_test.py", 52 "type": "script", [all …]
|
| /third_party/pcre2/pcre2/testdata/ |
| D | testinput26 | 5 # Base script check 26 # Character not in script 30 # Base script check 51 # Character not in script 55 # Base script check 76 # Character not in script 80 # Base script check 101 # Character not in script 105 # Base script check 126 # Character not in script [all …]
|
| D | testoutput26 | 5 # Base script check 32 # Character not in script 37 # Base script check 64 # Character not in script 69 # Base script check 96 # Character not in script 101 # Base script check 128 # Character not in script 133 # Base script check 160 # Character not in script [all …]
|
| /third_party/parse5/test/data/tree-construction-scripting/ |
| D | document_write.dat | 2 1<script>document.write("2")</script>3 9 | <script> 14 1<script>document.write("2"); document.write("3")</script> 21 | <script> 26 1<script>document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" … 33 | <script> 34 | "document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" … 35 | <script> 38 | <script> 43 <script>document.write('<!--');</script>I should be commented--> [all …]
|
| /third_party/node/test/parallel/ |
| D | test-vm-new-script-new-context.js | 30 const script = new Script('\'passed\';'); constant 31 const result1 = script.runInNewContext(); 32 const result2 = script.runInNewContext(); 38 const script = new Script('throw new Error(\'test\');'); constant 40 script.runInNewContext(); 45 const script = new Script('foo.bar = 5;'); constant 47 script.runInNewContext(); 53 const script = new Script('hello = 2'); constant 54 script.runInNewContext(); 67 const script = new Script(global.code); constant [all …]
|
| D | test-vm-new-script-this-context.js | 28 let script = new Script('\'passed\';'); variable 29 const result = script.runInThisContext(script); 33 script = new Script('throw new Error(\'test\');'); variable 35 script.runInThisContext(script); 39 script = new Script('hello = 2'); variable 40 script.runInThisContext(script); 50 script = new Script(global.code); variable 51 script.runInThisContext(script); 58 script = new Script('f()'); variable 59 script.runInThisContext(script);
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| D | ScriptRunModuleWriter.java | 33 int script = scriptData.getRecord(record).scriptCode(); in writeScriptRuns() local 40 output.print(scriptData.getTag(script)); in writeScriptRuns() 44 output.println(scriptData.getName(script)); in writeScriptRuns() 63 for (int script = minScript; script <= maxScript; script += 1) { in writeScriptRuns() 64 scriptRangeOffsets[script - minScript] = new Vector(); in writeScriptRuns() 73 for (int script = minScript; script <= maxScript; script += 1) { in writeScriptRuns() 74 Vector offsets = scriptRangeOffsets[script - minScript]; in writeScriptRuns() 77 output.print(scriptData.getTag(script)); in writeScriptRuns() 94 for (int script = minScript; script <= maxScript; script += 1) { in writeScriptRuns() 96 output.print(scriptData.getTag(script)); in writeScriptRuns() [all …]
|
| D | CanonicalCharacterData.java | 28 Record(int character, int script) in Record() argument 46 if (nEquivalents > maxEquivalents[script]) { in Record() 47 maxEquivalents[script] = nEquivalents; in Record() 124 int script = UScript.getScript(character); in add() local 125 Vector recordVector = recordVectors[script]; in add() 128 recordVector = recordVectors[script] = new Vector(); in add() 131 recordVector.add(new Record(character, script)); in add() 134 public int getMaxEquivalents(int script) in getMaxEquivalents() argument 136 if (script < 0 || script >= UScript.CODE_LIMIT) { in getMaxEquivalents() 140 return maxEquivalents[script]; in getMaxEquivalents() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | findAllRefsNonModule.baseline.jsonc | 2 // import [|"./script/*FIND ALL REFS*/"|]; 5 // require([|"./script"|]); 6 // console.log("./script"); 9 // /// <reference path="[|script.ts|]" /> 18 "name": "./script", 25 "text": "\"./script\"", 63 // import [|"./script"|]; 66 // require([|"./script/*FIND ALL REFS*/"|]); 67 // console.log("./script"); 70 // /// <reference path="[|script.ts|]" /> [all …]
|
| /third_party/node/benchmark/misc/ |
| D | startup.js | 10 script: [ property 20 function spawnProcess(script) { argument 22 const argv = ['--expose-internals', script]; 26 function spawnWorker(script) { argument 27 return new Worker(script, { stderr: true, stdout: true }); 30 function start(state, script, bench, getNode) { argument 31 const node = getNode(script); 54 start(state, script, bench, getNode); 61 function main({ dur, script, mode }) { property 71 script = path.resolve(__dirname, '../../', `${script}.js`); [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| D | CollationData.java | 197 long getFirstPrimaryForGroup(int script) { in getFirstPrimaryForGroup() argument 198 int index = getScriptIndex(script); in getFirstPrimaryForGroup() 208 public long getLastPrimaryForGroup(int script) { in getLastPrimaryForGroup() argument 209 int index = getScriptIndex(script); in getLastPrimaryForGroup() 241 private int getScriptIndex(int script) { in getScriptIndex() argument 242 if(script < 0) { in getScriptIndex() 244 } else if(script < numScripts) { in getScriptIndex() 245 return scriptsIndex[script]; in getScriptIndex() 246 } else if(script < Collator.ReorderCodes.FIRST) { in getScriptIndex() 249 script -= Collator.ReorderCodes.FIRST; in getScriptIndex() [all …]
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| D | CollationData.java | 195 long getFirstPrimaryForGroup(int script) { in getFirstPrimaryForGroup() argument 196 int index = getScriptIndex(script); in getFirstPrimaryForGroup() 206 public long getLastPrimaryForGroup(int script) { in getLastPrimaryForGroup() argument 207 int index = getScriptIndex(script); in getLastPrimaryForGroup() 239 private int getScriptIndex(int script) { in getScriptIndex() argument 240 if(script < 0) { in getScriptIndex() 242 } else if(script < numScripts) { in getScriptIndex() 243 return scriptsIndex[script]; in getScriptIndex() 244 } else if(script < Collator.ReorderCodes.FIRST) { in getScriptIndex() 247 script -= Collator.ReorderCodes.FIRST; in getScriptIndex() [all …]
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | run_code_generation.py | 25 def get_child_script_dirname(script): argument 27 return os.path.dirname(os.path.abspath(os.path.join(root_dir, script))) 53 def grab_from_script(script, param): argument 55 f = open(os.path.basename(script), 'r') 58 res = subprocess.check_output([exe, script, param]).decode().strip() 60 print('Error grabbing script output: %s, executable %s' % (script, exe)) 65 return [clean_path_slashes(rebase_script_path(script, name)) for name in res.split(',')] 68 def auto_script(script): argument 70 os.chdir(get_child_script_dirname(script)) 71 base_script = os.path.basename(script) [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/scripts/ |
| D | run_code_generation.py | 25 def get_child_script_dirname(script): argument 27 return os.path.dirname(os.path.abspath(os.path.join(root_dir, script))) 48 def grab_from_script(script, param): argument 50 f = open(os.path.basename(script), "r") 51 res = subprocess.check_output([get_executable_name(f.readline()), script, param]).strip() 55 return [clean_path_slashes(rebase_script_path(script, name)) for name in res.split(',')] 58 def auto_script(script): argument 60 os.chdir(get_child_script_dirname(script)) 61 base_script = os.path.basename(script) 156 def update_output_hashes(script, outputs, new_hashes): argument [all …]
|
| /third_party/icu/icu4c/source/common/ |
| D | lsr.cpp | 19 language(nullptr), script(nullptr), region(r), in LSR() 29 script = owned + scriptOffset; in LSR() 35 language(other.language), script(other.script), region(other.region), owned(other.owned), in LSR() 39 other.language = other.script = ""; in LSR() 52 script = other.script; in operator =() 59 other.language = other.script = ""; in operator =() 69 uprv_strcmp(script, other.script) == 0 && in isEquivalentTo() 78 uprv_strcmp(script, other.script) == 0 && in operator ==() 107 h = h * 37 + ustr_hashCharsN(script, static_cast<int32_t>(uprv_strlen(script))); in setHashCode()
|
| /third_party/node/deps/icu-small/source/common/ |
| D | lsr.cpp | 19 language(nullptr), script(nullptr), region(r), in LSR() 29 script = owned + scriptOffset; in LSR() 35 language(other.language), script(other.script), region(other.region), owned(other.owned), in LSR() 39 other.language = other.script = ""; in LSR() 52 script = other.script; in operator =() 59 other.language = other.script = ""; in operator =() 69 uprv_strcmp(script, other.script) == 0 && in isEquivalentTo() 78 uprv_strcmp(script, other.script) == 0 && in operator ==() 107 h = h * 37 + ustr_hashCharsN(script, static_cast<int32_t>(uprv_strlen(script))); in setHashCode()
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | lsr.cpp | 19 language(nullptr), script(nullptr), region(r), in LSR() 29 script = owned + scriptOffset; in LSR() 35 language(other.language), script(other.script), region(other.region), owned(other.owned), in LSR() 39 other.language = other.script = ""; in LSR() 52 script = other.script; in operator =() 59 other.language = other.script = ""; in operator =() 69 uprv_strcmp(script, other.script) == 0 && in isEquivalentTo() 78 uprv_strcmp(script, other.script) == 0 && in operator ==() 107 h = h * 37 + ustr_hashCharsN(script, static_cast<int32_t>(uprv_strlen(script))); in setHashCode()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | collationdata.cpp | 119 CollationData::getFirstPrimaryForGroup(int32_t script) const { in getFirstPrimaryForGroup() 120 int32_t index = getScriptIndex(script); in getFirstPrimaryForGroup() 125 CollationData::getLastPrimaryForGroup(int32_t script) const { in getLastPrimaryForGroup() 126 int32_t index = getScriptIndex(script); in getLastPrimaryForGroup() 156 CollationData::getScriptIndex(int32_t script) const { in getScriptIndex() 157 if(script < 0) { in getScriptIndex() 159 } else if(script < numScripts) { in getScriptIndex() 160 return scriptsIndex[script]; in getScriptIndex() 161 } else if(script < UCOL_REORDER_CODE_FIRST) { in getScriptIndex() 164 script -= UCOL_REORDER_CODE_FIRST; in getScriptIndex() [all …]
|
| /third_party/icu/icu4c/source/i18n/ |
| D | collationdata.cpp | 119 CollationData::getFirstPrimaryForGroup(int32_t script) const { in getFirstPrimaryForGroup() 120 int32_t index = getScriptIndex(script); in getFirstPrimaryForGroup() 125 CollationData::getLastPrimaryForGroup(int32_t script) const { in getLastPrimaryForGroup() 126 int32_t index = getScriptIndex(script); in getLastPrimaryForGroup() 156 CollationData::getScriptIndex(int32_t script) const { in getScriptIndex() 157 if(script < 0) { in getScriptIndex() 159 } else if(script < numScripts) { in getScriptIndex() 160 return scriptsIndex[script]; in getScriptIndex() 161 } else if(script < UCOL_REORDER_CODE_FIRST) { in getScriptIndex() 164 script -= UCOL_REORDER_CODE_FIRST; in getScriptIndex() [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | collationdata.cpp | 119 CollationData::getFirstPrimaryForGroup(int32_t script) const { in getFirstPrimaryForGroup() 120 int32_t index = getScriptIndex(script); in getFirstPrimaryForGroup() 125 CollationData::getLastPrimaryForGroup(int32_t script) const { in getLastPrimaryForGroup() 126 int32_t index = getScriptIndex(script); in getLastPrimaryForGroup() 156 CollationData::getScriptIndex(int32_t script) const { in getScriptIndex() 157 if(script < 0) { in getScriptIndex() 159 } else if(script < numScripts) { in getScriptIndex() 160 return scriptsIndex[script]; in getScriptIndex() 161 } else if(script < UCOL_REORDER_CODE_FIRST) { in getScriptIndex() 164 script -= UCOL_REORDER_CODE_FIRST; in getScriptIndex() [all …]
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | collationdata.cpp | 119 CollationData::getFirstPrimaryForGroup(int32_t script) const { in getFirstPrimaryForGroup() 120 int32_t index = getScriptIndex(script); in getFirstPrimaryForGroup() 125 CollationData::getLastPrimaryForGroup(int32_t script) const { in getLastPrimaryForGroup() 126 int32_t index = getScriptIndex(script); in getLastPrimaryForGroup() 156 CollationData::getScriptIndex(int32_t script) const { in getScriptIndex() 157 if(script < 0) { in getScriptIndex() 159 } else if(script < numScripts) { in getScriptIndex() 160 return scriptsIndex[script]; in getScriptIndex() 161 } else if(script < UCOL_REORDER_CODE_FIRST) { in getScriptIndex() 164 script -= UCOL_REORDER_CODE_FIRST; in getScriptIndex() [all …]
|