/third_party/gn/src/gn/ |
H A D | input_conversion.cc | 85 // we made, rather than the result of running the block (which will be empty). in ParseValueOrScope() 98 // Trim one empty line from the end since the last line might end in a in ParseList() 101 if (!as_lines.empty() && as_lines[as_lines.size() - 1].empty()) in ParseList() 209 if (input_conversion.empty()) in DoConvertInputToValue() 311 Note that if the input is empty, the result will be a null value which
|
H A D | metadata_unittest.cc | 12 ASSERT_TRUE(metadata.contents().empty()); in TEST() 182 EXPECT_TRUE(results.empty()); in TEST() 204 EXPECT_TRUE(results.empty()); in TEST() 232 EXPECT_TRUE(results.empty()); in TEST()
|
/third_party/glslang/StandAlone/ |
H A D | spirv-remap.cpp | 136 // Ignore empty lines and lines starting with the comment marker '#'. in read() 147 if (outFile.empty()) in write() 204 if (!whiteListFile.empty()) in execute() 259 while (!path.empty() && path.back() == path_sep_char()) in parseCmdLine() 402 if (outputDirOrFiles.empty()) in main()
|
/third_party/icu/icu4c/source/common/ |
H A D | localebuilder.cpp | 74 if (input.empty()) { in setField() 115 if (variant.empty()) { in setVariant() 245 if (!value.empty()) { in setExtension() 256 (!type.empty() && in setUnicodeLocaleKeyword()
|
H A D | uvector.cpp | 371 UElement empty; in setSize() local 372 empty.pointer = nullptr; in setSize() 373 empty.integer = 0; in setSize() 375 elements[i] = empty; in setSize()
|
/third_party/json/include/nlohmann/detail/input/ |
H A D | input_adapters.hpp | 167 bool empty() const in empty() function in detail::iterator_input_adapter 188 if (JSON_HEDLEY_UNLIKELY(input.empty())) in fill_buffer() 246 if (JSON_HEDLEY_UNLIKELY(input.empty())) in fill_buffer() 277 if (JSON_HEDLEY_UNLIKELY(!input.empty())) in fill_buffer()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | memory.cpp | 99 data_ptr = !data.empty() ? data.data() : host_ptr(); in resource_in() 114 auto r = (!resources.empty() ? in resource() 185 const void *data_ptr = !data.empty() ? data.data() : NULL; in resource_in() 199 auto r = (!resources.empty() ? in resource()
|
/third_party/node/src/ |
H A D | inspector_io.cc | 32 if (!script_name.empty()) { in ScriptPath() 115 bool notify = messages_.empty(); in Post() 125 if (messages_.empty()) { in Wait() 364 return script_name_.empty() ? GetHumanReadableProcessName() : script_name_; in GetTargetTitle()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | localebuilder.cpp | 74 if (input.empty()) { in setField() 115 if (variant.empty()) { in setVariant() 245 if (!value.empty()) { in setExtension() 256 (!type.empty() && in setUnicodeLocaleKeyword()
|
H A D | uvector.cpp | 371 UElement empty; in setSize() local 372 empty.pointer = nullptr; in setSize() 373 empty.integer = 0; in setSize() 375 elements[i] = empty; in setSize()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | store-store-elimination.cc | 69 // UnobservableStores, or the "unvisited empty set". 96 // Create a new empty UnobservablesSet. This allocates in the zone, and 108 // empty, will return empty. 110 const UnobservablesSet& empty, Zone* zone) const; 199 // amount of empty sets. 279 while (!revisit_.empty()) { in Find() 388 TRACE(" #%d:%s might observe anything, recording empty set", in RecomputeSet() 461 // Everything is observable after these opcodes; return the empty set. in RecomputeUseIntersection() 496 // Break fast for the empty se in RecomputeUseIntersection() 520 Intersect(const UnobservablesSet& other, const UnobservablesSet& empty, Zone* zone) const Intersect() argument [all...] |
H A D | memory-optimizer.cc | 105 while (!queue.empty()) { in SearchAllocatingNode() 198 while (!tokens_.empty()) { in Optimize() 203 DCHECK(pending_.empty()); in Optimize() 204 DCHECK(tokens_.empty()); in Optimize() 424 // If the loop can allocate, we start with an empty state at the in EnqueueMerge()
|
/third_party/node/deps/v8/src/heap/ |
H A D | free-list.h | 165 bool empty = true; in IsEmpty() local 166 ForAllFreeListCategories([&empty](FreeListCategory* category) { in IsEmpty() 167 if (!category->is_empty()) empty = false; in IsEmpty() 169 return empty; in IsEmpty() 228 // Returns nullptr if the category is empty or the top entry is smaller 352 // Same as FreeListMany but uses a cache to know which categories are empty. 354 // each category c, next_nonempty_category[c] contains the first non-empty
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | QueryGL.cpp | 79 while (!mPendingQueries.empty()) in ~StandardQueryGL() 118 ASSERT(mPendingQueries.empty()); in getResultBase() 149 *available = mPendingQueries.empty(); in isResultAvailable() 194 while (!mPendingQueries.empty()) in flush()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLContextCL.cpp | 115 if (buffer.getProperties().empty()) in createBuffer() 148 if (image.getProperties().empty()) in createImage() 230 else if (!sampler.getProperties().empty()) in createSampler() 324 !nativeDevices.empty() ? nativeDevices.data() : nullptr; in linkProgram()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.cpp | 383 bool HaveTTData = !TypeInfos.empty() || !FilterIds.empty(); in emitExceptionTable() 622 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos() 638 if (VerboseAsm && !FilterIds.empty()) { in emitTypeInfos()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | PostRASchedulerList.cpp | 548 // While Available queue is not empty, grab the node with the highest in ListScheduleTopDown() 552 while (!AvailableQueue.empty() || !PendingQueue.empty()) { in ListScheduleTopDown() 572 while (!AvailableQueue.empty()) { in ListScheduleTopDown() 615 if (!NotReady.empty()) { in ListScheduleTopDown()
|
H A D | SjLjEHPrepare.cpp | 139 while (!UseWorkList.empty()) { in substituteLPadValues() 292 while (!Users.empty()) { in lowerAcrossUnwindEdges() 339 if (PHIsToDemote.empty()) in lowerAcrossUnwindEdges() 376 if (Invokes.empty()) in setupEntryBlockAndCallSites()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.cpp | 27 assert(!Limits.empty() && "Not in a record!"); in endRecord() 61 assert(!Limits.empty() && "Not in a record!"); in maxFieldLength() 130 if (!TypeNameStr.empty()) in mapInteger() 265 while (!S.empty()) { in mapStringZVectorZ()
|
H A D | TypeIndexDiscovery.cpp | 72 while (!Content.empty()) { in handleMethodOverloadList() 212 while (!Content.empty()) { in handleFieldList() 253 if (!Content.empty()) { in handleFieldList() 466 if (Refs.empty()) in resolveTypeIndexReferences()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | format.cc | 114 if (!segments_.empty() && segments_.back().IsPadding()) { in AddPaddedSegment() 128 if (!segments_.empty()) { in AddSegment() 250 if (!segments_.empty() && segments_.back().IsPadding()) in AddSegmentsForType() 276 if (!segments_.empty() && segments_.back().IsPadding()) in AddSegmentsForType()
|
/third_party/skia/src/gpu/ |
H A D | GrResourceAllocator.cpp | 41 SkASSERT(fFailedInstantiation || fIntvlList.empty()); in ~GrResourceAllocator() 42 SkASSERT(fActiveIntvls.empty()); in ~GrResourceAllocator() 311 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire() 405 SkASSERT(fActiveIntvls.empty()); in reset()
|
/third_party/skia/src/gpu/ops/ |
H A D | AtlasPathRenderer.cpp | 190 // is_visible() should have guaranteed the path's bounds were non-empty. in addPathToAtlas() 219 if (fAtlasRenderTasks.empty() || in addPathToAtlas() 223 auto currentAtlasTask = (!fAtlasRenderTasks.empty()) ? fAtlasRenderTasks.back().get() in addPathToAtlas() 256 if (!fAtlasRenderTasks.empty()) { in onCanDrawPath() 292 // The path is empty or outside the clip. No mask is needed. in onDrawPath() 336 // The path is empty or outside the drawBounds. No mask is needed. in makeAtlasClipEffect() 392 if (fAtlasRenderTasks.empty()) { in preFlush()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_obfuscate_constants.cpp | 278 if (available_types_with_uniforms.empty()) { in ObfuscateBoolConstant() 297 assert(!available_constant_words.empty() && in ObfuscateBoolConstant() 350 if (uniform_descriptors.empty()) { in ObfuscateScalarConstant() 508 while (!constant_uses.empty()) { in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | constants.cpp | 257 if (components.empty()) return nullptr; in CreateConstant() 280 if (components.empty()) return nullptr; in CreateConstant() 284 if (components.empty()) return nullptr; in CreateConstant() 288 if (components.empty()) return nullptr; in CreateConstant()
|