Home
last modified time | relevance | path

Searched defs:cursor (Results 201 - 225 of 718) sorted by relevance

12345678910>>...29

/third_party/skia/bench/
H A DTypefaceBench.cpp259 const char* cursor = fText[lineIndex]; in convertLine() local
/base/inputmethod/imf/frameworks/cj/include/
H A Dinput_method_ffi_structs.h84 CCursorInfo cursor; member
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dlog_util.cpp51 void LogUtil::GetTrace(stringstream& buffer, int cursor, const string& reg, string& result, string startReg) in GetTrace() argument
/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H A Dfb.c193 struct fb_setcursor_s *cursor = (struct fb_setcursor_s *)((uintptr_t)arg); in fb_ioctl() local
/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
H A Ddynamic_loader_ohos.cpp109 int32_t cursor = 0; in InitSharedLibsSonames() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_children_main_size.h69 int32_t cursor = 0; in ChangeData() local
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Ditypes_util.h507 uint8_t *cursor = buffer.get(); in MarshalToBuffer() local
532 uint8_t *cursor = buffer.get(); in MarshalToBuffer() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_db_impl.cpp124 std::string cursor; in Query() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcache_cursor_test.cpp80 auto cursor = CacheCursorTest::GetCursor(); in HWTEST_F() local
130 auto cursor = CacheCursorTest::GetCursor(); HWTEST_F() local
163 auto cursor = CacheCursorTest::GetCursor(); HWTEST_F() local
213 auto cursor = CacheCursorTest::GetCursor(); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_predicates_test.cpp133 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in HWTEST_F() local
159 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); in HWTEST_F() local
184 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
245 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
270 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
295 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
317 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
338 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
367 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
393 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
418 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
451 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
477 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
505 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
529 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
557 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
582 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
611 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.cpp498 bool TLVObject::Encode(std::vector<std::uint8_t> &buffer, size_t &cursor, size_t total) in Encode() argument
506 bool TLVObject::Decode(const std::vector<std::uint8_t> &buffer, size_t &cursor, size_t total) in Decode() argument
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_cursor.cpp30 int RelationalCursor::GetColumnCount(OH_Cursor *cursor, int *count) in GetColumnCount() argument
39 int RelationalCursor::GetColumnType(OH_Cursor *cursor, int32_t columnIndex, OH_ColumnType *columnType) in GetColumnType() argument
48 int RelationalCursor::GetColumnIndex(OH_Cursor *cursor, const char *name, int *columnIndex) in GetColumnIndex() argument
57 int RelationalCursor::GetColumnName(OH_Cursor *cursor, int32_t columnIndex, char *name, int length) in GetColumnName() argument
66 int RelationalCursor::GetRowCount(OH_Cursor *cursor, int *count) in GetRowCount() argument
75 GoToNextRow(OH_Cursor *cursor) GoToNextRow() argument
84 GetSize(OH_Cursor *cursor, int32_t columnIndex, size_t *size) GetSize() argument
93 GetText(OH_Cursor *cursor, int32_t columnIndex, char *value, int length) GetText() argument
102 GetInt64(OH_Cursor *cursor, int32_t columnIndex, int64_t *value) GetInt64() argument
111 GetReal(OH_Cursor *cursor, int32_t columnIndex, double *value) GetReal() argument
120 GetBlob(OH_Cursor *cursor, int32_t columnIndex, unsigned char *value, int length) GetBlob() argument
129 GetAsset(OH_Cursor *cursor, int32_t columnIndex, Data_Asset *value) GetAsset() argument
138 GetAssets(OH_Cursor *cursor, int32_t columnIndex, Data_Asset **value, uint32_t *length) GetAssets() argument
147 IsNull(OH_Cursor *cursor, int32_t columnIndex, bool *isNull) IsNull() argument
157 GetAssetsCount(OH_Cursor *cursor, int32_t columnIndex, uint32_t *count) GetAssetsCount() argument
166 Destroy(OH_Cursor *cursor) Destroy() argument
203 GetSelf(OH_Cursor *cursor) GetSelf() argument
[all...]
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_read_only_test.cpp506 uint64_t cursor = 1; in HWTEST_F() local
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dverify_pefile.c32 size_t cursor, datalen = pelen; in pefile_parse_binary() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/
H A Dloongson_cursor.c114 struct drm_gem_cma_object *cma, *cursor = ldev->cursor; in loongson_crtc_cursor_set2() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dtileblit.c86 struct fb_tilecursor cursor; in tile_cursor() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dpmag-aa-fb.c104 static int aafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in aafb_cursor() argument
[all...]
/kernel/linux/linux-5.10/net/rxrpc/
H A Dcall_event.c161 rxrpc_seq_t cursor, seq, top; in rxrpc_resend() local
H A Dlocal_object.c202 struct hlist_node *cursor; in rxrpc_lookup_local() local
H A Dpeer_event.c362 u8 cursor, stop; in rxrpc_peer_keepalive_worker() local
302 rxrpc_peer_keepalive_dispatch(struct rxrpc_net *rxnet, struct list_head *collector, time64_t base, u8 cursor) rxrpc_peer_keepalive_dispatch() argument
[all...]
/kernel/linux/linux-5.10/security/keys/
H A Dgc.c197 struct rb_node *cursor; in key_garbage_collector() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Devsel_fprintf.c103 sample__fprintf_callchain(struct perf_sample *sample, int left_alignment, unsigned int print_opts, struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) sample__fprintf_callchain() argument
197 sample__fprintf_sym(struct perf_sample *sample, struct addr_location *al, int left_alignment, unsigned int print_opts, struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) sample__fprintf_sym() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h62 } cursor; member
/kernel/linux/linux-5.10/drivers/gpu/drm/vkms/
H A Dvkms_crtc.c271 vkms_crtc_init(struct drm_device *dev, struct drm_crtc *crtc, struct drm_plane *primary, struct drm_plane *cursor) vkms_crtc_init() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_crtc.c192 struct drm_plane *primary = NULL, *cursor = NULL; in sun4i_crtc_init() local

Completed in 13 milliseconds

12345678910>>...29