/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | EdgeWriter.java | 130 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 D | tls13ccstest.c | 32 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 D | CodedInputStream.cs | 178 /// 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 D | ServiceTest.java | 266 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 D | reduction.py | 153 def recvfds(sock, size): 156 bytes_size = a.itemsize * size
|
/third_party/python/Include/ |
H A D | pyerrors.h | 317 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 D | bio_sock.c | 107 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 D | md5-x86_64.pl | 286 .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 D | s390x-gf2m.pl | 168 .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 D | vktDynamicStateCBTests.cpp | 139 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 D | vktSparseResourcesQueueBindSparseTests.cpp | 202 deUint32 numQueues = 1u + static_cast<deUint32>(otherQueues.size()); in iterate() 240 deUint32 numQueues = 1u + static_cast<deUint32>(otherQueues.size()); in iterate()
|
H A D | vktSparseResourcesTestsUtil.hpp | 145 //!< 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 D | vktSpvAsmSpirvVersion1p4Tests.cpp | 81 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 D | vktDynamicStateCBTests.cpp | 137 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 D | Context_gles_3_1_autogen.h | 127 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 D | RewriteR32fImages.cpp | 188 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 D | MIRCanonicalizerPass.cpp | 293 PseudoIdempotentInstCount = PseudoIdempotentInstructions.size(); in rescheduleCanonically() 423 dbgs() << "Total Basic Blocks: " << RPOList.size() << "\n"; in runOnMachineFunction()
|
H A D | MachineModuleInfo.cpp | 119 Entry.Index = BBCallbacks.size() - 1; in getAddrLabelSymbolToEmit() 268 for (unsigned i = 0; i < Personalities.size(); ++i) in addPersonality()
|
H A D | MachineSSAUpdater.cpp | 93 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 D | FunctionInfo.cpp | 103 // 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 D | LineTable.cpp | 133 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 D | LLVMContext.cpp | 251 Name, pImpl->CustomMDKindNames.size())) in getMDKindID() 258 Names.resize(pImpl->CustomMDKindNames.size()); in getMDKindNames()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestCaseResult.hpp | 92 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 D | clspv_helper.cc | 106 /* 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 D | shader_compiler.cc | 166 if (!tools.Validate(results.data(), results.size(), options)) in Compile() 180 if (!optimizer.Run(results.data(), results.size(), &results)) in Compile()
|