/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | RegAllocPBQP.h | 426 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 D | csharp_helpers.cc | 325 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 D | test_refactor.py | 74 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 D | fixed_array.h | 190 // 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 D | poisson_distribution_test.cc | 211 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 D | SkTHash.h | 96 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 D | SelectableText.cpp | 96 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 D | cms.rs | 317 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 D | function.cpp | 52 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 D | mpi_node.cpp | 37 if (ports.empty()) { in ConnectMpi() 75 if (ports.empty()) { in DisConnectMpi()
|
/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | command_parse.cpp | 89 if (opt.fileInput.empty() || opt.fileOutput.empty() || opt.width == 0 || opt.height == 0) { in Parse()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_data_change_listener.cpp | 72 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 D | message_queue.cpp | 93 while (queue_.empty()) { in ReceiveMsg() 130 while (!queue_.empty()) { in Clear()
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_provider_caller.cpp | 72 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 D | continuation_result.cpp | 99 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 D | trigger_connector_internal_validation.cpp | 31 if (ret.empty()) { in ListModuleDescriptors() 36 if (moduleDescs_.empty()) { in ListModuleDescriptors()
|
/foundation/ability/form_fwk/test/unittest/fms_form_js_info_test/ |
H A D | fms_form_js_info_test.cpp | 212 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 D | intell_voice_update_callback_napi.cpp | 48 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 D | circular_buffer.h | 54 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 D | mock_app_mgr_service_inner.cpp | 39 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 D | frame_merger.cpp | 43 if (frameCache_.empty()) { in InputFrame() 77 if (frameCache_.empty()) { in WillFlush()
|
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/ |
H A D | ability_connection.cpp | 36 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 D | startup_topologysort.cpp | 44 while (!zeroDeque.empty()) { in Sort() 88 if (dependencies.empty()) { in SortZeroDeque()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | main_element_utils.cpp | 74 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 D | exit_resident_process_manager_test.cpp | 89 EXPECT_EQ(flag.empty(), false); in HWTEST_F() 127 EXPECT_EQ(flag.empty(), true); in HWTEST_F()
|