Home
last modified time | relevance | path

Searched refs:empty (Results 1176 - 1200 of 6609) sorted by relevance

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

/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dvhci_rx.c186 int empty = 0; in vhci_priv_tx_empty() local
190 empty = list_empty(&vdev->priv_rx); in vhci_priv_tx_empty()
193 return empty; in vhci_priv_tx_empty()
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/
H A Diforce-packets.c32 int empty; in iforce_send_packet() local
52 empty = head == tail; in iforce_send_packet()
80 if (empty) in iforce_send_packet()
/test/ostest/wukong/common/src/
H A Dwukong_logger.cpp199 // the buffer queue is empty and main wait stop, return this thread. in Run()
200 if (self->bufferQueue_.empty() && !self->printerRunning_) { in Run()
204 while (!self->bufferQueue_.empty()) { in Run()
210 while (!tmpBuffer.empty()) { in Run()
/test/xts/acts/ai/nncore/opstest/src/
H A Dnncore_utils.cpp24 uint32_t* data = (vector.empty()) ? nullptr : const_cast<uint32_t*>(vector.data()); in TransformUInt32Array()
169 if (!compileParam.cacheDir.empty()) { in CompileGraphMock()
230 if (!tensorDescVec.empty()) { in FreeTensorDescVec()
/third_party/elfio/elfio/
H A Delfio_utils.hpp197 if ( addr_translations.empty() ) { in operator []()
210 bool empty() const { return addr_translations.empty(); } in empty() function in ELFIO::address_translator
/third_party/gn/src/base/files/
H A Dfile_util.cc40 while (!file_iter.Next().empty()) in ComputeDirectorySize()
183 if (files.Next().empty()) in IsDirectoryEmpty()
226 bool have_suffix = !suffix.empty(); in GetUniquePathNumber()
/third_party/gn/src/gn/
H A Druntime_deps.cc139 if (deps_target_list_file.empty()) in CollectRuntimeDepsFromFlag()
158 if (line.empty()) in CollectRuntimeDepsFromFlag()
186 CHECK(!target->computed_outputs().empty()); in CollectRuntimeDepsFromFlag()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DRbnfMapperTest.java59 RbnfMapper.process(icuData, cldrData, Optional.empty()); in testSingleRuleset()
87 RbnfMapper.process(icuData, cldrData, Optional.empty()); in testMultipleRulesets()
153 RbnfMapper.process(icuData, cldrData, Optional.empty()); in testEscaping()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuConverterConfig.java47 private Optional<String> icuVersion = Optional.empty();
48 private Optional<String> icuDataVersion = Optional.empty();
49 private Optional<String> cldrVersion = Optional.empty();
/third_party/mesa3d/src/amd/compiler/tests/
H A Dmain.cpp273 bool found = names.empty(); in main()
274 bool all_variants = names.empty(); in main()
279 if (name.second.empty()) in main()
/third_party/node/src/
H A Dnode_trace_events.cc83 if (!category_set->enabled_ && !categories.empty()) { in Enable()
97 if (category_set->enabled_ && !categories.empty()) { in Disable()
107 if (!categories.empty()) { in GetEnabledCategories()
/third_party/ninja/src/
H A Dmissing_deps.cc93 if (!deps_type.empty()) { in ProcessNode()
104 if (!depfile_deps.empty()) in ProcessNode()
136 if (!missing_deps.empty()) { in ProcessNodeDeps()
H A Dtest.cc117 EXPECT_FALSE((*e)->outputs_.empty()); in VerifyGraph()
201 if (start_dir_.empty()) in CreateAndEnter()
221 if (temp_dir_name_.empty()) in Cleanup()
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.cc29 target->assign(!empty() ? data() : "", size()); in CopyToString()
33 if (!empty()) in AppendToString()
69 if (s.empty()) in rfind()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dfree-list.cc212 DCHECK(bucket_size.empty()); in CollectStatistics()
213 DCHECK(free_count.empty()); in CollectStatistics()
214 DCHECK(free_size.empty()); in CollectStatistics()
/third_party/mesa3d/src/util/tests/vma/
H A Dvma_random_test.cpp92 else if (action == 2) empty(); in test()
211 assert(heap_holes.empty()); in fill()
214 void empty() in empty() function
/third_party/python/Lib/idlelib/
H A Dscrolledlist.py36 # Mark as empty
44 self.empty = 1
48 if self.empty:
50 self.empty = 0
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.hpp54 const deUint8* getBinary (void) const { return m_binary.empty() ? DE_NULL : &m_binary[0]; } in getBinary()
115 bool empty (void) const { return m_programs.empty(); } in empty() function in vk::ProgramCollection
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRemoveSwitchFallThrough.cpp65 ASSERT(rm.mPreviousCase || statementList->getSequence()->empty()); in removeFallThrough()
172 ASSERT(!mCasesSharingBreak.at(i)->getSequence()->empty()); in handlePreviousCase()
184 "Performance: non-empty fall-through cases in " in handlePreviousCase()
221 if (node->getSequence()->empty()) in DoesBlockAlwaysBreak()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCallDAG.cpp58 ASSERT(records->empty()); in fillDataStructures()
59 ASSERT(idToIndex->empty()); in fillDataStructures()
121 // Function declaration, create an empty record.
176 while (!functionsToProcess.empty()) in assignIndicesInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp121 if (!Attrs.empty()) { in getNodeAttributes()
282 while (!GluedNodes.empty()) { in getGraphNodeLabel()
286 if (!GluedNodes.empty()) in getGraphNodeLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp145 if (!HashMap.empty()) in buildHashMap()
147 if (HashValues.empty()) in buildHashMap()
177 bool TpiStream::supportsTypeLookup() const { return !HashMap.empty(); } in supportsTypeLookup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DRemarkStreamer.cpp155 if (RemarksFilename.empty()) in setupOptimizationRemarks()
181 if (!RemarksPasses.empty()) in setupOptimizationRemarks()
212 if (!RemarksPasses.empty()) in setupOptimizationRemarks()
/third_party/skia/src/core/
H A DSkData.cpp100 static SkData* empty;
102 once([]{ empty = new SkData(nullptr, 0, nullptr, nullptr); });
103 return sk_ref_sp(empty);
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUAdapter.cpp26 if (s.empty()) in Split()
37 if (!token.empty()) // Discard empty tokens in Split()
42 if (!token.empty()) // Discard empty tokens in Split()

Completed in 13 milliseconds

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