/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vhci_rx.c | 186 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 D | iforce-packets.c | 32 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 D | wukong_logger.cpp | 199 // 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 D | nncore_utils.cpp | 24 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 D | elfio_utils.hpp | 197 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 D | file_util.cc | 40 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 D | runtime_deps.cc | 139 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 D | RbnfMapperTest.java | 59 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 D | IcuConverterConfig.java | 47 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 D | main.cpp | 273 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 D | node_trace_events.cc | 83 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 D | missing_deps.cc | 93 if (!deps_type.empty()) { in ProcessNode() 104 if (!depfile_deps.empty()) in ProcessNode() 136 if (!missing_deps.empty()) { in ProcessNodeDeps()
|
H A D | test.cc | 117 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 D | string_piece.cc | 29 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 D | free-list.cc | 212 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 D | vma_random_test.cpp | 92 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 D | scrolledlist.py | 36 # 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 D | vkPrograms.hpp | 54 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 D | RemoveSwitchFallThrough.cpp | 65 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 D | CallDAG.cpp | 58 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 D | SelectionDAGPrinter.cpp | 121 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 D | TpiStream.cpp | 145 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 D | RemarkStreamer.cpp | 155 if (RemarksFilename.empty()) in setupOptimizationRemarks() 181 if (!RemarksPasses.empty()) in setupOptimizationRemarks() 212 if (!RemarksPasses.empty()) in setupOptimizationRemarks()
|
/third_party/skia/src/core/ |
H A D | SkData.cpp | 100 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 D | GPUAdapter.cpp | 26 if (s.empty()) in Split() 37 if (!token.empty()) // Discard empty tokens in Split() 42 if (!token.empty()) // Discard empty tokens in Split()
|