Home
last modified time | relevance | path

Searched refs:empty (Results 2576 - 2600 of 4780) sorted by relevance

1...<<101102103104105106107108109110>>...192

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_set.h65 // slots (open, deleted, and empty) within the hash set.
172 // Returns the number of element slots (assigned, deleted, and empty)
179 // flat_hash_set::empty()
181 // Returns whether or not the `flat_hash_set` is empty.
182 using Base::empty;
322 // empty node handle.
H A Dnode_hash_set.h66 // slots (open, deleted, and empty) within the hash set.
166 // Returns the number of element slots (assigned, deleted, and empty)
173 // node_hash_set::empty()
175 // Returns whether or not the `node_hash_set` is empty.
176 using Base::empty;
312 // empty node handle.
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dseed_material.cc210 if (values.empty()) { in ReadSeedMaterialFromOSEntropy()
/third_party/skia/modules/sksg/src/
H A DSkSGGeometryEffect.cpp98 if (intervals.empty()) { in make_dash()
/third_party/skia/modules/canvaskit/
H A Dparticles_bindings.cpp38 if (assets.empty()) { in Make()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DPuckerBloat.cpp105 const auto conic_start = cubics.empty() ? contour_start
/third_party/skia/modules/svg/src/
H A DSkSVGFe.cpp63 if (inputs.empty() || AnyIsStandardInput(fctx, inputs)) { in resolveFilterSubregion()
/third_party/rust/crates/syn/benches/
H A Drust.rs82 let source_map = Lrc::new(SourceMap::new(FilePathMapping::empty())); in bench()
/third_party/rust/crates/syn/tests/
H A Dtest_round_trip.rs93 let file_path_mapping = FilePathMapping::empty(); in test()
/third_party/rust/crates/regex/src/
H A Dre_set.rs131 /// Create a new empty regex set.
137 /// let set = RegexSet::empty();
140 pub fn empty() -> RegexSet { in empty() functions
/third_party/rust/crates/rustix/tests/fs/
H A Dreaddir.rs151 rustix::fs::Mode::empty(), in dir_from_openat()
/third_party/rust/crates/rustix/tests/net/
H A Dunix.rs69 unlinkat(cwd(), path, AtFlags::empty()).unwrap();
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_function_calls.cpp74 while (!candidate_functions.empty()) { in Apply()
H A Dfuzzer_pass_apply_id_synonyms.cpp101 while (!synonyms_to_try.empty()) { in Apply()
H A Dfuzzer_pass_outline_functions.cpp75 if (candidate_exit_blocks.empty()) { in Apply()
H A Dtransformation_add_opphi_synonym.cpp55 if (predecessors.empty()) { in IsApplicable()
/third_party/spirv-tools/source/lint/
H A Dlint_divergent_derivatives.cpp41 if (names.empty()) { in GetFriendlyName()
/third_party/spirv-tools/test/fuzz/
H A Dequivalence_relation_test.cpp49 ASSERT_TRUE(relation.GetAllKnownValues().empty()); in TEST()
/third_party/spirv-tools/test/opt/
H A Dassembly_builder.h74 // module contains an empty main function and some predefined names for the
211 if (!name.empty()) { in AddNamesForResultIDsIn()
229 // ID, returns an empty string.
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fStringQueryTests.cpp223 if (!extensions.empty()) in init()
/third_party/vk-gl-cts/framework/common/
H A DtcuTestCase.cpp102 if (!m_children.empty()) in addChild()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeStringUtil.cpp82 if (str.empty()) in capitalize()
/third_party/gn/src/base/files/
H A Dfile_util_win.cc63 for (FilePath current = traversal.Next(); !current.empty(); in DeleteFileRecursive()
102 if (path.empty()) in DoDeleteFile()
442 // The last string is empty. in DevicePathToDriveLetterPath()
490 // not map an empty file, this call fails in that case. in NormalizeToNativeFilePath()
/third_party/gn/src/gn/
H A Dcompile_commands_writer.cc325 if (legacy_target_filters && legacy_target_filters->empty()) { in CollectTargets()
378 while (!frontier.empty()) { in CollectDepsOfMatches()
/third_party/glslang/SPIRV/
H A DspvIR.h232 assert(localVariables.empty()); in rewriteAsCanonicalUnreachableMerge()
244 assert(localVariables.empty()); in rewriteAsCanonicalUnreachableContinue()

Completed in 14 milliseconds

1...<<101102103104105106107108109110>>...192