Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 2997) sorted by relevance

12345678910>>...120

/third_party/rust/crates/regex/tests/
Dreplace.rs1 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/
Dsinkpad37 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 …]
Dsrcpad35 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 …]
Dvideoencoder51 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 …]
Daudioencoder55 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 …]
Daudiodecoder55 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 …]
Dvideodecoder57 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 …]
Dbasesink64 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 …]
Dbasetransform81 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 …]
Dbasesrc65 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 …]
Dbaseparse47 GstReplace *replace = GST_REPLACE (parse);
49 GST_DEBUG_OBJECT (replace, "start");
57 GstReplace *replace = GST_REPLACE (parse);
59 GST_DEBUG_OBJECT (replace, "stop");
67 GstReplace *replace = GST_REPLACE (parse);
69 GST_DEBUG_OBJECT (replace, "set_sink_caps");
78 GstReplace *replace = GST_REPLACE (parse);
80 GST_DEBUG_OBJECT (replace, "handle_frame");
88 GstReplace *replace = GST_REPLACE (parse);
90 GST_DEBUG_OBJECT (replace, "pre_push_frame");
[all …]
/third_party/jerryscript/tests/jerry/es2015/
Dsymbol-replace.js15 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/
Dstring-prototype-replace.js15 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/
Dgst-app-maker55 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/node/deps/npm/node_modules/spdx-correct/
Dindex.js94 return argument.replace(/\./g, '')
98 return argument.replace(/\s+/g, '')
102 return argument.replace(/\s+/g, '-')
106 return argument.replace('v', '-')
110 return argument.replace(/,?\s*(\d)/, '-$1')
114 return argument.replace(/,?\s*(\d)/, '-$1.0')
119 .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2')
124 .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2.0')
132 return argument.replace('/', '-')
137 .replace(/\s*V\s*(\d)/, '-$1')
[all …]
/third_party/vk-gl-cts/android/cts/master/vk-master/
Dfragment-shading-rate.txt26 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/
Dfragment-shading-rate.txt26 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/
Dfragment-shading-rate.txt26 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/
Dfragment-shading-rate.txt26 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/typescript/scripts/
DohTestCasesGenerationScript.js134 …const ohFourslashCasesName = caseName.replace(/NodeModules/g, "OHModules").replace(/PackageJson/g,…
138 …let ohfileContent = fileContent.replace(/node_modules/g, "oh_modules").replace(/package.json/g, "o…
140 ohfileContent = ohfileContent.replace("fourslash/modules", "fourslash/oh/modules")
158 …ohCompilerCasesName = caseName.replace(/NodeModules/g, "OHModules").replace(/PackageJson/g, "OHPac…
161 ohCompilerCasesName = caseName.replace(".ts", "_isohpm.ts");
167 …t = "// @packageManagerType: ohpm\r\n" + fileContent.replace(/node_modules/g, "oh_modules").replac…
169 …ent = "// @packageManagerType: ohpm\n" + fileContent.replace(/node_modules/g, "oh_modules").replac…
175 const baselineNamePath = baselineCaseNamePath.replace(".ts", type);
180 …let ohContent = content.replace(/node_modules/g, "oh_modules").replace(/package.json/g, "oh-packag…
182 ohContent = ohContent.replace("tests/cases/compiler", "tests/cases/compiler-oh");
[all …]
/third_party/skia/third_party/externals/freetype/builds/mac/
Dascii2mpw.py7 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/
DregExpWithSlashInCharClass.symbols2 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/
DexternalCompileRunner.ts117 ${sortErrors(stripAbsoluteImportPaths(result.stdout.toString().replace(/\r\n/g, "\n")))}
121 ${stripAbsoluteImportPaths(result.stderr.toString().replace(/\r\n/g, "\n"))}`;
190 return result.replace(/\r\n/g, "\n");
194 return result.replace(/\x1b\[[0-9;]*[a-zA-Z]/g, "");
198 return result.replace(/\d+ of \d+:/g, "XX of XX:");
202 return result.replace(/Hash: \w+/g, "Hash: [redacted]");
206 return result.replace(/\d+(\.\d+)? ((Ki|M)B|bytes)/g, "X KiB");
214 …return result.replace(/^.*(\] (Starting)|(Finished)).*$/gm, "") // "gulp" task start/end messages …
215 ….replace(/^.*(\] . (finished)|(started)).*$/gm, "") // "just" task start/end messages (nondetermin…
216 ….replace(/^.*\] Respawned to PID: \d+.*$/gm, "") // PID of child is OS and system-load dependent (…
[all …]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
Darray_mutator.js42 function annotate(message, replace) { argument
43 if (replace) message += ' (replaced)';
48 function randomSplice(replace, ...args) { argument
50 const index = random.randInt(0, elements.length - replace);
51 elements.splice(index, replace, ...args);
54 function duplicateElement(replace) { argument
59 annotate('Duplicate an element', replace);
60 randomSplice(replace, babelTypes.cloneDeep(element));
63 function insertRandomValue(replace) { argument
64 annotate('Insert a random value', replace);
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dtest_replace.py3 from idlelib.replace import ReplaceDialog
66 replace = self.dialog.replace_it
75 replace()
82 replace()
88 replace()
96 replace()
104 replace()
107 replace()
111 replace()
118 replace()
[all …]

12345678910>>...120