Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 5132) sorted by relevance

12345678910>>...206

/third_party/flutter/skia/third_party/icu/
Dicu.gni6 "$_src/common/appendable.cpp",
7 "$_src/common/bmpset.cpp",
8 "$_src/common/bmpset.h",
9 "$_src/common/brkeng.cpp",
10 "$_src/common/brkeng.h",
11 "$_src/common/brkiter.cpp",
12 "$_src/common/bytesinkutil.cpp",
13 "$_src/common/bytesinkutil.h",
14 "$_src/common/bytestream.cpp",
15 "$_src/common/bytestrie.cpp",
[all …]
/third_party/skia/third_party/icu/
Dicu.gni9 "$_src/common/appendable.cpp",
10 "$_src/common/bmpset.cpp",
11 "$_src/common/bmpset.h",
12 "$_src/common/brkeng.cpp",
13 "$_src/common/brkeng.h",
14 "$_src/common/brkiter.cpp",
15 "$_src/common/bytesinkutil.cpp",
16 "$_src/common/bytesinkutil.h",
17 "$_src/common/bytestream.cpp",
18 "$_src/common/bytestrie.cpp",
[all …]
/third_party/skia/third_party/externals/icu/
Dsources.gni523 # find source/common -maxdepth 1 ! -type d | egrep '\.(c|cpp|h)$' |\
527 "source/common/appendable.cpp",
528 "source/common/bmpset.cpp",
529 "source/common/bmpset.h",
530 "source/common/brkeng.cpp",
531 "source/common/brkeng.h",
532 "source/common/brkiter.cpp",
533 "source/common/bytesinkutil.cpp",
534 "source/common/bytesinkutil.h",
535 "source/common/bytestream.cpp",
[all …]
Dicu.gypi254 # find source/common -maxdepth 1 ! -type d | egrep '\.(c|cpp)$' | \
257 'source/common/appendable.cpp',
258 'source/common/bmpset.cpp',
259 'source/common/brkeng.cpp',
260 'source/common/brkiter.cpp',
261 'source/common/bytesinkutil.cpp',
262 'source/common/bytestream.cpp',
263 'source/common/bytestriebuilder.cpp',
264 'source/common/bytestrie.cpp',
265 'source/common/bytestrieiterator.cpp',
[all …]
/third_party/flutter/skia/third_party/externals/icu/
Dicu.gypi242 # find source/common -maxdepth 1 ! -type d | egrep '\.(c|cpp)$' | \
245 'source/common/appendable.cpp',
246 'source/common/bmpset.cpp',
247 'source/common/brkeng.cpp',
248 'source/common/brkiter.cpp',
249 'source/common/bytesinkutil.cpp',
250 'source/common/bytestream.cpp',
251 'source/common/bytestriebuilder.cpp',
252 'source/common/bytestrie.cpp',
253 'source/common/bytestrieiterator.cpp',
[all …]
DBUILD.gn41 "source/common",
631 # find source/common -maxdepth 1 ! -type d | egrep '\.(c|cpp|h)$' |\
635 "source/common/appendable.cpp",
636 "source/common/bmpset.cpp",
637 "source/common/bmpset.h",
638 "source/common/brkeng.cpp",
639 "source/common/brkeng.h",
640 "source/common/brkiter.cpp",
641 "source/common/bytesinkutil.cpp",
642 "source/common/bytesinkutil.h",
[all …]
/third_party/typescript/tests/baselines/reference/
DnormalizedIntersectionTooComplex.types22 "0": { common?: string; "0"?: number, ref?: Obj<Big["0"]> | Func<Big["0"]>; }
23 >"0" : { common?: string | undefined; "0"?: number | undefined; ref?: Obj<any> | Func<any> | undefi…
24 >common : string | undefined
26 >ref : Obj<{ common?: string | undefined; "0"?: number | undefined; ref?: Obj<any> | Func<any> | un…
28 "1": { common?: string; "1"?: number, ref?: Obj<Big["1"]> | Func<Big["1"]>; }
29 >"1" : { common?: string | undefined; "1"?: number | undefined; ref?: Obj<any> | Func<any> | undefi…
30 >common : string | undefined
32 >ref : Obj<{ common?: string | undefined; "1"?: number | undefined; ref?: Obj<any> | Func<any> | un…
34 "2": { common?: string; "2"?: number, ref?: Obj<Big["2"]> | Func<Big["2"]>; }
35 >"2" : { common?: string | undefined; "2"?: number | undefined; ref?: Obj<any> | Func<any> | undefi…
[all …]
/third_party/icu/icu4c/source/
DBUILD.gn20 "//third_party/icu/icu4c/source/common",
43 "//third_party/icu/icu4c/source/common/appendable.cpp",
44 "//third_party/icu/icu4c/source/common/bmpset.cpp",
45 "//third_party/icu/icu4c/source/common/brkeng.cpp",
46 "//third_party/icu/icu4c/source/common/brkiter.cpp",
47 "//third_party/icu/icu4c/source/common/bytesinkutil.cpp",
48 "//third_party/icu/icu4c/source/common/bytestream.cpp",
49 "//third_party/icu/icu4c/source/common/bytestrie.cpp",
50 "//third_party/icu/icu4c/source/common/bytestriebuilder.cpp",
51 "//third_party/icu/icu4c/source/common/bytestrieiterator.cpp",
[all …]
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c53 #define DEBUG_ELEMENT_START(common, ebml, element) \ argument
54 GST_DEBUG_OBJECT (common->sinkpad, "Parsing " element " element at offset %" \
57 #define DEBUG_ELEMENT_STOP(common, ebml, element, ret) \ argument
58 GST_DEBUG_OBJECT (common->sinkpad, "Parsing " element " element " \
632 gst_matroska_read_common_do_index_seek (GstMatroskaReadCommon * common, in gst_matroska_read_common_do_index_seek() argument
643 GST_DEBUG_OBJECT (common->sinkpad, "Missing track index table"); in gst_matroska_read_common_do_index_seek()
644 index = common->index; in gst_matroska_read_common_do_index_seek()
704 gst_matroska_read_common_found_global_tag (GstMatroskaReadCommon * common, in gst_matroska_read_common_found_global_tag() argument
707 if (common->global_tags) { in gst_matroska_read_common_found_global_tag()
708 gst_tag_list_insert (common->global_tags, taglist, GST_TAG_MERGE_APPEND); in gst_matroska_read_common_found_global_tag()
[all …]
/third_party/node/test/parallel/
Dtest-wrap-js-stream-destroy.js4 const common = require('../common'); constant
15 socket.on('error', common.mustNotCall());
16 socket.on('end', common.mustNotCall());
17 socket.on('close', common.mustCall());
31 socket.on('error', common.mustNotCall());
32 socket.on('end', common.mustCall());
33 socket.on('close', common.mustCall());
35 streamWrap.on('error', common.mustNotCall());
39 streamWrap.on('end', common.mustCall());
42 streamWrap.on('close', common.mustCall(() => {
[all …]
Dtest-domain-promise.js2 const common = require('../common'); constant
8 process.on('warning', common.mustNotCall());
13 d.run(common.mustCall(() => {
14 Promise.resolve().then(common.mustCall(() => {
23 d.run(common.mustCall(() => {
24 Promise.resolve().then(() => {}).then(() => {}).then(common.mustCall(() => {
33 d.run(common.mustCall(() => {
40 `, { common, assert, process, d }); property
48 d1.run(common.mustCall(() => {
52 d2.run(common.mustCall(() => {
[all …]
Dtest-stream-writable-destroy.js3 const common = require('../common'); constant
12 write.on('finish', common.mustNotCall());
13 write.on('close', common.mustCall());
27 write.on('error', common.mustCall());
28 write.on('finish', common.mustNotCall());
40 write.on('finish', common.mustNotCall());
41 write.on('close', common.mustCall());
42 write.on('error', common.mustCall((err) => {
62 write.on('finish', common.mustNotCall('no finish event'));
63 write.on('close', common.mustCall());
[all …]
Dtest-stream-transform-destroy.js3 const common = require('../common'); constant
14 transform.on('end', common.mustNotCall());
15 transform.on('close', common.mustCall());
16 transform.on('finish', common.mustNotCall());
29 transform.on('end', common.mustNotCall());
30 transform.on('finish', common.mustNotCall());
31 transform.on('close', common.mustCall());
32 transform.on('error', common.mustCall((err) => {
44 transform._destroy = common.mustCall(function(err, cb) {
51 transform.on('finish', common.mustNotCall('no finish event'));
[all …]
Dtest-http-generic-streams.js2 const common = require('../common'); constant
10 const server = http.createServer(common.mustCall((req, res) => {
20 createConnection: common.mustCall(() => clientSide)
21 }, common.mustCall((res) => {
23 res.on('data', common.mustCall((data) => {
26 res.on('end', common.mustCall());
34 const server = http.createServer(common.mustCall((req, res) => {
45 createConnection: common.mustCall(() => clientSide),
47 }, common.mustCall((res) => {
49 res.on('data', common.mustCall((data) => {
[all …]
Dtest-http2-server-startup.js7 const common = require('../common'); constant
10 if (!common.hasCrypto)
11 common.skip('missing crypto');
25 serverTLS.listen(0, common.mustCall(() => serverTLS.close()));
28 serverTLS.on('error', common.mustNotCall());
30 const server = http2.createServer(options, common.mustNotCall());
31 server.listen(0, common.mustCall(() => server.close()));
34 server.on('error', common.mustNotCall());
40 server.on('timeout', common.mustCall(() => {
45 server.setTimeout(common.platformTimeout(1000), common.mustCall());
[all …]
Dtest-http2-client-destroy.js5 const common = require('../common'); constant
6 if (!common.hasCrypto)
7 common.skip('missing crypto');
16 server.listen(0, common.mustCall(() => {
28 client.on('connect', common.mustCall(() => {
43 client.on('close', common.mustCall(() => {
56 server.listen(0, common.mustCall(() => {
59 socket.on('close', common.mustCall(() => {
64 req.on('error', common.expectsError({
72 req.on('response', common.mustNotCall());
[all …]
Dtest-http2-compat-serverresponse-destroy.js3 const common = require('../common'); constant
4 if (!common.hasCrypto)
5 common.skip('missing crypto');
18 const server = http2.createServer(common.mustCall((req, res) => {
19 req.on('error', common.mustNotCall());
20 res.on('error', common.mustNotCall());
22 res.on('finish', common.mustCall(() => {
36 server.listen(0, common.mustCall(() => {
46 req.on('response', common.mustNotCall());
47 req.on('error', common.mustNotCall());
[all …]
/third_party/rust/crates/clap/clap_mangen/tests/
Droff.rs1 mod common; module
6 let cmd = common::basic_command(name); in basic()
7 common::assert_matches_path("tests/snapshots/basic.bash.roff", cmd); in basic()
13 let cmd = common::feature_sample_command(name); in feature_sample()
14 common::assert_matches_path("tests/snapshots/feature_sample.bash.roff", cmd); in feature_sample()
20 let cmd = common::special_commands_command(name); in special_commands()
21 common::assert_matches_path("tests/snapshots/special_commands.bash.roff", cmd); in special_commands()
27 let cmd = common::quoting_command(name); in quoting()
28 common::assert_matches_path("tests/snapshots/quoting.bash.roff", cmd); in quoting()
34 let cmd = common::aliases_command(name); in aliases()
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c250 backtrack_common common; member
261 backtrack_common common; member
283 backtrack_common common; member
293 backtrack_common common; member
298 backtrack_common common; member
312 backtrack_common common; member
332 backtrack_common common; member
344 backtrack_common common; member
592 #define OVECTOR_START (common->ovector_start)
594 #define OVECTOR_PRIV(i) (common->cbra_ptr + (i) * (sljit_sw)sizeof(sljit_sw))
[all …]
/third_party/node/deps/npm/test/tap/
Dbugs.js1 var common = require('../common-tap.js') variable
2 common.pendIfWindows('not working because Windows and shebangs')
11 var outFile = path.join(common.pkg, '/_output')
13 var opts = { cwd: common.pkg }
17 'echo "$@" > ' + JSON.stringify(common.pkg) + '/_output\n'
18 fs.writeFileSync(join(common.pkg, '/_script.sh'), s, 'ascii')
19 fs.chmodSync(join(common.pkg, '/_script.sh'), '0755')
25 mr({ port: common.port }, function (er, s) {
26 common.npm(
29 '--registry=' + common.registry,
[all …]
Drepo.js1 var common = require('../common-tap.js') variable
8 var fakeBrowser = path.join(common.pkg, '_script.sh')
9 var outFile = path.join(common.pkg, '_output')
10 var opts = { cwd: common.pkg }
13 common.pendIfWindows('This is trickier to convert without opening new shells')
16 mkdirp.sync(common.pkg)
18 'echo "$@" > ' + JSON.stringify(common.pkg) + '/_output\n'
26 mr({ port: common.port }, function (er, s) {
27 common.npm([
29 '--registry=' + common.registry,
[all …]
Daccess.js10 const common = require('../common-tap.js') constant
12 const pkg = common.pkg
22 mr({port: common.port}, function (err, s) {
43 common.npm(
47 '--registry', common.registry,
66 common.npm([
69 '--registry', common.registry
87 common.npm([
90 '--registry', common.registry
107 common.npm(
[all …]
/third_party/libabigail/tests/data/test-read-dwarf/
DPR25007-sdhci.ko.abi40 …ernel/aosp/common-mainline/common/drivers/mmc/host/sdhci.c' comp-dir-path='/ws/android/kernel/aosp…
104 …<enum-decl name='dl_dev_state' filepath='/ws/android/kernel/aosp/common-mainline/common/include/li…
111 …<enum-decl name='dma_data_direction' filepath='/ws/android/kernel/aosp/common-mainline/common/incl…
118 …<enum-decl name='hrtimer_restart' filepath='/ws/android/kernel/aosp/common-mainline/common/include…
123 …<enum-decl name='kobj_ns_type' filepath='/ws/android/kernel/aosp/common-mainline/common/include/li…
129 …<enum-decl name='led_brightness' filepath='/ws/android/kernel/aosp/common-mainline/common/include/…
136 …<enum-decl name='memory_type' filepath='/ws/android/kernel/aosp/common-mainline/common/include/lin…
143 …<enum-decl name='migrate_mode' filepath='/ws/android/kernel/aosp/common-mainline/common/include/li…
150 …<enum-decl name='module_state' filepath='/ws/android/kernel/aosp/common-mainline/common/include/li…
157 …<enum-decl name='page_entry_size' filepath='/ws/android/kernel/aosp/common-mainline/common/include…
[all …]
/third_party/vk-gl-cts/framework/common/
DBUILD.gn26 "//third_party/vk-gl-cts/framework/common/tcuApp.cpp",
27 "//third_party/vk-gl-cts/framework/common/tcuArray.cpp",
28 "//third_party/vk-gl-cts/framework/common/tcuAstcUtil.cpp",
29 "//third_party/vk-gl-cts/framework/common/tcuBilinearImageCompare.cpp",
30 "//third_party/vk-gl-cts/framework/common/tcuCPUWarmup.cpp",
31 "//third_party/vk-gl-cts/framework/common/tcuCommandLine.cpp",
32 "//third_party/vk-gl-cts/framework/common/tcuCompressedTexture.cpp",
33 "//third_party/vk-gl-cts/framework/common/tcuDefs.cpp",
34 "//third_party/vk-gl-cts/framework/common/tcuEither.cpp",
35 "//third_party/vk-gl-cts/framework/common/tcuFactoryRegistry.cpp",
[all …]
/third_party/icu/icu4c/
DBUILD.gn19 "//third_party/icu/icu4c/source/common",
29 include_dirs = [ "//third_party/icu/icu4c/source/common" ]
71 "//third_party/icu/icu4c/source/common/ubiditransform.cpp",
72 "//third_party/icu/icu4c/source/common/locutil.cpp",
73 "//third_party/icu/icu4c/source/common/cstring.cpp",
74 "//third_party/icu/icu4c/source/common/rbbiscan.cpp",
75 "//third_party/icu/icu4c/source/common/utrie.cpp",
76 "//third_party/icu/icu4c/source/common/cwchar.cpp",
77 "//third_party/icu/icu4c/source/common/bytestriebuilder.cpp",
78 "//third_party/icu/icu4c/source/common/umapfile.cpp",
[all …]

12345678910>>...206