Home
last modified time | relevance | path

Searched refs:empty (Results 2701 - 2725 of 4780) sorted by relevance

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

/third_party/spirv-tools/source/
H A Denum_set.h187 // Creates an empty set.
315 inline bool empty() const { return size_ == 0; } in empty() function in spvtools::EnumSet
321 // Note: If `in_set` is empty, this function returns true.
323 if (in_set.empty()) { in HasAnyOf()
389 // Set is empty, insert at 0. in FindBucketForValue()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_context.h49 // method, and which must be non-empty. Typically 'HasSizeMethod' will be an
74 if (array.empty()) { in Shuffle()
97 if (!sequence->empty()) { in Shuffle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseMultiSet.h203 // It's not hard to resize the universe on a non-empty set, but it doesn't in setUniverse()
205 assert(empty() && "Can only resize universe on an empty map"); in setUniverse()
324 /// Returns true if the set is empty.
326 /// This is not the same as BitVector::empty().
328 bool empty() const { return size() == 0; } in empty() function in llvm::SparseMultiSet
460 /// for (bool isBegin = B == I; !isBegin; /* empty */) {
483 for (iterator I = find(K); I != end(); /* empty */)
H A DStringExtras.h171 if (Input.empty()) in fromHex()
182 while (!Input.empty()) { in fromHex()
253 /// there are no tokens in the source string, an empty string is returned.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDDG.h128 assert(!InstList.empty() && "Instruction List is empty."); in getInstructions()
194 assert(!NodeList.empty() && "Node list is empty."); in getNodes()
H A DLoopAccessAnalysis.h382 bool empty() const { return Pointers.empty(); } in empty() function in llvm::RuntimePointerChecking
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h56 if (!BlockInfoRecords.empty() && BlockInfoRecords.back().BlockID == BlockID) in getBlockInfo()
500 if (BlockScope.empty()) return true; in ReadBlockEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h353 bool empty() const { return Nodes.empty(); } in empty() function in llvm::NodeSet
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.cc210 if (!labels_.empty()) { in GenerateTrivialSequence()
309 while (!labels_.empty()) { in BindAllPendingLabels()
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc347 if (!ret.empty()) { in RubifyConstant()
433 while (!package_name.empty()) { in GeneratePackageModules()
/third_party/protobuf/src/google/protobuf/
H A Dany.pb.cc116 if (!from._internal_type_url().empty()) { in Any()
121 if (!from._internal_value().empty()) { in Any()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc318 if (descriptor->default_value_string().empty()) in GetStringDefaultValueInternal()
327 if (descriptor->default_value_string().empty()) in GetBytesDefaultValueInternal()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dutility.cc265 if (!result.empty()) first_word = false; in ToCamelCase()
272 if (!result.empty() && is_cap && in ToCamelCase()
/third_party/python/Lib/test/
H A Dtest_linecache.py105 # Bad values for line number should return an empty string
112 # Bad filenames should return an empty string
124 empty = linecache.getlines('a/b/c/__init__.py')
125 self.assertEqual(empty, [])
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc194 if (alt && hex && !as_digits.without_neg_or_zero().empty()) { in BaseIndicator()
249 if (formatted.empty() || *formatted.begin() != '0') { in ConvertIntImplInnerSlow()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dzipf_distribution_test.cc166 if (!hnq_.empty()) { in Init()
237 if (points.empty() || points.back() < x.second) { in TEST_P()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Descaping_test.cc181 EXPECT_FALSE(error.empty()); in TEST()
611 EXPECT_TRUE(buf.empty()); in TestEscapeAndUnescape()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_reader_test.cc270 ASSERT_FALSE(chunk.empty()); in TEST()
273 ASSERT_TRUE(chunk.empty()) << chunk; in TEST()
/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp189 if (typefaces.empty()) {
240 if (typefaces.empty()) {
H A DTextLine.h97 bool empty() const { return fTextExcludingSpaces.empty(); } in empty() function in skia::textlayout::TextLine
H A DDecorations.cpp191 if (!intersections.empty() && (rect.fRight - start > halo)) { in calculateGaps()
195 if (intersections.empty()) { in calculateGaps()
/third_party/rust/crates/nix/src/sys/
H A Dstat.rs335 FchmodatFlags::FollowSymlink => AtFlags::empty(), in fchmodat()
452 UtimensatFlags::FollowSymlink => AtFlags::empty(), in utimensat()
/third_party/spirv-tools/source/opt/
H A Dconvert_to_sampled_image_pass.cpp270 if (uses_of_load.empty()) return nullptr; in UpdateImageUses()
347 if (image_variable_loads.empty()) return Status::SuccessWithoutChange; in UpdateImageVariableToSampledImage()
H A Dloop_fission.cpp245 if (!inst_set.empty()) sets.push_back(std::move(inst_set)); in GroupInstructionsByUseDef()
468 while (!inner_most_loops.empty()) { in Process()
H A Dmem_pass.cpp196 while (!deadInsts.empty()) {
438 while (!worklist.empty()) {

Completed in 24 milliseconds

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