Home
last modified time | relevance | path

Searched refs:empty (Results 2201 - 2225 of 10282) sorted by relevance

1...<<81828384858687888990>>...412

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h426 assert(!G.empty() && "Cannot reduce empty graph."); in reduce()
433 if (!OptimallyReducibleNodes.empty()) { in reduce()
449 } else if (!ConservativelyAllocatableNodes.empty()) { in reduce()
461 } else if (!NotProvablyAllocatableNodes.empty()) { in reduce()
520 if (G.empty()) in solve()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_helpers.cc325 if (!result.empty()) { in ToCSharpName()
329 if (file->package().empty()) { in ToCSharpName()
342 if (!result.empty()) { in GetReflectionClassName()
406 if (!base_namespace.empty()) { in GetOutputFile()
423 if (!namespace_dir.empty()) { in GetOutputFile()
/third_party/python/Lib/lib2to3/tests/
H A Dtest_refactor.py74 empty = fs()
75 self.assertEqual(run(""), empty)
104 self.assertEqual(run(inp), empty)
108 self.assertEqual(run(inp), empty)
114 self.assertEqual(run(inp), empty)
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array.h190 // FixedArray::empty()
192 // Returns whether or not the fixed array is empty.
193 bool empty() const { return size() == 0; } in empty() function in absl::FixedArray
252 ABSL_HARDENING_ASSERT(!empty()); in front()
259 ABSL_HARDENING_ASSERT(!empty()); in front()
267 ABSL_HARDENING_ASSERT(!empty()); in back()
274 ABSL_HARDENING_ASSERT(!empty()); in back()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dpoisson_distribution_test.cc211 if (!cdf_.empty()) { in InitCDF()
239 ABSL_ASSERT(!cdf_.empty()); in InitCDF()
375 if (!cutoffs_.empty() && !expected_.empty()) { in InitChiSquaredTest()
388 if (!cutoffs_.empty() && cutoffs_.back() == result.index) { in InitChiSquaredTest()
/third_party/skia/include/private/
H A DSkTHash.h96 if (s.empty()) { in find()
210 // Finds the first non-empty slot for an iterator.
243 if (s.empty()) { in uncheckedSet()
288 // Look for an element that can be moved into the empty slot. in removeSlot()
289 // If the empty slot is in between where an element landed, and its native slot, then in removeSlot()
290 // move it to the empty slot. Don't move it if its native slot is in between where in removeSlot()
291 // the element landed and the empty slot. in removeSlot()
292 // [native] <= [empty] < [candidate] == GOOD, can move candidate to empty slot in removeSlot()
293 // [empty] < [nativ in removeSlot()
387 bool empty() const { return !this->has_value(); } empty() function
500 bool empty() const { return fTable.count() == 0; } empty() function in SkTHashSet
[all...]
/third_party/skia/experimental/sktext/tests/
H A DSelectableText.cpp96 if (fontChain->empty()) return; in UNIX_ONLY_TEST()
144 if (fontChain->empty()) return; in UNIX_ONLY_TEST()
186 if (fontChain->empty()) return; in UNIX_ONLY_TEST()
227 if (fontChain->empty()) return; in UNIX_ONLY_TEST()
268 if (fontChain->empty()) return; in UNIX_ONLY_TEST()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcms.rs317 CMSOptions::empty(), in cms_encrypt_decrypt()
389 (CMSOptions::empty(), None) in cms_sign_verify_generic_helper()
413 CMSOptions::empty(), in cms_sign_verify_generic_helper()
450 CMSOptions::empty(), in cms_sign_verify_error()
470 CMSOptions::empty(), in cms_sign_verify_error()
/third_party/spirv-tools/source/val/
H A Dfunction.cpp52 return !ordered_blocks_.empty() && *first_block() == block_id; in IsFirstBlock()
210 if (ordered_blocks_.empty()) return nullptr; in first_block()
214 if (ordered_blocks_.empty()) return nullptr; in first_block()
397 if (!message.empty()) {
421 if (!message.empty()) {
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/mpi_node/
H A Dmpi_node.cpp37 if (ports.empty()) { in ConnectMpi()
75 if (ports.empty()) { in DisConnectMpi()
/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcommand_parse.cpp89 if (opt.fileInput.empty() || opt.fileOutput.empty() || opt.width == 0 || opt.height == 0) { in Parse()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_data_change_listener.cpp72 if (networkId.empty()) { in OnChange()
73 HILOGI("networkId is empty!"); in OnChange()
98 if (networkId.empty()) { in OnChange()
99 HILOGI("networkId is empty!"); in OnChange()
/foundation/ai/intelligent_voice_framework/utils/
H A Dmessage_queue.cpp93 while (queue_.empty()) { in ReceiveMsg()
130 while (!queue_.empty()) { in Clear()
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_caller.cpp72 return formJsInfoMap_.empty(); in IsFormEmpty()
79 if (strFormId.empty()) { in OnAcquire()
80 HILOG_ERROR("empty formId"); in OnAcquire()
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/
H A Dcontinuation_result.cpp99 int32_t empty = parcel.ReadInt32(); in ReadContinuationResultsFromParcel() local
100 if (empty == VALUE_OBJECT) { in ReadContinuationResultsFromParcel()
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_connector_internal_validation.cpp31 if (ret.empty()) { in ListModuleDescriptors()
36 if (moduleDescs_.empty()) { in ListModuleDescriptors()
/foundation/ability/form_fwk/test/unittest/fms_form_js_info_test/
H A Dfms_form_js_info_test.cpp212 EXPECT_TRUE(formJsInfo.imageDataMap.empty()); in HWTEST_F()
215 EXPECT_TRUE(formJsInfo.imageDataMap.empty()); in HWTEST_F()
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_update_callback_napi.cpp48 while (!context_.empty()) { in ClearAsyncWork()
69 if (context_.empty()) { in OnUpdateComplete()
70 INTELL_VOICE_LOG_WARN("queue is empty"); in OnUpdateComplete()
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dcircular_buffer.h54 if (!circular_buffer_.empty()) { in ~circular_buffer()
109 bool empty() in empty() function in OHOS::Sharing::circular_buffer
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_mock_test/src/
H A Dmock_app_mgr_service_inner.cpp39 isFileUri = !want->GetUriString().empty() && want->GetUri().GetScheme() == "file"; in MakeKiaProcess()
49 isKia = (resultCode == ERR_OK && !watermarkBusinessName.empty() && isWatermarkEnabled); in MakeKiaProcess()
/foundation/CastEngine/castengine_wifi_display/services/protocol/frame/
H A Dframe_merger.cpp43 if (frameCache_.empty()) { in InputFrame()
77 if (frameCache_.empty()) { in WillFlush()
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dability_connection.cpp36 if (abilityConnectCallbackList_.empty()) { in OnAbilityConnectDone()
37 TAG_LOGW(AAFwkTag::CONNECTION, "empty callbackList"); in OnAbilityConnectDone()
68 if (abilityConnectCallbackList_.empty()) { in OnAbilityDisconnectDone()
69 TAG_LOGE(AAFwkTag::CONNECTION, "empty abilityConnectCallback"); in OnAbilityDisconnectDone()
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_topologysort.cpp44 while (!zeroDeque.empty()) { in Sort()
88 if (dependencies.empty()) { in SortZeroDeque()
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dmain_element_utils.cpp74 if (mainElement.empty()) { in CheckMainElement()
106 if (mainElement.empty()) { in CheckMainElement()
107 TAG_LOGI(AAFwkTag::ABILITYMGR, "mainElement empty"); in CheckMainElement()
/foundation/ability/ability_runtime/test/unittest/exit_resident_process_manager_test/
H A Dexit_resident_process_manager_test.cpp89 EXPECT_EQ(flag.empty(), false); in HWTEST_F()
127 EXPECT_EQ(flag.empty(), true); in HWTEST_F()

Completed in 15 milliseconds

1...<<81828384858687888990>>...412