/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SmallSet.h | 155 LLVM_NODISCARD bool empty() const { in empty() function in llvm::SmallSet 156 return Vector.empty() && Set.empty(); in empty() 193 while (!Vector.empty()) { in insert() 236 bool isSmall() const { return Set.empty(); } in isSmall()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | common.h | 66 if (!other.empty()) { 74 bool empty() const noexcept { return !alloc_; } 75 explicit operator bool() const noexcept { return !empty(); } 94 if (!empty()) { in destroy() 106 assert(!empty()); in slot()
|
/third_party/rust/crates/rustix/tests/mm/ |
H A D | mmap.rs | 14 let dir = openat(cwd(), tmp.path(), OFlags::RDONLY, Mode::empty()).unwrap(); in test_mmap() 26 let file = openat(&dir, "foo", OFlags::RDONLY, Mode::empty()).unwrap(); in test_mmap() 43 let file = openat(&dir, "foo", OFlags::RDONLY, Mode::empty()).unwrap(); in test_mmap() 85 mprotect(addr, 8192, MprotectFlags::empty()).unwrap(); in test_mprotect() 110 match mlock_with(addr, 8192, MlockFlags::empty()) { in test_mlock()
|
/third_party/gn/src/gn/ |
H A D | xcode_object.cc | 38 if (string.empty()) in StringNeedEscaping() 338 DCHECK(id_.empty()); in SetId() 339 DCHECK(!id.empty()); in SetId() 345 if (comment.empty()) in Reference() 397 if (!shell_script.empty()) { in PBXTarget() 532 return !name_.empty() ? name_ : path_; in Comment() 541 if (!type_.empty()) { in Print() 551 if (!name_.empty() && name_ != path_) in Print() 554 DCHECK(!path_.empty()); in Print() 557 type_.empty() in Print() [all...] |
H A D | command_outputs.cc | 96 if (target_matches.empty() && file_matches.empty()) { in RunOutputs() 110 if (targets.empty()) { in RunOutputs()
|
H A D | config_values.cc | 12 if (append_this.empty()) in VectorAppend() 48 if (!append.precompiled_header_.empty() && !precompiled_header_.empty()) in AppendValues()
|
/third_party/libabigail/tools/ |
H A D | abidiff.cc | 307 if (opts.file1.empty()) in parse_command_line() 309 else if (opts.file2.empty()) in parse_command_line() 783 if (!opts.no_default_supprs && opts.suppression_paths.empty()) in set_diff_context_from_opts() 792 if (!opts.headers_dirs1.empty() || !opts.header_files1.empty()) in set_diff_context_from_opts() 802 if (!opts.headers_dirs2.empty() || !opts.header_files2.empty()) in set_diff_context_from_opts() 858 && (!opts.headers_dirs1.empty() || !opts.header_files1.empty())) in set_suppressions() 878 && (!opts.headers_dirs2.empty() || !opt in set_suppressions() [all...] |
/third_party/libabigail/src/ |
H A D | abg-tools-utils.cc | 361 /// Test if a given directory exists and is empty. 434 /// empty. Note that convert_char_stars_to_char_star_stars() can be 470 /// empty. Note that convert_char_stars_to_char_star_stars() can be 691 if (path.empty()) in dir_name() 719 if (path.empty()) in base_name() 743 if (path.empty()) in real_path() 797 if (path.empty()) in ensure_parent_dir_created() 821 if (!prog_name.empty()) in emit_prefix() 906 if (str.empty()) in string_begins_with() 909 if (prefix.empty()) in string_begins_with() [all...] |
/third_party/jerryscript/tools/runners/ |
H A D | run-benchmarks.sh | 47 run ubench/function-empty 52 run ubench/loop-empty-resolve 53 run ubench/loop-empty
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pbe_scrypt.c | 43 const char *empty = ""; in EVP_PBE_scrypt_ex() local 56 pass = empty; in EVP_PBE_scrypt_ex() 60 salt = (const unsigned char *)empty; in EVP_PBE_scrypt_ex()
|
/third_party/openssl/crypto/evp/ |
H A D | pbe_scrypt.c | 43 const char *empty = ""; in EVP_PBE_scrypt_ex() local 56 pass = empty; in EVP_PBE_scrypt_ex() 60 salt = (const unsigned char *)empty; in EVP_PBE_scrypt_ex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ParallelCG.cpp | 42 assert(BCOSs.empty() || BCOSs.size() == OSs.size()); in splitCodeGen() 45 if (!BCOSs.empty()) in splitCodeGen() 70 if (!BCOSs.empty()) { in splitCodeGen()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | TargetSelect.cpp | 44 if (TheTriple.getTriple().empty()) in selectTarget() 49 if (!MArch.empty()) { in selectTarget() 79 if (!MAttrs.empty()) { in selectTarget()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | strip_debug_info_pass.cpp | 90 bool modified = !to_kill.empty(); in Process() 96 modified |= !inst->dbg_line_insts().empty(); in Process() 100 if (!get_module()->trailing_dbg_line_info().empty()) { in Process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | strip_debug_info_pass.cpp | 90 bool modified = !to_kill.empty(); in Process() 96 modified |= !inst->dbg_line_insts().empty(); in Process() 100 if (!get_module()->trailing_dbg_line_info().empty()) { in Process()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ErrorData.cpp | 78 if (!mContexts.empty()) { in GetFormattedMessage() 86 if (mContexts.empty() || mType != InternalErrorType::Validation) { in GetFormattedMessage() 93 if (!mDebugGroups.empty()) { in GetFormattedMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | LineTable.h | 167 bool empty() const { return Lines.empty(); } in empty() function in llvm::gsym::LineTable 173 return !Lines.empty(); in isValid()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombineWorklist.h | 36 bool isEmpty() const { return Worklist.empty(); } in isEmpty() 56 /// which should only be done when the worklist is empty and when the group 59 assert(Worklist.empty() && "Worklist must be empty to add initial group"); in AddInitialGroup() 98 /// Zap - check that the worklist is empty and nuke the backing store for 101 assert(WorklistMap.empty() && "Worklist empty, but map not?"); in Zap()
|
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | transform_test.cc | 31 const std::vector<int> empty{}; in TEST() 33 auto transformed = Transform(empty, [](int) -> int { in TEST() 34 [] { FAIL() << "Transform should not be called for empty vector"; }(); in TEST() 41 auto transformed = Transform(empty, [](int, size_t) -> int { in TEST() 42 [] { FAIL() << "Transform should not be called for empty vector"; }(); in TEST()
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_doc_comment.cc | 50 string comments = location.leading_comments.empty() ? in WriteDocCommentBodyImpl() 52 if (comments.empty()) { in WriteDocCommentBodyImpl() 71 if (line.empty()) { in WriteDocCommentBodyImpl()
|
/third_party/skia/third_party/externals/abseil-cpp/ |
H A D | absl_hardening_test.cc | 34 absl::string_view empty(""); in TEST() 35 EXPECT_DEATH_IF_SUPPORTED(empty.front(), ""); in TEST() 36 EXPECT_DEATH_IF_SUPPORTED(empty.back(), ""); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | discrete_distribution.cc | 25 // The empty-case should already be handled by the constructor. in InitDiscreteDistribution() 27 assert(!probabilities->empty()); in InitDiscreteDistribution() 68 while (!over.empty() && !under.empty()) { in InitDiscreteDistribution()
|
/third_party/rust/crates/regex/tests/ |
H A D | set.rs | 20 // regexes that match the empty string 60 let empty = regex_set!(&[""; 0]); in len_and_empty() 61 assert_eq!(empty.len(), 0); in len_and_empty() 62 assert!(empty.is_empty()); in len_and_empty()
|
/third_party/rust/crates/nix/test/ |
H A D | test_nmount.rs | 23 .nmount(MntFlags::empty()) in ok() 30 unmount(mountpoint.path(), MntFlags::empty()).unwrap(); in ok() 44 .nmount(MntFlags::empty()) in bad_fstype()
|
/third_party/spirv-tools/source/opt/ |
H A D | strip_debug_info_pass.cpp | 92 bool modified = !to_kill.empty(); in Process() 98 modified |= !inst->dbg_line_insts().empty(); in Process() 102 if (!get_module()->trailing_dbg_line_info().empty()) { in Process()
|