Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 40) sorted by relevance

12

/openthread-2.7.6/third_party/nlbuild-autotools/repo/automake/pre/
Dmacros.am32 # create-directory
36 define create-directory
37 $(call nl-create-dir,$(@))
38 endef # create-directory
41 # create-link
46 define create-link
47 $(call nl-create-link)
48 endef # create-link
/openthread-2.7.6/third_party/nlbuild-autotools/repo/automake/pre/macros/
Dcoverage.am67 # - create baseline coverage data file (base.info) with '-i|--initial' option
68 # - create test coverage data file (test.info)
69 # - combine baseline and test coverage data to create the final "info" file
91 # - create baseline coverage data file (base.info) with '-i|--initial' option
92 # - create test coverage data file (test.info)
93 # - combine baseline and test coverage data to create the final "info" file
/openthread-2.7.6/third_party/nlbuild-autotools/repo/third_party/autoconf/
Dar-lib159 create=
171 c*) create=yes ;;
235 if test -z "$create"; then
/openthread-2.7.6/examples/platforms/simulation/
Dflash.c58 bool create = false; in otPlatFlashInit() local
77 create = true; in otPlatFlashInit()
85 if (create) in otPlatFlashInit()
/openthread-2.7.6/third_party/nlbuild-autotools/repo/make/host/tools/
Dtools.mak52 # nl-create-dir <directory>
57 define nl-create-dir
60 endef # nl-create-dir
144 # nl-create-link
149 define nl-create-link
152 endef # nl-create-link
/openthread-2.7.6/third_party/mbedtls/repo/tests/git-scripts/
DREADME.md7 …e located in `<mbed TLS root>/tests/git-scripts` directory, and one must create a soft link from `…
11 Execute the following command to create a link on linux from the mbed TLS `.git/hooks` directory:
/openthread-2.7.6/etc/docker/
DMakefile25 …docker manifest create openthread/wpantund openthread/wpantund_arm32v7_linux openthread/wpantund_a…
29 …docker manifest create openthread/wpantund:$(VERSION) openthread/wpantund_arm32v7_linux:$(VERSION)…
/openthread-2.7.6/third_party/nlbuild-autotools/repo/
DCommon.mak96 # nl-create-dir <directory>
101 define nl-create-dir
104 endef # nl-create-dir
DMakefile194 $(call nl-create-dir,$(distdir))
DREADME.md185 AC_MSG_NOTICE([attempting to create internal ${my_package_dirstem}])
189 …AC_MSG_ERROR([failed to create ${my_package_dirstem}. Please check your network connection or the …
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/
DMakefile-doc.am31 # This ensures that when we create a doc distribution that the
82 # Addition rules and commands to create a documentation-only
88 $(call create-directory)
DMakefile-toplevel.am82 # This ensures that when we create a source distribution the
161 # # the nlbuild-autotools infrastructure will attempt to create git paths
Dconfigure.ac134 # compiler tests that attempt to create an executable will fail. In
320 # AC_MSG_NOTICE([attempting to create internal ${nlunit_test_dirstem}])
325 # AC_MSG_ERROR([failed to create ${nlunit_test_dirstem}. Please check your network connecti…
DMakefile-tests.am91 $(call create-directory)
DMakefile-bootstrap61 # If repos have been defined, create them as the default target goal;
/openthread-2.7.6/third_party/nlbuild-autotools/repo/tools/
DMakefile87 $(call nl-create-dir,$(TOOLS_TMPDIR))
104 $(call nl-create-dir,$(DIST_TMPDIR))
/openthread-2.7.6/tests/
DMakefile.am73 $(call create-directory)
/openthread-2.7.6/doc/
DMakefile.am114 $(call create-directory)
/openthread-2.7.6/tests/scripts/thread-cert/
Dsniffer.py102 messages = self._message_factory.create(io.BytesIO(data))
/openthread-2.7.6/third_party/nlbuild-autotools/repo/autoconf/m4/
Dnl_prog_lndir.m453 …AC_ARG_VAR(LNDIR, [Program and arguments to create a shadow directory of symbolic links to another…
Dnl_filtered_canonical.m467 [# Remember, the first character of IFS is used to create $]*,
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/
Dtest_zeroize.gdb32 # such code, the compilar will create some form dependency graph between
/openthread-2.7.6/third_party/nlbuild-autotools/repo/etc/
Dlcov.config53 # Do not create source code view if non-zero
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dmain_test.function10 * The following files were used to create this file.
/openthread-2.7.6/tests/toranj/
DREADME.md51 Note: You may need to run as `sudo` to allow `wpantund` to create tunnel interface (i.e., use `sudo…
176 Script below shows how to create a 3-node network topology with `node1` and `node2` being routers, …

12