Home
last modified time | relevance | path

Searched refs:is_empty (Results 1 - 25 of 460) sorted by relevance

12345678910>>...19

/third_party/rust/crates/nix/src/
H A Dlib.rs183 fn is_empty(&self) -> bool; in is_empty() functions
197 fn is_empty(&self) -> bool { in is_empty() functions
198 NixPath::is_empty(OsStr::new(self)) in is_empty()
214 fn is_empty(&self) -> bool { in is_empty() functions
215 self.as_bytes().is_empty() in is_empty()
231 fn is_empty(&self) -> bool { in is_empty() functions
232 self.to_bytes().is_empty() in is_empty()
248 fn is_empty(&self) -> bool { in is_empty() functions
249 self.is_empty() in is_empty()
302 fn is_empty( functions
319 fn is_empty(&self) -> bool { is_empty() functions
[all...]
/third_party/rust/crates/rustix/tests/process/
H A Duname.rs5 assert!(!name.sysname().to_bytes().is_empty()); in test_uname()
6 assert!(!name.nodename().to_bytes().is_empty()); in test_uname()
7 assert!(!name.release().to_bytes().is_empty()); in test_uname()
8 assert!(!name.version().to_bytes().is_empty()); in test_uname()
9 assert!(!name.machine().to_bytes().is_empty()); in test_uname()
12 assert!(!name.domainname().to_bytes().is_empty()); in test_uname()
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs35 if !self.value.args.is_empty() { in fmt()
44 if !self.value.attrs.is_empty() { in fmt()
135 if !self.value.attrs.is_empty() { in fmt()
159 if !self.value.attrs.is_empty() { in fmt()
311 if !self.value.lifetimes.is_empty() { in fmt()
320 if !self.value.attrs.is_empty() { in fmt()
363 if !self.value.bounds.is_empty() { in fmt()
382 if !_val.variants.is_empty() { in fmt()
398 if !self.value.variants.is_empty() { in fmt()
424 if !self.value.attrs.is_empty() { in fmt()
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dout.rs76 if !out.is_empty() && !builtin.is_empty() { in content()
80 if !out.is_empty() && !content.is_empty() { in content()
84 if out.is_empty() { in content()
142 if !b.is_empty() { in write()
146 if self.section_pending && !self.bytes.is_empty() { in write()
173 self.section_pending = !self.bytes.is_empty(); in flush_blocks()
/third_party/rust/crates/cxx/gen/src/
H A Dout.rs76 if !out.is_empty() && !builtin.is_empty() { in content()
80 if !out.is_empty() && !content.is_empty() { in content()
84 if out.is_empty() { in content()
142 if !b.is_empty() { in write()
146 if self.section_pending && !self.bytes.is_empty() { in write()
173 self.section_pending = !self.bytes.is_empty(); in flush_blocks()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dout.rs76 if !out.is_empty() && !builtin.is_empty() { in content()
80 if !out.is_empty() && !content.is_empty() { in content()
84 if out.is_empty() { in content()
142 if !b.is_empty() { in write()
146 if self.section_pending && !self.bytes.is_empty() { in write()
173 self.section_pending = !self.bytes.is_empty(); in flush_blocks()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dout.rs76 if !out.is_empty() && !builtin.is_empty() { in content()
80 if !out.is_empty() && !content.is_empty() { in content()
84 if out.is_empty() { in content()
142 if !b.is_empty() { in write()
146 if self.section_pending && !self.bytes.is_empty() { in write()
173 self.section_pending = !self.bytes.is_empty(); in flush_blocks()
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dopt_add_neg_to_sub_test.cpp85 ASSERT_FALSE(instructions.is_empty()); in TEST_F()
89 EXPECT_TRUE(instructions.is_empty()); in TEST_F()
118 ASSERT_FALSE(instructions.is_empty()); in TEST_F()
122 EXPECT_TRUE(instructions.is_empty()); in TEST_F()
151 ASSERT_FALSE(instructions.is_empty()); in TEST_F()
155 EXPECT_TRUE(instructions.is_empty()); in TEST_F()
184 ASSERT_FALSE(instructions.is_empty()); in TEST_F()
188 EXPECT_TRUE(instructions.is_empty()); in TEST_F()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-priority-queue.cc34 assert (queue.is_empty ()); in test_insert()
37 assert (!queue.is_empty ()); in test_insert()
68 assert (!queue.is_empty ()); in test_extract()
73 assert (queue.is_empty ()); in test_extract()
/third_party/rust/crates/syn/src/
H A Dmeta.rs133 if input.is_empty() { in parser()
391 if input.is_empty() {
395 if input.is_empty() {
410 } else if input.is_empty() { in parse_meta_path()
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs290 pub fn is_empty(&self) -> bool { in is_empty() functions
291 self.inner.as_ref().is_empty() in is_empty()
315 if remainder.is_empty() { in to_long()
331 if remainder.is_empty() { in to_long()
356 } else if remainder_os.is_empty() { in to_short()
429 pub fn is_empty(&self) -> bool { in display() functions
430 self.invalid_suffix.is_none() && self.utf8_prefix.as_str().is_empty() in display()
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_flatten_nested_if_blocks.cpp90 if (ir->then_instructions.is_empty() || !ir->else_instructions.is_empty()) in visit_leave()
95 !inner->else_instructions.is_empty()) in visit_leave()
H A Dopt_if_simplification.cpp75 if (ir->then_instructions.is_empty() && in visit_leave()
76 ir->else_instructions.is_empty()) { in visit_leave()
119 if (ir->then_instructions.is_empty()) { in visit_leave()
H A Dopt_dead_code.cpp91 if (!entry->assign_list.is_empty()) { in do_dead_code()
100 while (!entry->assign_list.is_empty()) { in do_dead_code()
119 if (entry->assign_list.is_empty()) { in do_dead_code()
H A Dir_function_detect_recursion.cpp253 if (f->callers.is_empty() || f->callees.is_empty()) { in remove_unlinked_functions()
254 while (!f->callers.is_empty()) { in remove_unlinked_functions()
259 while (!f->callees.is_empty()) { in remove_unlinked_functions()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dvisitor.rs153 HirKind::Concat(ref x) if x.is_empty() => None, in induct()
157 HirKind::Alternation(ref x) if x.is_empty() => None, in induct()
172 if tail.is_empty() { in pop()
179 if tail.is_empty() { in pop()
/third_party/ninja/src/
H A Ddepfile_parser.in.cc56 bool is_empty = true; in Parse() local
175 is_empty = false; in Parse()
204 if (!have_target && !is_empty) { in Parse()
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs130 !self.lits.is_empty() && self.lits.iter().all(|l| !l.is_cut()) in all_complete()
140 self.lits.iter().any(|lit| lit.is_empty()) in contains_empty()
144 pub fn is_empty(&self) -> bool { in is_empty() functions
145 self.lits.is_empty() || self.lits.iter().all(|lit| lit.is_empty()) in is_empty()
157 if self.is_empty() { in longest_common_prefix()
173 if self.is_empty() { in longest_common_suffix()
225 if self.lits.is_empty() { in unambiguous_prefixes()
231 if candidate.is_empty() { in unambiguous_prefixes()
234 if new.lits.is_empty() { in unambiguous_prefixes()
[all...]
/third_party/rust/crates/memchr/src/memmem/
H A Dtwoway.rs81 if needle.is_empty() {
113 debug_assert!(!needle.is_empty(), "needle should not be empty");
136 if needle.is_empty() { in find_general()
248 if needle.is_empty() {
280 debug_assert!(!needle.is_empty(), "needle should not be empty");
301 if needle.is_empty() { in rfind_general()
497 debug_assert!(!needle.is_empty()); in forward()
547 debug_assert!(!needle.is_empty()); in reverse()
826 if bytes.is_empty() { in qc_suffix_forward_maximal()
836 if bytes.is_empty() { in qc_suffix_reverse_maximal()
[all...]
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs415 pub fn is_empty(&self) -> bool { in is_empty() functions
511 pub fn is_empty(&self) -> bool { in is_empty() functions
945 fn is_empty(&self) -> bool { in is_empty() functions
1039 if self.items.is_empty() { in push()
1373 Ast::Alternation(ref x) if x.asts.is_empty() => return, in drop()
1374 Ast::Concat(ref x) if x.asts.is_empty() => return, in drop()
1422 if x.kind.is_empty() { in drop()
1427 if x.items.is_empty() { in drop()
1433 if op.lhs.is_empty() && op.rhs.is_empty() { in drop()
[all...]
H A Dvisitor.rs268 Ast::Concat(ref x) if x.asts.is_empty() => None, in induct()
272 Ast::Alternation(ref x) if x.asts.is_empty() => None, in induct()
288 if tail.is_empty() { in pop()
295 if tail.is_empty() { in pop()
396 if x.items.is_empty() { in induct_class()
417 if tail.is_empty() { in pop_class()
/third_party/rust/crates/syn/codegen/src/
H A Deq.rs24 Data::Enum(variants) if variants.is_empty() => quote!(match *self {}), in expand_impl_body()
28 if fields.is_empty() { in expand_impl_body()
56 if comparisons.is_empty() { in expand_impl_body()
101 if comparisons.is_empty() { in expand_impl_body()
131 Data::Enum(variants) if variants.is_empty() => quote!(_other), in expand_impl()
H A Dhash.rs24 Data::Enum(variants) if variants.is_empty() => quote!(match *self {}), in expand_impl_body()
32 if fields.is_empty() { in expand_impl_body()
131 Data::Struct(_) if body.is_empty() => quote!(_state), in expand_impl()
132 Data::Enum(variants) if variants.is_empty() => quote!(_state), in expand_impl()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-basic-block.h29 return nodes_.is_empty() ? control_node()->id() : nodes_.first()->id(); in first_id()
34 if (!nodes_.is_empty()) { in FirstNonGapMoveId()
61 DCHECK(nodes_.is_empty()); in set_empty_block_predecessor()
/third_party/rust/crates/memchr/src/memchr/
H A Dmod.rs120 if haystack.is_empty() { in memchr_iter()
173 if haystack.is_empty() { in memchr2()
231 if haystack.is_empty() { in memchr3()
294 if haystack.is_empty() { in memrchr()
347 if haystack.is_empty() { in memrchr2()
405 if haystack.is_empty() { in memrchr3()

Completed in 16 milliseconds

12345678910>>...19