/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 242 // 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 D | js-create-lowering.cc | 1362 // 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 D | verifier.cc | 560 // 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 D | liftoff-assembler.h | 454 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 D | vktDeviceObjectReservationTests.cpp | 1392 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 D | vktUniformBlockCase.cpp | 2207 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 D | vktWsiSurfaceTests.cpp | 1343 (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 D | es2cTexture3DTests.cpp | 1654 if (supportedFormats.empty()) in iterate() 1786 if (supportedFormats.empty()) in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 1666 while( !buffersToUnmap.empty() ) in allStages() 1696 while( !buffersToUnmap.empty() ) in allStages()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_extensions.cpp | 267 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 D | ClearTest.cpp | 44 if (!mFBOs.empty()) 49 if (!mTextures.empty())
|
/third_party/skia/src/core/ |
H A D | SkVM.h | 1035 // This nullptr isn't important except that it makes args[] non-empty if you pass none. in abs() 1044 bool empty() const;
|
H A D | SkCanvas.cpp | 716 // 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 D | folding_rules.cpp | 1492 // 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 D | folding_rules.cpp | 1492 // 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 D | validate_extensions.cpp | 267 if (!exec_models || exec_models->empty()) { in ValidateClspvReflectionKernel() 3272 if (version_string.empty()) { in ValidateExtInst()
|
/third_party/skia/tests/ |
H A D | SkSLDSLTest.cpp | 1351 REPORTER_ASSERT(r, SkSL::ThreadContext::ProgramElements().empty()); 1362 REPORTER_ASSERT(r, SkSL::ThreadContext::ProgramElements().empty());
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLMetalCodeGenerator.cpp | 68 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 D | ConstantFolding.cpp | 656 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 D | APInt.cpp | 566 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 D | APInt.cpp | 494 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 D | AArch64FrameLowering.cpp | 62 // |.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 D | ARMLoadStoreOptimizer.cpp | 968 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 D | InstCombineAddSub.cpp | 590 if (!SimpVect.empty()) in simplifyFAdd() 602 assert(!Opnds.empty() && "Expect at least one addend"); in createNaryFAdd()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 104 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()
|