Searched full:push (Results 1 – 25 of 62) sorted by relevance
123
/openthread-latest/tests/unit/ |
D | test_linked_list.cpp | 151 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/ |
D | pre-push.sh | 2 # 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
|
D | README.md | 12 `ln -s ../../tests/git-scripts/pre-push.sh pre-push`
|
/openthread-latest/.github/workflows/ |
D | docker.yml | 32 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 }}
|
D | makefile-check.yml | 32 push:
|
D | size.yml | 32 push:
|
D | codeql.yml | 32 push:
|
D | otci.yml | 32 push:
|
D | scorecards.yml | 42 push:
|
D | unit.yml | 32 push:
|
/openthread-latest/src/core/common/ |
D | pool.hpp | 74 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()
|
D | linked_list.hpp | 149 * @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/ |
D | pull_request_template.md | 25 * 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/ |
D | run-test-suites.pl | 45 push @suites, $base if -x $base; 46 push @suites, "$base.exe" if -e "$base.exe"; 105 push @failed_suites, $suite;
|
D | recursion.pl | 42 push @funcs, $cur_name unless /$known_ok/;
|
/openthread-latest/ |
D | CONTRIBUTING.md | 116 #### 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…
|
D | README.md | 20 …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/ |
D | nexus_settings.cpp | 114 mEntries.Push(*entry); in SetOrAdd() 126 entry->mValues.Push(*value); in SetOrAdd()
|
D | nexus_core.cpp | 59 mNodes.Push(*node); in CreateNode()
|
/openthread-latest/src/core/thread/ |
D | address_resolver.cpp | 356 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()
|
D | neighbor.cpp | 213 mLinkMetricsSeriesInfoList.Push(aSeriesInfo); in AddForwardTrackingSeriesInfo()
|
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp.h | 94 #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/ |
D | platform_util.c | 121 #pragma clang diagnostic push in mbedtls_platform_zeroize() 124 #pragma GCC diagnostic push in mbedtls_platform_zeroize()
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | generate_errors.pl | 85 push @matches, [$name, $value, $description]; 91 push @necessary_include_files, $include_name;
|
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/ |
D | query_config.fmt | 105 #pragma warning(push)
|
123