Home
last modified time | relevance | path

Searched refs:empty (Results 1576 - 1600 of 5280) sorted by relevance

1...<<61626364656667686970>>...212

/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi.cpp149 if (chipIds.empty()) { in GetAvailableChips()
202 if (vendorHals_.empty()) { in InitializVendorHal()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h118 unsigned long empty; /* # of times queue ran out of buffers */ member
154 unsigned long empty; /* # of times queue ran out of credits */ member
/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dqueue.c90 printk(KERN_WARNING "freeing non-empty queue %p\n", queue); in queue_free()
112 goto empty; in __queue_add()
129 empty: in __queue_add()
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_param_trace.h105 __entry->prev_empty = prev->empty;
111 __entry->curr_empty = curr->empty;
/kernel/linux/linux-5.10/kernel/
H A Ducount.c229 static struct ctl_table empty[1]; in user_namespace_sysctl_init() local
235 user_header = register_sysctl("user", empty); in user_namespace_sysctl_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h118 unsigned long empty; /* # of times queue ran out of buffers */ member
154 unsigned long empty; /* # of times queue ran out of credits */ member
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_param_trace.h105 __entry->prev_empty = prev->empty;
111 __entry->curr_empty = curr->empty;
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Ddiag.sh21 ip netns pids "${ns}" | xargs --no-run-if-empty kill -SIGUSR1 &>/dev/null
31 ip netns pids "${ns}" | xargs --no-run-if-empty kill -SIGKILL &>/dev/null
153 # destination port search should always return empty list
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_sample.bpf.c34 /* Find if b is part of set a, but if a is empty set then evaluate to true */
240 struct datarec empty = {}; in BPF_PROG() local
255 bpf_map_update_elem(&devmap_xmit_cnt_multi, &idx, &empty, BPF_NOEXIST); in BPF_PROG()
/third_party/gn/src/gn/
H A Dfunction_rebase_path.cc37 if (value.empty()) in ValueLooksLikeDir()
160 As a special case, if new_base is the empty string (the default), all
179 (depending on whether the input ends in a slash) to avoid returning empty
238 if (!args[kArgIndexDest].string_value().empty()) {
H A Dunique_vector.h91 bool empty() const { return vector_.empty(); }
/third_party/benchmark/src/
H A Dconsole_reporter.cc61 if (!run.counters.empty()) { in PrintHeader()
199 if (!result.report_label.empty()) { in PrintRunData()
H A Dstatistics.cc34 if (v.empty()) return 0.0; in StatisticsMean()
69 if (v.empty()) return mean; in StatisticsStdDev()
/third_party/cJSON/tests/unity/auto/
H A Dgenerate_module.rb115 unless config_file.nil? || config_file.empty?
169 if part2.empty?
H A Dstylize_as_junit.rb87 raise "Empty test result file: #{result_file}" if lines.empty?
237 raise "No *.testpass, *.testfail, or *.testresults files found in '#{targets}'" if results.empty?
/third_party/icu/icu4c/source/test/intltest/
H A Duvectest.cpp164 TEST_ASSERT(a->empty()); in UStack_API()
166 TEST_ASSERT(!a->empty()); in UStack_API()
/third_party/icu/icu4c/source/samples/ugrep/
H A Dugrep.cpp126 UnicodeString empty; in main() local
127 RegexMatcher *matcher = rePat->matcher(empty, status); in main()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dadp.c167 STATIC const CHAR empty[] = "."; in basename() local
168 CHAR *first = (CHAR *)empty; in basename()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DBreakIteratorMapperTest.java54 BreakIteratorMapper.process(icuData, cldrData, Optional.empty()); in testSingleSuppression()
77 BreakIteratorMapper.process(icuData, cldrData, Optional.empty()); in testMultipleSupressionTypes()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtil.cpp83 if (Str.empty()) return false; in ParseOneDictionaryEntry()
128 if (Text.empty()) { in ParseDictionaryFile()
129 Printf("ParseDictionaryFile: file does not exist or is empty\n"); in ParseDictionaryFile()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dprintf.cpp48 if (buffer.empty() && !warn_count++) in print_formatted()
59 if (fmt.arg_sizes.empty()) { in print_formatted()
/third_party/node/src/inspector/
H A Dtracing_agent.cc138 if (!trace_writer_.empty()) { in start()
153 if (categories_set.empty()) in start()
/third_party/node/src/permission/
H A Dfs_permission.cc153 ((param.empty() && allow_all_in_) || allow_all_in_ || in is_granted()
157 ((param.empty() && allow_all_out_) || allow_all_out_ || in is_granted()
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h64 bool empty() const { return length_ == 0; } in empty() function in i18n::phonenumbers::StringPiece
106 return std::string(!empty() ? data() : "", size()); in as_string()
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis.h61 bool Complete() { return stack_.empty() && revisit_.empty(); } in Complete()

Completed in 14 milliseconds

1...<<61626364656667686970>>...212