Home
last modified time | relevance | path

Searched refs:empty (Results 326 - 350 of 4780) sorted by relevance

1...<<11121314151617181920>>...192

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallSet.h155 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 Dcommon.h66 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 Dmmap.rs14 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 Dxcode_object.cc38 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 Dcommand_outputs.cc96 if (target_matches.empty() && file_matches.empty()) { in RunOutputs()
110 if (targets.empty()) { in RunOutputs()
H A Dconfig_values.cc12 if (append_this.empty()) in VectorAppend()
48 if (!append.precompiled_header_.empty() && !precompiled_header_.empty()) in AppendValues()
/third_party/libabigail/tools/
H A Dabidiff.cc307 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 Dabg-tools-utils.cc361 /// 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 Drun-benchmarks.sh47 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 Dpbe_scrypt.c43 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 Dpbe_scrypt.c43 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 DParallelCG.cpp42 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 DTargetSelect.cpp44 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 Dstrip_debug_info_pass.cpp90 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 Dstrip_debug_info_pass.cpp90 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 DErrorData.cpp78 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 DLineTable.h167 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 DInstCombineWorklist.h36 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 Dtransform_test.cc31 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 Dcsharp_doc_comment.cc50 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 Dabsl_hardening_test.cc34 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 Ddiscrete_distribution.cc25 // 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 Dset.rs20 // 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 Dtest_nmount.rs23 .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 Dstrip_debug_info_pass.cpp92 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()

Completed in 12 milliseconds

1...<<11121314151617181920>>...192