/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi.cpp | 149 if (chipIds.empty()) { in GetAvailableChips() 202 if (vendorHals_.empty()) { in InitializVendorHal()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 118 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 D | queue.c | 90 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 D | pcm_param_trace.h | 105 __entry->prev_empty = prev->empty; 111 __entry->curr_empty = curr->empty;
|
/kernel/linux/linux-5.10/kernel/ |
H A D | ucount.c | 229 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 D | adapter.h | 118 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 D | pcm_param_trace.h | 105 __entry->prev_empty = prev->empty; 111 __entry->curr_empty = curr->empty;
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | diag.sh | 21 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 D | xdp_sample.bpf.c | 34 /* 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 D | function_rebase_path.cc | 37 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 D | unique_vector.h | 91 bool empty() const { return vector_.empty(); }
|
/third_party/benchmark/src/ |
H A D | console_reporter.cc | 61 if (!run.counters.empty()) { in PrintHeader() 199 if (!result.report_label.empty()) { in PrintRunData()
|
H A D | statistics.cc | 34 if (v.empty()) return 0.0; in StatisticsMean() 69 if (v.empty()) return mean; in StatisticsStdDev()
|
/third_party/cJSON/tests/unity/auto/ |
H A D | generate_module.rb | 115 unless config_file.nil? || config_file.empty? 169 if part2.empty?
|
H A D | stylize_as_junit.rb | 87 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 D | uvectest.cpp | 164 TEST_ASSERT(a->empty()); in UStack_API() 166 TEST_ASSERT(!a->empty()); in UStack_API()
|
/third_party/icu/icu4c/source/samples/ugrep/ |
H A D | ugrep.cpp | 126 UnicodeString empty; in main() local 127 RegexMatcher *matcher = rePat->matcher(empty, status); in main()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | adp.c | 167 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 D | BreakIteratorMapperTest.java | 54 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 D | FuzzerUtil.cpp | 83 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 D | printf.cpp | 48 if (buffer.empty() && !warn_count++) in print_formatted() 59 if (fmt.arg_sizes.empty()) { in print_formatted()
|
/third_party/node/src/inspector/ |
H A D | tracing_agent.cc | 138 if (!trace_writer_.empty()) { in start() 153 if (categories_set.empty()) in start()
|
/third_party/node/src/permission/ |
H A D | fs_permission.cc | 153 ((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 D | string_piece.h | 64 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 D | escape-analysis.h | 61 bool Complete() { return stack_.empty() && revisit_.empty(); } in Complete()
|