Home
last modified time | relevance | path

Searched refs:sort (Results 601 - 625 of 3313) sorted by relevance

1...<<21222324252627282930>>...133

/base/security/selinux_adapter/scripts/
H A Dbuild_ignore_cfg.py105 ignore_cfg_file_list.sort()
/base/update/packaging_tools/zipalign/src/main/java/com/ohos/
H A DZipAlign.java57 Collections.sort(entryNames); in copyFiles()
/base/update/sys_installer/tools/zipalign/src/main/java/com/ohos/
H A DZipAlign.java57 Collections.sort(entryNames); in copyFiles()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dkeyframe_animation.h44 keyframes_.sort([](const RefPtr<Keyframe<T>>& a, const RefPtr<Keyframe<T>>& b) { in AddKeyframe()
/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp29 // sort lift of child Elements by their slot in CompareSlots()
78 oldChildElements.sort(CompareSlots); // needs sorting by their slot to match the order of oldIds array in RemoveUnusedChildElementsFromRegistery()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_manager.cpp64 this->representationList_.sort(SortByBitrate); in Init()
192 return *(--it); // list sort up in GetHighRepresentation()
202 return (*it); // list sort up in GetLowRepresentation()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_node_stats.cpp108 std::sort(rsNodeStatsVec_.begin(), rsNodeStatsVec_.end()); in SortNodeStats()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_display_sync.cpp135 std::sort(divisorRates.begin(), divisorRates.end()); in CalcSkipRateCount()
/kernel/linux/linux-5.10/arch/loongarch/vdso/
H A DMakefile59 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/kernel/linux/linux-6.6/arch/loongarch/vdso/
H A DMakefile56 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/kernel/linux/linux-5.10/scripts/
H A Dcoccicheck268 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
H A Dfaddr2line181 done < <(${READELF} --symbols --wide $objfile | sed 's/\[.*\]//' | ${AWK} -v sec=$sym_sec '$7 == sec' | sort --key=2)
/kernel/linux/linux-6.6/scripts/
H A Dfaddr2line182 done < <(${READELF} --symbols --wide $objfile | sed 's/\[.*\]//' | ${AWK} -v sec=$sym_sec '$7 == sec' | sort --key=2)
H A Dlink-vmlinux.sh290 echo >&2 Failed to sort kernel tables
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dmake_report.py217 datalist.sort(key=sort_by_field_element_data, reverse=False)
/test/xts/acts/graphic/vktest/
H A Dgenlocal.py41 lists.sort(key=lambda fn:os.path.getmtime(bakdir + "/" + fn)) # 按时间排序
/third_party/benchmark/test/
H A Dcomplexity_test.cc165 std::sort(v.begin(), v.end()); in BM_Complexity_O_N_log_N()
/third_party/gn/src/gn/
H A Dstring_atom_unittest.cc116 std::sort(ptrs.begin(), ptrs.end());
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java115 public static void sort(List<FieldPosition> attributes) { in sort() method in FormattedValueFieldPositionIteratorImpl
116 // Use bubble sort, O(N^2) but easy and no fancy data structures. in sort()
/third_party/PyYAML/examples/yaml-highlight/
H A Dyaml_hl.py80 markers.sort()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java117 public static void sort(List<FieldPosition> attributes) { in sort() method in FormattedValueFieldPositionIteratorImpl
118 // Use bubble sort, O(N^2) but easy and no fancy data structures. in sort()
/third_party/mesa3d/bin/
H A Dperf-annotate-jit.py155 addresses.sort()
/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_own_keys.js35 // Array.prototype.sort
36 Array.prototype.sort.call(proxy);
/third_party/ltp/pan/cgi/
H A Dbrowse.cgi81 print "<th><a href=\"browse.cgi?sort=";
112 # allow the user to specify the sort order
113 if ($sort_order = param("sort")) {
155 @ri = sort { ($a->{$rso[0]} cmp $b->{$rso[0]})*$rsd[0]
/third_party/ltp/testcases/kernel/controllers/cpuset/
H A Dcpuset_funcs.sh187 find "$CPUSET" -type d | sort | sed -n '2,$p' | tac | while read -r subdir

Completed in 10 milliseconds

1...<<21222324252627282930>>...133