/third_party/uboot/u-boot-2020.01/board/imgtec/boston/ |
D | config.mk | 9 u-boot.mcs: u-boot.bin 14 ALL-$(has_srec_cat) += u-boot.mcs 15 CLEAN_FILES += u-boot.mcs
|
/third_party/skia/third_party/externals/brotli/csharp/ |
D | transpile.sh | 16 if ! which mcs >/dev/null; then 80 mcs $SOURCES -target:library -out:build/brotlidec.dll 81 mcs $SOURCES $TESTS_SOURCES -target:library -out:build/brotlidec_test.dll -r:build/NUnit.3.6.1/lib/…
|
/third_party/boost/tools/build/src/build/ |
D | property.py | 51 def __call__(mcs, f, value, condition=None): argument 64 if key not in mcs._registry: 65 instance = super(PropertyMeta, mcs).__call__(f, value, condition) 66 mcs._registry[key] = instance 67 return mcs._registry[key]
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | _parameterized.py | 360 def __new__(mcs, class_name, bases, dct): argument 369 return type.__new__(mcs, class_name, bases, dct)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ieee802_11_he.c | 94 os_memcpy(cap->optional, mode->he_capab[opmode].mcs, mcs_nss_size); in hostapd_eid_he_capab() 274 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ieee802_11_he.c | 94 os_memcpy(cap->optional, mode->he_capab[opmode].mcs, mcs_nss_size); in hostapd_eid_he_capab() 274 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs()
|
/third_party/boost/libs/mpi/doc/ |
D | mpi.qbk | 16 [def _MPI_ [@http://www-unix.mcs.anl.gov/mpi/ MPI]] 18 [@http://www-unix.mcs.anl.gov/mpi/implementations.html 25 [def _MPICH_ [@http://www-unix.mcs.anl.gov/mpi/mpich/ MPICH2]]
|
D | getting_started.qbk | 13 * [@http://www-unix.mcs.anl.gov/mpi/mpich/ MPICH2]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211_capa.c | 1322 u8 *mcs; in phy_info_ht_capa() local 1323 mcs = nla_data(mcs_set); in phy_info_ht_capa() 1324 os_memcpy(mode->mcs_set, mcs, 16); in phy_info_ht_capa() 1337 u8 *mcs; in phy_info_vht_capa() local 1338 mcs = nla_data(mcs_set); in phy_info_vht_capa() 1339 os_memcpy(mode->vht_mcs_set, mcs, 8); in phy_info_vht_capa() 1610 if (len > sizeof(he_capab->mcs)) in phy_info_iftype_copy() 1611 len = sizeof(he_capab->mcs); in phy_info_iftype_copy() 1612 os_memcpy(he_capab->mcs, in phy_info_iftype_copy()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211_capa.c | 1322 u8 *mcs; in phy_info_ht_capa() local 1323 mcs = nla_data(mcs_set); in phy_info_ht_capa() 1324 os_memcpy(mode->mcs_set, mcs, 16); in phy_info_ht_capa() 1337 u8 *mcs; in phy_info_vht_capa() local 1338 mcs = nla_data(mcs_set); in phy_info_vht_capa() 1339 os_memcpy(mode->vht_mcs_set, mcs, 8); in phy_info_vht_capa() 1610 if (len > sizeof(he_capab->mcs)) in phy_info_iftype_copy() 1611 len = sizeof(he_capab->mcs); in phy_info_iftype_copy() 1612 os_memcpy(he_capab->mcs, in phy_info_iftype_copy()
|
D | nl80211_copy.h | 4505 __u16 mcs[NL80211_VHT_NSS_MAX]; member
|
/third_party/skia/third_party/externals/jinja2/ |
D | ext.py | 44 def __new__(mcs, name, bases, d): argument 45 rv = type.__new__(mcs, name, bases, d)
|
D | runtime.py | 124 def __new__(mcs, name, bases, d): argument 125 rv = type.__new__(mcs, name, bases, d)
|
D | nodes.py | 49 def __new__(mcs, name, bases, d): argument 58 return type.__new__(mcs, name, bases, d)
|
/third_party/jinja2/ |
D | ext.py | 44 def __new__(mcs, name, bases, d): argument 45 rv = type.__new__(mcs, name, bases, d)
|
D | runtime.py | 124 def __new__(mcs, name, bases, d): argument 125 rv = type.__new__(mcs, name, bases, d)
|
D | nodes.py | 49 def __new__(mcs, name, bases, d): argument 58 return type.__new__(mcs, name, bases, d)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | msvs.py | 393 mcs = rule.get('msvs_cygwin_shell') 394 if mcs is None: 395 mcs = int(spec.get('msvs_cygwin_shell', 1)) 396 elif isinstance(mcs, str): 397 mcs = int(mcs) 399 return _BuildCommandLineForRuleRaw(spec, rule['action'], mcs, has_input_path,
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | msvs.py | 442 mcs = rule.get("msvs_cygwin_shell") 443 if mcs is None: 444 mcs = int(spec.get("msvs_cygwin_shell", 1)) 445 elif isinstance(mcs, str): 446 mcs = int(mcs) 449 spec, rule["action"], mcs, has_input_path, quote_cmd, do_setup_env=do_setup_env
|
/third_party/gettext/gettext-tools/doc/ |
D | lang-csharp.texi | 14 mono-mcs 99 use the @code{monoresgen} program (from the @code{mono}/@code{mcs} package).
|
/third_party/boost/libs/graph_parallel/doc/ |
D | index.rst | 114 .. _MPI: http://www-unix.mcs.anl.gov/mpi/
|
D | dijkstra_example.rst | 163 .. _MPI: http://www-unix.mcs.anl.gov/mpi/
|
/third_party/gettext/ |
D | HACKING | 117 + Ubuntu package: mono-mcs
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | vmservice.dart | 1021 final double mcs = _totalCollectionTimeInSeconds * 1024 return Duration(microseconds: mcs.ceil()); 1028 final double mcs = _averageCollectionPeriodInMillis * 1030 return Duration(microseconds: mcs.ceil());
|
/third_party/gettext/gnulib-local/lib/ |
D | ChangeLog.1 | 223 Avoid warnings from recent versions of mcs. 225 more. Use options documented since mcs-1.0 instead. Similarly for -g. 714 (mcs invocation): Use it. Fix exit code. 1053 * csharpcomp.sh.in: Copy the mcs output to stderr, dropping the 1056 (compile_csharp_class): Copy the mcs output to stderr, dropping the
|