/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
H A D | WireDeserializeAllocator.h | 31 void* GetSpace(size_t size) override;
|
/third_party/skia/third_party/externals/dawn/src/fuzzers/ |
H A D | DawnWireServerFuzzer.h | 32 int Run(const uint8_t* data, size_t size, MakeDeviceFn MakeDevice, bool supportsErrorInjection);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | StagingBuffer.h | 24 StagingBufferBase(size_t size);
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | cidgload.h | 40 FT_Size size, /* CID_Size */
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrgload.h | 40 FT_ULong size );
|
/third_party/skia/tools/skottie_ios_app/ |
H A D | SkiaViewController.h | 13 - (void)draw:(CGRect)rect toCanvas:(SkCanvas*)canvas atSize:(CGSize)size;
|
/third_party/skia/docs/examples/ |
H A D | Path_serialize.cpp | 10 copy.readFromMemory(data->data(), data->size()); in REG_FIDDLE()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_lexer.h | 51 int cil_lexer_setup(char *buffer, uint32_t size);
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | symtab.h | 38 extern int symtab_init(symtab_t *, unsigned int size);
|
/third_party/spirv-tools/test/opt/ |
H A D | module_utils.h | 28 EXPECT_LE(5u, binary.size()); in GetIdBound()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 192 /* Generic buffer size */ 362 size_t size; /* Number of types in this module */ member 560 if (iter->size) { in SWIG_MangledTypeQueryModule() 562 size_t r = iter->size - 1; in SWIG_MangledTypeQueryModule() 613 for (; i < iter->size; ++i) { in SWIG_TypeQueryModule() 2038 size_t size; member 2046 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) { in SwigPyPacked_print() 2059 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) { in SwigPyPacked_repr() 2070 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))){ in SwigPyPacked_str() 2080 size_t i = v->size; in SwigPyPacked_compare() 2205 SwigPyPacked_New(void *ptr, size_t size, swig_type_info *ty) SwigPyPacked_New() argument 2224 SwigPyPacked_UnpackData(PyObject *obj, void *ptr, size_t size) SwigPyPacked_UnpackData() argument 3426 size_t size = 0; ReturnedBufferSize() local 5390 size_t size = strlen(name)+1; SWIG_Python_addvarlink() local [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.pb.cc | 1418 void FileDescriptorSet::SetCachedSize(int size) const { in SetCachedSize() 1419 _cached_size_.Set(size); in SetCachedSize() 1701 void FileDescriptorProto::SetCachedSize(int size) const { in SetCachedSize() 1702 _cached_size_.Set(size); in SetCachedSize() 2045 ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(dependency_.size()); in ByteSizeLong() 2046 for (int i = 0, n = dependency_.size(); i < n; i++) { in ByteSizeLong() 2315 void DescriptorProto_ExtensionRange::SetCachedSize(int size) const { in SetCachedSize() 2316 _cached_size_.Set(size); in SetCachedSize() 2603 void DescriptorProto_ReservedRange::SetCachedSize(int size) const { in SetCachedSize() 2604 _cached_size_.Set(size); in SetCachedSize() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 215 MaxAddRecSize("scalar-evolution-max-add-rec-size", cl::Hidden, 811 if (Ops.size() < 2) return; // Noop in GroupByComplexity() 815 if (Ops.size() == 2) { in GroupByComplexity() 834 for (unsigned i = 0, e = Ops.size(); i != e-2; ++i) { in GroupByComplexity() 851 // Returns the size of the SCEV S. 1012 if (Qs.size() == 1) { in visitAddExpr() 1055 if (Qs.size() == 1) in visitMulExpr() 1466 if (DiffOps.size() == SA->getNumOperands()) in getPreStartForExtend() 2372 (Type == scAddExpr || Type == scMulExpr) && Ops.size() == 2 && in StrengthenNoWrapFlags() 2419 if (Ops.size() in getAddExpr() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Bidi.java | 525 int size; field in Bidi.InsertPoints 1336 * If object != null, then assume size > 0. 3121 if (insertPoints.size >= len) { /* no room for new point */ in addPoint() 3128 insertPoints.points[insertPoints.size] = point; in addPoint() 3129 insertPoints.size++; in addPoint() 3206 (insertPoints.size <= insertPoints.confirmed)) { in processPropertySeq() 3216 insertPoints.confirmed = insertPoints.size; in processPropertySeq() 3226 insertPoints.confirmed = insertPoints.size; in processPropertySeq() 3230 insertPoints.confirmed = insertPoints.size; in processPropertySeq() 3238 insertPoints.size in processPropertySeq() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Bidi.java | 525 int size; field in Bidi.InsertPoints 1309 * If object != null, then assume size > 0. 3087 if (insertPoints.size >= len) { /* no room for new point */ in addPoint() 3094 insertPoints.points[insertPoints.size] = point; in addPoint() 3095 insertPoints.size++; in addPoint() 3172 (insertPoints.size <= insertPoints.confirmed)) { in processPropertySeq() 3182 insertPoints.confirmed = insertPoints.size; in processPropertySeq() 3192 insertPoints.confirmed = insertPoints.size; in processPropertySeq() 3196 insertPoints.confirmed = insertPoints.size; in processPropertySeq() 3204 insertPoints.size in processPropertySeq() [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_tls.cc | 120 const size_t size = strlen(line); in KeylogCallback() local 121 Local<Value> line_bf = Buffer::Copy(env, line, 1 + size) in KeylogCallback() 127 data[size] = '\n'; in KeylogCallback() 141 int size = i2d_SSL_SESSION(sess, nullptr); in NewSessionCallback() local 142 if (UNLIKELY(size > SecureContext::kMaxSessionSize)) in NewSessionCallback() 146 Local<Object> session = Buffer::New(env, size).FromMaybe(Local<Object>()); in NewSessionCallback() 153 CHECK_EQ(i2d_SSL_SESSION(sess, &session_data), size); in NewSessionCallback() local 272 alpn_protos.size(), in SelectALPNCallback() 654 size_t size[arraysize(data)]; in EncOut() local 656 write_size_ = NodeBIO::FromBIO(enc_out_)->PeekMultiple(data, size, in EncOut() 1089 size_t size = suggested_size; OnStreamAlloc() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_ureg.c | 78 unsigned size; member 221 tokens->size = ARRAY_SIZE(error_tokens); in tokens_error() 229 unsigned old_size = tokens->size * sizeof(unsigned); in tokens_expand() 235 while (tokens->count + count > tokens->size) { in tokens_expand() 236 tokens->size = (1 << ++tokens->order); in tokens_expand() 241 tokens->size * sizeof(unsigned)); in tokens_expand() 261 if (tokens->count + count > tokens->size) in get_tokens() 678 unsigned size, in ureg_DECL_array_temporary() 690 ureg->nr_temps += size; in ureg_DECL_array_temporary() 973 * Has the effect of making size in decl_immediate() 677 ureg_DECL_array_temporary( struct ureg_program *ureg, unsigned size, boolean local ) ureg_DECL_array_temporary() argument 1119 unsigned size = 1 + (src.Indirect ? 1 : 0) + ureg_emit_src() local 1185 unsigned size = 1 + (dst.Indirect ? 1 : 0) + ureg_emit_dst() local [all...] |
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 881 layout.size, in codegen() 883 "Target platform requires `--no-size_t-is-usize`. The size of `{}` ({}) does not match the target pointer size ({})", in codegen() 885 layout.size, in codegen() 891 "Target platform requires `--no-size_t-is-usize`. The alignment of `{}` ({}) does not match the target pointer size ({})", in codegen() 1219 // concrete size and alignment. in codegen() 1227 let size = layout.size; in codegen() 1252 assert_eq!(#size_of_expr, #size, in codegen() 1632 let mut generate_ctor = layout.size < in codegen() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryWatertightnessTests.cpp | 174 VkStridedDeviceAddressRegionKHR makeStridedDeviceAddressRegion (const DeviceInterface& vkd, const VkDevice device, VkBuffer buffer, VkDeviceSize size) in makeStridedDeviceAddressRegion() argument 176 const VkDeviceSize sizeFixed = ((buffer == DE_NULL) ? 0ull : size); in makeStridedDeviceAddressRegion() 430 << "void testFunc(ivec3 pos, ivec3 size)\n" in initPrograms() 439 << " const ivec3 size = ivec3(" << testParams.width << ", " << testParams.height << ", 1);\n" in initPrograms() 440 << " const ivec3 pos = ivec3(posId % size.x, posId / size.x, 0);\n" in initPrograms() 444 << " testFunc(pos, size);\n" in initPrograms() 493 << "void testFunc(ivec3 pos, ivec3 size)\n" in initPrograms() 503 << " const ivec3 size = ivec3(" << testParams.width << ", " << testParams.height << ", 1);\n" in initPrograms() 505 << " int x = index % size in initPrograms() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureFilteringTests.cpp | 308 const int texNdx = de::clamp(cases[caseNdx].texNdx, 0, (int)m_textures.size()-1); in Texture2DFilteringTestInstance() 399 return m_caseNdx < (int)m_cases.size() ? tcu::TestStatus::incomplete() : tcu::TestStatus::pass("Pass"); in iterate() 448 const int numLevels = deLog2Floor32(m_testParameters.size)+1; in TextureCubeFilteringTestInstance() 467 m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size))); in TextureCubeFilteringTestInstance() 519 const int tex1 = m_textures.size() > 1 ? 1 : 0; in TextureCubeFilteringTestInstance() 643 return m_caseNdx < (int)m_cases.size() ? tcu::TestStatus::incomplete() : tcu::TestStatus::pass("Pass"); in iterate() 868 return m_caseNdx < (int)m_cases.size() ? tcu::TestStatus::incomplete() : tcu::TestStatus::pass("Pass"); in iterate() 1077 return m_caseNdx < (int)m_cases.size() ? tcu::TestStatus::incomplete() : tcu::TestStatus::pass("Pass"); in iterate() 1169 const int size; in populateTextureFilteringTests() member 1467 testParameters.size in populateTextureFilteringTests() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_extensions.cpp | 138 if (inst->words().size() <= word_index) return false; in DoesDebugInfoOperandMatchExpectation() 302 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentInfo() 384 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentBuffer() 415 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentPodBuffer() 456 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentPodPushConstant() 487 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentWorkgroup() 758 const uint32_t num_operands = static_cast<uint32_t>(inst->operands().size()); in ValidateExtInst() 1014 result_types.size() != 2 || in ValidateExtInst() 1119 result_types.size() != 2 || in ValidateExtInst() 1164 << "expected operand V to be a 32-bit float vector of size in ValidateExtInst() 2908 auto* size = _.FindDef(inst->word(11)); ValidateExtInst() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 1409 // Otherwise this is a deoptimization in size and performance. 1566 if (operands.size() == 1) { 1725 // Find the size of the first vector operand of the VectorShuffle 1874 assert(inst->opcode() == SpvOpBitcast && constants.size() == 1); 1885 if (words.size() == 0) return false; 1908 assert(constants.size() == 3); 1944 uint32_t size = 1945 static_cast<uint32_t>(vector_const->GetComponents().size()); 1946 for (uint32_t i = 0; i != size; ++i) { 1952 // vector to the shuffle. Offset the index by |size| [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | folding_rules.cpp | 1409 // Otherwise this is a deoptimization in size and performance. 1566 if (operands.size() == 1) { 1725 // Find the size of the first vector operand of the VectorShuffle 1874 assert(inst->opcode() == SpvOpBitcast && constants.size() == 1); 1885 if (words.size() == 0) return false; 1908 assert(constants.size() == 3); 1944 uint32_t size = 1945 static_cast<uint32_t>(vector_const->GetComponents().size()); 1946 for (uint32_t i = 0; i != size; ++i) { 1952 // vector to the shuffle. Offset the index by |size| [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_extensions.cpp | 138 if (inst->words().size() <= word_index) return false; in DoesDebugInfoOperandMatchExpectation() 302 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentInfo() 384 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentBuffer() 415 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentPodBuffer() 456 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentPodPushConstant() 487 const auto num_operands = inst->operands().size(); in ValidateClspvReflectionArgumentWorkgroup() 758 const uint32_t num_operands = static_cast<uint32_t>(inst->operands().size()); in ValidateExtInst() 1014 result_types.size() != 2 || in ValidateExtInst() 1119 result_types.size() != 2 || in ValidateExtInst() 1164 << "expected operand V to be a 32-bit float vector of size in ValidateExtInst() 2908 auto* size = _.FindDef(inst->word(11)); ValidateExtInst() local [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontHost_win.cpp | 533 size_t size = fHeight * srcRB; in draw() local 534 memset(fBits, 0, size); in draw() 591 /** Scales font to EM size. */ 678 // GDI will not accept a size of zero, so round the range [0, 1] to 1. in SkScalerContext_GDI() 679 // If the size was non-zero, the scale factors will also be non-zero and 1px tall text is drawn. in SkScalerContext_GDI() 680 // If the size actually was zero, the scale factors will also be zero, so GDI will draw nothing. in SkScalerContext_GDI() 811 SIZE size; in generateMetrics() local 813 if (0 == GetTextExtentPointI(fDDC, &glyphs, 1, &size)) { in generateMetrics() 817 glyph->fWidth = SkToS16(size.cx); in generateMetrics() 818 glyph->fHeight = SkToS16(size in generateMetrics() [all...] |