/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerMutate.cpp | 82 if (Other.empty()) in Mutate_CustomCrossOver() 268 if (D.empty()) return 0; in AddWordFromDictionary() 406 if (O.empty()) return 0; 424 assert(NewSize > 0 && "CrossOver returned empty unit"); 451 if (V.empty()) return; 465 if (!CurrentDictionaryEntrySequence.empty()) {
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_to_cssa.cpp | 134 if (set.empty()) in collect_parallelcopies() 305 while (!dom.empty() && !dominates(ctx, dom.back(), current)) in try_merge_merge_set() 308 if (!dom.empty() && interference(ctx, current, dom.back())) in try_merge_merge_set() 444 if (ctx.parallelcopies[i].empty()) in emit_parallelcopies() 522 assert(renames.empty()); in emit_parallelcopies()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_reader.cc | 225 const char* const encoding = encoding_.empty() ? "UTF-8" : encoding_.c_str(); in OpenEntry() 283 DCHECK(!in.empty()); in Normalize() 287 DCHECK(!part.empty()); in Normalize() 291 if (!normalized_path.empty()) in Normalize() 320 if (entry_.is_directory && !normalized_path.empty()) { in Normalize() 599 // Just log a warning if the file is not empty. in PrepareOutput() 603 << " is not empty: Its length is " << length << " bytes"; in PrepareOutput() 663 << " is not empty: Its length is " << length << " bytes"; in PrepareOutput()
|
/third_party/node/deps/zlib/google/ |
H A D | zip_reader.cc | 225 const char* const encoding = encoding_.empty() ? "UTF-8" : encoding_.c_str(); in OpenEntry() 289 DCHECK(!in.empty()); in Normalize() 293 DCHECK(!part.empty()); in Normalize() 297 if (!normalized_path.empty()) in Normalize() 326 if (entry_.is_directory && !normalized_path.empty()) { in Normalize() 641 // Just log a warning if the file is not empty. in PrepareOutput() 645 << " is not empty: Its length is " << length << " bytes"; in PrepareOutput() 705 << " is not empty: Its length is " << length << " bytes"; in PrepareOutput()
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
H A D | lazy-compile-dispatcher.cc | 415 if (pending_background_jobs_.empty()) break; in DoBackgroundWork() 460 if (jobs_to_dispose_.empty()) break; in DoBackgroundWork() 463 if (jobs_to_dispose_.empty()) { in DoBackgroundWork() 477 if (finalizable_jobs_.empty()) return nullptr; in PopSingleFinalizeJob() 587 pending_jobs + running_jobs + (jobs_to_dispose_.empty() ? 0 : 1)); in VerifyBackgroundTaskCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 183 else if (segmentsB.empty() || de::abs(seg.length - segmentsB[0].length) < epsilon) in verifyFractionalSpacingSingle() 198 if (!segmentsA.empty() && !segmentsB.empty()) in verifyFractionalSpacingSingle() 206 if (segmentsA.empty() || segmentsB.empty()) // All segments have same length. This is ok. in verifyFractionalSpacingSingle()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | blocklayout.cpp | 309 if (!arraySizes.empty()) in getBlockLayoutInfo() 316 else if (!arraySizes.empty()) in getBlockLayoutInfo() 339 if (!arraySizes.empty()) in advanceOffset() 417 if (!namePrefix.empty()) in VariableNameVisitor() 422 if (!mappedNamePrefix.empty()) in VariableNameVisitor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 92 if (!LI.hasSubRanges() && !LI.empty()) { in calculate() 111 // We may have created empty live ranges for partially undefined uses, we in calculate() 134 assert(MainRange.segments.empty() && MainRange.valnos.empty() && in constructMainRangeFromSubranges() 135 "Expect empty main liverange"); in constructMainRangeFromSubranges() 425 if (!Undefs.empty() && FoundUndef) in findReachingDefs() 469 if (!Undefs.empty() && in findReachingDefs()
|
H A D | StackMaps.cpp | 326 // where we have to insert either the tombstone or the empty in recordStackMapOpers() 333 "empty and tombstone keys should fit in 32 bits!"); in recordStackMapOpers() 551 assert((!CSInfos.empty() || ConstPool.empty()) && in serializeToStackMapSection() 552 "Expected empty constant pool too!"); in serializeToStackMapSection() 553 assert((!CSInfos.empty() || FnInfos.empty()) && in serializeToStackMapSection() 554 "Expected empty function record too!"); in serializeToStackMapSection() 555 if (CSInfos.empty()) in serializeToStackMapSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Type.cpp | 382 if (Elements.empty()) { in setBody() 403 if (Name.empty()) { in setName() 443 if (!Name.empty()) in create() 469 assert(!Elements.empty() && in create() 470 "This method may not be invoked with an empty list"); in create() 475 assert(!Elements.empty() && in create() 476 "This method may not be invoked with an empty list"); in create()
|
/third_party/skia/src/core/ |
H A D | SkDevice.cpp | 453 if (run.scaledRotations().empty()) { in simplifyGlyphRunRSXFormAndRedraw() 500 SkASSERT(!fClipStack.empty()); in onSave() 505 SkASSERT(!fClipStack.empty()); in onRestore() 510 SkASSERT(!fClipStack.empty()); in onRestore() 515 SkASSERT(!fClipStack.empty()); in writableClip()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text.cpp | 58 // If the string was empty, then the ID also is not valid. in spvIsValidID() 434 if (pExpectedOperands->empty()) { in spvTextEncodeOperand() 568 if (opcodeEntry->hasResult && result_id.empty()) { in spvTextEncodeOpcode() 573 if (!opcodeEntry->hasResult && !result_id.empty()) { in spvTextEncodeOpcode() 596 while (!expectedOperands.empty()) { in spvTextEncodeOpcode() 603 if (type == SPV_OPERAND_TYPE_RESULT_ID && !result_id.empty()) { in spvTextEncodeOpcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text.cpp | 58 // If the string was empty, then the ID also is not valid. in spvIsValidID() 434 if (pExpectedOperands->empty()) { in spvTextEncodeOperand() 568 if (opcodeEntry->hasResult && result_id.empty()) { in spvTextEncodeOpcode() 573 if (!opcodeEntry->hasResult && !result_id.empty()) { in spvTextEncodeOpcode() 596 while (!expectedOperands.empty()) { in spvTextEncodeOpcode() 603 if (type == SPV_OPERAND_TYPE_RESULT_ID && !result_id.empty()) { in spvTextEncodeOpcode()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/ |
H A D | glyph_table.cc | 129 if (glyph_builders_.empty()) in SubDataSizeToSerialize() 146 return !glyph_builders_.empty(); in SubReadyToSerialize() 163 if (loca_.empty()) { in Initialize() 183 if (glyph_builders_.empty()) { in GetGlyphBuilders() 184 if (InternalReadData() && loca_.empty()) { in GetGlyphBuilders()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringRef.h | 73 /// Construct an empty string ref. 127 /// empty - Check if the string is empty. 130 bool empty() const { return Length == 0; } in empty() function in llvm::StringRef 140 assert(!empty()); in front() 147 assert(!empty()); in back() 155 if (empty()) in copy() 320 while (!S.empty()) { 491 /// erroneous if empty or if it overflows T. 523 /// erroneous if empty o [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceOperand.cpp | 111 if (!Range.empty()) { in addSegment() 128 // Neither range should be empty, but let's be graceful. in endsBefore() 129 if (Range.empty() || Other.Range.empty()) in endsBefore() 303 Definitions.empty() ? FirstOrSingleDefinition : Definitions.back(); in markDef() 627 if (!EmitString.empty()) { in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 95 /// Construct an empty string ref. 145 /// empty - Check if the string is empty. 147 bool empty() const { return Length == 0; } in empty() function in llvm::StringRef 156 assert(!empty()); in front() 163 assert(!empty()); in back() 171 if (empty()) in copy() 330 while (!S.empty()) { 496 /// erroneous if empty or if it overflows T. 528 /// erroneous if empty o [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | CGSCCPassManager.h | 585 assert(CallHandles.empty() && "Must start with a clear set of handles."); in run() 631 assert(C->begin() != C->end() && "Cannot have an empty SCC!"); in run() 770 assert(RCWorklist.empty() && in run() 771 "Should always start with an empty RefSCC worklist"); in run() 792 assert(CWorklist.empty() && in run() 793 "Should always start with an empty SCC worklist"); in run() 850 assert(C->begin() != C->end() && "Cannot have an empty SCC!"); in run() 881 assert(C->begin() != C->end() && "Cannot have an empty SCC!"); in run() 917 } while (!CWorklist.empty()); in run() 923 } while (!RCWorklist.empty()); in run() [all...] |
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_helpers.cc | 124 if (annotation_file.empty()) { in PrintGeneratedAnnotation() 159 GOOGLE_CHECK(!input.empty()); in UnderscoresToCamelCase() 250 if (!file->package().empty()) { in FileJavaPackage() 251 if (!result.empty()) result += '.'; in FileJavaPackage() 265 if (!package_dir.empty()) package_dir += "/"; in JavaPackageToDir()
|
/third_party/spirv-tools/source/ |
H A D | text.cpp | 58 // If the string was empty, then the ID also is not valid. in spvIsValidID() 448 if (pExpectedOperands->empty()) { in spvTextEncodeOperand() 583 if (opcodeEntry->hasResult && result_id.empty()) { in spvTextEncodeOpcode() 588 if (!opcodeEntry->hasResult && !result_id.empty()) { in spvTextEncodeOpcode() 611 while (!expectedOperands.empty()) { in spvTextEncodeOpcode() 618 if (type == SPV_OPERAND_TYPE_RESULT_ID && !result_id.empty()) { in spvTextEncodeOpcode()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 183 else if (segmentsB.empty() || de::abs(seg.length - segmentsB[0].length) < epsilon) in verifyFractionalSpacingSingle() 198 if (!segmentsA.empty() && !segmentsB.empty()) in verifyFractionalSpacingSingle() 206 if (segmentsA.empty() || segmentsB.empty()) // All segments have same length. This is ok. in verifyFractionalSpacingSingle()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.cc | 186 if (vec.empty()) continue; // Avoid nullptr in {memcpy}. in ConcatenateBytes() 242 if (!name.empty()) { in DebugName() 246 } else if (name.empty()) { in DebugName() 285 if (!source_positions().empty()) { in LogCode() 427 if (!source_positions().empty()) { in Disassemble() 499 if (dead_code.empty()) return; in DecrementRefCount() 532 DCHECK(owned_code_space_.empty()); in Init() 646 // non-empty regions. 675 // There are no empty regions. in ~CheckWritableMemoryRegions() 723 Address hint = owned_code_space_.empty() in AllocateForCodeInRegion() [all...] |
/third_party/nghttp2/src/ |
H A D | h2load.cc | 155 bool Config::has_base_uri() const { return (!this->base_uri.empty()); } in has_base_uri() 159 return !npn_list.empty() && in is_quic() 1149 if (!selected_proto.empty()) { in connection_made() 1725 if (samples.empty()) { in compute_time_stat() 1854 config.connect_to_host.empty() ? config.host : config.connect_to_host; in resolve_host() 1992 if (script_line.empty()) { in read_script_from_file() 2652 if (p.first.empty() || in main() 2653 (!p.second.empty() && (port = util::parse_uint(p.second)) == -1)) { in main() 2716 if (config.ifile.empty()) { in main() 2728 if (config.npn_list.empty()) { in main() [all...] |
/third_party/gn/src/gn/ |
H A D | command_args.cc | 54 // Degenerate case of an empty line. Below we'll try to return the in BackUpToLineBegin() 80 if (!line_stripped.empty() && line_stripped[0] == ' ') in StripHashFromLine() 131 if (!comment.empty()) in PrintDefaultValueInfo() 202 if (!comment.empty() && !short_only) in BuildArgJson() 216 if (!list_value.empty()) { in ListArgs() 424 given build directory doesn't exist, it will be created and an empty args
|
H A D | command_refs.cc | 374 if (!line.empty()) 422 if (!quiet && config_matches.empty() && explicit_target_matches.empty() && 423 target_matches.empty()) {
|