Home
last modified time | relevance | path

Searched defs:cursor (Results 351 - 375 of 399) sorted by relevance

1...<<111213141516

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp212 int RdbStoreImpl::CleanDirtyData(const std::string &table, uint64_t cursor) in CleanDirtyData() argument
H A Dsqlite_connection.cpp941 int SqliteConnection::CleanDirtyData(const std::string &table, uint64_t cursor) in CleanDirtyData() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp305 double cursor = 0; in ParseCursor() local
/third_party/ffmpeg/libavcodec/
H A Dg2meet.c158 uint8_t *cursor; member
1330 const uint8_t *cursor; in g2m_paint_cursor() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dsbgdec.c130 char *cursor; member
[all...]
/third_party/glfw/src/
H A Dwin32_window.c2290 _glfwCreateCursorWin32(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot) _glfwCreateCursorWin32() argument
2301 _glfwCreateStandardCursorWin32(_GLFWcursor* cursor, int shape) _glfwCreateStandardCursorWin32() argument
2355 _glfwDestroyCursorWin32(_GLFWcursor* cursor) _glfwDestroyCursorWin32() argument
2361 _glfwSetCursorWin32(_GLFWwindow* window, _GLFWcursor* cursor) _glfwSetCursorWin32() argument
[all...]
H A Dx11_window.c2938 _glfwCreateCursorX11(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot) _glfwCreateCursorX11() argument
2949 _glfwCreateStandardCursorX11(_GLFWcursor* cursor, int shape) _glfwCreateStandardCursorX11() argument
3047 _glfwDestroyCursorX11(_GLFWcursor* cursor) _glfwDestroyCursorX11() argument
3053 _glfwSetCursorX11(_GLFWwindow* window, _GLFWcursor* cursor) _glfwSetCursorX11() argument
[all...]
H A Dwl_window.c1126 _GLFWcursor* cursor; in incrementCursorImage() local
1503 struct wl_cursor* cursor = wl_cursor_theme_get_cursor(theme, cursorName); pointerHandleMotion() local
2749 _glfwCreateCursorWayland(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot) _glfwCreateCursorWayland() argument
2764 _glfwCreateStandardCursorWayland(_GLFWcursor* cursor, int shape) _glfwCreateStandardCursorWayland() argument
2865 _glfwDestroyCursorWayland(_GLFWcursor* cursor) _glfwDestroyCursorWayland() argument
3001 _glfwSetCursorWayland(_GLFWwindow* window, _GLFWcursor* cursor) _glfwSetCursorWayland() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_linking_helpers.c875 unsigned cursor = 0; in compact_components() local
765 assign_remap_locations(struct varying_loc (*remap)[4], struct assigned_comps *assigned_comps, struct varying_component *info, unsigned *cursor, unsigned *comp, unsigned max_location, nir_pack_varying_options options) assign_remap_locations() argument
[all...]
H A Dnir.c1027 reduce_cursor(nir_cursor cursor) in reduce_cursor() argument
1128 nir_instr_insert(nir_cursor cursor, nir_instr *instr) nir_instr_insert() argument
1179 nir_instr_move(nir_cursor cursor, nir_instr *instr) nir_instr_move() argument
2217 cursor_next_instr(nir_cursor cursor) cursor_next_instr() argument
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h656 agx_cursor cursor; member
660 agx_init_builder(agx_context *ctx, agx_cursor cursor) in agx_init_builder() argument
671 agx_builder_insert(agx_cursor *cursor, agx_instr *I) in agx_builder_insert() argument
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp48 uint8_t *map, *end, *cursor; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcompiler.h1337 bi_cursor cursor; member
1341 bi_init_builder(bi_context *ctx, bi_cursor cursor) in bi_init_builder() argument
1352 bi_builder_insert(bi_cursor *cursor, bi_instr *I) in bi_builder_insert() argument
[all...]
/third_party/libdrm/
H A Dxf86drmMode.c1327 uint32_t cursor; member
1331 uint32_t cursor; member
1421 drmModeAtomicSetCursor(drmModeAtomicReqPtr req, int cursor) drmModeAtomicSetCursor() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc936 int cursor = 0; in ReduceFastApiCall() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1273 int cursor = 0; in SearchRegExpMultiple() local
1574 int cursor = 0; in RUNTIME_FUNCTION() local
1946 int cursor = 0; RUNTIME_FUNCTION() local
[all...]
/third_party/node/deps/v8/src/strings/
H A Dunicode.cc194 uchar Utf8::CalculateValue(const byte* str, size_t max_length, size_t* cursor) { in CalculateValue() argument
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs1469 pub fn cursor(&self) -> &Cursor { cursor() functions
1770 pub fn cursor(&self) -> Cursor { cursor() functions
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs664 let mut cursor = raw_args.cursor(); in try_get_matches_from_mut() variables
/third_party/python/Python/
H A Dtraceback.c133 PyTracebackObject *cursor = (PyTracebackObject *)new_next; in tb_next_set() local
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrtypes.h246 FT_Byte* cursor; member
/third_party/python/Modules/_sqlite/
H A Dconnection.c384 PyObject* cursor; in pysqlite_connection_cursor_impl() local
1692 PyObject *cursor = pysqlite_connection_cursor_impl(self, NULL); pysqlite_connection_execute_impl() local
1725 PyObject *cursor = pysqlite_connection_cursor_impl(self, NULL); pysqlite_connection_executemany_impl() local
1757 PyObject *cursor = pysqlite_connection_cursor_impl(self, NULL); pysqlite_connection_executescript() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddtptngen.cpp69 int32_t cursor; member
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c1478 attrlist_cursor_t cursor; in attr_remove_f() local
593 attr_list_path(pathname_t * name, char *buffer, const int buffersize, int flags, attrlist_cursor_t * cursor) attr_list_path() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dshaderapi.c3271 _mesa_set_shader_include_cursor(struct gl_shared_state *shared, size_t cursor) in _mesa_set_shader_include_cursor() argument

Completed in 64 milliseconds

1...<<111213141516