/third_party/python/Lib/ |
H A D | dis.py | 202 lines.append("Stack size: %s" % co.co_stacksize) 503 for name, size in _cache_format[opname[deop]].items(): 504 for i in range(size): 510 data = code[offset: offset + 2 * size]
|
/third_party/python/Lib/test/ |
H A D | mapping_tests.py | 506 size = 2**log2size 509 for i in range(size): 515 for i in range(size): 602 self.fail("changing dict size during iteration doesn't raise Error")
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_subprocess.py | 295 size = (limit * 2 + 1) 300 'sys.stdout.write("x" * %s)' % size, 333 self.assertEqual(stdout, b'x' * size)
|
/third_party/python/Lib/asyncio/ |
H A D | proactor_events.py | 175 size = self._pending_write 177 size += len(self._buffer) 178 return size 394 # Now that we've reduced the buffer size, tell the
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghashp8-ppc.pl | 209 .size .gcm_init_p8,.-.gcm_init_p8 261 .size .gcm_gmult_p8,.-.gcm_gmult_p8 655 .size .gcm_ghash_p8,.-.gcm_ghash_p8
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 148 const auto dataSize = static_cast<VkDeviceSize>(kVertices.size() * sizeof(decltype(kVertices)::value_type)); in InvertedDepthRangesTestInstance() 386 DE_ASSERT(depthValues.size() == kVertices.size()); in generateReferenceImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktSampleVerifier.cpp | 241 const int size = m_levels[level].getSize()[compNdx]; in fetchTexel() local 243 coord[compNdx] = wrapTexelCoord(coord[compNdx], size, wrappingModes[compNdx]); in fetchTexel() 794 m_imParams.size,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoCapabilitiesTests.cpp | 121 if (queueFamilyPropertiesCount != queueFamilyProperties2.size()) in iterate() 323 if (videoFormatPropertiesCount != videoFormatProperties.size()) in iterate() 336 if (videoFormatProperties.size() != 1) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiImageCompressionControlTests.cpp | 380 vkd, device, requirements.size, exportedMemoryTypeIndex, in ahbImageCreateTest() 566 extensionsChar.reserve(extensions.size()); in createDeviceWithWsi() 577 static_cast<deUint32>(extensionsChar.size()), // enabledExtensionCount in createDeviceWithWsi()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawInvertedDepthRangesTests.cpp | 148 const auto dataSize = static_cast<VkDeviceSize>(kVertices.size() * sizeof(decltype(kVertices)::value_type)); in InvertedDepthRangesTestInstance() 386 DE_ASSERT(depthValues.size() == kVertices.size()); in generateReferenceImage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Program.h | 502 GLint *size, 518 GLint *size, 649 GLsizei *size,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DisplayWGL.cpp | 43 size_t size = FormatMessageA( in GetErrorMessage() local 46 std::string message(messageBuffer, size); in GetErrorMessage() 47 if (size == 0) in GetErrorMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 567 for (unsigned i = 0, e = PHIs.size(); i != e; ++i) { in replacePHIInstrs() 587 for (unsigned i = 0, e = PHIs.size(); i != e; ++i) { in rewritePHIOperands() 841 for (unsigned i = 0, e = IfConv.PHIs.size(); i != e; ++i) { in shouldConvertIf()
|
H A D | MachineCSE.cpp | 321 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) in hasLivePhysRegDefUses() 344 for (unsigned i = 0, e = PhysDefs.size(); i != e; ++i) { in PhysRegDefsReach() 751 OpenChildren[Node] = Children.size(); in PerformCSE()
|
H A D | RegisterScavenging.cpp | 464 // Find an available scavenging slot with size and alignment matching 471 unsigned SI = Scavenged.size(), Diff = std::numeric_limits<unsigned>::max(); 473 for (unsigned I = 0; I < Scavenged.size(); ++I) { 484 // Avoid wasting slots with large size and/or large alignment. Pick one 497 if (SI == Scavenged.size()) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCContext.cpp | 195 NewName.resize(Name.size()); in createSymbol() 590 (Twine(Entry.second) + Path.substr(Entry.first.size())).str(); in RemapDebugPaths() 667 if (FileNumber >= LineTable.getMCDwarfFiles().size()) in isValidDwarfFileNumber()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampSamplingTexture.cpp | 253 glw::GLuint size = m_test_configuration.get_width() * m_test_configuration.get_height() * in setInitData() local 256 for (glw::GLuint i = 0; i < size; ++i) in setInitData() 304 sizeof(compressed_image_data_2D), /* image size */ in createTextures() 348 sizeof(compressed_image_data_2D_array), /* image size */ in createTextures() 998 for (glw::GLuint j = 0; j < borderPoints.size(); ++j) in checkNearest()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSampleVariablesTests.cpp | 469 for (unsigned int i = 0; i < data.size(); i += 4) in iterate() 479 for (unsigned int i = 0; i < data.size(); i += 4) in iterate() 800 if ((GLint)uniquePixels.size() != m_samples) in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilitySampleVariablesTests.cpp | 467 for (unsigned int i = 0; i < data.size(); i += 4) in iterate() 477 for (unsigned int i = 0; i < data.size(); i += 4) in iterate() 801 if ((GLint)uniquePixels.size() != m_samples) in iterate()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | ir_loader_test.cpp | 245 for (uint32_t i = 0; i < check.line_numbers.size(); ++i) { in TEST() 283 SPV_ENV_UNIVERSAL_1_5, nullptr, binary.data(), binary.size(), false); in TEST() 331 BuildModule(SPV_ENV_UNIVERSAL_1_5, nullptr, binary.data(), binary.size()); in TEST()
|
H A D | scalar_analysis.cpp | 1036 EXPECT_EQ(loads.size(), 3u); in TEST_F() 1037 EXPECT_EQ(stores.size(), 2u); in TEST_F() 1202 EXPECT_EQ(phis.size(), 2u); in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | InstancingTest.cpp | 117 // The window is divided into kMaxDrawn slices of size kDrawSize. in runTest() 736 glBufferData(GL_ARRAY_BUFFER, vertices.size() * 4u, vertices.data(), GL_DYNAMIC_DRAW); 754 glBufferData(GL_ARRAY_BUFFER, floatColors.size() * 4u, floatColors.data(), GL_DYNAMIC_DRAW); 772 glDrawElementsInstanced(GL_POINTS, indices.size(), GL_UNSIGNED_INT, indices.data(),
|
/third_party/skia/src/core/ |
H A D | SkVMBlitter.cpp | 603 SkDEBUGCODE(size_t prev = fUniforms.buf.size();) in buildProgram() 607 SkASSERTF(fUniforms.buf.size() == prev, in buildProgram() 608 "%zu, prev was %zu", fUniforms.buf.size(), prev); in buildProgram()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMorphologyImageFilter.cpp | 462 GrImageInfo info(colorType, kPremul_SkAlphaType, colorSpace, rect.size()); in apply_morphology() 486 GrImageInfo info(colorType, kPremul_SkAlphaType, colorSpace, rect.size()); in apply_morphology() 693 SkImageInfo info = SkImageInfo::Make(bounds.size(), inputBM.colorType(), inputBM.alphaType()); in onFilterImage()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Context.cpp | 227 VkDeviceSize size = vertexInput.buffer ? vertexInput.buffer->getSize() : 0; in bindVertexInputs() local 228 attrib.robustnessSize = (size > offset) ? size - offset : 0; in bindVertexInputs() 398 // The sample count affects the batch size, so it needs initialization even if rasterization is disabled. in GraphicsState() 399 // TODO(b/147812380): Eliminate the dependency between multisampling and batch size. in GraphicsState()
|