/third_party/parse5/test/data/parser-feedback/ |
D | tests16.test | 4 "description": "<!doctype html><script>", 5 "input": "<!doctype html><script>", 16 "script", 22 "description": "<!doctype html><script>a", 23 "input": "<!doctype html><script>a", 34 "script", 44 "description": "<!doctype html><script><", 45 "input": "<!doctype html><script><", 56 "script", 66 "description": "<!doctype html><script></", [all …]
|
D | scriptdata01.test | 4 "description": "FOO<script>'Hello'</script>BAR", 5 "input": "FOO<script>'Hello'</script>BAR", 13 "script", 22 "script" 31 "description": "FOO<script></script>BAR", 32 "input": "FOO<script></script>BAR", 40 "script", 45 "script" 54 "description": "FOO<script></script >BAR", 55 "input": "FOO<script></script >BAR", [all …]
|
D | domjs-unsafe.test | 49 "description": "<script>a='\\u0000'</script>", 50 "input": "<script>a='\u0000'</script>", 54 "script", 63 "script" 68 "description": "<script type=\"data\"><!--\\u0000</script>", 69 "input": "<script type=\"data\"><!--\u0000</script>", 73 "script", 84 "script" 89 "description": "<script type=\"data\"><!--foo\\u0000</script>", 90 "input": "<script type=\"data\"><!--foo\u0000</script>", [all …]
|
D | tests18.test | 186 "description": "<!doctype html><table><tr><style></script></style>abc", 187 "input": "<!doctype html><table><tr><style></script></style>abc", 213 "</script>" 226 "description": "<!doctype html><table><tr><script></style></script>abc", 227 "input": "<!doctype html><table><tr><script></style></script>abc", 248 "script", 257 "script" 266 "description": "<!doctype html><table><caption><style></script></style>abc", 267 "input": "<!doctype html><table><caption><style></script></style>abc", 293 "</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/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/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/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/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/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/grpc/src/python/grpcio_tests/tests/unit/ |
D | _logging_test.py | 28 script = """if True: 37 self._verifyScriptSucceeds(script) 40 script = """if True: 45 out, err = self._verifyScriptSucceeds(script) 49 script = """if True: 66 self._verifyScriptSucceeds(script) 69 script = """if True: 84 self._verifyScriptSucceeds(script) 86 def _verifyScriptSucceeds(self, script): argument 87 process = subprocess.Popen([INTERPRETER, '-c', script],
|
/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/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/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/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | ScriptCompositeFontInstance.cpp | 45 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphAdvance() local 46 const LEFontInstance *font = fFontMap->getScriptFont(script, status); in getGlyphAdvance() 59 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphPoint() local 60 const LEFontInstance *font = fFontMap->getScriptFont(script, status); in getGlyphPoint() 69 …Font(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &succ… in getSubFont() argument 75 …if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scrip… in getSubFont() 80 const LEFontInstance *result = fFontMap->getScriptFont(script, success); in getSubFont() 97 le_int32 script = uscript_getScript(ch, &error); in mapCharToGlyph() local 98 const LEFontInstance *scriptFont = fFontMap->getScriptFont(script, status); in mapCharToGlyph() 99 LEGlyphID subFont = LE_SET_SUB_FONT(0, script); in mapCharToGlyph()
|
/third_party/node/test/sequential/ |
D | test-debugger-preserve-breaks.js | 15 const script = path.relative(process.cwd(), scriptFullPath); constant 16 const cli = startCLI([script]); 33 assert.ok(cli.output.includes(`#0 ${script}:2`)); 34 assert.ok(cli.output.includes(`#1 ${script}:3`)); 39 assert.deepStrictEqual(cli.breakInfo, { filename: script, line: 3 }); 44 assert.deepStrictEqual(cli.breakInfo, { filename: script, line: 1 }); 48 assert.deepStrictEqual(cli.breakInfo, { filename: script, line: 2 }); 52 assert.deepStrictEqual(cli.breakInfo, { filename: script, line: 3 }); 56 const msg = `SCRIPT: ${script}, OUTPUT: ${cli.output}`; 57 assert.ok(cli.output.includes(`#0 ${script}:2`), msg); [all …]
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | ScriptCompositeFontInstance.cpp | 45 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphAdvance() local 46 const LEFontInstance *font = fFontMap->getScriptFont(script, status); in getGlyphAdvance() 59 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphPoint() local 60 const LEFontInstance *font = fFontMap->getScriptFont(script, status); in getGlyphPoint() 69 …Font(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &succ… in getSubFont() argument 75 …if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scrip… in getSubFont() 80 const LEFontInstance *result = fFontMap->getScriptFont(script, success); in getSubFont() 97 le_int32 script = uscript_getScript(ch, &error); in mapCharToGlyph() local 98 const LEFontInstance *scriptFont = fFontMap->getScriptFont(script, status); in mapCharToGlyph() 99 LEGlyphID subFont = LE_SET_SUB_FONT(0, script); in mapCharToGlyph()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | ScriptCompositeFontInstance.cpp | 45 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphAdvance() local 46 const LEFontInstance *font = fFontMap->getScriptFont(script, status); in getGlyphAdvance() 59 le_int32 script = LE_GET_SUB_FONT(glyph); in getGlyphPoint() local 60 const LEFontInstance *font = fFontMap->getScriptFont(script, status); in getGlyphPoint() 69 …Font(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &succ… in getSubFont() argument 75 …if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scrip… in getSubFont() 80 const LEFontInstance *result = fFontMap->getScriptFont(script, success); in getSubFont() 97 le_int32 script = uscript_getScript(ch, &error); in mapCharToGlyph() local 98 const LEFontInstance *scriptFont = fFontMap->getScriptFont(script, status); in mapCharToGlyph() 99 LEGlyphID subFont = LE_SET_SUB_FONT(0, script); in mapCharToGlyph()
|