Home
last modified time | relevance | path

Searched defs:cursor (Results 226 - 250 of 399) sorted by relevance

12345678910>>...16

/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_context.h63 uint64_t cursor = UINT64_MAX; member
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
H A Drdb_store_backup_test.cpp122 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); in SUB_DDM_RDB_BackupRestoreTest_0100() local
156 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); in SUB_DDM_RDB_BackupRestoreTest_0300() local
234 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); SUB_DDM_RDB_BackupRestoreTest_0400() local
294 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); SUB_DDM_RDB_BackupRestoreTest_0500() local
371 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); SUB_DDM_RDB_BackupRestoreTest_0600() local
446 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); SUB_DDM_RDB_BackupRestoreTest_0700() local
477 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); SUB_DDM_RDB_BackupRestoreTest_0800() local
561 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); SUB_DDM_RDB_BackupRestoreTest_0900() local
619 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeBackupTestRdbStore_, querySql); SUB_DDM_RDB_BackupRestoreTest_0110() local
[all...]
H A Drdb_store_level_test.cpp189 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); in SUB_DDM_RDB_LEVEL_0100() local
238 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); in SUB_DDM_RDB_LEVEL_0200() local
287 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); SUB_DDM_RDB_LEVEL_0300() local
336 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); SUB_DDM_RDB_LEVEL_0400() local
385 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); SUB_DDM_RDB_LEVEL_EL_0100() local
433 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); SUB_DDM_RDB_LEVEL_EL_0200() local
482 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); SUB_DDM_RDB_LEVEL_EL_0300() local
531 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeLevelTestRdbStore_, querySql); SUB_DDM_RDB_LEVEL_EL_0400() local
[all...]
/third_party/NuttX/drivers/video/
H A Dfb.c491 struct fb_setcursor_s cursor; in fb_ioctl() local
/third_party/libunwind/libunwind/include/tdep-hppa/
H A Dlibunwind_i.h57 struct cursor struct
/third_party/libunwind/libunwind/include/tdep-tilegx/
H A Dlibunwind_i.h63 struct cursor struct
/third_party/libunwind/libunwind/include/tdep-sh/
H A Dlibunwind_i.h58 struct cursor struct
/third_party/libunwind/libunwind/src/x86_64/
H A DGtrace.c274 trace_lookup (unw_cursor_t *cursor, in trace_lookup() argument
398 tdep_trace (unw_cursor_t *cursor, void **buffer, int *size) in tdep_trace() argument
212 trace_init_addr(unw_tdep_frame_t *f, unw_cursor_t *cursor, unw_word_t cfa, unw_word_t rip, unw_word_t rbp, unw_word_t rsp) trace_init_addr() argument
[all...]
/third_party/libunwind/libunwind/include/tdep-mips/
H A Dlibunwind_i.h67 struct cursor struct
/third_party/libunwind/libunwind/include/tdep-ppc32/
H A Dlibunwind_i.h64 struct cursor struct
/third_party/libunwind/libunwind/src/aarch64/
H A DGtrace.c276 trace_lookup (unw_cursor_t *cursor, in trace_lookup() argument
400 tdep_trace (unw_cursor_t *cursor, void **buffer, int *size) in tdep_trace() argument
216 trace_init_addr(unw_tdep_frame_t *f, unw_cursor_t *cursor, unw_word_t cfa, unw_word_t pc, unw_word_t fp, unw_word_t sp) trace_init_addr() argument
[all...]
/third_party/libunwind/libunwind/src/arm/
H A DGtrace.c277 trace_lookup (unw_cursor_t *cursor, in trace_lookup() argument
401 tdep_trace (unw_cursor_t *cursor, void **buffer, int *size) in tdep_trace() argument
217 trace_init_addr(unw_tdep_frame_t *f, unw_cursor_t *cursor, unw_word_t cfa, unw_word_t pc, unw_word_t r7, unw_word_t sp) trace_init_addr() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_scheduler.cpp161 assert(source_idx < insert_idx_clause); assert(insert_idx_clause < insert_idx); RegisterDemand reference_demand; for (int i = source_idx + 1; i < insert_idx_clause; ++i) { reference_demand.update(register_demand[i]); } assert(total_demand == reference_demand); reference_demand = {}; for (int i = insert_idx_clause; i < insert_idx; ++i) { reference_demand.update(register_demand[i]); } assert(clause_demand == reference_demand); } DownwardsCursor MoveState::downwards_init(int current_idx, bool improved_rar_, bool may_form_clauses) { improved_rar = improved_rar_; std::fill(depends_on.begin(), depends_on.end(), false); if (improved_rar) { std::fill(RAR_dependencies.begin(), RAR_dependencies.end(), false); if (may_form_clauses) std::fill(RAR_dependencies_clause.begin(), RAR_dependencies_clause.end(), false); } for (const Operand& op : current->operands) { if (op.isTemp()) { depends_on[op.tempId()] = true; if (improved_rar && op.isFirstKill()) RAR_dependencies[op.tempId()] = true; } } DownwardsCursor cursor(current_idx, register_demand[current_idx]); cursor.verify_invariants(register_demand); return cursor; } MoveResult MoveState::downwards_move(DownwardsCursor& cursor, bool add_to_clause) { aco_ptr<Instruction>& instr = block->instructions[cursor.source_idx]; for (const Definition& def : instr->definitions) if (def.isTemp() && depends_on[def.tempId()]) return move_fail_ssa; std::vector<bool>& RAR_deps = improved_rar ? (add_to_clause ? RAR_dependencies_clause : RAR_dependencies) : depends_on; for (const Operand& op : instr->operands) verify_invariants() argument
282 downwards_skip(DownwardsCursor& cursor) downwards_skip() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_builder.h632 exec_node *cursor; member in brw::vec4_builder
/third_party/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp277 GdkCursor *cursor = in ImGui_ImplGtk3_NewFrame() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_array.cpp220 GLubyte *cursor = data; in st_setup_current() local
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_insert_flow.c63 bi_flow(bi_context *ctx, bi_cursor cursor, enum va_flow flow) in bi_flow() argument
/third_party/lz4/ossfuzz/
H A Dround_trip_stream_fuzzer.c43 cursor_t cursor; in cursor_create() local
53 void cursor_free(cursor_t cursor) in cursor_free() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-api.cc214 int cursor = BuiltinArguments::kNumExtraArgs; in InvokeApiFunction() local
/third_party/skia/src/core/
H A DSkScalerCache.cpp85 const SkGlyph** cursor = results; in internalPrepare() local
143 const SkGlyph** cursor = results; in prepareImages() local
/third_party/skia/third_party/externals/freetype/src/bzip2/
H A Dftbzip2.c107 FT_Byte* cursor; member
[all...]
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.h56 FT_Byte* cursor; member
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftgzip.c193 FT_Byte* cursor; member
[all...]
/third_party/python/Modules/_sqlite/
H A Drow.c75 pysqlite_row_new_impl(PyTypeObject *type, pysqlite_Cursor *cursor, in pysqlite_row_new_impl() argument
/third_party/skia/modules/skplaintexteditor/app/
H A Deditor_application.cpp292 SkIRect cursor = fEditor.getLocation(fTextPos).roundOut(); in move() local

Completed in 17 milliseconds

12345678910>>...16