| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | rdb_store.cpp | 41 int count = 0; in operator std::map() local
|
| /foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
| H A D | paste_data.cpp | 790 auto count = GetRecordCount(); in ReplaceShareUri() local
|
| /foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
| H A D | napi_pastedata.cpp | 401 size_t count = obj->value_->GetRecordCount(); in GetRecordCount() local 763 int count = 0; in SetNapiProperty() local
|
| /foundation/distributedhardware/distributed_audio/services/test_example/ |
| H A D | distributedaudiotest.cpp | 157 size_t count = 3; in GetUserInput() local
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/ |
| H A D | file_n_exporter.cpp | 57 void CallBackSuccess(napi_env env, napi_ref successFuncRef, int32_t count, napi_value obj) in CallBackSuccess() argument
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
| H A D | fillp_pcb.h | 47 FILLP_UINT32 count; /* keeps the number of entries in the unacklist currently */ member
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
| H A D | fillp_conn.c | 1941 FILLP_UINT32 count = 0; in FillpValidateCookieHmac() local [all...] |
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
| H A D | spunge_core.c | 928 FILLP_INT count; in SpungeLoopCheckUnsendBox() local
|
| /foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
| H A D | mount_manager.cpp | 1084 int32_t count = 0; in UmountByUser() local
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
| H A D | webgl2_rendering_context_base.cpp | 1021 const uint32_t count = 1; in Uniform1ui() local 1042 const uint32_t count = 2; // 2 is 2x2 in Uniform2ui() local 1063 const uint32_t count = 3; // 3 is 3x3 in Uniform3ui() local 1084 const uint32_t count in Uniform4ui() local 1110 const int32_t count = 4; // 4 max VertexAttribI4i() local 1136 const int32_t count = 4; // 4 max VertexAttribI4ui() local 1228 GLsizei count = 0; DrawArraysInstanced() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
| H A D | recording_canvas.cpp | 84 void RecordingCanvas::DrawPoints(PointMode mode, size_t count, const Point pts[]) in DrawPoints() argument 285 DrawAtlas(const Image* atlas, const RSXform xform[], const Rect tex[], const ColorQuad colors[], int count, BlendMode mode, const SamplingOptions& sampling, const Rect* cullRect) DrawAtlas() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| H A D | skia_path.cpp | 183 void SkiaPath::AddPoly(const std::vector<Point>& points, int count, bool close) in AddPoly() argument
|
| /test/testfwk/arkxtest/uitest/napi/ |
| H A D | uitest_napi.cpp | 386 auto count = NAPI_MAX_ARG_COUNT; in GenericCallback() local
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | signalndk.cpp | 424 int count = 0;
in SigSend() local
|
| /test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
| H A D | rdb_store_test.cpp | 125 static void RdbSubscribeDetailCallback(void *context, const Rdb_ChangeInfo **changeInfo, uint32_t count)
in RdbSubscribeDetailCallback() argument 130 static void RdbSubscribeBriefCallback(void *context, const char *values[], uint32_t count)
in RdbSubscribeBriefCallback() argument [all...] |
| /test/xts/acts/graphic/nativeimage/entry/src/main/cpp/ |
| H A D | nativeimage.cpp | 104 EGLint count;
in InitEGLEnv() local 484 const int count = NUMBER_500;
in OHNativeImageCreateMuch() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | amrnbdec.c | 749 int i, count = 0; in anti_sparseness() local
|
| H A D | dvbsubdec.c | 669 int count, i, x, y; in compute_default_clut() local
|
| H A D | clearvideo.c | 661 unsigned count = counts[i]; in build_vlc() local
|
| H A D | g723_1enc.c | 249 int max, shift, cur_val, prev_val, count, p; in lpc2lsp() local 698 int count = 0; in acb_search() local
|
| H A D | iff.c | 157 int count, i; in cmap_read_palette() local 250 int count = data_size / 3; extract_header() local 332 int i, count = FFMIN(palette_size / 3, 1 << s->ham); extract_header() local 586 unsigned count; decode_byterun2() local 845 uint16_t count = bytestream2_get_be16(&gb); decode_short_horizontal_delta() local 1460 int count = 0; decode_delta_l() local 1857 int i, count = 1 << s->ham; decode_frame() local [all...] |
| H A D | atrac9dec.c | 238 const int count = at9_tab_band_ext_cnt[c->band_ext][ext_band]; in parse_band_ext() local 250 const int count = at9_tab_band_ext_cnt[c->band_ext][ext_band]; in parse_band_ext() local 516 fill_with_noise(ATRAC9Context *s, ATRAC9ChannelData *c, int start, int count) fill_with_noise() argument [all...] |
| H A D | cbs_h2645.c | 519 int i, count, version; in cbs_h2645_split_fragment() local
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | aaccoder_mips.c | 253 int curidx, sign, count; in quantize_and_encode_band_cost_UQUAD_mips() local [all...] |
| /third_party/curl/tests/server/ |
| H A D | sockfilt.c | 159 static ssize_t read_wincon(int fd, void *buf, size_t count) in read_wincon() argument 191 static ssize_t write_wincon(int fd, const void *buf, size_t count) in write_wincon() argument
|