Home
last modified time | relevance | path

Searched refs:size (Results 20501 - 20525 of 29216) sorted by relevance

1...<<821822823824825826827828829830>>...1169

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdgeWriter.java130 if (edges.size() == 1 && isOptional) { in visitGroup()
206 if (edges.size() > 1) { in visitGroup()
242 // Find the lo/hi size of the next contiguous range (inclusive). in appendRegex()
304 * <li>{@code lo=2, hi=2, optional=false}: {@code "\d\d"} (special case for size)
305 * <li>{@code lo=1, hi=2, optional=false}: {@code "\d\d?"} (special case for size)
/third_party/openssl/test/
H A Dtls13ccstest.c32 static int watchccs_gets(BIO *bp, char *buf, int size);
232 static int watchccs_gets(BIO *bio, char *buf, int size) in watchccs_gets() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs178 /// Creates a <see cref="CodedInputStream"/> with the specified size and recursion limits, reading
189 /// <returns>A <c>CodedInputStream</c> reading from <paramref name="input"/> with the specified size
219 /// Returns the size limit for this stream.
227 /// The size limit.
555 /// That means we can check the size just once, then just read directly from the buffer
669 /// Reads a fixed size of bytes from the input.
674 internal byte[] ReadRawBytes(int size) in ReadRawBytes() argument
677 return ParsingPrimitives.ReadRawBytes(ref span, ref state, size); in ReadRawBytes()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DServiceTest.java266 assertEquals(1, file.getServices().size()); in testNoGenericServices()
268 assertEquals(1, file.getServices().get(0).getMethods().size()); in testNoGenericServices()
/third_party/python/Lib/multiprocessing/
H A Dreduction.py153 def recvfds(sock, size):
156 bytes_size = a.itemsize * size
/third_party/python/Include/
H A Dpyerrors.h317 PyAPI_FUNC(int) PyOS_snprintf(char *str, size_t size, const char *format, ...)
319 PyAPI_FUNC(int) PyOS_vsnprintf(char *str, size_t size, const char *format, va_list va)
/third_party/openssl/crypto/bio/
H A Dbio_sock.c107 socklen_t size = sizeof(j); in BIO_sock_error() local
115 i = getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *)&j, &size); in BIO_sock_error()
/third_party/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl286 .size ossl_md5_block_asm_data_order,.-ossl_md5_block_asm_data_order
377 .size se_handler,.-se_handler
/third_party/openssl/crypto/bn/asm/
H A Ds390x-gf2m.pl168 .size _mul_1x1,.-_mul_1x1
224 .size bn_GF2m_mul_2x2,.-bn_GF2m_mul_2x2
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateCBTests.cpp139 const auto numVert = static_cast<uint32_t>(m_data.size()); in iterate()
153 m_vk.cmdDraw(*m_cmdBuffer, static_cast<deUint32>(m_data.size()), 1, 0, 0); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesQueueBindSparseTests.cpp202 deUint32 numQueues = 1u + static_cast<deUint32>(otherQueues.size()); in iterate()
240 deUint32 numQueues = 1u + static_cast<deUint32>(otherQueues.size()); in iterate()
H A DvktSparseResourcesTestsUtil.hpp145 //!< Helper function for checking if requested image size does not exceed device limits
269 return vec.size() * sizeof(vec[0]); in sizeInBytes()
275 return (index < vec.size() ? &vec[index] : DE_NULL); in getDataOrNullptr()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmSpirvVersion1p4Tests.cpp81 for (unsigned i = 0; i < cases.size() ; ++i) in addTestsForAmberFiles()
105 for (size_t r = 0; r < reqmts.size() ; ++r) in addTestsForAmberFiles()
259 group.add("subgroup_cfg_uniform_id"); // Assumes subgroup size <= LocalSize of 8 in createSpirvVersion1p4Group()
261 group.add("subgroup_uniform"); // Assumes subgroup size <= LocalSize 8 in createSpirvVersion1p4Group()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateCBTests.cpp137 const auto numVert = static_cast<uint32_t>(m_data.size()); in iterate()
151 m_vk.cmdDraw(*m_cmdBuffer, static_cast<deUint32>(m_data.size()), 1, 0, 0); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_3_1_autogen.h127 void vertexAttribFormat(GLuint attribindex, GLint size, VertexAttribType typePacked, \
129 void vertexAttribIFormat(GLuint attribindex, GLint size, VertexAttribType typePacked, \
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DRewriteR32fImages.cpp188 for (size_t argIndex = 1; argIndex < arguments->size(); ++argIndex) in RewriteBuiltinFunctionCall()
217 ASSERT(arguments->size() == 1); in RewriteBuiltinFunctionCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp293 PseudoIdempotentInstCount = PseudoIdempotentInstructions.size(); in rescheduleCanonically()
423 dbgs() << "Total Basic Blocks: " << RPOList.size() << "\n"; in runOnMachineFunction()
H A DMachineModuleInfo.cpp119 Entry.Index = BBCallbacks.size() - 1; in getAddrLabelSymbolToEmit()
268 for (unsigned i = 0; i < Personalities.size(); ++i) in addPersonality()
H A DMachineSSAUpdater.cpp93 for (unsigned i = 0, e = PredValues.size(); i != e; ++i) in LookForIdenticalPHI()
193 for (unsigned i = 0, e = PredValues.size(); i != e; ++i) in GetValueInMiddleOfBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp103 // Write the size in bytes of this function as a uint32_t. This can be zero in encode()
104 // if we just have a symbol from a symbol table and that symbol has no size. in encode()
105 O.writeU32(size()); in encode()
122 // Fixup the size of the LineTable data with the correct size. in encode()
140 // Fixup the size of the InlineInfo data with the correct size. in encode()
144 // Terminate the data chunks with and end of list with zero size in encode()
189 if (InfoLength != InfoBytes.size()) in lookup()
H A DLineTable.cpp133 if (Lines.size() == 1) { in encode()
166 const size_t NumDeltaInfos = DeltaInfos.size(); in encode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContext.cpp251 Name, pImpl->CustomMDKindNames.size())) in getMDKindID()
258 Names.resize(pImpl->CustomMDKindNames.size()); in getMDKindNames()
/third_party/vk-gl-cts/executor/
H A DxeTestCaseResult.hpp92 int getNumItems (void) const { return (int)m_items.size(); } in getNumItems()
106 m_items.reserve(m_items.size()+1); in allocItem()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dclspv_helper.cc106 /* size */ 0}; in ParseExtendedInst()
113 // These arguments have descriptor set, binding, offset and size. in ParseExtendedInst()
138 // These arguments have offset and size. in ParseExtendedInst()
273 generated_binary->size(), nullptr, ParseReflection, in Compile()
283 if (!opt.Run(generated_binary->data(), generated_binary->size(), &stripped)) { in Compile()
H A Dshader_compiler.cc166 if (!tools.Validate(results.data(), results.size(), options)) in Compile()
180 if (!optimizer.Run(results.data(), results.size(), &results)) in Compile()

Completed in 29 milliseconds

1...<<821822823824825826827828829830>>...1169