/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 903 // 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 D | diff.cpp | 737 // 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 D | parserharness.js | 1430 // 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/python/Lib/test/ |
H A D | test_ipaddress.py | 1006 # 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 D | test_set.py | 847 result.sort() 849 sorted_repr_values.sort()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderCompilationCases.cpp | 152 std::sort(temp.begin(), temp.end()); 228 std::sort(temp.begin(), temp.end());
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework_sc.py | 2768 # 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 D | es2pShaderCompilationCases.cpp | 152 std::sort(temp.begin(), temp.end()); 228 std::sort(temp.begin(), temp.end());
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 1350 % 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 D | dstream_operator.cpp | 613 std::sort(resolutionVec.begin(), resolutionVec.end()); in GetCameraAttr()
|
/foundation/ability/idl_tool/codegen/ |
H A D | ts_code_emitter.cpp | 175 std::sort(method.parameters_.begin(), method.parameters_.end()); in EmitInterfaceMethodLastPara()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | context_impl.cpp | 1319 std::sort(overlayModuleInfos.begin(), overlayModuleInfos.end(), in GetOverlayModuleInfos()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_central_manager_impl.cpp | 1393 pimpl->releaseFiltIndex_.sort(); in RemoveScanFilter()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.cpp | 836 sortedSubThreadNodeIds_.sort([this](const auto& first, const auto& second) -> bool { in SortSubThreadNodesPriority() 840 ROSEN_LOGE("RSUifirstManager::SortSubThreadNodesPriority sort nullptr found in pendingPostNodes_, " in SortSubThreadNodesPriority()
|
H A D | rs_base_render_util.cpp | 456 std::sort(metaDataSorted.begin(), metaDataSorted.end(),
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | node_system.cpp | 844 std::sort(first, last, [](Entity lhs, Entity rhs) { return lhs.id < rhs.id; });
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | material_impl.cpp | 1083 std::sort(textures.begin(), textures.end(), [](const auto& a, const auto& b) { in SynchronizeInputsFromMetadata()
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_frame_rate_manager.cpp | 596 std::sort(supportRefreshRateVec.begin(), supportRefreshRateVec.end()); in CalcRefreshRate()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_media_downloader.cpp | 1168 sort(bitRates.begin(), bitRates.end()); in AutoSelectBitrate()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen_controller.cpp | 802 std::sort(screens.begin(), screens.end(), [](const auto &a, const auto &b) {
in UpdateScreenGroupLayout()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.cpp | 374 std::sort(fields.begin(), fields.end(), [] (const FieldInfo &a, const FieldInfo &b) { in UpgradeFields()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | cloud_storage_utils.cpp | 319 std::sort(pkVec.begin(), pkVec.end(), [](const Field &a, const Field &b) { in GetCloudPrimaryKeyField()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_intrapred_10bit.asm | 336 ; sort of a hack, but it works
|
/third_party/gn/src/gn/ |
H A D | parse_tree.cc | 953 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()
|
/third_party/gptfdisk/ |
H A D | gpt.cc | 2004 sort(partitions, partitions + numParts); in SortGPT()
|