Home
last modified time | relevance | path

Searched refs:empty (Results 1226 - 1250 of 4780) sorted by relevance

1...<<41424344454647484950>>...192

/third_party/gn/src/gn/
H A Dinput_conversion.cc85 // 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 Dmetadata_unittest.cc12 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 Dspirv-remap.cpp136 // 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 Dlocalebuilder.cpp74 if (input.empty()) { in setField()
115 if (variant.empty()) { in setVariant()
245 if (!value.empty()) { in setExtension()
256 (!type.empty() && in setUnicodeLocaleKeyword()
H A Duvector.cpp371 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 Dinput_adapters.hpp167 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 Dmemory.cpp99 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 Dinspector_io.cc32 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 Dlocalebuilder.cpp74 if (input.empty()) { in setField()
115 if (variant.empty()) { in setVariant()
245 if (!value.empty()) { in setExtension()
256 (!type.empty() && in setUnicodeLocaleKeyword()
H A Duvector.cpp371 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 Dstore-store-elimination.cc69 // 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 Dmemory-optimizer.cc105 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 Dfree-list.h165 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 DQueryGL.cpp79 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 DCLContextCL.cpp115 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 DEHStreamer.cpp383 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 DPostRASchedulerList.cpp548 // 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 DSjLjEHPrepare.cpp139 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 DCodeViewRecordIO.cpp27 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 DTypeIndexDiscovery.cpp72 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 Dformat.cc114 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 DGrResourceAllocator.cpp41 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 DAtlasPathRenderer.cpp190 // 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 Dfuzzer_pass_obfuscate_constants.cpp278 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 Dconstants.cpp257 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()

Completed in 21 milliseconds

1...<<41424344454647484950>>...192