| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | bcm911360k.dts | 10 * * Redistributions of source code must retain the above copyright
|
| H A D | imx35-eukrea-mbimxsd35-baseboard.dts | 24 linux,code = <BTN_MISC>;
|
| H A D | gemini-wbd111.dts | 34 linux,code = <KEY_SETUP>;
|
| /freebsd-14.2/contrib/opencsd/decoder/source/c_api/ |
| H A D | ocsd_c_api_custom_obj.h | 133 const ocsd_err_t code,
|
| /freebsd-14.2/sys/dev/backlight/ |
| H A D | backlight_if.m | 9 # 1. Redistributions of source code must retain the above copyright
|
| /freebsd-14.2/sbin/route/tests/ |
| H A D | utils.subr | 9 # 1. Redistributions of source code must retain the above copyright
|
| /freebsd-14.2/contrib/bzip2/ |
| H A D | LICENSE | 12 1. Redistributions of source code must retain the above copyright
|
| /freebsd-14.2/sys/dev/video/ |
| H A D | crtc_if.m | 8 # 1. Redistributions of source code must retain the above copyright
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | BN_new.pod | 42 they return B<NULL> and set an error code that can be obtained
|
| /freebsd-14.2/share/i18n/csmapper/GB/ |
| H A D | UCS%GBKUDA.src | 9 # 1. Redistributions of source code must retain the above copyright
|
| /freebsd-14.2/share/dtrace/ |
| H A D | blocking | 9 * 1. Redistributions of source code must retain the above copyright
|
| H A D | disklatency | 9 * 1. Redistributions of source code must retain the above copyright
|
| H A D | siftr | 9 * 1. Redistributions of source code must retain the above copyright
|
| H A D | disklatencycmd | 9 * 1. Redistributions of source code must retain the above copyright
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | qcom,sdm845-dispcc.yaml | 23 # The code had to use hardcoded mechanisms to find the input clocks.
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | pmm8155au_1.dtsi | 57 linux,code = <KEY_POWER>;
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | rpcap-protocol.h | 335 uint16 code; /* opcode of the instruction */ member
|
| /freebsd-14.2/sys/dev/sound/pcm/ |
| H A D | mixer_if.m | 10 # 1. Redistributions of source code must retain the above copyright
|
| /freebsd-14.2/sys/cam/mmc/ |
| H A D | mmc_sim_if.m | 9 # 1. Redistributions of source code must retain the above copyright
|
| /freebsd-14.2/contrib/kyua/examples/ |
| H A D | Makefile.am.inc | 8 # * Redistributions of source code must retain the above copyright
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiRegisterInfo.td | 59 // Condition code register class
|
| /freebsd-14.2/sys/contrib/zstd/doc/educational_decoder/ |
| H A D | README.md | 16 While the library's primary objective is code clarity,
|
| /freebsd-14.2/sys/dev/dialog/da9063/ |
| H A D | da9063_if.m | 9 # 1. Redistributions of source code must retain the above copyright
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | gmock_for_dummies.md | 24 and code that uses it. The difference between fakes and mocks shall become much 37 3. then you exercise code that uses the mock objects. gMock will catch any 69 * You want to test how your code handles a failure (e.g. a file checksum 102 the API in an interface (say, `Turtle`) and code to that interface: 133 maintain (the intent of a test is expressed in the code, not in some binary 201 `Foo` and code to this new interface. Since you own `FooAdaptor`, you can absorb 203 choosing the adaptor interface can make your code easier to write and more 217 4. Exercise some code that uses the mocks; optionally, check the result using 635 Simple? Let's see if you've really understood it: what does the following code 651 lead to an "upper bound violated" error - this piece of code is not very useful!
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | http.c | 197 static const char *evhttp_response_phrase_internal(int code); 1655 evhttp_valid_response_code(int code) in evhttp_valid_response_code() argument 1657 if (code == 0) in evhttp_valid_response_code() 2861 evhttp_response_code_(req, code, reason); in evhttp_send_reply() 2867 evhttp_send_reply_start(struct evhttp_request *req, int code, in evhttp_send_reply_start() argument 2870 evhttp_response_code_(req, code, reason); in evhttp_send_reply_start() 3029 evhttp_response_phrase_internal(int code) in evhttp_response_phrase_internal() argument 3031 int klass = code / 100 - 1; in evhttp_response_phrase_internal() 3032 int subcode = code % 100; in evhttp_response_phrase_internal() 3049 req->response_code = code; in evhttp_response_code_() [all …]
|