/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);
|
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | to_const_ptr_vec.h | 29 out.reserve(in.size()); in ToConstPtrVec()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | discriminatedUnionErrorMessage.js | 2 type Square = { kind: "sq", size: number }
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | TerribleCommandBuffer.h | 31 void* GetCmdSpace(size_t size) override;
|
/third_party/skia/modules/skottie/include/ |
H A D | ExternalLayer.h | 45 * @param size Lottie-specified precomp layer size 51 const SkSize& size) = 0;
|
/third_party/skia/docs/examples/ |
H A D | TextBlob_serialize_2.cpp | 13 sk_sp<SkTextBlob> copy = SkTextBlob::Deserialize(data->data(), data->size(), SkDeserialProcs()); in REG_FIDDLE()
|
/third_party/skia/include/core/ |
H A D | SkMaskFilter.h | 42 static sk_sp<SkMaskFilter> Deserialize(const void* data, size_t size,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoSessionNvUtils.hpp | 38 virtual bool parseByteStream (deUint8* pData, deInt64 size) = 0;
|
/drivers/hdf_core/adapter/platform/spi/ |
H A D | spi_bes.c | 208 * @param[in] size spi send data size 218 static int32_t HalSpiSend(const struct SpiDevice *spiDevice, const uint8_t *data, uint16_t size, uint32_t timeOut) in HalSpiSend() argument 222 uint32_t len = size; in HalSpiSend() 226 if (spiDevice == NULL || data == NULL || size == 0) { in HalSpiSend() 256 HDF_LOGE("spi tail send fail %ld, size %ld\r\n", ret, len); in HalSpiSend() 273 * @param[in] size spi recv data size 279 static int32_t HalSpiRecv(const struct SpiDevice *spiDevice, uint8_t *data, uint16_t size, uint32_t timeOut) in HalSpiRecv() argument 282 int32_t len = (int32_t)size; in HalSpiRecv() [all...] |
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_direct_test.cpp | 291 wifiInfo.size = WLAN_FREQ_MAX_NUM;
in HWTEST_F() 445 uint32_t size = 2;
in HWTEST_F() local 449 int32_t rc = g_wlanObj->SetCountryCode(g_wlanObj, nullptr, codeDigital, size);
in HWTEST_F() 452 rc = g_wlanObj->SetCountryCode(g_wlanObj, &ifeature, code, size);
in HWTEST_F() 455 rc = g_wlanObj->SetCountryCode(g_wlanObj, &ifeature, nullptr, size);
in HWTEST_F() 457 rc = g_wlanObj->SetCountryCode(g_wlanObj, &ifeature, code, size);
in HWTEST_F()
|
/test/xts/acts/multimedia/avsession/avsession_ndk_standard/avsession_ndk_stage/entry/src/main/cpp/ |
H A D | AvsessionTest.cpp | 573 if (params.size() != avSessionTestAllParaCnt) { return AV_SESSION_ERR_INVALID_PARA; } in TestAVSessionTestAll() 663 if (params.size() != 1) {return AV_SESSION_ERR_INVALID_PARA;} in TestAVSessionSetPlaybackState() 684 if (params.size() != 1) {return AV_SESSION_ERR_INVALID_PARA;} in TestAVSessionSetFavorite() 704 if (params.size() != 1) {return AV_SESSION_ERR_INVALID_PARA;} in TestAVSessionSetLoopMode() 726 if (params.size() != kExpectedParamCount) {return AV_SESSION_ERR_INVALID_PARA;} in TestAVSessionSetPlaybackPosition() 759 if (params.size() != avSessionSetAvMetaDataParaCnt) { return AV_SESSION_ERR_INVALID_PARA; } in TestAVSessionSetAVMetaData()
|
/test/xts/hats/hdf/wlan/hdi_service/ |
H A D | wlan_hdi_direct_test.cpp | 264 wifiInfo.size = WLAN_FREQ_MAX_NUM;
in HWTEST_F() 411 uint32_t size = 2;
in HWTEST_F() local 415 int32_t rc = g_wlanObj->SetCountryCode(g_wlanObj, nullptr, codeDigital, size);
in HWTEST_F() 418 rc = g_wlanObj->SetCountryCode(g_wlanObj, &ifeature, code, size);
in HWTEST_F() 421 rc = g_wlanObj->SetCountryCode(g_wlanObj, &ifeature, nullptr, size);
in HWTEST_F() 423 rc = g_wlanObj->SetCountryCode(g_wlanObj, &ifeature, code, size);
in HWTEST_F()
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_ps.c | 251 static int decode_scaling_list(GetBitContext *gb, uint8_t *factors, int size, in decode_scaling_list() argument 256 const uint8_t *scan = size == 16 ? ff_zigzag_scan : ff_zigzag_direct; in decode_scaling_list() 258 memcpy(factors, fallback_list, size * sizeof(uint8_t)); in decode_scaling_list() 260 for (i = 0; i < size; i++) { in decode_scaling_list() 270 memcpy(factors, jvt_list, size * sizeof(uint8_t)); in decode_scaling_list() 629 !memcmp(ps->sps_list[sps_id]->data, sps_buf->data, sps_buf->size)) { in ff_h264_decode_seq_parameter_set()
|
H A D | dxva2_av1.c | 272 av_unused uint32_t size) in dxva2_av1_start_frame() 293 uint32_t size) in dxva2_av1_decode_slice() 310 ctx_pic->bitstream_size = size; in dxva2_av1_decode_slice() 325 ctx_pic->bitstream_size + size); in dxva2_av1_decode_slice() 331 memcpy(ctx_pic->bitstream + ctx_pic->bitstream_size, buffer, size); in dxva2_av1_decode_slice() 341 ctx_pic->bitstream_size += size; in dxva2_av1_decode_slice() 382 av_log(avctx, AV_LOG_ERROR, "Bitstream size exceeds hardware buffer"); in commit_bitstream_and_slice_buffer() 270 dxva2_av1_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) dxva2_av1_start_frame() argument 291 dxva2_av1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) dxva2_av1_decode_slice() argument
|
H A D | libopenjpegenc.c | 73 int remaining = packet->size - writer->pos; in stream_write() 76 int max_growth = INT_MAX - AV_INPUT_BUFFER_PADDING_SIZE - packet->size; in stream_write() 101 int remaining = packet->size - writer->pos; in stream_skip() 104 int max_growth = INT_MAX - AV_INPUT_BUFFER_PADDING_SIZE - packet->size; in stream_skip() 124 if (nb_bytes > packet->size) { in stream_seek() 126 av_grow_packet(packet, (int)nb_bytes - packet->size)) { in stream_seek() 150 /* Codeblock size= 32 * 32 */ in cinema_parameters()
|