Home
last modified time | relevance | path

Searched refs:empty (Results 201 - 225 of 11551) sorted by relevance

12345678910>>...463

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dnetwork_selector_impl.cpp128 * current networkSelector only obtains one non-empty network selection result of subNetworkSelector, which is in SavedNetworkTracker()
130 * subNetworkSelectors is not empty, the network selection result of other subNetworkSelectors inserted later will in SavedNetworkTracker()
152 if (!networkCandidates.empty()) { in GetCandidatesFromSubNetworkSelector()
164 if (!networkCandidates.empty()) { in ~SimpleFilterNetworkSelector()
169 if (!filteredNetworkCandidates.empty()) { in ~SimpleFilterNetworkSelector()
183 if (!networkCandidates.empty()) { in Nominate()
213 return networkCandidates.empty(); in Filter()
252 return networkCandidates.empty(); in Filter()
267 if (!filteredNetworkCandidates.empty()) { in ~PortalNetworkSelector()
286 if (networkCandidates.empty()) { in Filter()
[all...]
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp59 if (!changeNotification.GetInsertEntries().empty() && in OnChange()
63 if (!changeNotification.GetUpdateEntries().empty() && in OnChange()
67 if (!changeNotification.GetDeleteEntries().empty() && in OnChange()
81 if (!insertRecords.empty() && insertRecords.size() <= MAX_DB_RECORD_SIZE) { in OnChange()
86 if (!updateRecords.empty() && updateRecords.size() <= MAX_DB_RECORD_SIZE) { in OnChange()
90 if (!delKeys.empty() && delKeys.size() <= MAX_DB_RECORD_SIZE) { in OnChange()
105 if (notification.deviceId.empty()) { in OnSwitchChange()
113 if (res != DP_SUCCESS || udid.empty()) { in OnSwitchChange()
159 if (non2OhSuffixMaps.empty()) { return; } in FilterEntries()
166 if (entries.empty()) { retur in FilterEntries()
[all...]
/foundation/distributedhardware/device_manager/services/implementation/src/discovery/
H A Ddm_discovery_manager.cpp59 if (discoveryQueue_.empty()) { in CheckDiscoveryQueue()
122 if (pkgName.empty()) { in StopDeviceDiscovery()
123 LOGE("Invalid parameter, pkgName is empty."); in StopDeviceDiscovery()
128 if (!discoveryQueue_.empty()) { in StopDeviceDiscovery()
131 if (!discoveryContextMap_.empty()) { in StopDeviceDiscovery()
174 if (localDeviceId.empty() || deviceId.empty()) { in GetAuthForm()
184 if (trustDeviceUdidList.empty()) { in GetAuthForm()
185 LOGI("Trusted devices is empty."); in GetAuthForm()
236 if (pkgName.empty()) { in OnDiscoveryFailed()
[all...]
/kernel/linux/linux-6.6/sound/sh/
H A Dsh_dac_audio.c45 int empty; member
69 chip->empty = 1; in dac_audio_reset()
108 chip->empty = 1; in snd_sh_dac_pcm_open()
149 chip->empty = 1; in snd_sh_dac_pcm_trigger()
170 if (chip->empty) { in snd_sh_dac_pcm_copy()
171 chip->empty = 0; in snd_sh_dac_pcm_copy()
188 if (chip->empty) { in snd_sh_dac_pcm_silence()
189 chip->empty = 0; in snd_sh_dac_pcm_silence()
270 if (!chip->empty) { in sh_dac_audio_timer()
285 chip->empty in sh_dac_audio_timer()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
H A DLineEditor.cpp37 assert(!Comps.empty()); in getCommonPrefix()
58 if (Comps.empty()) { in complete()
65 // If the common prefix is non-empty we can simply insert it. If there is a in complete()
69 // common prefix will then be empty. in complete()
70 if (CommonPrefix.empty()) { in complete()
126 if (!Data->ContinuationOutput.empty()) { in ElCompletionFn()
154 if (Action.Completions.empty()) { in ElCompletionFn()
202 if (HistoryPath.empty()) in LineEditor()
243 if (!HistoryPath.empty()) { in saveHistory()
250 if (!HistoryPath.empty()) { in loadHistory()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.cpp129 (bindings.empty()) ? (DE_NULL) : (&bindings.front()), // pBinding in build()
176 const VkDescriptorPoolSize* const typeCountPtr = (m_counts.empty()) ? (DE_NULL) : (&m_counts[0]); in build()
273 if (!writeInfo.imageInfos.empty()) in update()
276 if (!writeInfo.bufferInfos.empty()) in update()
279 if (!writeInfo.texelBufferViews.empty()) in update()
283 const VkWriteDescriptorSet* const writePtr = (m_writes.empty()) ? (DE_NULL) : (&writes[0]); in update()
284 const VkCopyDescriptorSet* const copyPtr = (m_copies.empty()) ? (DE_NULL) : (&m_copies[0]); in update()
303 if (!writeInfo.imageInfos.empty()) in updateWithPush()
306 if (!writeInfo.bufferInfos.empty()) in updateWithPush()
309 if (!writeInfo.texelBufferViews.empty()) in updateWithPush()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Denum_set_test.cpp56 const EnumSet<uint32_t> empty; in TEST() local
57 EXPECT_TRUE(set.HasAnyOf(empty)); in TEST()
63 const EnumSet<uint32_t> empty; in TEST() local
66 EXPECT_TRUE(set.HasAnyOf(empty)); in TEST()
71 const EnumSet<uint32_t> empty; in TEST() local
74 EXPECT_TRUE(set.HasAnyOf(empty)); in TEST()
79 const EnumSet<uint32_t> empty; in TEST() local
84 EXPECT_TRUE(set.HasAnyOf(empty)); in TEST()
89 const EnumSet<uint32_t> empty; in TEST() local
90 EXPECT_TRUE(set.HasAnyOf(empty)); in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Denum_set_test.cpp56 const EnumSet<uint32_t> empty; in TEST() local
57 EXPECT_TRUE(set.HasAnyOf(empty)); in TEST()
63 const EnumSet<uint32_t> empty; in TEST() local
66 EXPECT_TRUE(set.HasAnyOf(empty)); in TEST()
71 const EnumSet<uint32_t> empty; in TEST() local
74 EXPECT_TRUE(set.HasAnyOf(empty)); in TEST()
79 const EnumSet<uint32_t> empty; in TEST() local
84 EXPECT_TRUE(set.HasAnyOf(empty)); in TEST()
89 const EnumSet<uint32_t> empty; in TEST() local
90 EXPECT_TRUE(set.HasAnyOf(empty)); in TEST()
[all...]
/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...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/
H A Dupdate_engine_utils.cpp56 if (wakeupVersion.empty()) { in GetWakeupVesion()
57 INTELL_VOICE_LOG_ERROR("wakeupVersion empty"); in GetWakeupVesion()
65 if (tokens.size() != WAKEUP_VERSION_SPLIT_NUM || tokens[1].empty()) { in GetWakeupVesion()
66 INTELL_VOICE_LOG_INFO("wakeupVersion split empty (%{public}zu)", tokens.size()); in GetWakeupVesion()
74 INTELL_VOICE_LOG_INFO("vesion split empty"); in GetWakeupVesion()
93 if (versionNumber.empty()) { in SaveWakeupVesion()
107 if (versionNumberSave.empty()) { in IsVersionUpdate()
113 if (versionNumberCur.empty()) { in IsVersionUpdate()
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Ddata_queue.cpp58 if (!queue_.empty()) { in Pop()
63 } else if (queue_.empty() && finishFlag_) { in Pop()
105 while (!queue_.empty()) { in Clear()
118 if (!queue_.empty()) { in Pop()
123 } else if (queue_.empty() && finishFlag_) { in Pop()
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_router.cpp24 if (pages_.empty()) { in GetEntry()
33 if (uri.empty()) { in GetPagePath()
36 if (pages_.empty()) { in GetPagePath()
53 if (uri.empty()) { in GetPagePath()
99 if (pages_.empty()) { in RouterParse()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_strategy.cpp67 if (cloudInfo.version.empty() || localInfo.version.empty()) { in IsSameVersion()
82 if (localInfo.originDev.empty() && localInfo.device.empty()) { in IsIgnoreUpdate()
99 !localInfo.version.empty() && localInfo.version == cloudInfo.version && in IsSameRecord()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dload_config_common_strategy.cpp45 if (context->needAutoLoadCallerBundleName && context->callerBundleName.empty()) { in operator ()()
61 if (!queryParams[USER_PARAM].empty()) { in GetInfoFromProxyURI()
68 if (!queryParams[TOKEN_ID_PARAM].empty()) { in GetInfoFromProxyURI()
75 if (!queryParams[DST_BUNDLE_NAME_PARAM].empty()) { in GetInfoFromProxyURI()
84 if (!queryParams[APP_INDEX].empty()) { in GetAppIndexFromProxyURI()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/localhardwaremanager/localhardwaremanager/src/
H A Dlocal_hardware_manager_test.cpp43 EXPECT_EQ(true, LocalHardwareManager::GetInstance().pluginListenerMap_.empty()); in HWTEST_F()
57 EXPECT_EQ(true, LocalHardwareManager::GetInstance().pluginListenerMap_.empty()); in HWTEST_F()
71 EXPECT_EQ(true, LocalHardwareManager::GetInstance().pluginListenerMap_.empty()); in HWTEST_F()
85 EXPECT_EQ(true, LocalHardwareManager::GetInstance().pluginListenerMap_.empty()); in HWTEST_F()
100 EXPECT_EQ(true, LocalHardwareManager::GetInstance().pluginListenerMap_.empty()); in HWTEST_F()
/third_party/node/deps/v8/tools/debug_helper/
H A Dheap-constants.cc34 if (!sub_result.empty()) { in FindKnownObject()
40 if (!sub_result.empty()) { in FindKnownObject()
41 result = (result.empty() ? "" : result + ", ") + "maybe " + sub_result; in FindKnownObject()
46 if (!sub_result.empty()) { in FindKnownObject()
47 result = (result.empty() ? "" : result + ", ") + "maybe " + sub_result; in FindKnownObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp22 if (!Locations[Index].Dir.empty()) { in getSourceFile()
23 if (Locations[Index].Base.empty()) { in getSourceFile()
31 } else if (!Locations[Index].Base.empty()) in getSourceFile()
39 if (!SL.Dir.empty()) { in operator <<()
46 if (SL.Base.empty()) in operator <<()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp132 if (netAllCap->netCaps_.count(NetManagerStandard::NET_CAPABILITY_VALIDATED) && !netAllCap->bearerTypes_.empty()) { in NetCapabilitiesChange()
291 if (uuid.empty() || !syncTask_.Contains(uuid)) { in NotifyReadyEvent()
373 if (networkId.empty()) {
378 if (uuid.empty() || udid.empty()) {
379 ZLOGW("uuid or udid empty");
427 if (!localInfo_.uuid.empty() && !localInfo_.udid.empty()) {
515 if (dvInfo.uuid.empty()) {
524 if (dvInfos.empty()) {
[all...]
/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/
H A Dipolicy_manager_test.cpp42 ASSERT_TRUE(policyValue.empty()); in HWTEST_F()
45 ASSERT_TRUE(policyValue.empty()); in HWTEST_F()
49 ASSERT_TRUE(policyValue.empty()); in HWTEST_F()
52 ASSERT_TRUE(policyValue.empty()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_configuration.cpp41 if (!actionLabel.empty()) { in ToJsonString()
46 if (!capitalization.empty()) { in ToJsonString()
49 if (!keyboardAppearance.empty()) { in ToJsonString()
52 if (!inputFilter.empty()) { in ToJsonString()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbms_param.cpp42 if (key.empty()) { in GetBmsParam()
43 APP_LOGE("key is empty"); in GetBmsParam()
57 if (paramKeyInfo.empty() || paramValueInfo.empty()) { in SaveBmsParam()
58 APP_LOGE("key or value is empty"); in SaveBmsParam()
72 if (key.empty()) { in DeleteBmsParam()
73 APP_LOGE("key is empty"); in DeleteBmsParam()
/third_party/python/Lib/test/
H A Dtest_startfile.py3 # empty.vbs is an empty file (except for a comment), which does
6 # A possible improvement would be to have empty.vbs do something that
32 empty = path.join(path.dirname(__file__), "empty.vbs")
33 startfile(empty)
34 startfile(empty, "open")
35 startfile(empty, cwd=path.dirname(sys.executable))
/third_party/skia/third_party/externals/tint/src/val/
H A Dmsl.cc51 if (!res.out.empty()) { in Msl()
52 if (!result.output.empty()) { in Msl()
57 if (!res.err.empty()) { in Msl()
58 if (!result.output.empty()) { in Msl()
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/utils/
H A Dpassword_policy_serializer_test.cpp46 * @tc.desc: Test PasswordSerializer::Deserialize when jsonString is empty
56 ASSERT_TRUE(policy.complexityReg.empty()); in HWTEST_F()
58 ASSERT_TRUE(policy.additionalDescription.empty()); in HWTEST_F()
73 ASSERT_TRUE(policy.complexityReg.empty()); in HWTEST_F()
75 ASSERT_TRUE(policy.additionalDescription.empty()); in HWTEST_F()
90 ASSERT_TRUE(policy.complexityReg.empty()); in HWTEST_F()
92 ASSERT_TRUE(policy.additionalDescription.empty()); in HWTEST_F()
124 ASSERT_FALSE(jsonString.empty()); in HWTEST_F()
/base/security/access_token/frameworks/common/src/
H A Ddata_validator.cpp33 return !bundleName.empty() && (bundleName.length() <= MAX_LENGTH); in IsBundleNameValid()
48 if (permissionName.empty() || (permissionName.length() > MAX_LENGTH)) { in IsPermissionNameValid()
68 return !appIDDesc.empty() && (appIDDesc.length() <= MAX_APPIDDESC_LENGTH); in IsAppIDDescValid()
73 return !domain.empty() && (domain.length() <= MAX_LENGTH); in IsDomainValid()
88 return !processName.empty() && (processName.length() <= MAX_LENGTH); in IsProcessNameValid()
93 if (deviceId.empty() || (deviceId.length() > MAX_LENGTH)) { in IsDeviceIdValid()
102 return !dcap.empty() && (dcap.length() <= MAX_DCAP_LENGTH); in IsDcapValid()

Completed in 14 milliseconds

12345678910>>...463