Home
last modified time | relevance | path

Searched defs:count (Results 4026 - 4050 of 6508) sorted by relevance

1...<<161162163164165166167168169170>>...261

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp292 napi_value WebGLRenderingContextBaseImpl::DrawArrays(napi_env env, GLenum mode, GLint first, GLsizei count) in DrawArrays() argument
1035 GLenum WebGLRenderingContextBaseImpl::CheckDrawArrays(napi_env env, GLenum mode, GLint first, GLsizei count) in CheckDrawArrays() argument
279 DrawElements( napi_env env, GLenum mode, GLsizei count, GLenum type, GLintptr offset) DrawElements() argument
1056 CheckDrawElements( napi_env env, GLenum mode, GLsizei count, GLenum type, int64_t offset) CheckDrawElements() argument
[all...]
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp1457 int32_t count = (window_->dialogDeathRecipientListeners_)[window_->GetPersistentId()].size(); in HWTEST_F() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gestureScroll/
H A Dgesture_interfaceTest.cpp49 int *count = (int *)malloc(sizeof(int)); in GestureInterruptFunc() local
120 int count = 0; in ParallelInnerGestureFunc() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk1.cpp33 int count; member
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/
H A Dudmf_ndk_test.cpp103 unsigned int count = 0; in OH_Udmf_GetUnifiedRecordTypes001() local
121 unsigned int count = 0; in OH_Udmf_GetRecords001() local
154 unsigned int count = 0; in OH_Udmf_SetAndGetUnifiedData001() local
193 unsigned int count in OH_Udmf_SetAndGetUnifiedData002() local
225 unsigned int count = 0; OH_Udmf_GetRecords002() local
245 unsigned int count = sizeof(entry); OH_Udmf_AddAndGetGeneralEntry001() local
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
H A Drdb_store_predicates_test.cpp156 uint32_t count = 1; in SUB_DDM_RDB_Predicates_0100() local
707 uint32_t count = 1; in SUB_DDM_RDB_Predicates_2000() local
739 uint32_t count = 1; in SUB_DDM_RDB_Predicates_2100() local
769 uint32_t count = 1; in SUB_DDM_RDB_Predicates_2200() local
799 uint32_t count = 1; in SUB_DDM_RDB_Predicates_2300() local
893 uint32_t count = 1; SUB_DDM_RDB_Predicates_2600() local
1011 uint32_t count = 1; SUB_DDM_RDB_Predicates_3000() local
1352 uint32_t count = 1; SUB_DDM_RDB_Predicates_4200() local
1381 uint32_t count = 1; SUB_DDM_RDB_Predicates_4300() local
1466 uint32_t count = 1; SUB_DDM_RDB_Predicates_4600() local
1495 uint32_t count = 1; SUB_DDM_RDB_Predicates_4700() local
1552 uint32_t count = 1; SUB_DDM_RDB_Predicates_4900() local
1580 uint32_t count = 1; SUB_DDM_RDB_Predicates_5000() local
1637 uint32_t count = 1; SUB_DDM_RDB_Predicates_5200() local
1665 uint32_t count = 1; SUB_DDM_RDB_Predicates_5300() local
[all...]
/test/xts/acts/communication_lite/lwip_posix/src/
H A DActsLwipTest.cpp117 int count = 4; in CommTcpClientTask() local
/test/xts/acts/communication_lite/lwip_hal/src/
H A Dlwip_func_test.c132 int count = 4; in CommTcpClientTask() local
/test/xts/acts/graphic/graphicnapitest/
H A DNativeImageTest.cpp153 EGLint count; in InitEglContext() local
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingCanvasTest.cpp309 int count = OH_Drawing_CanvasGetSaveCount(canvas_); in HWTEST_F() local
1055 int count = 0; in HWTEST_F() local
1064 EXPECT_EQ(strlen(str), count); HWTEST_F() local
1106 int count = strlen(str); HWTEST_F() local
[all...]
/test/xts/acts/global/global_napi_test/entry/src/main/cpp/napi/
H A Dglobal_napi_test.cpp45 int count = OH_ResourceManager_GetRawFileCount(rawDir); in GetFileList() local
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/
H A DimageEffect.cpp362 int32_t count = 0; in OHImageEffectGetFilterCount() local
/third_party/ffmpeg/libavcodec/
H A Dcfhd.c776 int count = 0, bytes; in cfhd_decode() local
[all...]
H A Dmovtextenc.c78 unsigned count; member
[all...]
H A Dgifdec.c262 int count = ff_lzw_decode(s->lzw, s->idx_line, width); in gif_read_image() local
H A Dlagarith.c342 int count = FFMIN(l->zeros_rem, width - i); in lag_decode_line() local
376 int count; in lag_decode_zero_run_line() local
[all...]
H A Dhuffyuvdec.c215 int count = 3; in read_huffman_tables() local
620 static void decode_422_bitstream(HYuvContext *s, int count) in decode_422_bitstream() argument
666 int i, count in decode_plane_bitstream() local
725 decode_gray_bitstream(HYuvContext *s, int count) decode_gray_bitstream() argument
743 decode_bgr_1(HYuvContext *s, int count, int decorrelate, int alpha) decode_bgr_1() argument
801 decode_bgr_bitstream(HYuvContext *s, int count) decode_bgr_bitstream() argument
[all...]
H A Dhuffyuvenc.c187 int count = 3; in store_huffman_tables() local
409 static int encode_422_bitstream(HYuvContext *s, int offset, int count) in encode_422_bitstream() argument
466 int i, count in encode_plane_bitstream() local
626 encode_gray_bitstream(HYuvContext *s, int count) encode_gray_bitstream() argument
671 encode_bgra_bitstream(HYuvContext *s, int count, int planes) encode_bgra_bitstream() argument
[all...]
H A Dffv1.h59 uint8_t count; member
159 int count = state->count; in update_vlc_state() local
[all...]
H A Dmagicyuvenc.c387 int count; in encode_slice() local
H A Dmotion_est_template.c946 const int count= c->avctx->last_predictor_count; in epzs_motion_search_internal() local
/third_party/ffmpeg/libavcodec/mips/
H A Dmpegaudiodsp_mips_float.c1227 ff_imdct36_blocks_mips_float(float *out, float *buf, float *in, int count, int switch_point, int block_type) ff_imdct36_blocks_mips_float() argument
H A Dvc1dsp_mmi.c131 int count; in ff_vc1_inv_trans_8x8_dc_mmi() local
483 int16_t count = 4; in ff_vc1_inv_trans_8x4_mmi() local
949 uint64_t count = 8, tmp[1]; ff_vc1_inv_trans_4x8_mmi() local
1179 uint32_t count = 4, tmp[1]; ff_vc1_inv_trans_4x4_mmi() local
[all...]
/third_party/eudev/src/libudev/
H A Dlibudev-monitor.c673 ssize_t blen, count; in udev_monitor_send_device() local
/third_party/exfatprogs/lib/
H A Dlibexfat.c27 exfat_bitmap_set_range(struct exfat *exfat, char *bitmap, clus_t start_clus, clus_t count) exfat_bitmap_set_range() argument

Completed in 39 milliseconds

1...<<161162163164165166167168169170>>...261