| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_base_render_util.cpp | 64 using Offset = std::pair<uint8_t, uint8_t>; // first: offsetSrc; second: offsetDst 671 if (len.first == 0 || len.second == 0) { 674 offsetSrc += len.first;
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
| H A D | rs_display_render_node_drawable.cpp | 1164 // reset dirty rect as mirrored wired screen size when first time connection or matrix changed in CalculateVirtualDirtyForWiredScreen() 1458 std::stable_sort(drawables.begin(), drawables.end(), [](const auto& first, const auto& second) -> bool { in AdjustZOrderAndDrawSurfaceNode() 1459 auto firstDrawable = std::static_pointer_cast<RSSurfaceRenderNodeDrawable>(first); in AdjustZOrderAndDrawSurfaceNode()
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
| H A D | exif_info.cpp | 416 exifTags_.EnsureInsert(i->first, DEFAULT_EXIF_VALUE); in EXIFInfo() 2055 tag = find_item->first; in GetExifTagByName()
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/ |
| H A D | medialibrary_fileext_test.cpp | 1062 auto ret = mediaFileExtAbility->ListFile(dirInfo, limit.first, limit.second, filter, dirFileList); in ListFileTestLimit() 1064 EXPECT_EQ(dirFileList.size(), min((DIR_RESULT - limit.first), limit.second)); in ListFileTestLimit()
|
| /foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
| H A D | media_scanner_db.cpp | 517 if (path.find(iter.first) != string::npos) { in GetOprnObjectFromPath() 606 MEDIA_ERR_LOG("failed to go to first row"); in GetFileSet() 909 dataType = itr->second.first; in ExtractMetaFromColumn()
|
| /foundation/multimedia/player_framework/frameworks/js/avplayer/ |
| H A D | avplayer_callback.cpp | 384 napi_create_string_utf8(mapRef->env_, item.first.c_str(), NAPI_AUTO_LENGTH, &jsUuid); 431 CommonNapi::SetPropertyInt32(propertyIntRef->env_, args[0], it.first, it.second);
|
| /foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
| H A D | js_display_manager.cpp | 451 napi_strict_equals(env, jsListenerObject, iter.first->GetNapiValue(), &isEquals);
in IfCallbackRegistered() 510 napi_strict_equals(env, value, it->first->GetNapiValue(), &isEquals);
in UnRegisterDisplayListenerWithType()
|
| /foundation/window/window_manager/test/systemtest/dms/ |
| H A D | screen_manager_test.cpp | 298 if (virtualScreenId == pair.first) {
in CheckScreenGroupState() 299 ASSERT_EQ(virtualScreenId, pair.first);
in CheckScreenGroupState()
|
| /foundation/window/window_manager/dm/src/ |
| H A D | display_manager.cpp | 771 return item.first == abilityToken && item.second == displayId;
in AddDisplayIdFromAms() 794 return item.first == abilityToken;
in RemoveDisplayIdFromAms()
|
| /foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
| H A D | js_screen_manager.cpp | 208 napi_strict_equals(env, jsListenerObject, iter.first->GetNapiValue(), &isEquals);
in IfCallbackRegistered() 283 napi_strict_equals(env, value, it->first->GetNapiValue(), &isEquals);
in UnRegisterScreenListenerWithType()
|
| /foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
| H A D | p2p_v1_processor_test.cpp | 138 return value.first; in InjectData() 161 return value.first; in InjectData()
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/ |
| H A D | hal_device_manage.cpp | 854 std::string ifaceName = it.first;
in ClearStaInfo() 862 std::string ifaceName = it.first;
in ClearApInfo()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
| H A D | kvdb_service_impl.cpp | 990 if (ret.first.empty()) { in DoSyncInOrder() 994 auto status = DoSyncBegin(ret.first, meta, info, complete, type); in DoSyncInOrder()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 470 ASSERT_EQ(process.begin()->first, DEVICE_CLOUD); in GetCallback() 495 auto real = syncProcess.tableProcess.find(expect.first); in GetCallback()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_single_ver_natural_store.cpp | 1343 (void)handle->Rollback(); // Keep the error code of the first scene in SaveSyncItems() 1806 std::string storeDir = storeIdentDir + item.first; in GetKvDBSize() 1807 std::string storeOnlyDir = storeOnlyIdentDir + item.first; in GetKvDBSize() 1871 (void)handle->Rollback(); // Keep the error code of the first scene in SaveSyncItemsInCacheMode()
|
| /foundation/distributedhardware/device_manager/services/service/src/ |
| H A D | device_manager_service.cpp | 1668 dmServiceImpl_->HandleIdentAccountLogout(item.first, userId, accountId); in HandleAccountLogout() 1669 peerUdids.emplace_back(item.first); in HandleAccountLogout()
|
| /foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
| H A D | js_file_access_ext_ability.cpp | 549 result.errCode = errCodeTable.at(result.errCode).first; in TranslateResult() 1389 if (column == it.first) { in ConvertColumn()
|
| /foundation/window/window_manager/window_scene/session/screen/src/ |
| H A D | screen_session.cpp | 1324 res.push_back(iter->second.first); in GetChildren() 1367 screenGroupInfo->children_.push_back(iter->first); in ConvertToScreenGroupInfo()
|
| /foundation/window/window_manager/wmserver/test/unittest/ |
| H A D | window_node_container_test.cpp | 1014 auto pair = itor->first; in HWTEST_F() 1015 container->ResetWindowZOrderPriorityWhenSetMode(window1, pair.first, pair.second); in HWTEST_F()
|
| /third_party/ffmpeg/libavcodec/arm/ |
| H A D | simple_idct_arm.S | 90 @@ to save some registers/calls, proceed with b0-b3 first, followed by a0-a3 301 @@ proceed with b0-b3 first, followed by a0-a3
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | vp8dsp_loopfilter.asm | 50 ; first 11 mean the same as READ_8x4_TRANSPOSED above 97 ; a different memory region than the first two), allowing for more optimal code for
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_direct.c | 140 if (first_instance) { /* we're the first user, clear the segment */ in snd_pcm_direct_shm_create_or_connect() 575 * The first client recovers slave pcm. 1704 if (dst_areas[chn].first != chn * bits || 1707 if (src_areas[chn].first != chn * bits ||
|
| H A D | pcm_hw.c | 597 info->first = i.first; in snd_pcm_hw_channel_info() 1845 [subdevice INT] # Subdevice number (default -1: first available)
|
| /third_party/alsa-utils/alsactl/ |
| H A D | state.c | 1641 if (iter.first) { in save_state() 1713 if (iter.first) in load_state()
|
| /third_party/googletest/googlemock/test/ |
| H A D | gmock-more-actions_test.cc | 604 // Tests that SetArrayArgument<N>(first, last) sets the elements of the array 605 // pointed to by the N-th (0-based) argument to values in range [first, last). 625 // Tests first and last are iterators. in TEST() 641 // Tests SetArrayArgument<N>(first, last) where first == last. 656 // Tests SetArrayArgument<N>(first, last) where *first is convertible 672 // Test SetArrayArgument<N>(first, last) with iterator as argument. 972 Action<void(std::vector<int>)> first = [&] { ran_first = true; }; in TEST() local 974 DoAll(first, [](st in TEST() [all...] |