Home
last modified time | relevance | path

Searched defs:common (Results 1 – 25 of 3298) sorted by relevance

12345678910>>...132

/third_party/boost/libs/hana/include/boost/hana/core/
Dcommon.hpp31 struct common : common<T, U, when<true>> { }; struct
35 struct common<T, U, when<condition>> struct
40 struct common<T, T> { struct
51 struct has_common<T, U, detail::void_t<typename common<T, U>::type>> argument
78 struct common<A, B, when< struct
85 typename common<typename A::value_type, argument
91 struct common<A, B, when< struct
96 using type = typename common<typename A::value_type, B>::type; argument
100 struct common<A, B, when< struct
105 using type = typename common<A, typename B::value_type>::type; argument
/third_party/boost/boost/hana/core/
Dcommon.hpp31 struct common : common<T, U, when<true>> { }; struct
35 struct common<T, U, when<condition>> struct
40 struct common<T, T> { struct
51 struct has_common<T, U, detail::void_t<typename common<T, U>::type>> argument
78 struct common<A, B, when< struct
85 typename common<typename A::value_type, argument
91 struct common<A, B, when< struct
96 using type = typename common<typename A::value_type, B>::type; argument
100 struct common<A, B, when< struct
105 using type = typename common<A, typename B::value_type>::type; argument
/third_party/node/test/parallel/
Dtest-eslint-required-modules.js3 const common = require('../common'); constant
16 options: [{ common: 'common' }] property
24 options: [{ common: 'common(/index\\.(m)?js)?$' }] property
28 options: [{ common: 'common(/index\\.(m)?js)?$' }] property
34 options: [{ common: 'common' }], property
39 options: [{ common: 'common(/index\\.(m)?js)?$' }], property
47 options: [{ common: 'common' }], property
Dtest-domain-promise.js2 const common = require('../common'); constant
40 `, { common, assert, process, d }); property
Dtest-promise-unhandled-silent.js4 const common = require('../common'); constant
Dtest-promise-handled-rejection-no-warning.js2 const common = require('../common'); constant
Dtest-timers-unrefed-in-beforeexit.js3 const common = require('../common'); constant
Dtest-warn-stream-wrap.js3 const common = require('../common'); constant
Dtest-worker-message-port-close-while-receiving.js2 const common = require('../common'); constant
Dtest-promise-unhandled-warn.js4 const common = require('../common'); constant
Dtest-timers-immediate-unref-nested-once.js3 const common = require('../common'); constant
Dtest-promise-unhandled-warn-no-hook.js4 const common = require('../common'); constant
Dtest-process-beforeexit-throw-exit.js2 const common = require('../common'); constant
Dtest-timer-immediate.js2 const common = require('../common'); constant
/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
474 static pcre_uchar *next_opcode(compiler_common *common, pcre_uchar *cc) in next_opcode()
670 static int get_localspace(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend) in get_localspace()
741 static void set_localptrs(compiler_common *common, int localptr, pcre_uchar *ccend) in set_localptrs()
791 static int get_framesize(compiler_common *common, pcre_uchar *cc, BOOL recursive) in get_framesize()
[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
870 static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) in next_opcode()
1071 static BOOL check_opcode_types(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend) in check_opcode_types()
[all …]
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c53 #define DEBUG_ELEMENT_START(common, ebml, element) \ argument
57 #define DEBUG_ELEMENT_STOP(common, ebml, element, ret) \ argument
632 gst_matroska_read_common_do_index_seek (GstMatroskaReadCommon * common, 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()
717 gst_matroska_read_common_get_length (GstMatroskaReadCommon * common) in gst_matroska_read_common_get_length()
730 gst_matroska_read_common_get_seek_track (GstMatroskaReadCommon * common, in gst_matroska_read_common_get_seek_track()
751 gst_matroska_read_common_parse_skip (GstMatroskaReadCommon * common, in gst_matroska_read_common_parse_skip()
767 gst_matroska_read_common_parse_attached_file (GstMatroskaReadCommon * common, in gst_matroska_read_common_parse_attached_file()
941 gst_matroska_read_common_parse_attachments (GstMatroskaReadCommon * common, in gst_matroska_read_common_parse_attachments()
1034 gst_matroska_read_common_parse_metadata_targets (GstMatroskaReadCommon * common, in gst_matroska_read_common_parse_metadata_targets()
[all …]
/third_party/typescript/tests/baselines/reference/
DnormalizedIntersectionTooComplex.js37 const comp = ctor({ common: "ok", ref: x => console.log(x) }); property
44 var comp = ctor({ common: "ok", ref: function (x) { return console.log(x); } }); property
/third_party/pixman/pixman/
Dpixman-image.c112 image_common_t *common = &image->common; in _pixman_image_init() local
137 image_common_t *common = (image_common_t *)image; in _pixman_image_fini() local
572 image_common_t *common = (image_common_t *)image; in pixman_image_set_clip_region32() local
596 image_common_t *common = (image_common_t *)image; in pixman_image_set_clip_region() local
634 image_common_t *common = (image_common_t *)image; in pixman_image_set_transform() local
728 image_common_t *common = (image_common_t *)image; in pixman_image_set_filter() local
806 image_common_t *common = (image_common_t *)image; in pixman_image_set_alpha_map() local
/third_party/mesa3d/include/android_stub/hardware/
Dhwvulkan.h33 struct hw_module_t common; member
61 struct hw_device_t common; member
/third_party/node/test/node-api/test_uv_loop/
Dtest.js2 const common = require('../../common'); constant
/third_party/node/test/addons/async-hello-world/
Dtest-makecallback-uncaught.js2 const common = require('../../common'); constant
/third_party/node/test/fixtures/
Doverwrite-config-preload-module.js2 const common = require('../common'); constant
/third_party/typescript/tests/cases/fourslash/
DthisPredicateFunctionCompletions01.ts43 const common: ReadonlyArray<string> = ["isFile", "isDirectory", "isNetworked", "path"]; constant
/third_party/node/test/node-api/test_callback_scope/
Dtest-resolve-async.js3 const common = require('../../common'); constant

12345678910>>...132