Home
last modified time | relevance | path

Searched defs:size (Results 3076 - 3100 of 14933) sorted by relevance

1...<<121122123124125126127128129130>>...598

/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dlinear_allocator.h28 explicit LinearAllocator(size_t size) : size_(size), data_(BASE_NS::make_unique<uint8_t[]>(size)) in LinearAllocator() argument
33 LinearAllocator(size_t size, size_t alignment) in LinearAllocator() argument
47 void* Allocate(size_t size) in Allocate() argument
52 void* Allocate(size_t size, size_t alignment) in Allocate() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_ring_cache.h43 size_t size = 0; member
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dopentype_basic_type.cpp32 int size = 5; in Get() local
H A Dname_table_parser.cpp26 const struct NameTable* NameTableParser::Parse(const char* data, int32_t size) in Parse() argument
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/
H A Dbenchmark_result.h37 int size; member in OHOS::Rosen::BenchMarkResult
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/picture_fuzzer/
H A Dpicture_fuzzer.cpp33 bool PictureFuzzTest(const uint8_t* data, size_t size) in PictureFuzzTest() argument
64 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkshadowlayer_fuzzer/
H A Dshadowlayer_fuzzer.cpp32 void NativeShadowLayerTest(const uint8_t* data, size_t size) in NativeShadowLayerTest() argument
58 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/
H A Drsmodifierextractor_fuzzer.cpp53 bool DoGet001(const uint8_t* data, size_t size) in DoGet001() argument
105 bool DoGet002(const uint8_t* data, size_t size) in DoGet002() argument
155 bool DoGet003(const uint8_t* data, size_t size) in DoGet003() argument
192 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Djson_util.h112 inline bool FromJsonArray(const CORE_NS::json::value& jsonIn, T* output, size_t size) in FromJsonArray() argument
/foundation/graphic/graphic_surface/utils/frame_report/test/fuzztest/framereport_fuzzer/
H A Dframereport_fuzzer.cpp46 bool DoSetGameScene(const uint8_t* data, size_t size) in DoSetGameScene() argument
65 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/multimedia/audio_framework/test/fuzztest/audioservicecommon_fuzzer/
H A Daudio_service_common_fuzzer.cpp36 void AudioThreadTaskFuzzTest(const uint8_t* rawData, size_t size) in AudioThreadTaskFuzzTest() argument
62 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davsource.h69 static std::shared_ptr<AVSource> CreateWithFD(int32_t fd, int64_t offset, int64_t size) in CreateWithFD() argument
/foundation/graphic/graphic_utils_lite/test/
H A Dlist_unit_test.cpp97 uint16_t size = 0; in HWTEST_F() local
119 uint16_t size = 0; in HWTEST_F() local
141 uint16_t size = 0; in HWTEST_F() local
165 uint16_t size = 0; HWTEST_F() local
189 uint16_t size = 0; HWTEST_F() local
215 uint16_t size = 0; HWTEST_F() local
349 uint16_t size = 0; HWTEST_F() local
[all...]
H A Dvector_unit_test.cpp99 uint16_t size = 0; in HWTEST_F() local
131 uint16_t size = 0; in HWTEST_F() local
177 uint16_t size = 0; HWTEST_F() local
199 uint16_t size = capacity; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dlinear_allocator.h28 explicit LinearAllocator(size_t size) : size_(size), data_(BASE_NS::make_unique<uint8_t[]>(size)) in LinearAllocator() argument
33 LinearAllocator(size_t size, size_t alignment) in LinearAllocator() argument
47 void* Allocate(size_t size) in Allocate() argument
52 void* Allocate(size_t size, size_t alignment) in Allocate() argument
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Djson_util.h109 inline bool FromJsonArray(const CORE_NS::json::value& jsonIn, T* output, size_t size) in FromJsonArray() argument
/foundation/graphic/graphic_surface/utils/hebc_white_list/
H A Dhebc_white_list.cpp80 size_t size = 0; variable
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcolor_fuzzer/
H A Dndkcolor_fuzzer.cpp37 void NativeDrawingColorTest(const uint8_t* data, size_t size) in NativeDrawingColorTest() argument
66 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rspipelinerender_fuzzer/
H A Drspipelinerender_fuzzer.cpp52 bool RSPaintFilterCanvasFuzzTest(const uint8_t* data, size_t size) in RSPaintFilterCanvasFuzzTest() argument
72 bool RSRecordingCanvasFuzzTest(const uint8_t* data, size_t size) in RSRecordingCanvasFuzzTest() argument
81 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbaserendernode_fuzzer/
H A Drsbaserendernode_fuzzer.cpp28 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
42 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolorextract_fuzzer/
H A Drscolorextract_fuzzer.cpp56 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
110 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rslog_fuzzer/
H A Drslog_fuzzer.cpp52 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
77 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rslistenedcanvas_fuzzer/
H A Drslistenedcanvas_fuzzer.cpp54 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
61 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsoverdrawcontroller_fuzzer/
H A Drsoverdrawcontroller_fuzzer.cpp55 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
74 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dsaturation_filter.cpp25 void SaturationFilter::SetValue(const std::string& key, std::shared_ptr<void> value, int size) in SetValue() argument

Completed in 10 milliseconds

1...<<121122123124125126127128129130>>...598