Home
last modified time | relevance | path

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

12345678910>>...243

/third_party/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/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/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/pixman/pixman/
Dpixman-image.c45 switch (gradient->common.repeat) in gradient_property_changed()
104 gradient->common.property_changed = gradient_property_changed; in _pixman_init_gradient()
112 image_common_t *common = &image->common; in _pixman_image_init() local
114 pixman_region32_init (&common->clip_region); in _pixman_image_init()
116 common->alpha_count = 0; in _pixman_image_init()
117 common->have_clip_region = FALSE; in _pixman_image_init()
118 common->clip_sources = FALSE; in _pixman_image_init()
119 common->transform = NULL; in _pixman_image_init()
120 common->repeat = PIXMAN_REPEAT_NONE; in _pixman_image_init()
121 common->filter = PIXMAN_FILTER_NEAREST; in _pixman_image_init()
[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.gn18 "//third_party/icu/icu4c/source/common",
41 "//third_party/icu/icu4c/source/common/appendable.cpp",
42 "//third_party/icu/icu4c/source/common/bmpset.cpp",
43 "//third_party/icu/icu4c/source/common/brkeng.cpp",
44 "//third_party/icu/icu4c/source/common/brkiter.cpp",
45 "//third_party/icu/icu4c/source/common/bytesinkutil.cpp",
46 "//third_party/icu/icu4c/source/common/bytestream.cpp",
47 "//third_party/icu/icu4c/source/common/bytestrie.cpp",
48 "//third_party/icu/icu4c/source/common/bytestriebuilder.cpp",
49 "//third_party/icu/icu4c/source/common/bytestrieiterator.cpp",
[all …]
/third_party/boost/libs/type_erasure/test/
Dtest_dynamic_any_cast.cpp25 struct common : ::boost::mpl::vector< struct
34 register_binding<common<>, int>(); in fixture()
44 any<common<> > x(1); in BOOST_AUTO_TEST_CASE()
45 any<common<> > y = dynamic_any_cast<any<common<> > >(x); in BOOST_AUTO_TEST_CASE()
51 any<common<> > x(1); in BOOST_AUTO_TEST_CASE()
52 typedef any< ::boost::mpl::vector<common<>, incrementable<> > > incrementable_any; in BOOST_AUTO_TEST_CASE()
60 any< ::boost::mpl::vector<common<>, decrementable<> > > x(1); in BOOST_AUTO_TEST_CASE()
61 typedef any< ::boost::mpl::vector<common<>, incrementable<> > > incrementable_any; in BOOST_AUTO_TEST_CASE()
69 any<common<> > x(1); in BOOST_AUTO_TEST_CASE()
70 typedef any< ::boost::mpl::vector<common<_a>, incrementable<_a> >, _a> incrementable_any; in BOOST_AUTO_TEST_CASE()
[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-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-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-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-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 …]
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 …]
/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/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 …]
/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/icu/icu4c/
DBUILD.gn19 "//third_party/icu/icu4c/source/common",
29 include_dirs = [ "//third_party/icu/icu4c/source/common" ]
68 "//third_party/icu/icu4c/source/common/ubiditransform.cpp",
69 "//third_party/icu/icu4c/source/common/locutil.cpp",
70 "//third_party/icu/icu4c/source/common/cstring.cpp",
71 "//third_party/icu/icu4c/source/common/rbbiscan.cpp",
72 "//third_party/icu/icu4c/source/common/utrie.cpp",
73 "//third_party/icu/icu4c/source/common/cwchar.cpp",
74 "//third_party/icu/icu4c/source/common/bytestriebuilder.cpp",
75 "//third_party/icu/icu4c/source/common/umapfile.cpp",
[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/glib/glib/pcre/
Dpcre_jit_compile.c204 backtrack_common common; member
215 backtrack_common common; member
235 backtrack_common common; member
245 backtrack_common common; member
250 backtrack_common common; member
266 backtrack_common common; member
412 #define OVECTOR_START (common->ovector_start)
414 #define OVECTOR_PRIV(i) (common->cbraptr + (i) * sizeof(sljit_w))
415 #define PRIV_DATA(cc) (common->localptrs[(cc) - common->start])
431 struct sljit_compiler *compiler = common->compiler
[all …]

12345678910>>...243