/third_party/node/deps/icu-small/source/i18n/ |
D | numrange_fluent.cpp | 194 template<typename T> using NFS = NumberRangeFormatterSettings<T>; typedef 199 : UNF(static_cast<const NFS<UNF>&>(other)) {} in UnlocalizedNumberRangeFormatter() 201 UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(const NFS<UNF>& other) in UnlocalizedNumberRangeFormatter() 202 : NFS<UNF>(other) { in UnlocalizedNumberRangeFormatter() 208 : UNF(static_cast<NFS<UNF>&&>(src)) {} in UnlocalizedNumberRangeFormatter() 210 UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(NFS<UNF>&& src) U_NOEXCEPT in UnlocalizedNumberRangeFormatter() 211 : NFS<UNF>(std::move(src)) { in UnlocalizedNumberRangeFormatter() 216 NFS<UNF>::operator=(static_cast<const NFS<UNF>&>(other)); in operator =() 222 NFS<UNF>::operator=(static_cast<NFS<UNF>&&>(src)); in operator =() 229 : LNF(static_cast<const NFS<LNF>&>(other)) {} in LocalizedNumberRangeFormatter() [all …]
|
D | number_fluent.cpp | 393 template<typename T> using NFS = NumberFormatterSettings<T>; typedef 398 : UNF(static_cast<const NFS<UNF>&>(other)) {} in UnlocalizedNumberFormatter() 400 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const NFS<UNF>& other) in UnlocalizedNumberFormatter() 401 : NFS<UNF>(other) { in UnlocalizedNumberFormatter() 407 : UNF(static_cast<NFS<UNF>&&>(src)) {} in UnlocalizedNumberFormatter() 409 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(NFS<UNF>&& src) U_NOEXCEPT in UnlocalizedNumberFormatter() 410 : NFS<UNF>(std::move(src)) { in UnlocalizedNumberFormatter() 415 NFS<UNF>::operator=(static_cast<const NFS<UNF>&>(other)); in operator =() 421 NFS<UNF>::operator=(static_cast<NFS<UNF>&&>(src)); in operator =() 428 : LNF(static_cast<const NFS<LNF>&>(other)) {} in LocalizedNumberFormatter() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numrange_fluent.cpp | 194 template<typename T> using NFS = NumberRangeFormatterSettings<T>; typedef 199 : UNF(static_cast<const NFS<UNF>&>(other)) {} in UnlocalizedNumberRangeFormatter() 201 UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(const NFS<UNF>& other) in UnlocalizedNumberRangeFormatter() 202 : NFS<UNF>(other) { in UnlocalizedNumberRangeFormatter() 208 : UNF(static_cast<NFS<UNF>&&>(src)) {} in UnlocalizedNumberRangeFormatter() 210 UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(NFS<UNF>&& src) U_NOEXCEPT in UnlocalizedNumberRangeFormatter() 211 : NFS<UNF>(std::move(src)) { in UnlocalizedNumberRangeFormatter() 216 NFS<UNF>::operator=(static_cast<const NFS<UNF>&>(other)); in operator =() 222 NFS<UNF>::operator=(static_cast<NFS<UNF>&&>(src)); in operator =() 229 : LNF(static_cast<const NFS<LNF>&>(other)) {} in LocalizedNumberRangeFormatter() [all …]
|
D | number_fluent.cpp | 393 template<typename T> using NFS = NumberFormatterSettings<T>; typedef 398 : UNF(static_cast<const NFS<UNF>&>(other)) {} in UnlocalizedNumberFormatter() 400 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const NFS<UNF>& other) in UnlocalizedNumberFormatter() 401 : NFS<UNF>(other) { in UnlocalizedNumberFormatter() 407 : UNF(static_cast<NFS<UNF>&&>(src)) {} in UnlocalizedNumberFormatter() 409 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(NFS<UNF>&& src) U_NOEXCEPT in UnlocalizedNumberFormatter() 410 : NFS<UNF>(std::move(src)) { in UnlocalizedNumberFormatter() 415 NFS<UNF>::operator=(static_cast<const NFS<UNF>&>(other)); in operator =() 421 NFS<UNF>::operator=(static_cast<NFS<UNF>&&>(src)); in operator =() 428 : LNF(static_cast<const NFS<LNF>&>(other)) {} in LocalizedNumberFormatter() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | numrange_fluent.cpp | 193 template<typename T> using NFS = NumberRangeFormatterSettings<T>; typedef 198 : UNF(static_cast<const NFS<UNF>&>(other)) {} in UnlocalizedNumberRangeFormatter() 200 UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(const NFS<UNF>& other) in UnlocalizedNumberRangeFormatter() 201 : NFS<UNF>(other) { in UnlocalizedNumberRangeFormatter() 207 : UNF(static_cast<NFS<UNF>&&>(src)) {} in UnlocalizedNumberRangeFormatter() 209 UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(NFS<UNF>&& src) U_NOEXCEPT in UnlocalizedNumberRangeFormatter() 210 : NFS<UNF>(std::move(src)) { in UnlocalizedNumberRangeFormatter() 215 NFS<UNF>::operator=(static_cast<const NFS<UNF>&>(other)); in operator =() 221 NFS<UNF>::operator=(static_cast<NFS<UNF>&&>(src)); in operator =() 228 : LNF(static_cast<const NFS<LNF>&>(other)) {} in LocalizedNumberRangeFormatter() [all …]
|
D | number_fluent.cpp | 364 template<typename T> using NFS = NumberFormatterSettings<T>; typedef 369 : UNF(static_cast<const NFS<UNF>&>(other)) {} in UnlocalizedNumberFormatter() 371 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const NFS<UNF>& other) in UnlocalizedNumberFormatter() 372 : NFS<UNF>(other) { in UnlocalizedNumberFormatter() 378 : UNF(static_cast<NFS<UNF>&&>(src)) {} in UnlocalizedNumberFormatter() 380 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(NFS<UNF>&& src) U_NOEXCEPT in UnlocalizedNumberFormatter() 381 : NFS<UNF>(std::move(src)) { in UnlocalizedNumberFormatter() 386 NFS<UNF>::operator=(static_cast<const NFS<UNF>&>(other)); in operator =() 392 NFS<UNF>::operator=(static_cast<NFS<UNF>&&>(src)); in operator =() 399 : LNF(static_cast<const NFS<LNF>&>(other)) {} in LocalizedNumberFormatter() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | numrange_fluent.cpp | 183 template<typename T> using NFS = NumberRangeFormatterSettings<T>; typedef 188 : UNF(static_cast<const NFS<UNF>&>(other)) {} in UnlocalizedNumberRangeFormatter() 190 UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(const NFS<UNF>& other) in UnlocalizedNumberRangeFormatter() 191 : NFS<UNF>(other) { in UnlocalizedNumberRangeFormatter() 197 : UNF(static_cast<NFS<UNF>&&>(src)) {} in UnlocalizedNumberRangeFormatter() 199 UnlocalizedNumberRangeFormatter::UnlocalizedNumberRangeFormatter(NFS<UNF>&& src) U_NOEXCEPT in UnlocalizedNumberRangeFormatter() 200 : NFS<UNF>(std::move(src)) { in UnlocalizedNumberRangeFormatter() 205 NFS<UNF>::operator=(static_cast<const NFS<UNF>&>(other)); in operator =() 211 NFS<UNF>::operator=(static_cast<NFS<UNF>&&>(src)); in operator =() 218 : LNF(static_cast<const NFS<LNF>&>(other)) {} in LocalizedNumberRangeFormatter() [all …]
|
D | number_fluent.cpp | 354 template<typename T> using NFS = NumberFormatterSettings<T>; typedef 359 : UNF(static_cast<const NFS<UNF>&>(other)) {} in UnlocalizedNumberFormatter() 361 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const NFS<UNF>& other) in UnlocalizedNumberFormatter() 362 : NFS<UNF>(other) { in UnlocalizedNumberFormatter() 368 : UNF(static_cast<NFS<UNF>&&>(src)) {} in UnlocalizedNumberFormatter() 370 UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(NFS<UNF>&& src) U_NOEXCEPT in UnlocalizedNumberFormatter() 371 : NFS<UNF>(std::move(src)) { in UnlocalizedNumberFormatter() 376 NFS<UNF>::operator=(static_cast<const NFS<UNF>&>(other)); in operator =() 382 NFS<UNF>::operator=(static_cast<NFS<UNF>&&>(src)); in operator =() 389 : LNF(static_cast<const NFS<LNF>&>(other)) {} in LocalizedNumberFormatter() [all …]
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
D | deploy_info | 1 locktest.py script aims to help deploying and running locktests over multiple NFS 4 The source code of NFS client test is in ./deploy/locktests.tar.gz 12 -s <server>:<mountpoint> : NFS server to use, followed by full directory to mount
|
D | README | 41 | NFS SERVER | 50 | NFS Client 1 | | NFS Client 1 | | NFS Client 1 |
|
/third_party/ltp/testcases/network/rpc/basic_tests/ |
D | README | 6 used to NFS mount. 11 Also, on the remote server which has the NFS directory exported, it is
|
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8323erdb/ |
D | README | 57 netmask, ethaddr, eth1addr, rootpath (if using NFS root), 61 want an NFS root or a ramdisk root:
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | ltpfs.part1 | 2 # Check the EXT2 & NFS filesystems
|
/third_party/curl/packages/vms/ |
D | compare_curl_source.com | 17 $! NFS mounted volume. 53 $! not use NFS as a source directory so I need to make a copy. 58 $! If your repository checkout is not on an NFS mounted volume, you do not 67 $! not use NFS as a source directory so I need to make a copy.
|
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8315erdb/ |
D | README | 93 netmask, ethaddr, eth1addr, rootpath (if using NFS root), 97 want an NFS root or a ramdisk root:
|
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8313erdb/ |
D | README | 99 netmask, ethaddr, eth1addr, rootpath (if using NFS root), 103 want an NFS root or a ramdisk root:
|
/third_party/uboot/u-boot-2020.01/configs/ |
D | MPC8349EMDS_SLAVE_defconfig | 90 CONFIG_PREBOOT="echo;echo Type \"run flash_nfs\" to mount root filesystem over NFS;echo"
|
D | MPC8349EMDS_defconfig | 91 CONFIG_PREBOOT="echo;echo Type \"run flash_nfs\" to mount root filesystem over NFS;echo"
|
D | MPC8349EMDS_PCI64_defconfig | 90 CONFIG_PREBOOT="echo;echo Type \"run flash_nfs\" to mount root filesystem over NFS;echo"
|
/third_party/ltp/testcases/kdump/sample/ |
D | runkdump.CRASHER.RHEL | 75 # Dump vmcore on a mounted NFS filesystem.
|
D | runkdump.EXTRA_LKDTM.SLES | 75 # Dump vmcore on a mounted NFS filesystem.
|
D | runkdump.BASIC_LKDTM.RHEL | 75 # Dump vmcore on a mounted NFS filesystem.
|
D | runkdump.EXTRA_LKDTM.RHEL | 75 # Dump vmcore on a mounted NFS filesystem.
|
D | runkdump.CRASHER.SLES | 75 # Dump vmcore on a mounted NFS filesystem.
|
D | runkdump.BASIC_LKDTM.SLES | 75 # Dump vmcore on a mounted NFS filesystem.
|