Home
last modified time | relevance | path

Searched defs:cursor (Results 176 - 200 of 383) sorted by relevance

12345678910>>...16

/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
/third_party/ffmpeg/libavformat/
H A Dconcat.c215 const char *cursor; in concatf_open() local
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DStringMatcher.java241 replace(Replaceable text, int start, int limit, int[] cursor) replace() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DStringMatcher.java242 replace(Replaceable text, int start, int limit, int[] cursor) replace() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dstrmatch.cpp95 int32_t cursor = offset; in matches() local
[all...]
H A Dstrrepl.cpp104 replace(Replaceable& text, int32_t start, int32_t limit, int32_t& cursor) replace() argument
247 int32_t cursor = cursorPos; toReplacerPattern() local
[all...]
/third_party/libunwind/libunwind/src/ia64/
H A DGresume.c34 local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) in local_resume() argument
167 ia64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) in ia64_local_resume() argument
263 unw_resume(unw_cursor_t *cursor) unw_resume() argument
[all...]
/third_party/libunwind/libunwind/src/x86/
H A DGos-linux.c32 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame() argument
73 x86_handle_signal_frame (unw_cursor_t *cursor) in x86_handle_signal_frame() argument
285 x86_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, voi argument
317 x86_sigreturn(unw_cursor_t *cursor) x86_sigreturn() argument
[all...]
H A DGos-freebsd.c39 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame() argument
105 x86_handle_signal_frame (unw_cursor_t *cursor) in x86_handle_signal_frame() argument
345 x86_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, voi argument
[all...]
/third_party/libunwind/libunwind/tests/
H A DGtest-bt.c55 unw_cursor_t cursor; variable
H A DGperf-simple.c61 unw_cursor_t cursor; in measure_unwind() local
159 cursor[N]; in measure_init() local
H A DGperf-trace.c145 cursor[N]; in measure_init() local
H A DGtest-dyn1.c105 unw_cursor_t cursor; in sighandler() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_liveness.c222 nir_get_live_ssa_defs(nir_cursor cursor, void *mem_ctx) in nir_get_live_ssa_defs() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dstrmatch.cpp95 int32_t cursor = offset; in matches() local
[all...]
H A Dstrrepl.cpp104 replace(Replaceable& text, int32_t start, int32_t limit, int32_t& cursor) replace() argument
247 int32_t cursor = cursorPos; toReplacerPattern() local
[all...]
/third_party/mesa3d/src/util/
H A Du_debug_stack.c59 symbol_name_cached(unw_cursor_t *cursor, unw_proc_info_t *pip) in symbol_name_cached() argument
93 unw_cursor_t cursor; in debug_backtrace_capture() local

Completed in 15 milliseconds

12345678910>>...16