Home
last modified time | relevance | path

Searched refs:empty (Results 76 - 100 of 10258) sorted by relevance

12345678910>>...411

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_file_operation.cpp44 if (resultSet == nullptr || targetPath.empty()) { in CopyPhoto()
45 MEDIA_ERR_LOG("Media_Operation: CopyPhoto failed, resultSet is null or targetPath is empty"); in CopyPhoto()
63 if (!sourcePhotoInfo.videoFilePath.empty()) { in CopyPhoto()
67 if (!sourcePhotoInfo.editDataFolder.empty()) { in CopyPhoto()
106 * If the photo is not a moving photo, return an empty string.
107 * If the photo's file path is empty, return an empty string.
115 // If file path is empty, return empty string. Trace log will be printed in CopyPhotoFile. in FindVideoFilePath()
116 if (photoInfo.filePath.empty()) { in FindVideoFilePath()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
H A Ddistributeddata_dfx_ut_test.cpp86 if (!val.empty()) { in HWTEST_F()
90 if (!val.empty()) { in HWTEST_F()
94 if (!val.empty()) { in HWTEST_F()
126 if (!val.empty()) { in HWTEST_F()
188 if (!val.empty()) { in HWTEST_F()
304 if (!val.empty()) { in HWTEST_F()
308 if (!val.empty()) { in HWTEST_F()
312 if (!val.empty()) { in HWTEST_F()
344 if (!val.empty()) { in HWTEST_F()
376 if (!val.empty()) { in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/
H A Ddscreen_source_proxy.cpp33 if (params.empty() || params.size() > PARAM_MAX_SIZE || callback == nullptr) { in InitSource()
178 if (devId.empty() || devId.size() > DID_MAX_SIZE || eventContent.empty() || in DScreenNotify()
209 if (devId.empty() || devId.size() > DID_MAX_SIZE || dhId.empty() || dhId.size() > DID_MAX_SIZE) { in CheckRegParams()
213 if (reqId.empty() || reqId.size() > DID_MAX_SIZE) { in CheckRegParams()
217 if (param.sinkVersion.empty() || param.sinkVersion.size() > PARAM_MAX_SIZE || param.sinkAttrs.empty() || in CheckRegParams()
228 if (devId.empty() || devId.size() > DID_MAX_SIZE || dhId.empty() || dhI in CheckUnregParams()
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/
H A Ddscreen_source_stub.cpp79 if (param.empty() || param.size() > PARAM_MAX_SIZE) { in InitSourceInner()
186 if (devId.empty() || devId.size() > DID_MAX_SIZE || eventContent.empty() || in DScreenNotifyInner()
199 if (devId.empty() || devId.size() > DID_MAX_SIZE || dhId.empty() || dhId.size() > DID_MAX_SIZE) { in CheckRegParams()
203 if (version.empty() || version.size() > PARAM_MAX_SIZE || attrs.empty() || attrs.size() > PARAM_MAX_SIZE) { in CheckRegParams()
207 if (reqId.empty() || reqId.size() > DID_MAX_SIZE) { in CheckRegParams()
217 if (devId.empty() || devId.size() > DID_MAX_SIZE || dhId.empty() || dhI in CheckUnregParams()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGraphWriter.h83 // edge labels not equal to the empty string "".
92 if (label.empty()) in getEdgeSourceLabels()
131 if (!Title.empty()) in writeHeader()
133 else if (!GraphName.empty()) in writeHeader()
141 if (!Title.empty()) in writeHeader()
143 else if (!GraphName.empty()) in writeHeader()
169 if (!NodeAttributes.empty()) O << NodeAttributes << ","; in writeNode()
177 if (!Id.empty()) in writeNode()
181 if (!NodeDesc.empty()) in writeNode()
202 if (!Id.empty()) in writeNode()
[all...]
/third_party/node/test/parallel/
H A Dtest-webcrypto-derivebits-hkdf.js34 empty: ''
39 empty: ''
44 empty: ''
53 empty: '97601f4e0c53a5d3f3a2810099bc6820' +
59 empty: '2f3157e7fe0c10b01298c8f0886a90ed' +
65 empty: 'd51b6fb7e599ca30c5ee264593e4b85f' +
71 empty: '9e4b719033742101e90f1ad61e2ff3b4' +
75 empty: {
79 empty: '1e023c17b340533ceaef39230cb8b3bb' +
85 empty
[all...]
/third_party/rust/crates/bitflags/src/
H A Dlib.rs162 //! - `empty`: an empty set of flags
199 //! If your default value is equal to `0` (which is the same value as calling `empty()`
262 //! let empty = Flags::empty();
267 //! assert!(empty.contains(Flags::NONE));
491 f.write_str("(empty)")?; in fmt()
524 /// Returns an empty set of flags.
526 pub const fn empty() -> Self {
586 self.bits() == Self::empty()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp92 EXPECT_FALSE(audioEncoders.empty()); in HWTEST_F()
108 EXPECT_FALSE(audioDecoders.empty()); in HWTEST_F()
124 EXPECT_FALSE(videoEncoders.empty() || videoEncoders.size() > VIDEO_ENCODER_FOUR); in HWTEST_F()
141 EXPECT_FALSE(videoDecoders.empty() || videoDecoders.size() > VIDEO_DECODER_FOUR); in HWTEST_F()
278 EXPECT_TRUE(audioEncoderIn.mime.empty()); in HWTEST_F()
295 EXPECT_TRUE(audioEncoderOut.mime.empty()); in HWTEST_F()
330 EXPECT_TRUE(audioEncoder.name.empty()); in HWTEST_F()
338 EXPECT_TRUE(audioEncoder.ins.empty()); in HWTEST_F()
345 EXPECT_FALSE(audioEncoder.ins.empty()); in HWTEST_F()
346 EXPECT_TRUE(audioEncoder.outs.empty()); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_stack.cpp26 if (navPathList_.empty()) { in Remove()
35 if (navPathList_.empty()) { in Remove()
59 if (!navPathList_.empty()) { in RemoveInNavPathList()
72 if (!preNavPathList_.empty()) { in RemoveInPreNavPathList()
100 if (lastNavPathList_.empty()) { in isLastListContains()
151 if (navPathList_.empty()) { in AddForReplace()
182 if (navPathList.empty()) { in FindIndex()
198 if (navPathList_.empty()) { in Get()
208 if (navPathList_.empty()) { in Get()
246 if (preNavPathList_.empty()) { in GetFromPreBackup()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp113 if (ret != Drawing::FontCheckCode::SUCCESSED || fullNameVec.empty()) { in ProcessInstalledFontPath()
247 if (!path.empty()) { in ParseInstallFontDescSharedPtrByName()
269 if (fullName.empty()) { in GetFontDescSharedPtrByFullName()
305 if (name.empty()) { in HandleMapIntersection()
312 if (finishRet.empty()) { in HandleMapIntersection()
318 if (temp.empty()) { in HandleMapIntersection()
339 if (!finishRet.empty()) { in FilterBoldCache()
355 if (temp.empty()) { in FilterBoldCache()
376 if (!finishRet.empty()) { in FilterWidthCache()
389 if (temp.empty()) { in FilterWidthCache()
[all...]
/third_party/libabigail/src/
H A Dabg-suppression-priv.h75 /// empty then this method returns nil.
79 if (!file_name_regex_ && !file_name_regex_str_.empty()) in get_file_name_regex()
91 /// is empty then this method returns nil.
95 if (!file_name_not_regex_ && !file_name_not_regex_str_.empty()) in get_file_name_not_regex()
106 /// If the 'soname_regex' property of @ref suppression_base is empty
111 if (!soname_regex_ && !soname_regex_str_.empty()) in get_soname_regex()
123 /// empty then this method returns nil.
127 if (!soname_not_regex_ && !soname_not_regex_str_.empty()) in get_soname_not_regex()
231 if (!type_name_regex_ && !type_name_regex_str_.empty()) in get_type_name_regex()
296 /// If that string is empty, the
[all...]
/third_party/rust/crates/nix/test/sys/
H A Dtest_sockopt.rs22 SockFlag::empty(), in test_local_peercred_seqpacket()
48 SockFlag::empty(), in test_local_peercred_stream()
67 SockFlag::empty(), in is_so_mark_functional()
81 SockFlag::empty(), in test_so_buf()
107 SockFlag::empty(), in test_so_tcp_maxseg()
131 SockFlag::empty(), in test_so_tcp_maxseg()
159 SockFlag::empty(), in test_so_type()
196 SockFlag::empty(), in test_tcp_congestion()
222 SockFlag::empty(), in test_bindtodevice()
238 SockFlag::empty(), in test_so_tcp_keepalive()
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeCommandLine.cpp124 DE_ASSERT(dst->m_args.empty() && dst->m_options.empty()); in parse()
363 DE_TEST_ASSERT(parseOk && err.str().empty()); in selfTest()
373 DE_TEST_ASSERT(err.str().empty()); // No message about -h in selfTest()
383 DE_TEST_ASSERT(err.str().empty()); // No message about -h in selfTest()
392 DE_TEST_ASSERT(parseOk && err.str().empty()); in selfTest()
419 DE_TEST_ASSERT(err.str().empty()); in selfTest()
421 DE_TEST_ASSERT(!err.str().empty()); in selfTest()
431 DE_TEST_ASSERT(err.str().empty()); in selfTest()
448 DE_TEST_ASSERT(err.str().empty()); in selfTest()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/multimodal/
H A Drender_multimodal.cpp30 if (!children.empty()) { in PerformLayout()
79 if (!multimodalProperties.voiceLabel.empty() && in PrepareMultimodalEvent()
96 if (!multimodalProperties.subscriptLabel.empty() && in PrepareMultimodalEvent()
107 if (subscript_.GetVoiceContent().empty()) { in PrepareMultimodalEvent()
129 if (!voiceEvent_.GetVoiceContent().empty()) { in ~RenderMultimodal()
132 if (!subscript_.GetVoiceContent().empty()) { in ~RenderMultimodal()
150 if (!voiceEvent_.GetVoiceContent().empty()) { in OnHiddenChanged()
157 if (!subscript_.GetVoiceContent().empty()) { in OnHiddenChanged()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_uri_utils.cpp56 if (path.empty()) { in AttachId()
64 if (pathVector.empty()) { in AttachId()
97 if (path.empty()) { in GetId()
102 if (pathVector.empty()) { in GetId()
151 if (path.empty()) { in IsAttachedId()
157 if (pathVector.empty()) { in IsAttachedId()
191 if (path.empty()) { in UriUpateLastPath()
197 if (pathVector.empty()) { in UriUpateLastPath()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dnative_lib_util_test.cpp74 EXPECT_EQ(appLibPaths.empty(), true); in HWTEST_F()
79 EXPECT_EQ(appLibPaths.empty(), false); in HWTEST_F()
94 EXPECT_EQ(appLibPaths.empty(), true); in HWTEST_F()
102 EXPECT_EQ(appLibPaths.empty(), false); in HWTEST_F()
107 EXPECT_EQ(appLibPaths.empty(), false); in HWTEST_F()
112 EXPECT_EQ(appLibPaths.empty(), false); in HWTEST_F()
134 EXPECT_EQ(appLibPaths.empty(), true); in HWTEST_F()
142 EXPECT_EQ(appLibPaths.empty(), false); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/network_black_list/
H A Dnetwork_black_list_manager.cpp44 if (bssid.empty()) { in AddWifiBlocklist()
58 if (wifiBlockSet_.empty()) { in RemoveWifiBlocklist()
59 WIFI_LOGI("RemoveWifiBlocklist, wifiBlockSet is empty"); in RemoveWifiBlocklist()
71 if (bssid.empty()) { in IsInWifiBlocklist()
76 if (wifiBlockSet_.empty()) { in IsInWifiBlocklist()
86 if (bssid.empty()) { in AddAbnormalWifiBlocklist()
102 if (abnormalWifiBlockSet_.empty()) { in IsInAbnormalWifiBlocklist()
119 if (tempWifiBlockMap_.empty()) { in IsInTempWifiBlockList()
129 if (bssid.empty()) { in IsFailedMultiTimes()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dcontent_sensor_manager_utils.cpp39 if (!deviceModel_.empty()) { in ObtainProductModel()
56 if (!deviceType_.empty()) { in ObtainDeviceType()
73 if (!manufacture_.empty()) { in ObtainManufacture()
90 if (!serial_.empty()) { in ObtainSerial()
107 if (!marketName_.empty()) { in ObtainMarketName()
124 if (!osFullName_.empty()) { in ObtainOsFullName()
141 if (!displayVersion_.empty()) { in ObtainDisplayVersion()
157 if (!localUdid_.empty()) { in ObtainLocalUdid()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp59 if (Filename.empty()) in printFile()
63 if (!Directory.empty()) in printFile()
77 if (!Lang.empty()) in print()
88 if (!S->getLinkageName().empty()) in print()
97 if (!GV->getLinkageName().empty()) in print()
104 if (!T->getName().empty()) in print()
110 if (!Encoding.empty()) in print()
117 if (!Tag.empty()) in print()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_filesystem.cpp65 if (!path.empty()) { in ValidatePath()
66 if (!basePath_.empty()) { in ValidatePath()
91 if (!path.empty()) { in OpenFile()
100 if (!path.empty()) { in CreateFile()
110 if (path.empty()) { in DeleteFile()
124 if (!path.empty()) { in OpenDirectory()
134 if (!path.empty()) { in CreateDirectory()
144 if (path.empty()) { in DeleteDirectory()
159 if (pathFrom.empty() || pathTo.empty()) { in Rename()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddev_manager.cpp101 if (detailInfo.uuid.empty()) { in GetDevInfoFromBucket()
110 if (detailInfos.empty()) { in UpdateBucket()
115 if (detailInfo.uuid.empty() || detailInfo.networkId.empty()) { in UpdateBucket()
126 if (!UnEncryptedLocalInfo_.uuid.empty()) { in GetUnEncryptedUuid()
136 if (networkId.empty()) { in GetUnEncryptedUuid()
137 ZLOGE("networkid empty"); in GetUnEncryptedUuid()
142 if (uuid.empty()) { in GetUnEncryptedUuid()
156 if (!localInfo_.uuid.empty()) { in GetLocalDevice()
168 if (uuid.empty() || networkI in GetLocalDevice()
[all...]
/third_party/lz4/contrib/gen_manual/
H A Dgen_manual.cpp74 if (terminator.empty() && line.empty()) { linenum--; break; } in get_lines()
77 if (!terminator.empty() && epos!=string::npos) { in get_lines()
178 if (!comments.empty()) comments[0] = line.substr(spos+3); in main()
179 if (!comments.empty()) in main()
188 while (!comments.empty() && comments[comments.size()-1].empty()) comments.pop_back(); // remove empty line at the end in main()
189 while (!comments.empty() && comments[0].empty()) comment in main()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Davailable_instructions_test.cpp168 ASSERT_TRUE(available.empty()); in TEST()
177 ASSERT_FALSE(available.empty()); in TEST()
184 ASSERT_FALSE(available.empty()); in TEST()
194 ASSERT_FALSE(available.empty()); in TEST()
204 ASSERT_FALSE(available.empty()); in TEST()
226 ASSERT_FALSE(available.empty()); in TEST()
234 ASSERT_FALSE(available.empty()); in TEST()
242 ASSERT_FALSE(available.empty()); in TEST()
256 ASSERT_FALSE(available.empty()); in TEST()
263 ASSERT_FALSE(available.empty()); in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Davailable_instructions_test.cpp168 ASSERT_TRUE(available.empty()); in TEST()
177 ASSERT_FALSE(available.empty()); in TEST()
184 ASSERT_FALSE(available.empty()); in TEST()
194 ASSERT_FALSE(available.empty()); in TEST()
204 ASSERT_FALSE(available.empty()); in TEST()
226 ASSERT_FALSE(available.empty()); in TEST()
234 ASSERT_FALSE(available.empty()); in TEST()
242 ASSERT_FALSE(available.empty()); in TEST()
256 ASSERT_FALSE(available.empty()); in TEST()
263 ASSERT_FALSE(available.empty()); in TEST()
[all...]
/third_party/gn/src/gn/
H A Dninja_create_bundle_target_writer.cc22 return !target->bundle_data().assets_catalog_sources().empty() || in TargetRequireAssetCatalogCompilation()
172 if (!order_only_deps.empty()) { in WriteCopyBundleFileRuleSteps()
188 if (!target_->bundle_data().assets_catalog_sources().empty()) { in WriteCompileAssetsCatalogStep()
205 // non-empty, then add a target to generate an empty file (to avoid breaking in WriteCompileAssetsCatalogStep()
207 if (target_->bundle_data().assets_catalog_sources().empty()) { in WriteCompileAssetsCatalogStep()
214 if (!order_only_deps.empty()) { in WriteCompileAssetsCatalogStep()
224 DCHECK(!input_dep.value().empty()); in WriteCompileAssetsCatalogStep()
229 // If "partial_info_plist" is non-empty, then add it to list of implicit in WriteCompileAssetsCatalogStep()
250 if (!order_only_deps.empty()) { in WriteCompileAssetsCatalogStep()
[all...]

Completed in 15 milliseconds

12345678910>>...411