/third_party/rust/crates/nix/src/ |
H A D | lib.rs | 183 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 D | uname.rs | 5 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 D | gen.rs | 35 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 D | out.rs | 76 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 D | out.rs | 76 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 D | out.rs | 76 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 D | out.rs | 76 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 D | opt_add_neg_to_sub_test.cpp | 85 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 D | test-priority-queue.cc | 34 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 D | meta.rs | 133 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 D | lib.rs | 290 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 D | opt_flatten_nested_if_blocks.cpp | 90 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 D | opt_if_simplification.cpp | 75 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 D | opt_dead_code.cpp | 91 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 D | ir_function_detect_recursion.cpp | 253 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 D | visitor.rs | 153 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 D | depfile_parser.in.cc | 56 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 D | mod.rs | 130 !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 D | twoway.rs | 81 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 D | mod.rs | 415 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 D | visitor.rs | 268 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 D | eq.rs | 24 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 D | hash.rs | 24 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 D | maglev-basic-block.h | 29 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 D | mod.rs | 120 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()
|