Home
last modified time | relevance | path

Searched refs:empty (Results 1126 - 1150 of 6609) sorted by relevance

1...<<41424344454647484950>>...265

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dsimple_ilist.h130 /// Check if the list is empty in constant time.
131 LLVM_NODISCARD bool empty() const { return Sentinel.empty(); } in empty() function in llvm::simple_ilist
271 if (this == &RHS || RHS.empty()) in merge()
294 if (empty() || std::next(begin()) == end()) in sort()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCallGraph.h193 inline bool empty() const { return CalledFunctions.empty(); } in empty() function in llvm::CallGraphNode
218 while (!CalledFunctions.empty()) {
226 assert(CalledFunctions.empty() && in stealCalledFunctionsFrom()
H A DLoopInfoImpl.h239 if (!Blocks.empty()) { in addBasicBlockToLoop()
282 assert(!Blocks.empty() && "Loop header is missing"); in verifyLoop()
319 assert(!OutsideLoopPreds.empty() && "Loop is unreachable!"); in verifyLoop()
320 } else if (!OutsideLoopPreds.empty()) { in verifyLoop()
428 while (!ReverseCFGWorklist.empty()) { in discoverAndMapSubloop()
555 if (!Backedges.empty()) { in analyze()
593 assert(PreOrderWorklist.empty() && in getLoopsInReverseSiblingPreorder()
594 "Must start with an empty preorder walk worklist."); in getLoopsInReverseSiblingPreorder()
602 } while (!PreOrderWorklist.empty()); in getLoopsInReverseSiblingPreorder()
727 if (!OtherLoopHeaders.empty()) { in verify()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.h95 // Is this set empty?
96 inline bool empty() const;
311 if (!fields_.empty()) { in Clear()
316 inline bool UnknownFieldSet::empty() const { return fields_.empty(); } in empty() function in google::protobuf::UnknownFieldSet
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dusage.cc123 if (str.empty()) return; in Write()
128 if (!tokens.empty()) { in Write()
225 // If filters are empty, shows help for every file.
305 if (filter_cb && matching_flags.empty()) { in FlagsHelpImpl()
343 // If filter is empty produces help messages for all flags.
347 return filter.empty() || filename.find(filter) != absl::string_view::npos; in FlagsHelp()
386 if (substr.empty()) { in HandleUsageFlags()
470 if (value.empty()) { in DeduceUsageFlags()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dchecker.h53 // Returning an empty FormatConversionCharSet has the same effect as
253 return format.empty() || in FoundPercent()
289 return (format_.empty() && (is_positional || args_.count == 0)) || in RunImpl()
290 (!format_.empty() && in RunImpl()
309 return RunImpl(!format_.empty() && IsPositional(ConsumeFront(format_))); in Run()
316 // have to be empty in the end.
/third_party/rust/crates/nom/src/combinator/
H A Dtests.rs75 let empty: &[u8] = &b""[..]; in end_of_input()
76 assert_parse!(rest(input), Ok((empty, input))); in end_of_input()
82 let empty: &str = ""; in rest_on_strs()
83 assert_parse!(rest(input), Ok((empty, input))); in rest_on_strs()
/third_party/spirv-tools/source/util/
H A Dilist.h56 // Creates an empty list.
108 if (list->empty()) return *this; in MoveBefore()
171 // Returns true if the list is empty.
172 bool empty() const;
174 // Makes the current list empty.
178 // error to call these functions on an empty list.
277 bool IntrusiveList<NodeType>::empty() const { in empty() function in spvtools::utils::IntrusiveList
283 while (!empty()) { in clear()
291 assert(node != nullptr && "Can't get the front of an empty list."); in front()
298 assert(node != nullptr && "Can't get the back of an empty lis in back()
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp228 if (result.data.empty()) { in CollectRawInfo()
319 if (memory.name.empty()) { in InitProcessMemory()
320 HIVIEW_LOGD("process name is empty, pid=%{public}d.", pid); in InitProcessMemory()
443 if (savePath.empty()) { in ExportAllProcessMemory()
500 if (savePath.empty()) { in ExportAllAIProcess()
555 if (fileName.empty()) { in GetSnapshotPath()
586 if (savePath.empty()) { in CollectHprof()
592 if (srcFilePath.empty()) { in CollectHprof()
594 if (srcFilePath.empty()) { in CollectHprof()
627 if (!content.empty()) { in CollectProcessVss()
[all...]
/base/security/access_token/services/privacymanager/src/database/
H A Dpermission_used_record_db.cpp126 if (prepareSql.empty()) { in Add()
161 if (prepareSql.empty()) { in Remove()
182 if (prepareSql.empty()) { in FindByConditions()
227 if (!andColumns.empty()) { in DeleteExpireRecords()
259 if (prepareSql.empty()) { in Update()
292 if (prepareSql.empty()) { in Query()
370 if (modifyColumns.empty()) { in CreateUpdatePrepareSqlCmd()
389 if (!conditionColumns.empty()) { in CreateUpdatePrepareSqlCmd()
429 if (!opCodeList.empty()) { in CreateSelectByConditionPrepareSqlCmd()
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_decoder_v21.cpp137 TELEPHONY_LOGE("empty file"); in ReadBegin()
206 if (targetCharset.empty()) { in DealRawDataValue()
214 ((nameUp == VCARD_TYPE_FN) && rawData->GetParameters(VCARD_PARAM_ENCODING).empty())) { in DealRawDataValue()
246 if (line.empty() || line[0] != ' ' || VCardUtils::ToUpper(line).find("END:VCARD") != std::string::npos) { in DealV21Value()
250 if (str.empty()) { in DealV21Value()
323 if (!line.empty()) { in GetNonEmptyLine()
641 if (line.empty()) { in GetQuotedPrintableValue()
703 if (!unescapedStr.empty()) { in BuildListFromValue()
775 if ((line.empty())) { in GetPoMultiLine()
779 if (!name.empty()) { in GetPoMultiLine()
[all...]
/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp244 EXPECT_TRUE(config.empty()); in HWTEST_F()
247 EXPECT_FALSE(config.empty()); in HWTEST_F()
328 EXPECT_FALSE(figPath.empty()); in HWTEST_F()
531 EXPECT_TRUE(NWebAdapterHelper::Instance().GetPerfConfig("test").empty()); in HWTEST_F()
533 EXPECT_FALSE(NWebAdapterHelper::Instance().GetPerfConfig("test").empty()); in HWTEST_F()
545 EXPECT_TRUE(NWebConfigHelper::Instance().ltpoConfig_.empty()); in HWTEST_F()
548 EXPECT_TRUE(NWebConfigHelper::Instance().ltpoConfig_.empty()); in HWTEST_F()
671 EXPECT_TRUE(NWebConfigHelper::Instance().ltpoAllowedApps_.empty()); in HWTEST_F()
675 EXPECT_TRUE(NWebConfigHelper::Instance().ltpoAllowedApps_.empty()); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_cppi41.c200 bool empty; in cppi41_recheck_tx_req() local
203 empty = musb_is_tx_fifo_empty(hw_ep); in cppi41_recheck_tx_req()
204 if (empty) { in cppi41_recheck_tx_req()
232 bool empty; in cppi41_dma_callback() local
272 empty = true; in cppi41_dma_callback()
274 empty = musb_is_tx_fifo_empty(hw_ep); in cppi41_dma_callback()
277 if (!cppi41_channel->is_tx || empty) { in cppi41_dma_callback()
284 * too early that means the TXFIFO is not yet empty but the DMA in cppi41_dma_callback()
286 * receive a FIFO empty interrupt so the only thing we can do is in cppi41_dma_callback()
303 empty in cppi41_dma_callback()
[all...]
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dmusb_cppi41.c200 bool empty; in cppi41_recheck_tx_req() local
203 empty = musb_is_tx_fifo_empty(hw_ep); in cppi41_recheck_tx_req()
204 if (empty) { in cppi41_recheck_tx_req()
232 bool empty; in cppi41_dma_callback() local
272 empty = true; in cppi41_dma_callback()
274 empty = musb_is_tx_fifo_empty(hw_ep); in cppi41_dma_callback()
277 if (!cppi41_channel->is_tx || empty) { in cppi41_dma_callback()
284 * too early that means the TXFIFO is not yet empty but the DMA in cppi41_dma_callback()
286 * receive a FIFO empty interrupt so the only thing we can do is in cppi41_dma_callback()
303 empty in cppi41_dma_callback()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dflac_parser.c64 int empty; member
139 if (f->wptr <= f->rptr && !f->empty) in flac_fifo_size()
231 if (offset_w <= offset_r && !f->empty) { in flac_fifo_grow()
260 f->empty = 0; in flac_fifo_write()
284 f->empty = 1; in flac_fifo_drain()
303 f->empty = 1; in flac_fifo_alloc()
804 int empty = flac_fifo_size(&fpc->fifo_buf) == MAX_FRAME_HEADER_SIZE; in flac_parse() local
812 fpc->fifo_buf.empty = empty; in flac_parse()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerLoop.cpp194 if (!Options.OutputCorpus.empty() && Options.ReloadIntervalSec) in Fuzzer()
356 if (!Corpus.empty()) { in PrintStats()
406 if (!Options.ExitOnSrcPos.empty()) { in CheckExitOnSrcPosOrItem()
420 if (!Options.ExitOnItem.empty()) { in CheckExitOnSrcPosOrItem()
430 if (Options.OutputCorpus.empty() || !Options.ReloadIntervalSec) return; in RereadOutputCorpus()
466 // Test the callback with empty input and never try it again. in ShuffleAndMinimize()
481 if (Corpus.empty()) { in ShuffleAndMinimize()
554 if (Options.OutputCorpus.empty()) in WriteToOutputCorpus()
566 if (!Options.ExactArtifactPath.empty()) in WriteUnitToFileWithPrefix()
652 if (!Initial.empty()) { in Merge()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.cpp149 DE_ASSERT(!binary.empty()); in createProgramBinaryFromSpirV()
246 // Cache is empty. in cacheSearch()
657 if (!program.sources[i].empty()) in buildProgram()
680 if (!program.sources[shaderType].empty()) in buildProgram()
703 TCU_CHECK_INTERNAL(!nonStrippedBinary.empty()); in buildProgram()
705 TCU_CHECK_INTERNAL(!binary.empty()); in buildProgram()
745 if (!program.sources[i].empty()) in buildProgram()
768 if (!program.sources[shaderType].empty()) in buildProgram()
791 TCU_CHECK_INTERNAL(!nonStrippedBinary.empty()); in buildProgram()
793 TCU_CHECK_INTERNAL(!binary.empty()); in buildProgram()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DModifyStruct.cpp171 ASSERT(namePath.empty());
172 ASSERT(namePathSizes.empty());
297 ASSERT(!namePath.empty());
298 ASSERT(!namePathSizes.empty());
302 ASSERT(!pathItems.empty());
344 ASSERT(!modifiedFields.empty());
350 ASSERT(!modifiedFields.empty());
539 ASSERT(!fields.empty()); // GLSL requires at least one member.
581 if (namePath.empty())
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h68 bool empty() const;
276 ANGLE_INLINE bool FastVector<T, N, Storage>::empty() const
492 bool empty() const { return mData.empty(); } in empty() function in angle::final
506 bool empty() const { return mData.empty(); } in empty() function in angle::final
582 ANGLE_INLINE bool empty() const in empty() function in angle::final
668 ANGLE_INLINE bool empty() const { return mKeySet.empty(); } in empty() function in angle::final
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_parsed_ir.cpp160 if (name.empty()) in is_valid_identifier()
282 if (str.empty()) in ensure_valid_identifier()
543 if (type.member_types.empty()) in get_buffer_block_type_flags()
565 if (type.member_types.empty()) in get_buffer_block_flags()
917 if (!ids[id].empty()) in add_typed_id()
922 if (ids[id].empty() || ids[id].get_type() != type) in add_typed_id()
945 if (ids[id].empty()) in add_typed_id()
1023 else if (!constant_type.array.empty()) in make_constant_null()
1040 else if (!constant_type.member_types.empty()) in make_constant_null()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPassManager.h156 /// Convenience factory function for the empty preserved set.
330 return NotPreservedAnalysisIDs.empty() && in areAllPreserved()
345 return NotPreservedAnalysisIDs.empty() && in allAnalysesInSetPreserved()
727 /// Construct an empty analysis manager.
734 /// Returns true if the analysis manager has an empty results cache.
735 bool empty() const { in empty() function in llvm::AnalysisManager
736 assert(AnalysisResults.empty() == AnalysisResultLists.empty() && in empty()
739 return AnalysisResults.empty(); in empty()
900 if (!IsResultInvalidated.empty()) { in invalidate()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dunordered_set_constructor_test.h39 EXPECT_TRUE(m.empty()); in TYPED_TEST_P()
45 EXPECT_TRUE(m.empty()); in TYPED_TEST_P()
55 EXPECT_TRUE(m.empty()); in TYPED_TEST_P()
68 EXPECT_TRUE(m.empty()); in TYPED_TEST_P()
84 EXPECT_TRUE(m.empty()); in TYPED_TEST_P()
92 EXPECT_TRUE(cm.empty()); in TYPED_TEST_P()
123 EXPECT_TRUE(m.empty()); in BucketCountAllocTest()
144 EXPECT_TRUE(m.empty()); in BucketCountHashAllocTest()
173 EXPECT_TRUE(m.empty()); in AllocTest()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs248 let cls = hir::ClassUnicode::empty(); in visit_pre()
251 let cls = hir::ClassBytes::empty(); in visit_pre()
278 self.push(HirFrame::Expr(Hir::empty())); in visit_post()
291 self.push(HirFrame::Expr(Hir::empty())); in visit_post()
390 let cls = hir::ClassUnicode::empty(); in visit_class_set_item_pre()
393 let cls = hir::ClassBytes::empty(); in visit_class_set_item_pre()
503 let cls = hir::ClassUnicode::empty(); in visit_class_set_binary_op_pre()
506 let cls = hir::ClassBytes::empty(); in visit_class_set_binary_op_pre()
517 let cls = hir::ClassUnicode::empty(); in visit_class_set_binary_op_in()
520 let cls = hir::ClassBytes::empty(); in visit_class_set_binary_op_in()
1375 fn empty() { empty() functions
[all...]
/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp149 if (desAddr.empty()) { in SendMessage()
151 TELEPHONY_LOGE("SmsService::SendMessage desAddr empty"); in SendMessage()
290 if (desAddr.empty()) { in SendMessage()
292 TELEPHONY_LOGE("SmsService::SendMessage desAddr empty"); in SendMessage()
386 if (sca.empty() || sca.length() == 0) { in SetSmscAddr()
387 TELEPHONY_LOGE("sca is empty"); in SetSmscAddr()
448 if (pdu.empty() || pduData.empty()) { in AddSimMessage()
449 TELEPHONY_LOGE("SmsService::AddSimMessage pdu empty error"); in AddSimMessage()
510 if (pdu.empty() || pduDat in UpdateSimMessage()
[all...]
/base/telephony/core_service/test/unittest/utils_vcard_gtest/
H A Dcontact_data_test.cpp221 EXPECT_TRUE((rawData->GetByte()).empty()); in HWTEST_F()
226 EXPECT_TRUE((rawData->GetByte()).empty()); in HWTEST_F()
231 EXPECT_FALSE((rawData->GetByte()).empty()); in HWTEST_F()
237 EXPECT_FALSE((rawData->GetByte()).empty()); in HWTEST_F()
251 EXPECT_FALSE((rawData->GetByte()).empty()); in HWTEST_F()
271 EXPECT_FALSE((rawData->GetByte()).empty()); in HWTEST_F()
285 EXPECT_FALSE((rawData->GetByte()).empty()); in HWTEST_F()
305 EXPECT_FALSE((rawData->GetByte()).empty()); in HWTEST_F()
319 EXPECT_FALSE((rawData->GetByte()).empty()); in HWTEST_F()
345 EXPECT_FALSE((rawData->GetByte()).empty()); in HWTEST_F()
[all...]

Completed in 27 milliseconds

1...<<41424344454647484950>>...265