Home
last modified time | relevance | path

Searched refs:first (Results 5551 - 5575 of 6245) sorted by relevance

1...<<221222223224225226227228229230>>...250

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp64 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 Drs_display_render_node_drawable.cpp1164 // 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 Dexif_info.cpp416 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 Dmedialibrary_fileext_test.cpp1062 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 Dmedia_scanner_db.cpp517 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 Davplayer_callback.cpp384 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 Djs_display_manager.cpp451 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 Dscreen_manager_test.cpp298 if (virtualScreenId == pair.first) { in CheckScreenGroupState()
299 ASSERT_EQ(virtualScreenId, pair.first); in CheckScreenGroupState()
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp771 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 Djs_screen_manager.cpp208 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 Dp2p_v1_processor_test.cpp138 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 Dhal_device_manage.cpp854 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 Dkvdb_service_impl.cpp990 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 Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp470 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 Dsqlite_single_ver_natural_store.cpp1343 (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 Ddevice_manager_service.cpp1668 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 Djs_file_access_ext_ability.cpp549 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 Dscreen_session.cpp1324 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 Dwindow_node_container_test.cpp1014 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 Dsimple_idct_arm.S90 @@ 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 Dvp8dsp_loopfilter.asm50 ; 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 Dpcm_direct.c140 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 Dpcm_hw.c597 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 Dstate.c1641 if (iter.first) { in save_state()
1713 if (iter.first) in load_state()
/third_party/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc604 // 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...]

Completed in 67 milliseconds

1...<<221222223224225226227228229230>>...250