Home
last modified time | relevance | path

Searched full:path (Results 1 – 25 of 188) sorted by relevance

12345678

/openthread-3.5.0/src/cli/
DREADME_COAP.md50 - [delete](#delete-address-uri-path-type-payload)
51 - [get](#get-address-uri-path-type)
52 - [observe](#observe-address-uri-path-type)
54 - [post](#post-address-uri-path-type-payload)
55 - [put](#put-address-uri-path-type-payload)
56 - [resource](#resource-uri-path)
93 ### delete \<address\> \<uri-path\> \[type\] \[payload\]
96 - uri-path: URI path of the resource.
105 ### get \<address\> \<uri-path\> \[type\]
108 - uri-path: URI path of the resource.
[all …]
DREADME_COAPS.md87 - [delete](#delete-uri-path-type-payload)
89 - [get](#get-uri-path-type)
90 - [post](#post-uri-path-type-payload)
92 - [put](#put-uri-path-type-payload)
93 - [resource](#resource-uri-path)
135 ### delete \<uri-path\> \[type\] \[payload\]
137 - uri-path: URI path of the resource.
154 ### get \<uri-path\> \[type\]
156 - uri-path: URI path of the resource.
169 ### post \<uri-path\> \[type\] \[payload\]
[all …]
/openthread-3.5.0/doc/images/
Dcertified.svg11 …<path class="st0" d="M86,0L21.3,0C9.5,0,0,9.5,0,21.3C0,33,9.5,42.6,21.3,42.6l64.7,0c3.4,0,6.1-2.7,…
16 …<path class="st1" d="M21.3,6.1c-8.4,0-15.2,6.8-15.2,15.2c0,8.3,6.7,15.1,15,15.2V21.3h-5c-1.5,0-2.7…
19 …<path class="st1" d="M27.8,16.3c0-0.9-0.8-1.7-1.7-1.7c-0.9,0-1.7,0.8-1.7,1.7V18h1.7C27,18,27.8,17.…
23 …<path class="st1" d="M46.9,20.8c0.3,0,0.6,0.1,0.9,0.2c0.3,0.1,0.5,0.3,0.7,0.5L47.9,22c-0.3-0.3-0.6…
29 <path class="st1" d="M53,20.8v0.8h-2.3v1.1H53v0.7h-2.3v1.1H53v0.8h-3v-4.5H53z"/>
30 …<path class="st1" d="M57.5,25.4l-0.9-1.5h-1.3v1.5h-0.7v-4.5h2.3c0.4,0,0.8,0.1,1.1,0.4c0.3,0.3,0.4,…
33 <path class="st1" d="M59.3,20.8h3.8v0.8h-1.5v3.8h-0.8v-3.8h-1.5V20.8z"/>
34 <path class="st1" d="M64.5,20.8h0.8v4.5h-0.8V20.8z"/>
35 <path class="st1" d="M69.8,20.8v0.8h-2.3v1.1h2.3v0.7h-2.3v1.9h-0.7v-4.5H69.8z"/>
36 <path class="st1" d="M71.4,20.8h0.7v4.5h-0.7V20.8z"/>
[all …]
/openthread-3.5.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-integration-guide.md25 cd /path/to/mbedtls
32 cd /path/to/mbedtls
33 make PSA_DRIVERS="/path/to/acme/driver.json /path/to/nadir/driver.json" lib
39 cd /path/to/application
40 …ld myapp.o -L/path/to/acme -lacmedriver -L/path/to/nadir -lnadirdriver -L/path/to/mbedtls -lmbedcr…
/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/
Dscripts_path.py1 """Add our Python library directory to the module search path.
26 sys.path.append(os.path.join(os.path.dirname(__file__),
27 os.path.pardir, os.path.pardir,
Dcheck_test_cases.py66 file_name: a relative path to the file containing the test case.
116 """Get the relative path for the TLS and Crypto test directories."""
117 if os.path.isdir('tests'):
119 elif os.path.isdir('suites'):
121 elif os.path.isdir('../suites'):
130 for data_file_name in glob.glob(os.path.join(directory, 'suites',
133 ssl_opt_sh = os.path.join(directory, 'ssl-opt.sh')
134 if os.path.exists(ssl_opt_sh):
Dcheck_files.py47 ``path_exemptions``: files whose path (relative to the root of the source
49 ``None`` to match no path. Paths are normalized and converted to ``/``
66 filepath = os.path.normpath(filepath)
69 seps = os.path.sep
70 if os.path.altsep is not None:
71 seps += os.path.altsep
78 or whose path matches ``self.path_exemptions`` will not be checked.
157 _root, ext = os.path.splitext(filepath)
358 if not all(os.path.isdir(d) for d in ["include", "library", "tests"]):
379 return [fp if os.path.dirname(fp) else os.path.join(os.curdir, fp)
[all …]
Dtest_config_script.py41 return os.path.join(directory,
58 if os.path.exists(directory):
111 Return ("xxx+", "path/to/config-xxx.h") which can be used as
122 # Pass only the file basename, not the full path, to avoid getting the
125 cmd = [os.path.abspath(options.script),
126 '-f', os.path.basename(data_filename)]
/openthread-3.5.0/tests/scripts/thread-cert/pktverify/
Dutils.py87 wireshark_config_dir = os.path.join(home, '.config', 'wireshark')
89 disabled_protos_path = os.path.join(wireshark_config_dir, 'disabled_protos')
114 :return: The path to wireshark directory.
123 :return: The path to `tshark` executable.
125 return os.path.join(get_wireshark_dir(), 'tshark')
130 :return: The path to `dumpcap` executable.
132 return os.path.join(get_wireshark_dir(), 'dumpcap')
137 :return: The path to `mergecap` executable.
139 return os.path.join(get_wireshark_dir(), 'mergecap')
Dlayer_fields_container.py39 def __init__(self, packet: RawPacket, path: str):
41 assert isinstance(path, str)
44 self._path = path
56 :param subpath: The sub path to the layer field or container.
67 Returns the full path to this layer field container.
Dverify.py38 sys.path.append(THREAD_CERT_DIR)
55 script = os.path.relpath(script, THREAD_CERT_DIR)
57 module_name = os.path.splitext(script)[0].replace('/', '.')
60 … spec = importlib.util.spec_from_file_location(module_name, os.path.join(THREAD_CERT_DIR, script))
Dlayers.py76 path = '%s.%s' % (self.layer_name, name)
77 return check_layer_field_exists(self._packet, path)
92 path = '%s.%s' % (self.layer_name, name)
93 v = get_layer_field(self._packet, path)
94 …assert not isinstance(v, (LayerField, LayerFieldsContainer)), '%s = %s(%r)' % (path, v.__class__._…
/openthread-3.5.0/third_party/mbedtls/repo/scripts/
Dabi_check.py54 configuration.skip_file: path to file containing symbols and types to skip
60 self.report_dir = os.path.abspath(configuration.report_dir)
62 self.can_remove_report_dir = not (os.path.exists(self.report_dir) or
73 if not all(os.path.isdir(d) for d in ["include", "library", "tests"]):
138 if not (os.path.exists(os.path.join(git_worktree_path, "crypto"))
146 cwd=os.path.join(git_worktree_path, "crypto"),
156 cwd=os.path.join(git_worktree_path, "crypto"),
166 if os.path.exists(os.path.join(git_worktree_path, "crypto")):
177 version.modules[os.path.splitext(file)[0]] = (
178 os.path.join(root, file)
[all …]
Dgenerate_visualc_files.pl54 # Directories to add to the include path.
67 # Directories to add to the include path when building the library, but not
146 my ($path) = @_;
148 my $guid = md5_hex( "mbedTLS:$path" );
155 my ($path, $template, $dir, $ext) = @_;
157 my $guid = gen_app_guid( $path );
158 $path =~ s!/!\\!g;
159 (my $appname = $path) =~ s/.*\\//;
161 my $srcs = "<ClCompile Include=\"..\\..\\programs\\$path.c\" \/>";
228 for my $path (@app_names) {
[all …]
Dmin_requirements.py66 nested_file = os.path.join(os.path.dirname(filename),
94 req_file_name = os.path.join(temp_dir, 'requirements.txt')
127 options.files = [os.path.join(os.path.dirname(__file__),
/openthread-3.5.0/examples/platforms/simulation/
DREADME.md8 $ cd <path-to-openthread>
16 - `<path-to-openthread>/build/examples/apps/cli`
17 - `<path-to-openthread>/build/examples/apps/ncp`
24 $ cd <path-to-openthread>/build/simulation/examples/apps/cli
/openthread-3.5.0/tools/spi-hdlc-adapter/
DREADME.md9 spi-hdlc-adapter [options] <spi-device-path>
14 - `--pty`: Create a pseudo terminal for HDLC input/output. The path of the newly-created PTY will b…
17 - `--gpio-int[=gpio-path]`: Specify a path to the Linux sysfs-exported GPIO directory for the `I̅N̅…
18 - `--gpio-reset[=gpio-path]`: Specify a path to the Linux sysfs-exported GPIO directory for the `R̅…
27 `spi-device-path` is a required argument since it indicates which SPI device to use. An example pat…
/openthread-3.5.0/.github/workflows/
Dsimulation-1.1.yml83 path: |
92 path: tmp/coverage.info
128 path: ot_testing
135 path: tmp/coverage.info
178 path: ot_testing
185 path: tmp/coverage.info
221 path: ot_testing
228 path: tmp/coverage.info
261 path: |
269 path: tmp/coverage.info
[all …]
Dsimulation-1.2.yml102 path: "*.pcap"
107 path: |
115 path: tmp/coverage.info
166 path: |
173 path: |
181 path: tmp/coverage.info
219 path: |
228 path: tmp/coverage.info
263 path: |
271 path: tmp/coverage.info
[all …]
Dposix.yml82 path: |
90 path: tmp/coverage.info
114 path: |
120 path: /var/log/syslog
127 path: tmp/coverage.info
160 path: ot_testing
167 path: tmp/coverage.info
217 path: tmp/coverage.info
284 path: tmp/coverage.info
306 path: coverage/
Dotns.yml89 path: |
98 path: tmp/coverage.info
128 path: |
137 path: tmp/coverage.info
190 path: |
199 path: tmp/coverage.info
219 path: coverage/
Dotbr.yml92 path: /tmp/coverage/
97 path: |
109 path: tmp/coverage.info
201 path: /tmp/coverage/
206 path: |
218 path: tmp/coverage.info
234 path: coverage/
/openthread-3.5.0/src/posix/platform/
DFindExampleVendorDeps.cmake73 The path to the library containing symbols for dependency 0
77 The path to the library containing symbols for dependency 1
85 PATH ${EXAMPLES_ROOT}/include
90 PATH ${EXAMPLES_ROOT}/lib
95 PATH ${EXAMPLES_ROOT}/include
100 PATH ${EXAMPLES_ROOT}/lib
/openthread-3.5.0/tests/scripts/thread-cert/
Drun_cert_suite.py65 test_name = os.path.splitext(os.path.basename(script))[0] + '_' + str(job_id)
70 env['PYTHONPATH'] = os.path.dirname(os.path.abspath(__file__))
75 abs_script = os.path.abspath(script)
130 relpath = os.path.relpath(script, _BACKBONE_TESTS_DIR)
/openthread-3.5.0/tools/harness-automation/autothreadharness/
Drunner.py59 def __init__(self, path, auto_reboot_args=None, keep_explorer=False, add_all_devices=False): argument
63 path (str): File path to record the results
67 self.path = path
69 self.result = json.load(open(self.path, 'r'))
120 …json.dump(OrderedDict(sorted(self.result.items(), key=lambda t: t[0])), open(self.path, 'w'), inde…
199 if not os.path.exists(settings.OUTPUT_PATH):
215 if os.path.isfile(result_file):
312 if os.path.isfile(RESUME_SCRIPT_PATH):

12345678