Searched refs:binary (Results 1 – 25 of 109) sorted by relevance
12345
/openthread-latest/ |
D | .gitattributes | 13 # Files which are explicitly binary 14 *.gz binary !eol 15 *.xz binary !eol 16 *.bz2 binary !eol 17 *.tar binary !eol 18 *.png binary !eol 19 *.jpg binary !eol 20 *.gif binary !eol
|
D | LICENSE | 4 Redistribution and use in source and binary forms, with or without 8 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/script/ |
D | clang-tidy | 84 $run_clang_tidy -clang-tidy-binary "$clang_tidy" -clang-apply-replacements-binary "$clang_apply_rep…
|
/openthread-latest/tests/scripts/thread-cert/ |
D | Cert_9_2_05_ActiveDataset.py | 103 binary='0410d2aa9cd8dff7919122d77d37ec3c1b5f0c030e10ef', 120 binary='041017d672be32b0c24a2f8385f2fbaf1d970c030e10ff', 137 binary='041008f4e9531e8efa8e852d5f4fb951b13e0c030e10ff8202aa55', 153 binary='041008f4e9531e8efa8e852d5f4fb951b13e0c030e10f8',
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
D | test_certs.h.jinja2 | 23 {% if mode == 'binary' %} 25 /* BEGIN FILE binary macro {{name}} {{value}} */
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecp.data | 172 ECP write binary #1 (zero, uncompressed, buffer just fits) 176 ECP write binary #2 (zero, buffer too small) 180 ECP write binary #3 (non-zero, uncompressed, buffer just fits) 184 ECP write binary #4 (non-zero, uncompressed, buffer too small) 188 ECP write binary #5 (zero, compressed, buffer just fits) 192 ECP write binary #6 (zero, buffer too small) 196 ECP write binary #7 (even, compressed, buffer just fits) 200 ECP write binary #8 (even, compressed, buffer too small) 204 ECP write binary #9 (odd, compressed, buffer just fits) 208 ECP write binary #10 (Montgomery curve25519, buffer just fits) [all …]
|
/openthread-latest/src/ |
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/tools/ |
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/tools/otci/ |
D | LICENSE | 4 Redistribution and use in source and binary forms, with or without 8 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/examples/platforms/ |
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/examples/ |
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/examples/apps/ |
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/third_party/ |
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/src/lib/url/ |
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/src/lib/hdlc/ |
D | BUILD.gn | 4 # Redistribution and use in source and binary forms, with or without 8 # 2. Redistributions in binary form must reproduce the above copyright
|
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/src/lib/platform/ |
D | BUILD.gn | 4 # Redistribution and use in source and binary forms, with or without 8 # 2. Redistributions in binary form must reproduce the above copyright
|
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/examples/platforms/zephyr/ |
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/etc/cmake/ |
D | functions.cmake | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/third_party/jlink/ |
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | macro_collector.py | 40 def __init__(self, filename: str, binary: bool = False) -> None: 45 self.binary = binary 47 self.file = open(self.filename, 'rb' if self.binary else 'r') 486 with read_file_lines(filename, binary=True) as lines:
|
/openthread-latest/tests/ |
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/src/lib/ |
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
/openthread-latest/examples/apps/cli/ |
D | CMakeLists.txt | 5 # Redistribution and use in source and binary forms, with or without 9 # 2. Redistributions in binary form must reproduce the above copyright
|
12345