| /third_party/boost/boost/hana/core/ |
| D | common.hpp | 31 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/ |
| D | test-eslint-required-modules.js | 3 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
|
| D | test-domain-promise.js | 2 const common = require('../common'); constant 40 `, { common, assert, process, d }); property
|
| D | test-process-exit-handler.js | 2 const common = require('../common'); constant
|
| D | test-promise-handled-rejection-no-warning.js | 2 const common = require('../common'); constant
|
| D | test-warn-sigprof.js | 3 const common = require('../common'); constant
|
| D | test-promise-unhandled-warn-no-hook.js | 4 const common = require('../common'); constant
|
| D | test-warn-stream-wrap.js | 3 const common = require('../common'); constant
|
| D | test-promise-unhandled-warn.js | 4 const common = require('../common'); constant
|
| D | test-timers-immediate-unref-simple.js | 3 const common = require('../common'); constant
|
| D | test-promise-unhandled-silent.js | 4 const common = require('../common'); constant
|
| /third_party/uboot/u-boot-2020.01/drivers/usb/gadget/ |
| D | f_mass_storage.c | 372 struct fsg_common *common; member 387 static inline int __fsg_is_set(struct fsg_common *common, in __fsg_is_set() 397 #define fsg_is_set(common) likely(__fsg_is_set(common, __func__, __LINE__)) argument 408 static int exception_in_progress(struct fsg_common *common) in exception_in_progress() 414 static void set_bulk_out_req_length(struct fsg_common *common, in set_bulk_out_req_length() 451 static void wakeup_thread(struct fsg_common *common) in wakeup_thread() 456 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) in raise_exception() 470 static int ep0_queue(struct fsg_common *common) in ep0_queue() 491 struct fsg_common *common = ep->driver_data; in bulk_in_complete() local 508 struct fsg_common *common = ep->driver_data; in bulk_out_complete() local [all …]
|
| /third_party/glib/glib/pcre/ |
| D | pcre_jit_compile.c | 204 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/ |
| D | pcre2_jit_compile.c | 250 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/ |
| D | matroska-read-common.c | 53 #define DEBUG_ELEMENT_START(common, ebml, element) \ argument 57 #define DEBUG_ELEMENT_STOP(common, ebml, element, ret) \ argument 751 gst_matroska_read_common_do_index_seek (GstMatroskaReadCommon * common, in gst_matroska_read_common_do_index_seek() 821 gst_matroska_read_common_found_global_tag (GstMatroskaReadCommon * common, in gst_matroska_read_common_found_global_tag() 834 gst_matroska_read_common_get_length (GstMatroskaReadCommon * common) in gst_matroska_read_common_get_length() 847 gst_matroska_read_common_get_seek_track (GstMatroskaReadCommon * common, in gst_matroska_read_common_get_seek_track() 868 gst_matroska_read_common_parse_skip (GstMatroskaReadCommon * common, in gst_matroska_read_common_parse_skip() 884 gst_matroska_read_common_parse_attached_file (GstMatroskaReadCommon * common, in gst_matroska_read_common_parse_attached_file() 1055 gst_matroska_read_common_parse_attachments (GstMatroskaReadCommon * common, in gst_matroska_read_common_parse_attachments() 1148 gst_matroska_read_common_parse_metadata_targets (GstMatroskaReadCommon * common, in gst_matroska_read_common_parse_metadata_targets() [all …]
|
| /third_party/uboot/u-boot-2020.01/arch/x86/include/asm/arch-queensbay/fsp/ |
| D | fsp_configs.h | 10 struct fsp_cfg_common common; member 15 struct common_buf common; /* FSP common runtime data structure */ member
|
| /third_party/typescript/tests/baselines/reference/ |
| D | normalizedIntersectionTooComplex.js | 37 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/ |
| D | pixman-image.c | 112 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/libxkbcommon/src/xkbcomp/ |
| D | ast.h | 154 ParseCommon common; member 164 ParseCommon common; member 245 ParseCommon common; member 263 ParseCommon common; member 270 ParseCommon common; member 277 ParseCommon common; member 284 ParseCommon common; member 291 ParseCommon common; member 298 ParseCommon common; member 305 ParseCommon common; member [all …]
|
| /third_party/uboot/u-boot-2020.01/drivers/adc/ |
| D | stm32-adc-core.c | 59 struct stm32_adc_common *common) in stm32h7_adc_clk_sel() 141 struct stm32_adc_common *common = dev_get_priv(dev); in stm32_adc_core_probe() local
|
| /third_party/node/test/node-api/test_callback_scope/ |
| D | test-resolve-async.js | 3 const common = require('../../common'); constant
|
| /third_party/node/test/fixtures/ |
| D | test-resolution-inspect-brk-resolver.js | 2 const common = require('../common'); constant
|
| /third_party/node/test/node-api/test_uv_loop/ |
| D | test.js | 2 const common = require('../../common'); constant
|
| /third_party/node/test/addons/async-hello-world/ |
| D | test-makecallback-uncaught.js | 2 const common = require('../../common'); constant
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | thisPredicateFunctionCompletions01.ts | 43 const common: ReadonlyArray<string> = ["isFile", "isDirectory", "isNetworked", "path"]; constant
|