| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
| H A D | napi_rdb_context.h | 63 uint64_t cursor = UINT64_MAX; member
|
| /test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
| H A D | rdb_store_backup_test.cpp | 122 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 D | rdb_store_level_test.cpp | 189 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 D | fb.c | 491 struct fb_setcursor_s cursor; in fb_ioctl() local
|
| /third_party/libunwind/libunwind/include/tdep-hppa/ |
| H A D | libunwind_i.h | 57 struct cursor struct
|
| /third_party/libunwind/libunwind/include/tdep-tilegx/ |
| H A D | libunwind_i.h | 63 struct cursor struct
|
| /third_party/libunwind/libunwind/include/tdep-sh/ |
| H A D | libunwind_i.h | 58 struct cursor struct
|
| /third_party/libunwind/libunwind/src/x86_64/ |
| H A D | Gtrace.c | 274 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 D | libunwind_i.h | 67 struct cursor struct
|
| /third_party/libunwind/libunwind/include/tdep-ppc32/ |
| H A D | libunwind_i.h | 64 struct cursor struct
|
| /third_party/libunwind/libunwind/src/aarch64/ |
| H A D | Gtrace.c | 276 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 D | Gtrace.c | 277 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 D | aco_scheduler.cpp | 161 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 D | brw_vec4_builder.h | 632 exec_node *cursor; member in brw::vec4_builder
|
| /third_party/mesa3d/src/intel/tools/imgui/ |
| H A D | imgui_impl_gtk3.cpp | 277 GdkCursor *cursor = in ImGui_ImplGtk3_NewFrame() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_atom_array.cpp | 220 GLubyte *cursor = data; in st_setup_current() local
|
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| H A D | va_insert_flow.c | 63 bi_flow(bi_context *ctx, bi_cursor cursor, enum va_flow flow) in bi_flow() argument
|
| /third_party/lz4/ossfuzz/ |
| H A D | round_trip_stream_fuzzer.c | 43 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 D | builtins-api.cc | 214 int cursor = BuiltinArguments::kNumExtraArgs; in InvokeApiFunction() local
|
| /third_party/skia/src/core/ |
| H A D | SkScalerCache.cpp | 85 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 D | ftbzip2.c | 107 FT_Byte* cursor; member [all...] |
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffparse.h | 56 FT_Byte* cursor; member
|
| /third_party/skia/third_party/externals/freetype/src/gzip/ |
| H A D | ftgzip.c | 193 FT_Byte* cursor; member [all...] |
| /third_party/python/Modules/_sqlite/ |
| H A D | row.c | 75 pysqlite_row_new_impl(PyTypeObject *type, pysqlite_Cursor *cursor, in pysqlite_row_new_impl() argument
|
| /third_party/skia/modules/skplaintexteditor/app/ |
| H A D | editor_application.cpp | 292 SkIRect cursor = fEditor.getLocation(fTextPos).roundOut(); in move() local
|