/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | trace-event-listener.cc | 16 CHECK(trace.ParseFromArray(array.data(), static_cast<int>(array.size()))); in ParseFromArray()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_median_filter.h | 58 unsigned width, unsigned height, unsigned size,
|
/third_party/musl/libc-test/src/functionalext/supplement/hook/hook_gtest/ |
H A D | hook_memtrace_test.cpp | 7 extern "C" void memtrace(void* addr, size_t size, const char* tag, bool is_using);
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_cache.h | 59 * @param size maximum number of entries 65 uint32_t size);
|
/third_party/libcoap/include/coap3/ |
H A D | coap_asn1_internal.h | 43 * @param size The size of the tag and data 47 typedef int (*asn1_validate)(const uint8_t *data, size_t size); 80 * @param tlen The remaining size oof the asn.1 data
|
/third_party/pulseaudio/speex/include/speex/ |
H A D | speex_buffer.h | 46 SpeexBuffer *speex_buffer_init(int size);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Declarator.cpp | 30 return mArraySizes != nullptr && mArraySizes->size() > 0; in isArray()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | FindFunction.cpp | 20 for (size_t index = 0; index < sequence.size(); ++index) in FindFirstFunctionDefinitionIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugSymbolRVASubsection.cpp | 34 return RVAs.size() * sizeof(uint32_t); in calculateSerializedSize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL15_autogen.h | 23 GLsizeiptr size,
|
/third_party/skia/src/lazy/ |
H A D | SkDiscardableMemoryPool.h | 23 * An implementation of Discardable Memory that manages a fixed-size 24 * budget of memory. When the allocated memory exceeds this size, 52 static sk_sp<SkDiscardableMemoryPool> Make(size_t size);
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Resource.hpp | 94 // size is the size in bytes of the Resource's buffer. 95 const size_t size; member in sw::Resource
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkShaderModule.cpp | 32 ASSERT(spirvTools.Validate(binary.data(), binary.size(), validatorOptions)); // The SPIR-V code passed to vkCreateShaderModule must be valid (b/158228522) in ShaderModule()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | metadata.h | 24 size_t size; member
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | ugender.h | 76 * @param size the size of the list. 82 ugender_getListGender(const UGenderInfo* genderInfo, const UGender *genders, int32_t size, UErrorCode *status);
|
/third_party/skia/tests/ |
H A D | ICCTest.cpp | 20 REPORTER_ASSERT(r, skcms_Parse(profile->data(), profile->size(), &parsed)); in DEF_TEST()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | HeapD3D12.h | 31 Heap(ComPtr<ID3D12Pageable> d3d12Pageable, MemorySegment memorySegment, uint64_t size);
|
H A D | StagingBufferD3D12.h | 28 StagingBuffer(size_t size, Device* device);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
H A D | StagingBufferMTL.h | 30 StagingBuffer(size_t size, Device* device);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | StagingBufferVk.h | 28 StagingBuffer(size_t size, Device* device);
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | md5.h | 42 extern void MD5_Update(MD5_CTX *ctx, const void *data, unsigned long size);
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
H A D | t1gload.h | 42 FT_Size size,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MemoryObject.h | 20 /// to block or do some work to get it. More significantly, the exact size of 25 /// isValidAddress can be used to test addresses without knowing the exact size 32 /// Returns the size of the region in bytes. (The region is contiguous, so 35 /// @result - The size of the region. 42 /// and large enough to hold size bytes. 52 /// block until (address - base + size) bytes have been read 54 /// @param size - amount of data that must be available on return 56 virtual const uint8_t *getPointer(uint64_t address, uint64_t size) const = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/ |
H A D | MemoryObject.h | 20 /// to block or do some work to get it. More significantly, the exact size of 25 /// isValidAddress can be used to test addresses without knowing the exact size 32 /// Returns the size of the region in bytes. (The region is contiguous, so 35 /// @result - The size of the region. 42 /// and large enough to hold size bytes. 52 /// block until (address - base + size) bytes have been read 54 /// @param size - amount of data that must be available on return 56 virtual const uint8_t *getPointer(uint64_t address, uint64_t size) const = 0;
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | printer_other.cc | 28 fwrite(str.data(), 1, str.size(), file);
|