/third_party/skia/experimental/sktext/editor/ |
H A D | Texts.h | 91 if (!this->fFontBlocks.empty()) { in rebuild() 147 bool isEmpty() { return fText.empty(); } in isEmpty()
|
/third_party/skia/fuzz/ |
H A D | FuzzDDLThreading.cpp | 152 if (!fReusableTextures.empty() && make_fuzz_t<bool>(fFuzz)) { in fulfillPromiseImage() 265 while (!fReusableTextures.empty()) { in run()
|
/third_party/skia/include/core/ |
H A D | SkBitmap.h | 54 /** Creates an empty SkBitmap without pixels, with kUnknown_SkColorType, 61 @return empty SkBitmap 201 bool empty() const { return fPixmap.info().isEmpty(); } in empty() function in SkBitmap 218 return this->empty() || this->isNull(); in drawsNothing()
|
/third_party/skia/modules/skottie/src/animator/ |
H A D | Vec2KeyframeAnimator.cpp | 164 SkASSERT(!fValues.empty()); in backfill_spatial() 223 if (fValues.empty() || val.v2 != fValues.back().v2 || fPendingSpatial) {
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
H A D | runtests.py | 186 assert queue.empty(), "did not validate everything" 268 if queue.empty() and is_done():
|
/third_party/rust/crates/rustix/src/io/ |
H A D | procfs.rs | 88 // Check that the "/proc" and "/proc/self" directories aren't empty. in check_proc_entry_with_stat() 201 openat(dirfd, path, oflags, Mode::empty()).map_err(|_err| io::Errno::NOTSUP) in proc_opendirat() 413 let file = openat(dir, name, oflags, Mode::empty()).map_err(|_err| io::Errno::NOTSUP)?; in open_and_check_file()
|
/third_party/rust/crates/regex/src/literal/ |
H A D | imp.rs | 41 pub fn empty() -> Self { in empty() functions 42 Self::new(Literals::empty(), Matcher::Empty) in empty() 141 /// Returns true iff this prefix is empty.
|
/third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
H A D | auxv.rs | 143 OFlags::empty(), in init_from_proc_self_auxv() 144 Mode::empty(), in init_from_proc_self_auxv()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_replace_params_with_struct.cpp | 48 // Check that |parameter_id| is neither empty nor it has duplicates. in IsApplicable() 49 if (parameter_id.empty() || fuzzerutil::HasDuplicates(parameter_id)) { in IsApplicable() 283 assert(!message_.parameter_id().empty() && in ComputeIndicesOfReplacedParameters()
|
/third_party/spirv-tools/source/opt/ |
H A D | fix_storage_class.cpp | 42 assert(seen.empty() && "Seen was not properly reset."); in Process() 45 assert(seen.empty() && "Seen was not properly reset."); in Process()
|
/third_party/spirv-tools/source/ |
H A D | text_handler.cpp | 161 if (!ids_to_preserve_.empty()) { in spvNamedIdAssignOrGet() 174 if (!ids_to_preserve_.empty()) { in spvNamedIdAssignOrGet()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestCase.cpp | 268 DE_ASSERT(isCoreFormat || !requiredExts.empty()); in checkFormatSupport() 270 if (!requiredExts.empty() && !isAnyExtensionSupported(m_context, requiredExts)) in checkFormatSupport()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 288 DE_ASSERT(isCoreFormat || !requiredExts.empty()); in checkFormatSupport() 290 if (!requiredExts.empty() && !isAnyExtensionSupported(m_context, requiredExts)) in checkFormatSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktPipelineCacheSCTests.cpp | 117 // Actually these pipelines are here only to ensure that pipeline cache is not empty. We don't use them in subprocess in createPipelineCacheTest() 310 if (!poolSizes.empty()) in createPipelineCacheTest() 332 deviceCreateInfo.ppEnabledLayerNames = (enabledLayers.empty() ? DE_NULL : enabledLayers.data()); in createPipelineCacheTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.hpp | 160 bool hasTypeName (void) const { return !m_typeName.empty(); } in hasTypeName() 198 bool hasInstanceName (void) const { return !m_instanceName.empty(); } in hasInstanceName()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktUniformBlockCase.hpp | 165 bool hasTypeName (void) const { return !m_typeName.empty(); } in hasTypeName() 204 bool hasInstanceName (void) const { return !m_instanceName.empty(); } in hasInstanceName()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestSessionExecutor.cpp | 176 if (!std::string(m_testCtx.getCommandLine().getServerAddress()).empty()) in leaveTestPackage() 181 if (!std::string(m_testCtx.getCommandLine().getServerAddress()).empty()) in leaveTestPackage()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deCommandLine.hpp | 167 bool empty (void) const { return m_fields.empty(); } in empty() function in de::cmdline::detail::TypedFieldMap
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
H A D | js_generator.cc | 168 if (!options.namespace_prefix.empty()) { in GetNamespace() 170 } else if (!file->package().empty()) { in GetNamespace() 178 // nesting, for example ".OuterMessage.InnerMessage", or returns empty if 188 if (!result.empty() && result[0] != '.') { in GetNestedMessageName() 201 if (!prefix.empty()) { in GetPrefix() 281 if (!running.empty()) { in ParseLowerUnderscore() 289 if (!running.empty()) { in ParseLowerUnderscore() 299 if (input[i] >= 'A' && input[i] <= 'Z' && !running.empty()) { in ParseUpperCamel() 305 if (!running.empty()) { in ParseUpperCamel() 411 if (!filename_base.empty()) { in GetMessagesFileName() [all...] |
/kernel/linux/linux-5.10/drivers/most/ |
H A D | core.c | 145 dev_warn(&c->dev, "Channel or trash fifo not empty\n"); in flush_channel_fifos() 748 bool empty; in hdm_mbo_ready() local 754 empty = list_empty(&c->halt_fifo); in hdm_mbo_ready() 757 return !empty; in hdm_mbo_ready() 958 int empty; in channel_has_mbo() local 969 empty = list_empty(&c->fifo); in channel_has_mbo() 971 return !empty; in channel_has_mbo()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_main.c | 143 struct hostap_interface *iface, *empty, *match; in prism2_wds_add() local 145 empty = match = NULL; in prism2_wds_add() 153 empty = iface; in prism2_wds_add() 159 if (!match && empty && !prism2_wds_special_addr(remote_addr)) { in prism2_wds_add() 161 memcpy(empty->u.wds.remote_addr, remote_addr, ETH_ALEN); in prism2_wds_add() 164 local->dev->name, empty->dev->name); in prism2_wds_add()
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_util.c | 672 bool empty; in iscsit_conn_all_queues_empty() local 675 empty = list_empty(&conn->immed_queue_list); in iscsit_conn_all_queues_empty() 678 if (!empty) in iscsit_conn_all_queues_empty() 679 return empty; in iscsit_conn_all_queues_empty() 682 empty = list_empty(&conn->response_queue_list); in iscsit_conn_all_queues_empty() 685 return empty; in iscsit_conn_all_queues_empty()
|
/kernel/linux/linux-6.6/drivers/most/ |
H A D | core.c | 145 dev_warn(&c->dev, "Channel or trash fifo not empty\n"); in flush_channel_fifos() 748 bool empty; in hdm_mbo_ready() local 754 empty = list_empty(&c->halt_fifo); in hdm_mbo_ready() 757 return !empty; in hdm_mbo_ready() 958 int empty; in channel_has_mbo() local 969 empty = list_empty(&c->fifo); in channel_has_mbo() 971 return !empty; in channel_has_mbo()
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_util.c | 655 bool empty; in iscsit_conn_all_queues_empty() local 658 empty = list_empty(&conn->immed_queue_list); in iscsit_conn_all_queues_empty() 661 if (!empty) in iscsit_conn_all_queues_empty() 662 return empty; in iscsit_conn_all_queues_empty() 665 empty = list_empty(&conn->response_queue_list); in iscsit_conn_all_queues_empty() 668 return empty; in iscsit_conn_all_queues_empty()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_main.c | 143 struct hostap_interface *iface, *empty, *match; in prism2_wds_add() local 145 empty = match = NULL; in prism2_wds_add() 153 empty = iface; in prism2_wds_add() 159 if (!match && empty && !prism2_wds_special_addr(remote_addr)) { in prism2_wds_add() 161 memcpy(empty->u.wds.remote_addr, remote_addr, ETH_ALEN); in prism2_wds_add() 164 local->dev->name, empty->dev->name); in prism2_wds_add()
|