| /third_party/skia/bench/ |
| H A D | TypefaceBench.cpp | 259 const char* cursor = fText[lineIndex]; in convertLine() local
|
| /base/inputmethod/imf/frameworks/cj/include/ |
| H A D | input_method_ffi_structs.h | 84 CCursorInfo cursor; member
|
| /base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/ |
| H A D | log_util.cpp | 51 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 D | fb.c | 193 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 D | dynamic_loader_ohos.cpp | 109 int32_t cursor = 0; in InitSharedLibsSonames() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| H A D | list_children_main_size.h | 69 int32_t cursor = 0; in ChangeData() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/common/ |
| H A D | itypes_util.h | 507 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 D | cloud_db_impl.cpp | 124 std::string cursor; in Query() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | cache_cursor_test.cpp | 80 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 D | rdb_predicates_test.cpp | 133 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 D | tlv_object.cpp | 498 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 D | relational_cursor.cpp | 30 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 D | rdb_read_only_test.cpp | 506 uint64_t cursor = 1; in HWTEST_F() local
|
| /kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
| H A D | verify_pefile.c | 32 size_t cursor, datalen = pelen; in pefile_parse_binary() local [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/loongson/ |
| H A D | loongson_cursor.c | 114 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 D | tileblit.c | 86 struct fb_tilecursor cursor; in tile_cursor() local [all...] |
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| H A D | pmag-aa-fb.c | 104 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 D | call_event.c | 161 rxrpc_seq_t cursor, seq, top; in rxrpc_resend() local
|
| H A D | local_object.c | 202 struct hlist_node *cursor; in rxrpc_lookup_local() local
|
| H A D | peer_event.c | 362 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 D | gc.c | 197 struct rb_node *cursor; in key_garbage_collector() local
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | evsel_fprintf.c | 103 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 D | nouveau_crtc.h | 62 } cursor; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vkms/ |
| H A D | vkms_crtc.c | 271 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 D | sun4i_crtc.c | 192 struct drm_plane *primary = NULL, *cursor = NULL; in sun4i_crtc_init() local
|