Home
last modified time | relevance | path

Searched refs:empty (Results 1526 - 1550 of 4869) sorted by relevance

1...<<61626364656667686970>>...195

/third_party/gn/src/gn/
H A Dinvoke_python.cc28 if (!python_script_extra_args.empty()) { in InvokePython()
H A Dlib_file.h25 bool is_source_file() const { return name_.empty(); } in is_source_file()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-more-matchers.h66 // empty() and size() (e.g. std::vector or std::string), or a C-style string.
69 // Matches anything that defines empty() and size().
73 if (c.empty()) { in MatchAndExplain()
86 void DescribeTo(std::ostream* os) const { *os << "is empty"; } in DescribeTo()
88 void DescribeNegationTo(std::ostream* os) const { *os << "isn't empty"; } in DescribeNegationTo()
93 // Creates a polymorphic matcher that matches an empty container or C-style
94 // string. The container must support both size() and empty(), which all
/third_party/libabigail/tests/data/test-symtab/kernel-5.4/
H A DMakefile1 obj-m += empty.o
/third_party/libabigail/tests/data/test-symtab/kernel-5.6/
H A DMakefile1 obj-m += empty.o
/third_party/libabigail/tests/data/test-symtab/kernel-4.14/
H A DMakefile1 obj-m += empty.o
/third_party/libabigail/tests/data/test-symtab/kernel/
H A DMakefile1 obj-m += empty.o
/third_party/libabigail/tests/data/test-symtab/kernel-4.19/
H A DMakefile1 obj-m += empty.o
/third_party/json/include/nlohmann/detail/
H A Dstring_escape.hpp25 @pre The search string @a f must not be empty. **This precondition is
34 JSON_ASSERT(!f.empty()); in replace_substring()
/third_party/node/src/
H A Dinspector_profiler.cc198 DCHECK(!directory.empty());
204 DCHECK(!filename.empty());
217 // becomes available in the JS land). If it's empty, we don't have coverage
263 DCHECK(!directory.empty());
269 DCHECK(!filename.empty());
434 env->set_cpu_prof_dir(dir.empty() ? env->GetCwd() : dir);
435 if (env->options()->cpu_prof_name.empty()) {
449 env->set_heap_prof_dir(dir.empty() ? env->GetCwd() : dir);
450 if (env->options()->heap_prof_name.empty()) {
/third_party/ltp/tools/sparse/sparse-src/
H A Dchar.c80 sparse_error(token->pos, "empty character constant"); in get_char_constant()
/third_party/node/deps/v8/src/profiler/
H A Dstrings-storage.h53 // Returns true if the strings table is empty.
54 bool empty() const { return names_.occupancy() == 0; } in empty() function in v8::internal::StringsStorage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAllocationOrder.cpp42 if (!Hints.empty()) { in AllocationOrder()
H A DFuncletLayout.cpp49 if (FuncletMembership.empty()) in runOnMachineFunction()
/third_party/skia/src/gpu/
H A DGrWindowRectsState.h26 bool enabled() const { return Mode::kInclusive == fMode || !fWindows.empty(); } in enabled()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DObject.cpp96 ASSERT(Object::instances.empty()); // Check for GL object leak at termination in ~ObjectLeakCheck()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_copy_memory.cpp55 if (instructions.empty()) { in Apply()
H A Dfuzzer_pass_mutate_pointers.cpp53 if (available_pointers.empty()) { in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/pass_management/
H A Drepeated_pass_manager_random_with_recommendations.cpp49 if (recommended_passes_.empty() || GetFuzzerContext()->ChooseEven()) { in ChoosePass()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Doperand_to_const_reduction_opportunity_finder.cpp27 assert(result.empty()); in GetAvailableOpportunities()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_add_copy_memory.cpp55 if (instructions.empty()) { in Apply()
H A Dfuzzer_pass_mutate_pointers.cpp53 if (available_pointers.empty()) { in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/
H A Drepeated_pass_manager_random_with_recommendations.cpp49 if (recommended_passes_.empty() || GetFuzzerContext()->ChooseEven()) { in ChoosePass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Doperand_to_const_reduction_opportunity_finder.cpp27 assert(result.empty()); in GetAvailableOpportunities()
/third_party/skia/src/sksl/dsl/
H A DDSLBlock.cpp30 if (!fStatements.empty()) { in ~DSLBlock()

Completed in 9 milliseconds

1...<<61626364656667686970>>...195