Home
last modified time | relevance | path

Searched refs:empty (Results 4601 - 4625 of 5188) sorted by relevance

1...<<181182183184185186187188189190>>...208

/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc242 // The export is serialized with the empty string as name; we need to in TakeSnapshot()
539 if (source_intervals_.empty()) { in ConstructSource()
637 while (!discovery_queue_.empty()) { in Discover()
2089 // Hack: treat the first empty-string-named export value as a return value in DeserializeExports()
/third_party/node/deps/v8/src/compiler/
H A Djs-create-lowering.cc1362 // Allocate an empty NameDictionary as backing store for the properties. in ReduceJSCreateObject()
1707 bool const empty = properties.IsSmi() || in TryAllocateFastLiteral() local
1712 if (!empty) return {}; in TryAllocateFastLiteral()
H A Dverifier.cc560 // Checks that the state input is empty for all but kInterpretedFunction in Check()
2009 while (!queue.empty()) { in Run()
2045 while (!queue.empty()) { in Run()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h454 DCHECK(!cache_state_.stack_state.empty());
509 return cache_state_.stack_state.empty() in TopSpillOffset()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp1392 objectInfo.pPipelinePoolSizes = poolSizes.empty() ? DE_NULL : poolSizes.data();
1820 objectInfo.pPipelinePoolSizes = poolSizes.empty() ? DE_NULL : poolSizes.data();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp2207 DE_ASSERT(!m_vertShaderSource.empty()); in initPrograms()
2208 DE_ASSERT(!m_fragShaderSource.empty()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp1343 (deviceExtensions.empty() ? DE_NULL : &deviceExtensions[0]), //ppEnabledExtensionNames;
1453 (deviceExtensions.empty() ? DE_NULL : &deviceExtensions[0]), //ppEnabledExtensionNames;
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp1654 if (supportedFormats.empty()) in iterate()
1786 if (supportedFormats.empty()) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp1666 while( !buffersToUnmap.empty() ) in allStages()
1696 while( !buffersToUnmap.empty() ) in allStages()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_extensions.cpp267 if (!exec_models || exec_models->empty()) { in ValidateClspvReflectionKernel()
3272 if (version_string.empty()) { in ValidateExtInst()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DClearTest.cpp44 if (!mFBOs.empty())
49 if (!mTextures.empty())
/third_party/skia/src/core/
H A DSkVM.h1035 // This nullptr isn't important except that it makes args[] non-empty if you pass none. in abs()
1044 bool empty() const;
H A DSkCanvas.cpp716 // Returns an empty rect if the layer wouldn't draw anything after filtering.
1060 // coordinate system, in which case we mark the current top device as empty so that nothing in internalSaveLayer()
1117 // not much we can do but clean up the layer and mark the clip as empty. This tends to come in internalSaveLayer()
1196 SkASSERT(!fMCStack.empty()); in internalRestore()
1459 // - Remember the save count that added the clip restriction and reset the rect to empty when in androidFramework_setDeviceClipRestriction()
1465 // - Historically, the empty rect would reset the clip restriction but it only could do so in androidFramework_setDeviceClipRestriction()
1467 // automatically via SkCanvas::restore(), so empty input rects are skipped. in androidFramework_setDeviceClipRestriction()
1476 // A non-empty clip restriction immediately applies an intersection op (ignoring the ctm). in androidFramework_setDeviceClipRestriction()
1562 // we occlude everything, so set the clip to empty
1837 // Returns true if the rect can be "filled" : non-empty an
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfolding_rules.cpp1492 // the result of |inst|. Returns the empty vector if |result_index| is
1556 if (operands.empty()) {
1987 assert(!components.empty());
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfolding_rules.cpp1492 // the result of |inst|. Returns the empty vector if |result_index| is
1556 if (operands.empty()) {
1987 assert(!components.empty());
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_extensions.cpp267 if (!exec_models || exec_models->empty()) { in ValidateClspvReflectionKernel()
3272 if (version_string.empty()) { in ValidateExtInst()
/third_party/skia/tests/
H A DSkSLDSLTest.cpp1351 REPORTER_ASSERT(r, SkSL::ThreadContext::ProgramElements().empty());
1362 REPORTER_ASSERT(r, SkSL::ThreadContext::ProgramElements().empty());
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp68 if (s.empty()) { in write()
809 // - For an empty input (0/~0 depending on sign), findMSB gives -1; clz is numbits(type) in writeIntrinsicCall()
1867 if (fProgram.fInputs.fUseFlipRTUniform && fInterfaceBlockNameMap.empty()) { in writeFunctionDeclaration()
2136 // Write scope markers if this block is a scope, or if the block is empty (since we need to emit in writeBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DConstantFolding.cpp656 if (getConstantStringInfo(CE, Str) && !Str.empty()) { in ConstantFoldLoadFromConstPtr()
927 if (!NewIdxs.empty()) in SymbolicallyEvaluateGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp566 assert(!str.empty() && "Invalid string length");
2048 assert(!str.empty() && "Invalid string length");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp494 assert(!str.empty() && "Invalid string length");
2119 assert(!str.empty() && "Invalid string length");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp62 // |.empty.space.to.make.part.below....|
82 // assuming all of the frame areas are non-empty.
84 // For most functions, some of the frame areas are empty. For those functions,
360 if (CSI.empty())
1940 if (CSI.empty()) in computeCalleeSaveRegisterPairs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp968 assert(ImpDefs.empty()); in MergeOpsUpdate()
1934 if (MBB.empty()) return false;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp590 if (!SimpVect.empty()) in simplifyFAdd()
602 assert(!Opnds.empty() && "Expect at least one addend"); in createNaryFAdd()
/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc104 if (!debug_string.empty() && debug_string[debug_string.size() - 1] == ' ') { in ShortDebugString()
570 // "foo: []" is treated as empty. in ConsumeField()
2502 if (!value.empty() && recursion_budget > 0 && in PrintUnknownFields()

Completed in 80 milliseconds

1...<<181182183184185186187188189190>>...208