/third_party/parse5/test/data/parser-feedback/ |
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 | 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 | 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/pcre2/pcre2/testdata/ |
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 …]
|
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 …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
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 …]
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afscript.h | 20 /* Define `SCRIPT' as needed. */ 24 /* script name in lowercase and uppercase, respectively, followed */ 26 /* script name tag, followed by a string of standard characters (to */ 30 /* use `HB_SCRIPT_INVALID' as the HarfBuzz script name tag for */ 33 SCRIPT( adlm, ADLM, 39 SCRIPT( arab, ARAB, 45 SCRIPT( armn, ARMN, 51 SCRIPT( avst, AVST, 57 SCRIPT( bamu, BAMU, 64 SCRIPT( beng, BENG, [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/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
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 …]
|
/third_party/vk-gl-cts/external/amber/src/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 …]
|
/third_party/node/deps/v8/src/objects/ |
D | script.h | 10 #include "include/v8-script.h" 31 #include "torque-generated/src/objects/script-tq.inc" 33 // Script describes a script which has been added to the VM. 34 class Script : public TorqueGeneratedScript<Script, Struct> { 36 // Script ID used for temporary scripts, which shouldn't be added to the 37 // script list. 41 // Script types. 53 // Script compilation types. 56 // Script compilation state. 62 // [type]: the script type. [all …]
|
D | script-inl.h | 9 #include "src/objects/script.h" 20 #include "torque-generated/src/objects/script-tq-inl.inc" 22 TQ_OBJECT_CONSTRUCTORS_IMPL(Script) 24 NEVER_READ_ONLY_SPACE_IMPL(Script) in NEVER_READ_ONLY_SPACE_IMPL() argument 27 ACCESSORS_CHECKED(Script, wasm_breakpoint_infos, FixedArray, in NEVER_READ_ONLY_SPACE_IMPL() 30 ACCESSORS_CHECKED(Script, wasm_managed_native_module, Object, in NEVER_READ_ONLY_SPACE_IMPL() 32 ACCESSORS_CHECKED(Script, wasm_weak_instance_list, WeakArrayList, in NEVER_READ_ONLY_SPACE_IMPL() 39 SMI_ACCESSORS(Script, type, kScriptTypeOffset) in NEVER_READ_ONLY_SPACE_IMPL() 40 ACCESSORS_CHECKED(Script, eval_from_shared_or_wrapped_arguments_or_sfi_table, in NEVER_READ_ONLY_SPACE_IMPL() 43 SMI_ACCESSORS_CHECKED(Script, eval_from_position, kEvalFromPositionOffset, in NEVER_READ_ONLY_SPACE_IMPL() [all …]
|
D | call-site-info.cc | 38 if (auto script = GetScript()) { in IsNative() local 39 return script->type() == Script::TYPE_NATIVE; in IsNative() 45 if (auto script = GetScript()) { in IsEval() local 46 return script->compilation_type() == Script::COMPILATION_TYPE_EVAL; in IsEval() 78 Handle<Script> script; in GetLineNumber() local 79 if (GetScript(isolate, info).ToHandle(&script)) { in GetLineNumber() 81 int line_number = Script::GetLineNumber(script, position) + 1; in GetLineNumber() 82 if (script->HasSourceURLComment()) { in GetLineNumber() 83 line_number -= script->line_offset(); in GetLineNumber() 99 Handle<Script> script; in GetColumnNumber() local [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/node/deps/v8/src/parsing/ |
D | parse-info.cc | 48 Script script = Script::cast(shared.script()); in ForFunctionCompile() local 50 UnoptimizedCompileFlags flags(isolate, script.id()); in ForFunctionCompile() 53 flags.SetFlagsForFunctionFromScript(script); in ForFunctionCompile() 69 : script.IsUserJavaScript())); in ForFunctionCompile() 71 // Do not support re-parsing top-level function of a wrapped script. in ForFunctionCompile() 72 DCHECK_IMPLIES(flags.is_toplevel(), !script.is_wrapped()); in ForFunctionCompile() 79 Isolate* isolate, Script script) { in ForScriptCompile() argument 80 UnoptimizedCompileFlags flags(isolate, script.id()); in ForScriptCompile() 82 flags.SetFlagsForFunctionFromScript(script); in ForScriptCompile() 84 isolate->is_collecting_type_profile(), script.IsUserJavaScript(), in ForScriptCompile() [all …]
|
/third_party/node/deps/v8/tools/ |
D | parse-processor.html | 37 .script { 43 .script h3 { 49 .script-details { 71 .script-size { 84 .script-size:hover { 88 .script-size.eval { 91 .script-size.streaming { 94 .script-size.deserialized { 98 .script-details { 103 .script-details:nth-last-child(n+2) { [all …]
|
/third_party/node/deps/v8/src/debug/ |
D | debug-interface.cc | 11 #include "src/codegen/script-details.h" 380 Isolate* Script::GetIsolate() const { in GetIsolate() 384 ScriptOriginOptions Script::OriginOptions() const { in OriginOptions() 388 bool Script::WasCompiled() const { in WasCompiled() 390 i::Script::COMPILATION_STATE_COMPILED; in WasCompiled() 393 bool Script::IsEmbedded() const { in IsEmbedded() 394 i::Handle<i::Script> script = Utils::OpenHandle(this); in IsEmbedded() local 395 return script->context_data() == in IsEmbedded() 396 script->GetReadOnlyRoots().uninitialized_symbol(); in IsEmbedded() 399 int Script::Id() const { return Utils::OpenHandle(this)->id(); } in Id() [all …]
|
/third_party/node/test/parallel/ |
D | test-vm-new-script-new-context.js | 27 const Script = require('vm').Script; constant 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(); [all …]
|
D | test-vm-new-script-this-context.js | 25 const Script = require('vm').Script; constant 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 [all …]
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | shortnumberinfo_test.html | 25 <script src="../../../../closure-library/closure/goog/base.js"></script> 26 <script> 28 </script> 29 <script src="phonemetadata.pb.js"></script> 30 <script src="phonenumber.pb.js"></script> 31 <script src="metadatafortesting.js"></script> 32 <script src="shortnumbermetadata.js"></script> 33 <script src="regioncodefortesting.js"></script> 34 <script src="phonenumberutil.js"></script> 35 <script src="shortnumberinfo.js"></script> [all …]
|
D | asyoutypeformatter_test.html | 25 <script src="../../../../closure-library/closure/goog/base.js"></script> 26 <script> 28 </script> 29 <script src="phonemetadata.pb.js"></script> 30 <script src="phonenumber.pb.js"></script> 31 <script src="metadatafortesting.js"></script> 32 <script src="regioncodefortesting.js"></script> 33 <script src="phonenumberutil.js"></script> 34 <script src="asyoutypeformatter.js"></script> 35 <script src="asyoutypeformatter_test.js"></script>
|
D | demo.html | 25 <script src="../../../../closure-library/closure/goog/base.js"></script> 26 <script> 28 </script> 29 <script src="phonemetadata.pb.js"></script> 30 <script src="phonenumber.pb.js"></script> 31 <script src="metadata.js"></script> 32 <script src="shortnumbermetadata.js"></script> 33 <script src="phonenumberutil.js"></script> 34 <script src="asyoutypeformatter.js"></script> 35 <script src="shortnumberinfo.js"></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/fixtures/wpt/dom/events/non-cancelable-when-passive/ |
D | passive-touchmove-event-listener-on-body.html | 4 <script src="/resources/testharness.js"></script> 5 <script src="/resources/testharnessreport.js"></script> 6 <script src="/resources/testdriver.js"></script> 7 <script src="/resources/testdriver-actions.js"></script> 8 <script src="/resources/testdriver-vendor.js"></script> 9 <script src="resources/wait-for.js"></script> 10 <script src="resources/touching.js"></script> 18 <script> 25 </script>
|
D | non-passive-touchmove-event-listener-on-div.html | 4 <script src="/resources/testharness.js"></script> 5 <script src="/resources/testharnessreport.js"></script> 6 <script src="/resources/testdriver.js"></script> 7 <script src="/resources/testdriver-actions.js"></script> 8 <script src="/resources/testdriver-vendor.js"></script> 9 <script src="resources/wait-for.js"></script> 10 <script src="resources/touching.js"></script> 18 <script> 25 </script>
|