/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_https_sni.c | 143 size_t name_len; in sni_callback() 186 size_t len; in do_get()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFMakeToUnicodeCmap.cpp | 88 for (size_t i = 0; i < bfchar.size(); i += 100) { in append_bfchar_section() 108 for (size_t i = 0; i < bfrange.size(); i += 100) { in append_bfrange_section()
|
/third_party/skia/src/utils/ |
H A D | SkParse.cpp | 266 size_t len = strlen(target); in FindList() 272 size_t entryLen; in FindList()
|
/third_party/skia/src/ports/ |
H A D | SkImageGeneratorNDK.cpp | 26 bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, 139 bool ImageGeneratorNDK::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onGetPixels()
|
H A D | SkImageGeneratorWIC.cpp | 37 bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options&) 169 bool ImageGeneratorWIC::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, in onGetPixels()
|
/third_party/skia/src/pathops/ |
H A D | SkOpCubicHull.cpp | 56 size_t index; in convexHull() 58 size_t yMin = 0; in convexHull()
|
/third_party/skia/src/sksl/ |
H A D | SkSLRehydrator.h | 145 const uint8_t* src, size_t length); 191 while ((size_t) id >= fSymbols.size()) { in addSymbol()
|
H A D | SkSLString.cpp | 41 size_t size = vsnprintf(buffer, BUFFER_SIZE, fmt, args); in vappendf() 53 size_t suffixLength = strlen(suffix); in consumeSuffix()
|
/third_party/skia/src/sksl/lex/ |
H A D | RegexNode.cpp | 22 while (chars.size() <= (size_t) child.fPayload.fChar) { in createStates() 28 while (chars.size() <= (size_t) child.fChildren[1].fPayload.fChar) { in createStates()
|
/third_party/skia/tests/ |
H A D | TemplatesTest.cpp | 111 test_container_apis<SkAutoTMalloc<int>, size_t>(reporter); in DEF_TEST() 112 test_container_apis<SkAutoSTMalloc<kStackPreallocCount, int>, size_t>(reporter); in DEF_TEST()
|
H A D | MaskCacheTest.cpp | 44 size_t size = 256; in DEF_TEST() 81 size_t size = 256; in DEF_TEST()
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Client.cpp | 33 size_t GetMaximumAllocationSize() const final { 36 void* GetCmdSpace(size_t size) final {
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
H A D | DawnNative.h | 204 DAWN_NATIVE_EXPORT size_t GetLazyClearCountForTesting(WGPUDevice device); 207 DAWN_NATIVE_EXPORT size_t GetDeprecationWarningCountForTesting(WGPUDevice device);
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | state.h | 300 size_t rb_roundtrips; /* how many times we went around the ring-buffer */ 301 size_t partial_pos_out; /* how much output to the user in total */
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | ityp_bitset.h | 26 template <typename Index, size_t N> 31 static_assert(sizeof(I) <= sizeof(size_t), "");
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | GetProcAddressTests.cpp | 159 for (size_t i = 1; i < names.size(); i++) { in TEST() 166 for (size_t i = 1; i < names.size(); i++) { in TEST()
|
/third_party/optimized-routines/string/test/ |
H A D | strncmp.c | 21 int (*fun) (const char *, const char *, size_t); 76 size_t mte_len = maxlen < len + 1 ? maxlen : len + 1; in test()
|
/third_party/skia/third_party/externals/piex/src/ |
H A D | tiff_parser.h | 123 std::vector<std::uint8_t> GetData(const size_t offset, const size_t length,
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
H A D | tag.cc | 83 const size_t CFF_TABLE_ORDERING_SIZE = 107 const size_t TRUE_TYPE_TABLE_ORDERING_SIZE =
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | font_parsing_test.cc | 49 for (size_t i = 0; i < SAMPLE_TTF_KNOWN_TAGS; ++i) { in TestFontParsing() 81 for (size_t i = 0; i < SAMPLE_TTF_KNOWN_TAGS; ++i) { in TestFontParsing()
|
H A D | serialization_test.cc | 67 for (size_t i = 0; i < SAMPLE_TTF_KNOWN_TAGS; ++i) { in TestSerialization() 132 for (size_t i = 0; i < SAMPLE_BITMAP_KNOWN_TAGS; ++i) { in TestSerializationBitmap()
|
/third_party/python/Modules/_blake2/impl/ |
H A D | blake2-impl.h | 139 static inline void secure_zero_memory(void *v, size_t n) in secure_zero_memory() 144 static void *(*const volatile memset_v)(void *, int, size_t) = &memset; in secure_zero_memory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ConvertUTF.h | 295 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len, 298 std::error_code UTF16ToCurCP(const wchar_t *utf16, size_t utf16_len,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
H A D | ArchitectureSet.h | 56 size_t count() const; 68 : public std::iterator<std::forward_iterator_tag, Architecture, size_t> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.h | 78 void setNumLocals(size_t NumLocals) { Locals.resize(NumLocals, MVT::i32); } in setNumLocals() 79 void setLocal(size_t i, MVT VT) { Locals[i] = VT; } in setLocal()
|