/foundation/ability/ability_base/test/unittest/base/ |
H A D | zchar_wrapper_test.cpp | 221 unsigned char* cur = reinterpret_cast<unsigned char*>(const_cast<char*>(str));
in HWTEST_F() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_picture.c | 222 H264Picture *cur = h->cur_pic_ptr; in ff_h264_field_end() local
|
H A D | avs3_parser.c | 32 int cur = 0; in avs3_find_frame_end() local [all...] |
/third_party/gn/src/gn/ |
H A D | config_values_extractors.h | 44 const ConfigValues& cur() const { in cur() function in ConfigValuesIterator
|
H A D | resolved_target_data.cc | 23 const ConfigValues& cur = iter.cur(); in ComputeLibInfo() local 46 const ConfigValues& cur = iter.cur(); in ComputeFrameworkInfo() local
|
H A D | substitution_pattern.cc | 41 size_t cur = 0; in Parse() local
|
/third_party/curl/lib/ |
H A D | inet_ntop.c | 101 } best, cur; in inet_ntop6() local [all...] |
/third_party/mbedtls/programs/x509/ |
H A D | load_roots.c | 55 const char *const *cur; in read_certificates() local
|
/third_party/musl/src/malloc/ |
H A D | lite_malloc.c | 44 static uintptr_t brk, cur, end; in __simple_malloc() local [all...] |
/third_party/musl/porting/linux/user/ldso/ |
H A D | strops.c | 51 char *cur, *next; in strsplit() local
|
/third_party/musl/porting/linux/user/src/malloc/ |
H A D | lite_malloc.c | 44 static uintptr_t brk, cur, end; in __simple_malloc() local [all...] |
/third_party/musl/ldso/linux/ |
H A D | strops.c | 51 char *cur, *next; in strsplit() local
|
/third_party/skia/third_party/externals/libpng/arm/ |
H A D | palette_neon_intrinsics.c | 84 uint32x4_t cur; in png_do_expand_palette_rgba8_neon() local 124 uint8x8x3_t cur; in png_do_expand_palette_rgb8_neon() local [all...] |
/third_party/skia/third_party/externals/freetype/src/type1/ |
H A D | t1parse.c | 334 FT_Byte* cur = parser->base_dict; in FT_LOCAL_DEF() local [all...] |
/third_party/toybox/toys/other/ |
H A D | acpi.c | 110 int dfd=5, cur, max; in cool_callback() local
|
/foundation/ability/ability_runtime/frameworks/native/child_process/src/ |
H A D | native_child_process.cpp | 126 NativeChildProcess_Fd* cur = args.fdList.head; in OH_Ability_StartNativeChildProcess() local
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_stream.cpp | 52 uint32_t cur = stream->Tell();
in Skip() local
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | delayed_worker.cpp | 154 auto cur = map.begin(); in HandleWork() local
|
/foundation/window/window_manager/test/systemtest/dms/ |
H A D | display_test_utils.cpp | 45 bool DisplayTestUtils::SizeEqualToDisplay(const sptr<Display>& display, const Media::Size cur) in SizeEqualToDisplay() argument 57 bool DisplayTestUtils::SizeEqual(const Media::Size dst, const Media::Size cur) in SizeEqual() argument [all...] |
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/ |
H A D | mdns_service_info.cpp | 88 auto cur = std::find(start, start + static_cast<int>(recordLen), MDNS_TXT_KV_EQ); in GetAttrMap() local
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | pool.h | 33 auto cur = new Node(); in Get() local 37 Node *cur = idle_; in Get() local 54 Node *cur = idle_; in Release() local 83 Node *cur = busy_; Idle() local [all...] |
/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | pool.h | 35 auto cur = new Node(); in Get() local 39 Node *cur = idle_; in Get() local 56 Node *cur = idle_; in Release() local 85 Node *cur = busy_; Idle() local [all...] |
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/ |
H A D | dcamera_pipeline_sink.cpp | 193 std::shared_ptr<AbstractDataProcess> cur = pipelineHead_; in GetProperty() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_aformat.c | 95 char *next, *cur = s->channel_layouts_str; in parse_channel_layouts() local [all...] |
H A D | vf_format.c | 60 char *cur, *sep; in init() local [all...] |