Home
last modified time | relevance | path

Searched full:push (Results 1 – 25 of 62) sorted by relevance

123

/openthread-latest/tests/unit/
Dtest_linked_list.cpp151 list.Push(a); in TestLinkedList()
160 list.Push(c); in TestLinkedList()
210 list.Push(a); in TestLinkedList()
211 list.Push(c); in TestLinkedList()
212 list.Push(e); in TestLinkedList()
236 list.Push(e); in TestLinkedList()
237 list.Push(a); in TestLinkedList()
264 list.Push(f); in TestLinkedList()
265 list.Push(e); in TestLinkedList()
266 list.Push(d); in TestLinkedList()
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/git-scripts/
Dpre-push.sh2 # pre-push.sh
9 # Called by "git push" after it has checked the remote status, but before anything has been
15 # $1 -- Name of the remote to which the push is being done
16 # $2 -- URL to which the push is being done
DREADME.md12 `ln -s ../../tests/git-scripts/pre-push.sh pre-push`
/openthread-latest/.github/workflows/
Ddocker.yml32 push:
93 … docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
102 - name: Docker Buildx (push)
105 docker buildx build --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }}
Dmakefile-check.yml32 push:
Dsize.yml32 push:
Dcodeql.yml32 push:
Dotci.yml32 push:
Dscorecards.yml42 push:
Dunit.yml32 push:
/openthread-latest/src/core/common/
Dpool.hpp74 mFreeList.Push(entry); in Pool()
92 mFreeList.Push(entry); in Pool()
112 void Free(Type &aEntry) { mFreeList.Push(aEntry); } in Free()
123 mFreeList.Push(entry); in FreeAll()
Dlinked_list.hpp149 * @param[in] aEntry A reference to an entry to push at the head of linked list.
151 void Push(Type &aEntry) in Push() function in ot::LinkedList
160 * @param[in] aEntry A reference to an entry to push into the list.
172 * @param[in] aEntry A reference to an entry to push into the list.
180 Push(aEntry); in PushAfterTail()
289 Push(aEntry); in Add()
373 aRemovedList.Push(*entry); in RemoveAllMatching()
/openthread-latest/third_party/mbedtls/repo/.github/
Dpull_request_template.md25 * Avoid force-push
26 - please do not force-push to update your PR - just add new commit(s)
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Drun-test-suites.pl45 push @suites, $base if -x $base;
46 push @suites, "$base.exe" if -e "$base.exe";
105 push @failed_suites, $suite;
Drecursion.pl42 push @funcs, $cur_name unless /$known_ok/;
/openthread-latest/
DCONTRIBUTING.md116 #### Push and Test
122 # Push to your GitHub fork:
123 git push origin <branch-name>
130 …st button. If you need to make any adjustments to your pull request, just push the updates to GitH…
DREADME.md20 …ild-svg]: https://github.com/openthread/openthread/workflows/Build/badge.svg?branch=main&event=push
22 …vg]: https://github.com/openthread/openthread/workflows/Simulation/badge.svg?branch=main&event=push
24 …er-svg]: https://github.com/openthread/openthread/workflows/Docker/badge.svg?branch=main&event=push
/openthread-latest/tests/nexus/platform/
Dnexus_settings.cpp114 mEntries.Push(*entry); in SetOrAdd()
126 entry->mValues.Push(*value); in SetOrAdd()
Dnexus_core.cpp59 mNodes.Push(*node); in CreateNode()
/openthread-latest/src/core/thread/
Daddress_resolver.cpp356 mCachedList.Push(*entry); in UpdateCacheEntry()
421 mSnoopedList.Push(*entry); in UpdateSnoopedCacheEntry()
509 // Push the entry at the head of cached list. in Resolve()
516 mCachedList.Push(*entry); in Resolve()
574 mQueryList.Push(*entry); in Resolve()
704 mCachedList.Push(*entry); in HandleTmf()
1016 mQueryRetryList.Push(*entry); in HandleTimeTick()
Dneighbor.cpp213 mLinkMetricsSeriesInfoList.Push(aSeriesInfo); in AddForwardTrackingSeriesInfo()
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp.h94 #define PRINT_TH_FLAGS "\20\1FIN\2SYN\3RST\4PUSH\5ACK\6URG\7ECE\10CWR"
183 #define TCP_NOPUSH 4 /* don't push last block of write */
/openthread-latest/third_party/mbedtls/repo/library/
Dplatform_util.c121 #pragma clang diagnostic push in mbedtls_platform_zeroize()
124 #pragma GCC diagnostic push in mbedtls_platform_zeroize()
/openthread-latest/third_party/mbedtls/repo/scripts/
Dgenerate_errors.pl85 push @matches, [$name, $value, $description];
91 push @necessary_include_files, $include_name;
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/
Dquery_config.fmt105 #pragma warning(push)

123