| /src/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-nice-strict.h | 176 template <typename TArg1, typename TArg2, typename... An> 177 NiceMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NiceMock() 179 std::forward<An>(args)...) { in NiceMock() 218 template <typename TArg1, typename TArg2, typename... An> 219 NaggyMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NaggyMock() 221 std::forward<An>(args)...) { in NaggyMock() 260 template <typename TArg1, typename TArg2, typename... An> 261 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() 263 std::forward<An>(args)...) { in StrictMock()
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrFormats.td | 14 /// 00 M68000 Dn or An r any register 16 /// 02 M68000 An a address register direct 17 /// 03 M68000 (An) j address register indirect 18 /// 04 M68000 (An)+ o address register indirect with postincrement 19 /// 05 M68000 -(An) e address register indirect with predecrement 20 /// 06 M68000 (d16,An) p address register indirect with displacement 21 /// 10 M68000 (d8,An,Xn.L) f address register indirect with index and scale… 22 /// 07 M68000 (d8,An,Xn.W) F address register indirect with index and scale… 23 /// 12 M68020 (d8,An,Xn.L,SCALE) g address register indirect with index 24 /// 11 M68020 (d8,An,Xn.W,SCALE) G address register indirect with index [all …]
|
| /src/contrib/bmake/unit-tests/ |
| H A D | varparse-errors.mk | 16 INDIRECT= An ${:Uindirect} value. 20 ERR_UNCLOSED= An ${UNCLOSED expression. 22 ERR_BAD_MOD= An ${:Uindirect:Z} expression with an unknown modifier. 24 ERR_EVAL= An evaluation error ${:Uvalue:C,.,\3,}.
|
| H A D | cond-token-string.mk | 70 . info An undefined variable in quotes expands to an empty string, which $\ 85 . info An empty variable evaluates to false.
|
| /src/tools/tools/sysdoc/ |
| H A D | sysdoc.sh | 60 .An -nosplit 61 .An Tom Rhodes Aq Mt trhodes@FreeBSD.org , 63 .An Giorgos Keramidas Aq Mt keramida@FreeBSD.org , 64 .An Ruslan Ermilov Aq Mt ru@FreeBSD.org , 66 .An Marc Silver Aq Mt marcs@draenor.org .
|
| /src/crypto/openssl/doc/man3/ |
| H A D | ERR_get_error.pod | 73 An unset filename is indicated as "", i.e. an empty string. 74 An unset line number is indicated as 0. 75 An unset function name is indicated as "", i.e. an empty string. 84 An unset filename is indicated as "", i.e., an empty string. 85 An unset line number is indicated as 0. 91 An unset function name is indicated as "". 109 An application B<MUST NOT> free the *I<data> pointer (or any other pointers
|
| /src/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-mt6797.txt | 10 - reg-names: An array of strings describing the "reg" entries. Must 52 - mediatek,tdsel: An integer describing the steps for output level shifter 55 - mediatek,rdsel: An integer describing the steps for input level shifter 58 - mediatek,pull-up-adv: An integer describing the code R1R0 as 0, 1, 2 60 - mediatek,pull-down-adv: An integer describing the code R1R0 as 0, 1, 2,
|
| /src/contrib/wpa/hostapd/ |
| H A D | hostapd.wpa_psk | 6 # An optional key identifier can be added by prefixing the line with 8 # An optional VLAN ID can be specified by prefixing the line with 10 # An optional WPS tag can be added by prefixing the line with
|
| /src/sys/dev/bhnd/ |
| H A D | bhnd_bus_if.m | 1221 /** An implementation of bus_read_1() compatible with bhnd_resource */ 1229 /** An implementation of bus_read_2() compatible with bhnd_resource */ 1237 /** An implementation of bus_read_4() compatible with bhnd_resource */ 1245 /** An implementation of bus_write_1() compatible with bhnd_resource */ 1254 /** An implementation of bus_write_2() compatible with bhnd_resource */ 1263 /** An implementation of bus_write_4() compatible with bhnd_resource */ 1272 /** An implementation of bus_read_stream_1() compatible with bhnd_resource */ 1280 /** An implementation of bus_read_stream_2() compatible with bhnd_resource */ 1288 /** An implementation of bus_read_stream_4() compatible with bhnd_resource */ 1296 /** An implementation of bus_write_stream_1() compatible with bhnd_resource */ [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | OptParser.td | 27 // An option group. 35 // An option which prefixes its (single) value. 37 // An option which is followed by its value. 39 // An option followed by its values, which are separated by commas. 41 // An option which is which takes multiple (separate) arguments. 43 // An option which is either joined to its (non-empty) value, or followed by its 46 // An option which is both joined to its (first) value, and followed by its 49 // An option which consumes all remaining arguments if there are any. 51 // An option which consumes an optional joined argument and any other remaining
|
| /src/crypto/openssl/doc/man7/ |
| H A D | openssl-glossary.pod | 5 openssl-glossary - An OpenSSL Glossary 33 An OpenSSL Provider that contains encoders and decoders for OpenSSL keys. All 48 An OpenSSL Provider that contains the most common OpenSSL algorithm 67 An encoder is a type of algorithm used for encoding keys and parameters to some 90 An OpenSSL Provider that contains OpenSSL algorithm implementations that have 105 An OpenSSL Provider that contains algorithm implementations that are considered 127 An OpenSSL Provider that contains no algorithm implementations. This can be 135 An operation is a group of OpenSSL functions with a common purpose such as 178 An algorithm implementation can have multiple properties defined against it.
|
| H A D | ossl-guide-introduction.pod | 6 - OpenSSL Guide: An introduction to OpenSSL 70 =item L<ossl-guide-libraries-introduction(7)>: An introduction to the OpenSSL libraries 72 =item L<ossl-guide-libcrypto-introduction(7)>: An introduction to libcrypto 74 =item L<ossl-guide-libssl-introduction(7)>: An introduction to libssl 76 =item L<ossl-guide-tls-introduction(7)>: An introduction to SSL/TLS in OpenSSL 84 =item L<ossl-guide-quic-introduction(7)>: An introduction to QUIC in OpenSSL
|
| /src/sys/contrib/device-tree/Bindings/clock/ |
| H A D | qcom,hfpll.txt | 22 Definition: address and size of HPLL registers. An optional second 45 1) An HFPLL for the L2 cache. 55 2) An HFPLL for CPU0. This HFPLL has the alias register region.
|
| /src/share/examples/netgraph/ |
| H A D | virtual.chain | 231 M4=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \ 233 M5=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \ 235 M6=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
|
| H A D | virtual.lan | 224 M4=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \ 226 M5=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \ 228 M6=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
|
| /src/contrib/libxo/tests/core/saved/ |
| H A D | test_11.T.out | 13 … 222 ID47 [ID47@32473 iut="3" event-source="application" event-id="1011"] An application 1011 log… 15 {{An application 1011 log entry}}
|
| H A D | test_11.HP.out | 13 … 222 ID47 [ID47@32473 iut="3" event-source="application" event-id="1011"] An application 1011 log… 15 {{An application 1011 log entry}}
|
| H A D | test_11.J.out | 13 … 222 ID47 [ID47@32473 iut="3" event-source="application" event-id="1011"] An application 1011 log… 15 {{An application 1011 log entry}}
|
| H A D | test_11.X.out | 13 … 222 ID47 [ID47@32473 iut="3" event-source="application" event-id="1011"] An application 1011 log… 15 {{An application 1011 log entry}}
|
| H A D | test_11.XP.out | 13 … 222 ID47 [ID47@32473 iut="3" event-source="application" event-id="1011"] An application 1011 log… 15 {{An application 1011 log entry}}
|
| H A D | test_11.JPu.out | 13 … 222 ID47 [ID47@32473 iut="3" event-source="application" event-id="1011"] An application 1011 log… 15 {{An application 1011 log entry}}
|
| H A D | test_11.HIPx.out | 13 … 222 ID47 [ID47@32473 iut="3" event-source="application" event-id="1011"] An application 1011 log… 15 {{An application 1011 log entry}}
|
| H A D | test_11.JP.out | 13 … 222 ID47 [ID47@32473 iut="3" event-source="application" event-id="1011"] An application 1011 log… 15 {{An application 1011 log entry}}
|
| H A D | test_11.H.out | 13 … 222 ID47 [ID47@32473 iut="3" event-source="application" event-id="1011"] An application 1011 log… 15 {{An application 1011 log entry}}
|
| /src/sys/contrib/device-tree/Bindings/serial/ |
| H A D | nxp,sc16is7xx.txt | 24 - irda-mode-ports: An array that lists the indices of the port that 26 - nxp,modem-control-line-ports: An array that lists the indices of the port that 83 - irda-mode-ports: An array that lists the indices of the port that 85 - nxp,modem-control-line-ports: An array that lists the indices of the port that
|