/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/boot/flashboot/ |
H A D | Makefile | 65 $(LINK) $(BOOT_LINK_FLAGS) -T $(LINK_FILE) $(LIBPATH) $(sort $^) -o $(BOOT_ELF) --start-group $(LIBS) --end-group
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_csi.c | 33 #include <linux/sort.h>
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | rect_algorithm_test.cpp | 140 sort(elapseUs.begin(), elapseUs.end()); in TEST()
|
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/ |
H A D | GroupSiteController.java | 117 Collections.sort(siteList, new Comparator<OhSampleGroupSite>() { in list()
|
H A D | BusinessController.java | 117 Collections.sort(mtBusinessList, new Comparator<OhSampleBusiness>() { in list()
|
/third_party/elfio/elfio/ |
H A D | elfio_utils.hpp | 187 std::sort( in set_address_translation()
|
/third_party/curl/scripts/ |
H A D | cd2nroff | 91 for my $s (sort @sa) {
|
/third_party/alsa-lib/src/topology/ |
H A D | save.c | 626 SNDERR("could not sort configuration"); in snd_tplg_save()
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | gmock_class.py | 201 missing_class_name_list.sort()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationThaiTest.java | 235 Arrays.sort(tests, comparator); in TestInvalidThai()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationThaiTest.java | 238 Arrays.sort(tests, comparator); in TestInvalidThai()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | formattedval_impl.h | 112 void sort();
|
H A D | formattedval_iterimpl.cpp | 126 void FormattedValueFieldPositionIteratorImpl::sort() { in sort() function in FormattedValueFieldPositionIteratorImpl 127 // Use bubble sort, O(N^2) but easy and no fancy data structures. in sort()
|
/third_party/icu/icu4c/source/common/ |
H A D | uvector.h | 265 void sort(UElementComparator *compare, UErrorCode &ec); 268 * Stable sort the contents of this vector using a caller-supplied function 270 * than UVector::sort() because an additional user parameter can be passed to
|
/third_party/mesa3d/.gitlab-ci/bin/ |
H A D | ci_run_n_monitor.py | 138 for job in pipeline.jobs.list(all=True, sort="desc"):
|
/third_party/mesa3d/.gitlab-ci/ |
H A D | deqp-runner.sh | 209 sort -n |
|
/third_party/jerryscript/tools/runners/ |
H A D | run-test-suite.py | 71 tests.sort()
|
/third_party/node/test/parallel/ |
H A D | test-crypto.js | 109 // Array#sort() modifies the list in place so make a copy. 110 const sorted = [...list].sort();
|
H A D | test-worker-message-port.js | 180 Object.getOwnPropertyNames(MessagePort.prototype).sort(),
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone-list-inl.h | 137 std::sort(begin(), end(), in Sort()
|
/third_party/node/deps/v8/tools/ignition/ |
H A D | bytecode_dispatches_report.py | 87 top_bytecodes.sort(key=lambda x: x[1], reverse=True) 230 "--sort-sources-relative", "-r",
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSNew.py | 320 config_guids.sort()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uvector.h | 265 void sort(UElementComparator *compare, UErrorCode &ec); 268 * Stable sort the contents of this vector using a caller-supplied function 270 * than UVector::sort() because an additional user parameter can be passed to
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | formattedval_impl.h | 112 void sort();
|
H A D | formattedval_iterimpl.cpp | 126 void FormattedValueFieldPositionIteratorImpl::sort() { in sort() function in FormattedValueFieldPositionIteratorImpl 127 // Use bubble sort, O(N^2) but easy and no fancy data structures. in sort()
|