Home
last modified time | relevance | path

Searched refs:empty (Results 351 - 375 of 11242) sorted by relevance

1...<<11121314151617181920>>...450

/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_acceleration_structure_staging.cpp66 if (!geometries.empty()) { in BuildAccelerationStructure()
91 if (!geometries.empty()) { in BuildAccelerationStructure()
116 if (!geometries.empty()) { in BuildAccelerationStructure()
141 if ((!instances.empty()) && buffer) { in CopyAccelerationStructureInstanceData()
160 if (frameStagingBuild_.geometry.empty() && frameStagingInstance_.copyInfo.empty()) { in HasStagingData()
/foundation/multimedia/image_framework/plugins/manager/src/
H A Dplugin_server.cpp44 if (pluginPaths.empty()) { in Register()
75 if (canonicalPaths.empty() && gstCanonicalPaths.empty()) { in Register()
80 if (!gstCanonicalPaths.empty()) { in Register()
88 if (!canonicalPaths.empty()) { in Register()
147 if (!classesInfo.empty()) { in PluginServerGetClassInfo()
/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_joystick_device.cpp33 if (originalEvent.events.empty()) { in TransformJsonDataToInputData()
34 MMI_HILOGE("Handle joystick array failed, inputData is empty"); in TransformJsonDataToInputData()
38 if (inputData.empty()) { in TransformJsonDataToInputData()
39 MMI_HILOGE("Handle finger array failed, inputData is empty"); in TransformJsonDataToInputData()
50 if (item.eventType.empty()) { in TransformPadEventToInputEvent()
101 if (joystickEvent.direction.empty()) { in TransformRocker1Event()
105 if (joystickEvent.event.empty()) { in TransformRocker1Event()
139 if (joystickEvent.direction.empty()) { in TransformDirectionKeyEvent()
/foundation/communication/nfc/services/src/tag/
H A Dndef_har_dispatch.cpp65 if (type.empty() || tagInfo == nullptr) { in DispatchMimeType()
66 ErrorLog("NdefHarDispatch::DispatchMimeType type is empty"); in DispatchMimeType()
100 if (harPackage.empty()) { in DispatchBundleAbility()
101 ErrorLog("NdefHarDispatch::DispatchBundleAbility harPackage is empty"); in DispatchBundleAbility()
116 if (!mimeType.empty() && tagInfo != nullptr) { in DispatchBundleAbility()
133 if (uri.empty()) { in DispatchUriToBundleAbility()
134 ErrorLog("NdefHarDispatch::DispatchUriToBundleAbility uri is empty"); in DispatchUriToBundleAbility()
155 if (webAddress.empty() || browserBundleName.empty()) { in DispatchWebLink()
156 ErrorLog("NdefHarDispatch::DispatchWebLink is empty"); in DispatchWebLink()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Duri_utils.cpp37 if (splitUri[BUNDLE_NAME].empty() || splitUri[MODULE_NAME].empty() || in GetInfoFromURI()
38 splitUri[STORE_NAME].empty() || splitUri[TABLE_NAME].empty()) { in GetInfoFromURI()
39 ZLOGE("Uri has empty field! bundleName: %{public}s uri: %{public}s", splitUri[BUNDLE_NAME].c_str(), in GetInfoFromURI()
59 if (!uriTemp.GetAuthority().empty()) { in GetBundleNameFromProxyURI()
104 if (str.empty()) { in Strtoul()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsimple_tracker_log_table_manager.cpp60 if (table.GetTrackerTable().GetTrackerColNames().empty()) { in GetInsertTrigger()
80 insertTrigger += table.GetTrackerTable().GetTrackerColNames().empty() ? "0" : "1"; in GetInsertTrigger()
88 if (table.GetTrackerTable().GetTrackerColNames().empty()) { in GetUpdateTrigger()
117 if (table.GetTrackerTable().GetTrackerColNames().empty()) { in GetDeleteTrigger()
135 deleteTrigger += table.GetTrackerTable().GetTrackerColNames().empty() ? "0" : "1"; in GetDeleteTrigger()
151 if (table.GetTrackerTable().GetTrackerColNames().empty()) { in GetDropTriggers()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddcamera_source_callback_proxy.cpp115 if (devId.empty() || devId.size() > DID_MAX_SIZE) { in OnDataSyncTrigger()
141 if (devId.empty() || devId.size() > DID_MAX_SIZE || dhId.empty() || dhId.size() > DID_MAX_SIZE) { in CheckParams()
155 if (devId.empty() || devId.size() > DID_MAX_SIZE || dhId.empty() || dhId.size() > DID_MAX_SIZE) { in CheckParams()
160 if (reqId.empty() || reqId.size() > DID_MAX_SIZE || data.size() > PARAM_MAX_SIZE) { in CheckParams()
/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_switch.cpp53 if (switchVector_.empty()) { in StartSwitch()
79 if (switchVector_.empty()) { in StopSwitch()
102 if (switchVector_.empty()) { in StopAllSwitch()
115 if (switchVector_.empty()) { in AddSession()
141 if (switchVector_.empty()) { in RemoveSession()
176 if (switchVector_.empty()) { in GetSwitchOpenedSession()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/dscreenservice/src/
H A Ddscreen_sink_stub.cpp74 if (param.empty() || param.size() > PARAM_MAX_SIZE) { in InitSinkInner()
103 if (dhId.empty() || dhId.size() > DID_MAX_SIZE || param.empty() || param.size() > PARAM_MAX_SIZE) { in SubscribeDistributedHardwareInner()
117 if (dhId.empty() || dhId.size() > DID_MAX_SIZE) { in UnsubscribeDistributedHardwareInner()
134 if (devId.empty() || devId.size() > DID_MAX_SIZE || eventContent.empty() || in DScreenNotifyInner()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_receive_listener.cpp73 if (physicalPath.empty()) { in SetRecvPath()
74 LOGI("SetRecvPath physicalPath is empty."); in SetRecvPath()
112 if (sessionName.empty()) { in OnReceiveFileProcess()
113 LOGE("sessionName is empty"); in OnReceiveFileProcess()
123 if (sessionName.empty()) { in OnReceiveFileFinished()
124 LOGE("sessionName is empty"); in OnReceiveFileFinished()
140 if (sessionName.empty()) { in OnFileTransError()
141 LOGE("sessionName is empty"); in OnFileTransError()
153 if (sessionName.empty()) { in OnReceiveFileReport()
154 LOGE("sessionName is empty"); in OnReceiveFileReport()
[all...]
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsvc_restore_deps_manager.cpp35 if (!restoreDeps.empty()) { in GetRestoreBundleNames()
36 HILOGI("RestoreDeps is not empty, bundleName=%{public}s", bundleNameIndexInfo.c_str()); in GetRestoreBundleNames()
93 if (!restoreDeps.empty()) { in BuildDepsMap()
106 if (srcStr.empty() || separator.empty()) { in SplitString()
123 if (!srcStr.substr(start).empty()) { in SplitString()
146 return toRestoreBundleMap_.empty(); in IsAllBundlesRestored()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DCollationMapperTest.java27 CollationMapper.process(icuData, cldrData(), Optional.empty(), CLDR_VERSION); in testEmpty()
36 CollationMapper.process(rootData, cldrData(), Optional.empty(), CLDR_VERSION); in testEmpty()
50 CollationMapper.process(icuData, cldrData, Optional.empty(), CLDR_VERSION); in testDefault()
70 CollationMapper.process(icuData, cldrData, Optional.empty(), CLDR_VERSION); in testLastAltRuleOverridesExisting()
82 " # As are empty lines and leading/trailing spaces", in testCommentAndWhitespaceStripping()
88 CollationMapper.process(icuData, cldrData, Optional.empty(), CLDR_VERSION); in testCommentAndWhitespaceStripping()
120 CollationMapper.process(icuData, cldrData, Optional.empty(), CLDR_VERSION); in testEmoji()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-result.h36 // The error message must not be empty, otherwise {empty()} would be true. in WasmError()
37 DCHECK(!message_.empty()); in WasmError()
46 // The error message must not be empty, otherwise {empty()} would be true. in WasmError()
47 DCHECK(!message_.empty()); in WasmError()
50 bool empty() const { return message_.empty(); } in empty() function in v8::internal::wasm::WasmError
51 bool has_error() const { return !message_.empty(); } in has_error()
89 bool ok() const { return error_.empty(); } in ok()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/semaphores/
H A Dmulti_con_pro.c33 sem_t empty; member
71 if (-1 == sem_post(&buf->empty)) { in producer()
98 if (-1 == sem_post(&buf->empty)) { in producer()
114 if (-1 == sem_wait(&buf->empty)) { in consumer()
184 if (-1 == sem_init(&buf->empty, shared, empty_value)) { in main()
210 sem_destroy(&buf->empty); in main()
/third_party/node/deps/v8/src/snapshot/
H A Dobject-deserializer.cc45 CHECK(new_code_objects().empty()); in Deserialize()
47 CHECK(new_maps().empty()); in Deserialize()
109 // Attach the empty string as the source. in DeserializeSharedFunctionInfo()
127 CHECK(new_code_objects().empty()); in Deserialize()
128 CHECK(new_allocation_sites().empty()); in Deserialize()
129 CHECK(new_maps().empty()); in Deserialize()
134 CHECK(new_off_heap_array_buffers().empty()); in Deserialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp175 if (SUnits[i].Preds.empty()) { in listScheduleTopDown()
181 // While AvailableQueue is not empty, grab the node with the highest in listScheduleTopDown()
185 while (!AvailableQueue->empty() || !PendingQueue.empty()) { in listScheduleTopDown()
203 if (AvailableQueue->empty()) { in listScheduleTopDown()
213 while (!AvailableQueue->empty()) { in listScheduleTopDown()
230 if (!NotReady.empty()) { in listScheduleTopDown()
/third_party/skia/src/core/
H A DSkGlyphRun.h53 // Original text from SkTextBlob if present. Will be empty of not present.
55 // Original clusters from SkTextBlob if present. Will be empty if not present.
95 if (!run.scaledRotations().empty()) { return true; } in hasRSXForm()
111 auto empty() const -> decltype(fGlyphRuns.empty()) { return fGlyphRuns.empty(); } in decltype()
134 bool empty() const { return fGlyphRunListStorage.empty(); } in empty() function in SkGlyphRunBuilder
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-style.c36 hb_font_t *empty = hb_font_get_empty (); in test_empty_face() local
38 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_ITALIC), 0); in test_empty_face()
39 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_OPTICAL_SIZE), 12); in test_empty_face()
40 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_SLANT_ANGLE), 0); in test_empty_face()
41 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_WIDTH), 100); in test_empty_face()
42 assert_cmpfloat (hb_style_get_value (empty, HB_STYLE_TAG_WEIGHT), 400); in test_empty_face()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dutil.cc78 auto error_path = error_dir.empty() ? error_dir : error_dir + "/mutator/"; in LogMutatorError()
79 mutator.LogErrors(error_dir.empty() ? nullptr : &error_path, mutator_count++); in LogMutatorError()
104 auto error_path = error_dir.empty() ? error_dir : error_dir + "/wgsl/"; in LogWgslError()
106 error_dir.empty() ? nullptr : &error_path, data, size, &wgsl); in LogWgslError()
114 auto error_path = error_dir.empty() ? error_dir : error_dir + "/spv/"; in LogSpvError()
116 error_dir.empty() ? nullptr : &error_path, data, size, nullptr); in LogSpvError()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_test.cc58 EXPECT_TRUE(p->error().empty()); in TEST_F()
76 EXPECT_TRUE(p->error().empty()); in TEST_F()
96 EXPECT_TRUE(p->error().empty()); in TEST_F()
134 EXPECT_TRUE(p->error().empty()); in TEST_F()
167 EXPECT_TRUE(p->error().empty()); in TEST_F()
197 EXPECT_TRUE(p->error().empty()); in TEST_F()
204 EXPECT_FALSE(ParserImpl::IsValidIdentifier("")); // empty in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPriorityWorklist.h64 /// Construct an empty PriorityWorklist
67 /// Determine if the PriorityWorklist is empty or not.
68 bool empty() const { in empty() function in llvm::PriorityWorklist
69 return V.empty(); in empty()
85 assert(!empty() && "Cannot call back() on empty PriorityWorklist!"); in back()
116 // Nothing to do for an empty input sequence. in insert()
146 assert(!empty() && "Cannot remove an element when empty!"); in pop_back()
151 } while (!V.empty() in pop_back()
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dfield_mask_utility.cc50 if (prefix.empty()) { in AppendPathSegmentToPrefix()
53 if (segment.empty()) { in AppendPathSegmentToPrefix()
183 std::string current_prefix = prefix.empty() ? "" : prefix.top(); in DecodeCompactFieldMaskPaths()
188 } else if (!segment.empty()) { in DecodeCompactFieldMaskPaths()
198 if (prefix.empty()) { in DecodeCompactFieldMaskPaths()
214 if (!prefix.empty()) { in DecodeCompactFieldMaskPaths()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp156 if (bundleInfos_.empty()) { in LoadDataFromPersistentStorage()
157 APP_LOGW("persistent data is empty"); in LoadDataFromPersistentStorage()
203 if (!bundleStateStorage_->LoadAllBundleStateData(bundleStateInfos) || bundleStateInfos.empty()) { in LoadAllBundleStateDataFromJsonDb()
237 if (bundleName.empty()) { in UpdateBundleInstallState()
238 APP_LOGW("update failed: bundle name is empty"); in UpdateBundleInstallState()
278 if (bundleName.empty()) { in AddInnerBundleInfo()
279 APP_LOGW("save info fail, empty bundle name"); in AddInnerBundleInfo()
358 if (oldInfo.GetOldAppIds().empty()) { in AddNewModuleInfo()
428 if ((oldInfo.GetOverlayType() == OVERLAY_EXTERNAL_BUNDLE) && !targetInnerBundleInfo.GetBundleName().empty()) { in RemoveModuleInfo()
468 if (bundleName.empty() || uninstallBundleInf in UpdateUninstallBundleInfo()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddtbschedmgr_device_info_storage_test.cpp186 EXPECT_TRUE(deviceIdSet.empty()); in HWTEST_F()
188 * @tc.steps: step2. test GetDeviceIdSet when remoteDevices_ is not empty; in HWTEST_F()
196 EXPECT_FALSE(deviceIdSet.empty()); in HWTEST_F()
246 EXPECT_TRUE(DtbschedmgrDeviceInfoStorage::GetInstance().remoteDevices_.empty()); in HWTEST_F()
249 * @tc.steps: step2. test DeviceOfflineNotify when deviceId is empty; in HWTEST_F()
296 * @tc.steps: step1. test GetUuidByNetworkId when networkId is empty; in HWTEST_F()
300 EXPECT_TRUE(result.empty()); in HWTEST_F()
306 EXPECT_TRUE(result.empty()); in HWTEST_F()
333 EXPECT_TRUE(result.empty()); in HWTEST_F()
339 EXPECT_TRUE(result.empty()); in HWTEST_F()
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp92 if (bundleName.empty() || moduleName.empty()) { in NotifyModuleRemovable()
117 if (bundleName.empty() || moduleName.empty()) { in NotifyModuleNotRemovable()
167 if (bundleName.empty() || abilityName.empty()) { in GetAbilityInfo()
179 if (abilityInfo.name.empty() || abilityInfo.bundleName.empty()) { in GetAbilityInfo()
180 HILOG_INFO("get ability info empty,try to get extension info"); in GetAbilityInfo()
184 if (extensionInfos.empty()) { in GetAbilityInfo()
[all...]

Completed in 19 milliseconds

1...<<11121314151617181920>>...450