| /third_party/rust/crates/regex/tests/ |
| D | replace.rs | 1 macro_rules! replace( macro 3 $search:expr, $replace:expr, $result:expr) => ( 7 assert_eq!(re.$which(text!($search), $replace), text!($result)); 12 replace!(first, replace, r"[0-9]", "age: 26", t!("Z"), "age: Z6"); 13 replace!(plus, replace, r"[0-9]+", "age: 26", t!("Z"), "age: Z"); 14 replace!(all, replace_all, r"[0-9]", "age: 26", t!("Z"), "age: ZZ"); 15 replace!( 17 replace, 23 replace!( 25 replace, [all …]
|
| /third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
| D | sinkpad | 37 replace->sinkpad = gst_pad_new_from_static_template (&gst_replace_sink_template 40 gst_pad_set_getcaps_function (replace->sinkpad, 42 gst_pad_set_setcaps_function (replace->sinkpad, 44 gst_pad_set_acceptcaps_function (replace->sinkpad, 46 gst_pad_set_fixatecaps_function (replace->sinkpad, 48 gst_pad_set_activate_function (replace->sinkpad, 50 gst_pad_set_activatepush_function (replace->sinkpad, 52 gst_pad_set_activatepull_function (replace->sinkpad, 54 gst_pad_set_link_function (replace->sinkpad, 56 gst_pad_set_unlink_function (replace->sinkpad, [all …]
|
| D | srcpad | 35 replace->srcpad = gst_pad_new_from_static_template (&gst_replace_src_template 38 gst_pad_set_getcaps_function (replace->srcpad, 40 gst_pad_set_setcaps_function (replace->srcpad, 42 gst_pad_set_acceptcaps_function (replace->srcpad, 44 gst_pad_set_fixatecaps_function (replace->srcpad, 46 gst_pad_set_activate_function (replace->srcpad, 48 gst_pad_set_activatepush_function (replace->srcpad, 50 gst_pad_set_activatepull_function (replace->srcpad, 52 gst_pad_set_link_function (replace->srcpad, 54 gst_pad_set_unlink_function (replace->srcpad, [all …]
|
| D | videoencoder | 51 GstReplace *replace = GST_REPLACE (encoder); 53 GST_DEBUG_OBJECT(replace, "open"); 60 GstReplace *replace = GST_REPLACE (encoder); 62 GST_DEBUG_OBJECT(replace, "close"); 69 GstReplace *replace = GST_REPLACE (encoder); 71 GST_DEBUG_OBJECT(replace, "start"); 78 GstReplace *replace = GST_REPLACE (encoder); 80 GST_DEBUG_OBJECT(replace, "stop"); 87 GstReplace *replace = GST_REPLACE (encoder); 89 GST_DEBUG_OBJECT(replace, "set_format"); [all …]
|
| D | audiodecoder | 55 GstReplace *replace = GST_REPLACE (decoder); 57 GST_DEBUG_OBJECT (replace, "start"); 65 GstReplace *replace = GST_REPLACE (decoder); 67 GST_DEBUG_OBJECT (replace, "stop"); 75 GstReplace *replace = GST_REPLACE (decoder); 77 GST_DEBUG_OBJECT (replace, "set_format"); 86 GstReplace *replace = GST_REPLACE (decoder); 88 GST_DEBUG_OBJECT (replace, "parse"); 96 GstReplace *replace = GST_REPLACE (decoder); 98 GST_DEBUG_OBJECT (replace, "handle_frame"); [all …]
|
| D | videodecoder | 57 GstReplace *replace = GST_REPLACE (decoder); 59 GST_DEBUG_OBJECT (replace, "open"); 67 GstReplace *replace = GST_REPLACE (decoder); 69 GST_DEBUG_OBJECT (replace, "close"); 77 GstReplace *replace = GST_REPLACE (decoder); 79 GST_DEBUG_OBJECT (replace, "start"); 87 GstReplace *replace = GST_REPLACE (decoder); 89 GST_DEBUG_OBJECT (replace, "stop"); 98 GstReplace *replace = GST_REPLACE (decoder); 100 GST_DEBUG_OBJECT (replace, "parse"); [all …]
|
| D | audioencoder | 55 GstReplace *replace = GST_REPLACE (encoder); 57 GST_DEBUG_OBJECT (replace, "start"); 65 GstReplace *replace = GST_REPLACE (encoder); 67 GST_DEBUG_OBJECT (replace, "stop"); 75 GstReplace *replace = GST_REPLACE (encoder); 77 GST_DEBUG_OBJECT (replace, "set_format"); 85 GstReplace *replace = GST_REPLACE (encoder); 87 GST_DEBUG_OBJECT (replace, "handle_frame"); 95 GstReplace *replace = GST_REPLACE (encoder); 97 GST_DEBUG_OBJECT (replace, "flush"); [all …]
|
| D | basesink | 64 GstReplace *replace = GST_REPLACE (sink); 66 GST_DEBUG_OBJECT (replace, "get_caps"); 75 GstReplace *replace = GST_REPLACE (sink); 77 GST_DEBUG_OBJECT (replace, "set_caps"); 86 GstReplace *replace = GST_REPLACE (sink); 88 GST_DEBUG_OBJECT (replace, "fixate"); 97 GstReplace *replace = GST_REPLACE (sink); 99 GST_DEBUG_OBJECT (replace, "activate_pull"); 109 GstReplace *replace = GST_REPLACE (sink); 111 GST_DEBUG_OBJECT (replace, "get_times"); [all …]
|
| D | basetransform | 81 GstReplace *replace = GST_REPLACE (trans); 84 GST_DEBUG_OBJECT (replace, "transform_caps"); 114 GstReplace *replace = GST_REPLACE (trans); 116 GST_DEBUG_OBJECT (replace, "fixate_caps"); 125 GstReplace *replace = GST_REPLACE (trans); 127 GST_DEBUG_OBJECT (replace, "accept_caps"); 136 GstReplace *replace = GST_REPLACE (trans); 138 GST_DEBUG_OBJECT (replace, "set_caps"); 147 GstReplace *replace = GST_REPLACE (trans); 149 GST_DEBUG_OBJECT (replace, "query"); [all …]
|
| D | basesrc | 65 GstReplace *replace = GST_REPLACE (src); 67 GST_DEBUG_OBJECT (replace, "get_caps"); 76 GstReplace *replace = GST_REPLACE (src); 78 GST_DEBUG_OBJECT (replace, "negotiate"); 87 GstReplace *replace = GST_REPLACE (src); 89 GST_DEBUG_OBJECT (replace, "fixate"); 98 GstReplace *replace = GST_REPLACE (src); 100 GST_DEBUG_OBJECT (replace, "set_caps"); 109 GstReplace *replace = GST_REPLACE (src); 111 GST_DEBUG_OBJECT (replace, "decide_allocation"); [all …]
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | symbol-replace.js | 15 var replace = RegExp.prototype[Symbol.replace]; variable 18 replace.call (0, "string", "replace"); 25 replace.call (new RegExp(), { 36 replace.call (new RegExp(), "string", { 47 replace.call ({ 58 replace.call ({ 70 replace.call ({ 81 replace.call ({ 90 replace.call ({ 99 replace.call ({ [all …]
|
| /third_party/jerryscript/tests/jerry/ |
| D | string-prototype-replace.js | 15 assert ("abcabc".replace("bc", ":") === "a:abc"); 16 assert ("hello".replace("", ":") === ":hello"); 17 assert ("hello".replace("h", "") === "ello"); 18 assert ("".replace("", "h") === "h"); 20 assert ("xabcxabcx".replace (/abc/g, "[$&][$`][$']") === "x[abc][x][xabcx]x[abc][xabcx][x]x"); 21 assert ("abc".replace (/a(b)c|d()/, "[$1][$01][$2][$02][$99][$123][$012]") === "[b][b][][][$99][b23… 22 assert ("abc".replace("abc", "$x$$5$0$00$") === "$x$5$0$00$"); 24 assert ("#x#".replace("x", "$1") === "#$1#"); 25 assert ("#x#".replace(/(x)/, "$1$2") === "#x$2#"); 26 assert ("#x#".replace(/(x)/, "$01$02$11$20") === "#x$02x1$20#"); [all …]
|
| /third_party/gstreamer/gstplugins_bad/tools/ |
| D | gst-app-maker | 55 replace=$(echo $name | sed -e 's/_//g') 120 void gst_replace_free (GstReplace *replace); 121 void gst_replace_create_pipeline (GstReplace *replace); 122 void gst_replace_create_pipeline_playbin (GstReplace *replace, const char *uri); 123 void gst_replace_start (GstReplace *replace); 124 void gst_replace_stop (GstReplace *replace); 146 GstReplace *replace; 160 replace = gst_replace_new (); 169 gst_replace_create_pipeline_playbin (replace, uri); 172 gst_replace_create_pipeline (replace); [all …]
|
| /third_party/vk-gl-cts/android/cts/master/vk-master/ |
| D | fragment-shading-rate.txt | 26 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 27 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 28 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 29 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 30 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 31 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 32 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 33 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 34 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 35 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… [all …]
|
| /third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/ |
| D | fragment-shading-rate.txt | 26 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 27 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 28 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 29 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 30 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 31 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 32 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 33 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 34 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 35 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/ |
| D | fragment-shading-rate.txt | 26 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 27 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 28 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 29 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 30 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 31 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 32 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 33 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 34 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 35 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/ |
| D | fragment-shading-rate.txt | 26 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 27 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 28 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 29 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 30 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.1x1.… 31 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 32 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 33 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 34 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… 35 dEQP-VK.fragment_shading_rate.renderpass2.basic.dynamic.noattachment.noshaderrate.keep.replace.4x4.… [all …]
|
| /third_party/node/deps/npm/node_modules/spdx-correct/ |
| D | index.js | 71 return argument.replace(/\./g, '') 75 return argument.replace(/\s+/g, '') 79 return argument.replace(/\s+/g, '-') 83 return argument.replace('v', '-') 87 return argument.replace(/,?\s*(\d)/, '-$1') 91 return argument.replace(/,?\s*(\d)/, '-$1.0') 96 .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2') 101 .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2.0') 109 return argument.replace('/', '-') 114 .replace(/\s*V\s*(\d)/, '-$1') [all …]
|
| /third_party/node/deps/npm/node_modules/sshpk/lib/ |
| D | algs.js | 60 replace(/ /g, ''), 'hex'), 64 replace(/ /g, ''), 'hex'), 68 replace(/ /g, ''), 'hex'), 72 replace(/ /g, ''), 'hex'), 76 replace(/ /g, ''), 'hex'), 82 replace(/ /g, ''), 'hex') 91 replace(/ /g, ''), 'hex'), 96 replace(/ /g, ''), 'hex'), 101 replace(/ /g, ''), 'hex'), 105 replace(/ /g, ''), 'hex'), [all …]
|
| /third_party/typescript/scripts/ |
| D | ohTestCasesGenerationScript.js | 140 …const ohFourslashCasesName = caseName.replace(/NodeModules/g, "OHModules").replace(/PackageJson/g,… 144 …let ohfileContent = fileContent.replace(/node_modules/g, "oh_modules").replace(/package.json/g, "o… 146 ohfileContent = ohfileContent.replace("fourslash/modules", "fourslash/oh/modules") 164 …ohCompilerCasesName = caseName.replace(/NodeModules/g, "OHModules").replace(/PackageJson/g, "OHPac… 167 ohCompilerCasesName = caseName.replace(".ts", "_isohpm.ts"); 173 …t = "// @packageManagerType: ohpm\r\n" + fileContent.replace(/node_modules/g, "oh_modules").replac… 175 …ent = "// @packageManagerType: ohpm\n" + fileContent.replace(/node_modules/g, "oh_modules").replac… 181 const baselineNamePath = baselineCaseNamePath.replace(".ts", type); 186 …let ohContent = content.replace(/node_modules/g, "oh_modules").replace(/package.json/g, "oh-packag… 188 ohContent = ohContent.replace("tests/cases/compiler", "tests/cases/compiler-oh"); [all …]
|
| /third_party/skia/third_party/externals/freetype/builds/mac/ |
| D | ascii2mpw.py | 7 mpw_line = string.replace(asc_line, "\\xA5", "\245") 8 mpw_line = string.replace(mpw_line, "\\xB6", "\266") 9 mpw_line = string.replace(mpw_line, "\\xC4", "\304") 10 mpw_line = string.replace(mpw_line, "\\xC5", "\305") 11 mpw_line = string.replace(mpw_line, "\\xFF", "\377") 12 mpw_line = string.replace(mpw_line, "\n", "\r") 13 mpw_line = string.replace(mpw_line, "\\n", "\n") 17 asc_line = string.replace(mpw_line, "\n", "\\n") 18 asc_line = string.replace(asc_line, "\r", "\n") 19 asc_line = string.replace(asc_line, "\245", "\\xA5") [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/builds/mac/ |
| D | ascii2mpw.py | 7 mpw_line = string.replace(asc_line, "\\xA5", "\245") 8 mpw_line = string.replace(mpw_line, "\\xB6", "\266") 9 mpw_line = string.replace(mpw_line, "\\xC4", "\304") 10 mpw_line = string.replace(mpw_line, "\\xC5", "\305") 11 mpw_line = string.replace(mpw_line, "\\xFF", "\377") 12 mpw_line = string.replace(mpw_line, "\n", "\r") 13 mpw_line = string.replace(mpw_line, "\\n", "\n") 17 asc_line = string.replace(mpw_line, "\n", "\\n") 18 asc_line = string.replace(asc_line, "\r", "\n") 19 asc_line = string.replace(asc_line, "\245", "\\xA5") [all …]
|
| /third_party/freetype/builds/mac/ |
| D | ascii2mpw.py | 7 mpw_line = string.replace(asc_line, "\\xA5", "\245") 8 mpw_line = string.replace(mpw_line, "\\xB6", "\266") 9 mpw_line = string.replace(mpw_line, "\\xC4", "\304") 10 mpw_line = string.replace(mpw_line, "\\xC5", "\305") 11 mpw_line = string.replace(mpw_line, "\\xFF", "\377") 12 mpw_line = string.replace(mpw_line, "\n", "\r") 13 mpw_line = string.replace(mpw_line, "\\n", "\n") 17 asc_line = string.replace(mpw_line, "\n", "\\n") 18 asc_line = string.replace(asc_line, "\r", "\n") 19 asc_line = string.replace(asc_line, "\245", "\\xA5") [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | regExpWithSlashInCharClass.symbols | 2 var foo1 = "a/".replace(/.[/]/, ""); 4 >"a/".replace : Symbol(String.replace, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) 5 >replace : Symbol(String.replace, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) 7 var foo2 = "a//".replace(/.[//]/g, ""); 9 >"a//".replace : Symbol(String.replace, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) 10 >replace : Symbol(String.replace, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) 12 var foo3 = "a/".replace(/.[/no sleep /till/]/, "bugfix"); 14 >"a/".replace : Symbol(String.replace, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --)) 15 >replace : Symbol(String.replace, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))
|
| /third_party/typescript/src/testRunner/ |
| D | externalCompileRunner.ts | 115 ${sortErrors(stripAbsoluteImportPaths(result.stdout.toString().replace(/\r\n/g, "\n")))} 119 ${stripAbsoluteImportPaths(result.stderr.toString().replace(/\r\n/g, "\n"))}`; 188 return result.replace(/\r\n/g, "\n"); 192 return result.replace(/\x1b\[[0-9;]*[a-zA-Z]/g, ""); 196 return result.replace(/\d+ of \d+:/g, "XX of XX:"); 200 return result.replace(/Hash: \w+/g, "Hash: [redacted]"); 204 return result.replace(/\d+(\.\d+)? ((Ki|M)B|bytes)/g, "X KiB"); 212 …return result.replace(/^.*(\] (Starting)|(Finished)).*$/gm, "") // "gulp" task start/end messages … 213 ….replace(/^.*(\] . (finished)|(started)).*$/gm, "") // "just" task start/end messages (nondetermin… 214 ….replace(/^.*\] Respawned to PID: \d+.*$/gm, "") // PID of child is OS and system-load dependent (… [all …]
|