Home
last modified time | relevance | path

Searched refs:NFS (Results 1 – 25 of 74) sorted by relevance

123

/third_party/node/deps/icu-small/source/i18n/
Dnumrange_fluent.cpp194 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 …]
Dnumber_fluent.cpp393 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/
Dnumrange_fluent.cpp194 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 …]
Dnumber_fluent.cpp393 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/
Dnumrange_fluent.cpp193 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 …]
Dnumber_fluent.cpp364 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/
Dnumrange_fluent.cpp183 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 …]
Dnumber_fluent.cpp354 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/
Ddeploy_info1 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
DREADME41 | NFS SERVER |
50 | NFS Client 1 | | NFS Client 1 | | NFS Client 1 |
/third_party/ltp/testcases/network/rpc/basic_tests/
DREADME6 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/
DREADME57 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/
Dltpfs.part12 # Check the EXT2 & NFS filesystems
/third_party/curl/packages/vms/
Dcompare_curl_source.com17 $! 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/
DREADME93 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/
DREADME99 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/
DMPC8349EMDS_SLAVE_defconfig90 CONFIG_PREBOOT="echo;echo Type \"run flash_nfs\" to mount root filesystem over NFS;echo"
DMPC8349EMDS_defconfig91 CONFIG_PREBOOT="echo;echo Type \"run flash_nfs\" to mount root filesystem over NFS;echo"
DMPC8349EMDS_PCI64_defconfig90 CONFIG_PREBOOT="echo;echo Type \"run flash_nfs\" to mount root filesystem over NFS;echo"
/third_party/ltp/testcases/kdump/sample/
Drunkdump.CRASHER.RHEL75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.EXTRA_LKDTM.SLES75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.BASIC_LKDTM.RHEL75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.EXTRA_LKDTM.RHEL75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.CRASHER.SLES75 # Dump vmcore on a mounted NFS filesystem.
Drunkdump.BASIC_LKDTM.SLES75 # Dump vmcore on a mounted NFS filesystem.

123