Home
last modified time | relevance | path

Searched refs:forward (Results 276 – 300 of 640) sorted by relevance

1...<<11121314151617181920>>...26

/freebsd/share/colldef/
H A Dhr_HR.ISO8859-2.src140 order_start forward;forward;forward;forward
H A Dsr_RS.ISO8859-2.src140 order_start forward;forward;forward;forward
H A Dda_DK.ISO8859-1.src165 order_start forward;forward;forward;forward
H A Dda_DK.ISO8859-15.src160 order_start forward;forward;forward;forward
H A Dnb_NO.ISO8859-1.src163 order_start forward;forward;forward;forward
H A Dnb_NO.ISO8859-15.src158 order_start forward;forward;forward;forward
H A Dnn_NO.ISO8859-1.src163 order_start forward;forward;forward;forward
H A Dnn_NO.ISO8859-15.src158 order_start forward;forward;forward;forward
/freebsd/share/colldef_unicode/
H A Dhe_IL.UTF-8.src143 order_start forward;forward;forward;forward
H A Dhi_IN.UTF-8.src207 order_start forward;forward;forward;forward
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h604 std::get<index>(std::forward_as_tuple(std::forward<Args>(args)...)),
607 std::forward<Args>(args)...);
611 std::forward<decltype(callable)>(callable), unpacked_params...);
651 internal::FlatTupleConstructTag{}, std::forward<Params>(params)...)}; in InvokeArgument()
/freebsd/crypto/openssh/regress/
H A DREADME.regress108 dynamic-forward.sh: dynamic forwarding
127 forward-control.sh: sshd control of local and remote forwarding
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h210 return new (alloc.Allocate<T>()) T(std::forward<Args>(args)...); in MakeNode()
/freebsd/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh83 : ${forward_conf:=${workdir}/forward.conf}
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbolSet.h121 : iterator_adaptor_base(std::forward<U &&>(u)) {}
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h197 FPM.addPass(std::forward<PassT>(Pass)); in operator()
208 MPM.addPass(std::forward<PassT>(Pass)); in operator()
235 PM.addPass(std::forward<PassT>(Pass)); in operator()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp152 Printer.format(std::forward<Args>(args)...); in formatInternal()
154 Printer.formatLine(std::forward<Args>(args)...); in formatInternal()
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in1168 # or by ipaddress. Use an entry with name "." to forward all queries.
1169 # If you enable forward-first, it attempts without the forward if it fails.
1170 # forward-zone:
1172 # forward-addr: 192.0.2.68
1173 # forward-addr: 192.0.2.73@5355 # forward to port 5355.
1174 # forward-first: no
1175 # forward-tcp-upstream: no
1176 # forward-tls-upstream: no
1177 # forward-no-cache: no
1178 # forward-zone:
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_keytab.c184 perf_delete(krb5_context context, krb5_keytab id, int forward, int times) in perf_delete() argument
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7476.yaml14 A lot of simple SPI ADCs have very straight forward interfaces.
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h115 *Server, std::forward<TransportTCtorArgTs>(TransportTCtorArgs)...); in Create()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h52 InstanceImpl().emplace(std::forward<T>(t)...); in Initialize()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEGenerator.h163 *OutputDIE->addValue(Allocator, Attr, AttrForm, std::forward<T>(Value)); in addAttribute()
/freebsd/contrib/llvm-project/libcxx/include/
H A Ddeque217 #include <__utility/forward.h>
606 emplace_back(std::forward<decltype(__e)>(__e));
748 insert_range(begin(), std::forward<_Range>(__range));
753 insert_range(end(), std::forward<_Range>(__range));
1587 __alloc_traits::construct(__a, std::addressof(*end()), std::forward<_Args>(__args)...);
1651 } else { // insert by shifting things forward
1689 __temp_value<value_type, _Allocator> __tmp(__alloc(), std::forward<_Args>(__args)...);
1699 } else { // insert by shifting things forward
1751 } else { // insert by shifting things forward
1802 } else { // insert by shifting things forward
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h247 InsertIntoBucket(TheBucket, std::move(Key), std::forward<Ts>(Args)...); in try_emplace()
271 TheBucket = InsertIntoBucket(TheBucket, Key, std::forward<Ts>(Args)...); in try_emplace()
576 TheBucket->getFirst() = std::forward<KeyArg>(Key); in InsertIntoBucket()
577 ::new (&TheBucket->getSecond()) ValueT(std::forward<ValueArgs>(Values)...); in InsertIntoBucket()

1...<<11121314151617181920>>...26