Home
last modified time | relevance | path

Searched defs:str_size (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndktypeface_fuzzer/
H A Dndktypeface_fuzzer.cpp62 uint32_t str_size = GetObject<uint32_t>() % MAX_ARRAY_SIZE; in NativeDrawingTypefaceTest001() local
95 uint32_t str_size = GetObject<uint32_t>() % MAX_ARRAY_SIZE; in NativeDrawingTypefaceTest002() local
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Xml.cpp155 int str_size; in ipacm_cfg_xml_parse_tree() local
497 int str_size; in IPACM_firewall_xml_parse_tree() local
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Xml.cpp155 int str_size; in ipacm_cfg_xml_parse_tree() local
497 int str_size; in IPACM_firewall_xml_parse_tree() local
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Xml.cpp164 int str_size; in ipacm_cfg_xml_parse_tree() local
506 int str_size; in IPACM_firewall_xml_parse_tree() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkmemorystream_fuzzer/
H A Dndkmemorystream_fuzzer.cpp47 uint32_t str_size = GetObject<uint32_t>() % MAX_ARRAY_SIZE; in NativeDrawingMemoryStreamTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/memorystream_fuzzer/
H A Dmemory_stream_fuzzer.cpp43 uint32_t str_size = GetObject<uint32_t>() % ARRAY_MAX_SIZE + MATH_ONE; in MemoryStreamFuzzTest000() local
/aosp12/system/unwinding/libunwindstack/
H A DSymbols.cpp33 uint64_t str_size) in Symbols()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkfont_fuzzer/
H A Dndkfont_fuzzer.cpp122 uint32_t str_size = GetObject<uint32_t>() % MAX_ARRAY_SIZE; in NativeDrawingFontTest003() local
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dfs_hvb.c112 static int FsHvbHexStrToBin(char *bin, size_t bin_size, char *str, size_t str_size) in FsHvbHexStrToBin()