Home
last modified time | relevance | path

Searched refs:sort (Results 1026 - 1050 of 1210) sorted by relevance

1...<<414243444546474849

/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py443 fields.sort(
/third_party/python/Lib/
H A Dimaplib.py795 def sort(self, sort_criteria, charset, *search_criteria): member in IMAP4
798 (typ, [data]) = <instance>.sort(sort_criteria, charset, search_criteria, ...)
/third_party/protobuf/src/google/protobuf/
H A Dstruct.pb.cc327 ::std::sort(&items[0], &items[static_cast<ptrdiff_t>(n)], Less()); in _InternalSerialize()
/third_party/skia/experimental/sktext/src/
H A DText.cpp87 std::sort(fontResolvedText->fResolvedFonts.begin(), fontResolvedText->fResolvedFonts.end(), in resolveFonts()
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs210 new.lits.sort(); in trim_suffix()
275 new.lits.sort();
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp84 std::sort(pred_ids.begin(), pred_ids.end()); in ValidatePhi()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp142 std::sort(begin(aux), end(aux)); in mid3()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp303 // sort test patterns in TestCaseExecutor()
304 std::sort(m_detailedSubprocessTestCount.begin(), m_detailedSubprocessTestCount.end(), [](const DetailedSubprocessTestCount& lhs, const DetailedSubprocessTestCount& rhs) in TestCaseExecutor()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp464 // sort pipelines by device features and extensions in buildPipelineCache()
466 std::sort(begin(pipelines), end(pipelines), [](const VulkanJsonPipelineDescription& lhs, const VulkanJsonPipelineDescription& rhs) { if (lhs.deviceExtensions != rhs.deviceExtensions) return lhs.deviceExtensions < rhs.deviceExtensions; return lhs.deviceFeatures < rhs.deviceFeatures; }); in buildPipelineCache()
/third_party/python/Lib/test/
H A Dtest_decimal.py459 myexceptions.sort(key=repr)
460 theirexceptions.sort(key=repr)
1744 a.sort()
3863 expected_flags.sort(key=id)
3867 new_flags.sort(key=id)
H A Dtest_ipaddress.py1006 # with get_mixed_type_key, you can sort addresses and network.
1805 # [].sort
2044 # if addresses are the same, sort by netmask
2095 unsorted.sort()
2098 unsorted.sort()
H A Dtest_set.py847 result.sort()
849 sorted_repr_values.sort()
/third_party/mbedtls/tests/scripts/
H A Dall.sh1095 sort -u > $found
1305 nm library/libmbedcrypto.a | grep ' [TRrDC] ' | grep -Eo '(mbedtls_|psa_).*' | sort -u > sym_def.txt
1306 nm library/libmbedcrypto.a | grep ' U ' | grep -Eo '(mbedtls_|psa_).*' | sort -u > sym_undef.txt
2021 # that we could use for interop testing. However, we now have sort of two
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp2251 sort(begin(e_deps), end(e_deps)); in inherit_expression_dependencies()
3826 // Need to sort here as variables come from an unordered container, and pushing stuff in wrong order in analyze_variable_scope()
3828 sort(begin(header_block.loop_variables), end(header_block.loop_variables)); in analyze_variable_scope()
4704 sort(begin(physical_storage_non_block_pointer_types), end(physical_storage_non_block_pointer_types)); in analyze_non_block_pointer_types()
/third_party/skia/third_party/externals/libpng/
H A Dconfigure503 # Don't try to exec as it changes $[0], causing all sort of problems
2100 sort
2115 done | sort
2130 done | sort
3690 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3802 # But if we don't then we get into trouble of one sort or another.
6523 if sort "$nlist" | uniq > "$nlist"T; then
9459 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9615 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
9880 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp903 // FuncUnitSorter - Comparison operator used to sort instructions by
1597 llvm::sort(SUnits, [](const SUnit *A, const SUnit *B) { in registerPressureFilter()
2682 // sort, so that we can perform a binary search in checkValidNodeOrder()
2683 llvm::sort(Indices, CompareKey); in checkValidNodeOrder()
/third_party/spirv-tools/source/diff/
H A Ddiff.cpp737 // First, pool all instructions from each section and sort them.
770 std::sort(
1661 std::sort(all_match_results.begin(), all_match_results.end());
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js1430 // Regex for parsing options in the format "@Alpha: Value of any sort"
1796 var temp = mapEdits(edits).sort(function (a, b) {
3628 var temp = mapEdits(edits).sort(function (a, b) {
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp152 std::sort(temp.begin(), temp.end());
228 std::sort(temp.begin(), temp.end());
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework_sc.py2768 # sort to have same results for py2 and py3
2810 listStruct = sorted(dictStructs.items(), key=lambda tup: tup[0]) # sort to have same results for py2 and py3
2937 extensionList.sort()
3030 vkTargets.sort()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp152 std::sort(temp.begin(), temp.end());
228 std::sort(temp.begin(), temp.end());
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1350 % we use for the index sort strings.
1468 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1486 % can get a sort of poor man's double spacing by redefining this.
3051 % "outlined" (blackboard board, sort of) versions, which we don't need).
4604 % \indexnofonts is used when outputting the strings to sort the index
4606 % control sequences and just writes whatever the best ASCII sort string
4663 % (The following {} will end up in the sort string, but that's ok.)
4700 % writing an index entry, and texindex isn't prepared for an index sort entry
4711 % ignore left quotes in the sort term.
4759 % get the string to sort b
[all...]
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp613 std::sort(resolutionVec.begin(), resolutionVec.end()); in GetCameraAttr()
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_intrapred_10bit.asm336 ; sort of a hack, but it works
/third_party/gn/src/gn/
H A Dparse_tree.cc953 std::sort(contents_.begin() + sr.begin, contents_.begin() + sr.end, in SortList()
959 // moved during the sort, then move its comments to the new head of the in SortList()
1027 // range at that point, because we want to include it in the sort. in GetSortRanges()
1029 // we don't want to move or include it in the sort. The two cases are: in GetSortRanges()

Completed in 86 milliseconds

1...<<414243444546474849