Home
last modified time | relevance | path

Searched refs:empty (Results 2251 - 2275 of 5340) sorted by relevance

1...<<919293949596979899100>>...214

/third_party/vk-gl-cts/framework/common/
H A DtcuTestSessionExecutor.cpp176 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 DdeCommandLine.hpp167 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 Djs_generator.cc168 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 Dcore.c145 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 Dhostap_main.c143 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 Discsi_target_util.c672 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 Dcore.c145 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 Discsi_target_util.c655 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 Dhostap_main.c143 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()
/third_party/ffmpeg/libavformat/
H A Davienc.c697 int empty, stream_id = -1; in avi_write_idx1() local
706 empty = 1; in avi_write_idx1()
713 if (empty || tie->pos < ie->pos) { in avi_write_idx1()
717 empty = 0; in avi_write_idx1()
719 if (!empty) { in avi_write_idx1()
733 } while (!empty); in avi_write_idx1()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java1777 while (pceBuffer_.empty()) { in previousProcessed()
1784 // **** do we need to reset rceb, or will it always be empty at this point **** in previousProcessed()
1791 if (!rceb.empty()) { in previousProcessed()
1807 while (!rceb.empty()) { in previousProcessed()
1818 if (pceBuffer_.empty()) { in previousProcessed()
1861 boolean empty() { in empty() method in StringSearch.CollationPCE.PCEBuffer
1899 boolean empty() { in empty() method in StringSearch.CollationPCE.RCEBuffer
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DStringSearch.java1761 while (pceBuffer_.empty()) { in previousProcessed()
1768 // **** do we need to reset rceb, or will it always be empty at this point **** in previousProcessed()
1775 if (!rceb.empty()) { in previousProcessed()
1791 while (!rceb.empty()) { in previousProcessed()
1802 if (pceBuffer_.empty()) { in previousProcessed()
1848 boolean empty() { in empty() method in StringSearch.CollationPCE.PCEBuffer
1886 boolean empty() { in empty() method in StringSearch.CollationPCE.RCEBuffer
/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_NOPs.cpp337 if (ctx.smem_write || instr->definitions.empty() || in handle_smem_clause_hazards()
491 if (instr->definitions.empty() || instr_info.is_atomic[(unsigned)instr->opcode]) { in handle_instruction_gfx6()
521 } else if (instr->isSALU() && !instr->definitions.empty()) { in handle_instruction_gfx6()
522 if (!instr->definitions.empty()) { in handle_instruction_gfx6()
665 instr->definitions.empty() ? ctx.sgprs_read_by_VMEM_store : ctx.sgprs_read_by_VMEM);
854 if (block.instructions.empty()) in handle_block()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp217 if (!m_current_block->empty()) { in emit_instruction_from_string()
250 if (!value.empty()) { in read_output()
280 while (!value.empty()) { in read_input()
319 if (reg_str.empty()) in allocate_registers_from_string()
349 if (reg_str.empty()) in allocate_arrays_from_string()
379 if (!m_atomics.empty()) { in allocate_reserved_registers()
/third_party/nghttp2/src/
H A Dshrpx_https_upstream.cc1019 if (kv.name.empty() || kv.name[0] == ':') { in send_reply()
1245 if (accept.empty()) { in on_downstream_header_complete()
1270 if (!httpconf.altsvcs.empty()) { in on_downstream_header_complete()
1370 if (trailers.empty()) { in on_downstream_body_complete()
1413 req.authority.empty()) { in redirect_to_https()
1419 if (authority.empty()) { in redirect_to_https()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp184 DE_ASSERT(!bits.empty()); in bitsToString()
228 i = bits.empty() ? flags.erase(i) : std::next(i); in updateBufferCreateFlags()
563 if (usageFlags.empty()) in checkSupport()
840 DE_ASSERT(!m_config.createBits->empty()); in iterate()
843 DE_ASSERT(!m_config.usageFlags->empty()); in iterate()
848 DE_ASSERT(!m_config.extMemHandleFlags->empty()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp184 DE_ASSERT(!bits.empty()); in bitsToString()
228 i = bits.empty() ? flags.erase(i) : std::next(i); in updateBufferCreateFlags()
561 if (usageFlags.empty()) in checkSupport()
838 DE_ASSERT(!m_config.createBits->empty()); in iterate()
841 DE_ASSERT(!m_config.usageFlags->empty()); in iterate()
846 DE_ASSERT(!m_config.extMemHandleFlags->empty()); in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFunction.cpp282 if (Val.empty()) in getDenormalMode()
304 if (empty()) { MBBNumbering.clear(); return; } in RenumberBlocks()
379 /// ~MachineInstr() destructor must be empty.
633 /// Return the MCSymbol for the specified non-empty jump table.
774 if (LandingPads[i].BeginLabels.empty()) { in tidyLandingPads()
780 // If there is no landing pad, ensure that the list of typeids is empty. in tidyLandingPads()
943 assert(!DestBBs.empty() && "Cannot create an empty jump table!"); in createJumpTableIndex()
976 if (JumpTables.empty()) return; in print()
1136 if (Constants.empty()) retur
[all...]
H A DMachineTraceMetrics.cpp549 } while (!WorkList.empty());
574 } while (!WorkList.empty());
860 while (!Stack.empty()) {
981 assert(!Trace.empty() && "Trace should contain at least one block");
1045 for (;!Stack.empty(); Stack.pop_back()) {
1080 if (!Deps.empty()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp359 assert(!DieArray.empty()); in extractRangeList()
441 if ((CUDieOnly && !DieArray.empty()) || in tryExtractDIEsIfNeeded()
445 bool HasCUDie = !DieArray.empty(); in tryExtractDIEsIfNeeded()
448 if (DieArray.empty()) in tryExtractDIEsIfNeeded()
724 if (AddrDieMap.empty()) in getSubroutineForAddress()
739 assert(InlinedChain.empty()); in getInlinedChainForAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp721 if (SymbolsToAllocate.empty()) in emitCommonSymbols()
1072 while (!ExternalSymbolRelocations.empty()) { in applyExternalSymbolRelocations()
1148 if (!Name.empty() && !GlobalSymbolTable.count(Name) && in resolveExternalSymbols()
1153 if (NewSymbols.empty()) in resolveExternalSymbols()
1226 assert(!Name.empty() && "Symbol has no name?"); in finalizeAsync()
1233 if (!Symbols.empty()) { in finalizeAsync()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc1007 if (segments_.empty()) { in segments()
1020 if (glyph_id_array_.empty()) { in glyph_id_array()
1059 if (!segments()->empty()) { in SubReadyToSerialize()
1152 if (GetCMapBuilders()->empty()) in SubReadyToSerialize()
1165 if (GetCMapBuilders()->empty()) in SubDataSizeToSerialize()
1280 if (cmap_builders_.empty()) { in GetCMapBuilders()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp258 else if (CachePtr->empty()) in Scatterer()
326 assert(Gathered.empty() && Scattered.empty()); in visit()
389 if (!SV.empty()) { in gather()
847 if (Gathered.empty() && Scattered.empty()) in finish()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfReader.cpp101 if (!RemappingPathStr.empty()) { in create()
247 // Skip empty lines and comments.
248 while (!Line.is_at_end() && (Line->empty() || Line->startswith("#")))
586 if (Data.empty())
600 if (Data.empty())
655 if (Parts.second.empty())
691 if (!Remapped.empty()) {
791 // an empty summary, which will not result in accurate hot/cold detection.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp96 // RefRR is the same as the register in RefA, and the set DefRRs is empty.
289 if (RDs.empty()) in getAllReachingDefsRecImpl()
537 UI = UI->second.empty() ? RealUses.erase(UI) : std::next(UI); in computePhiInfo()
542 if (!RealUses.empty()) in computePhiInfo()
671 if (!Ds.empty()) { in computePhiInfo()
746 if (RUs.empty()) in computeLiveIns()
757 // Each phi has some set (possibly empty) of reached "real" uses, in computeLiveIns()
1117 I = I->second.empty() ? M.erase(I) : std::next(I); in emptify()

Completed in 50 milliseconds

1...<<919293949596979899100>>...214