| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | strrepl.cpp | 104 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 D | u_debug_stack.c | 59 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
|
| /third_party/libdrm/tests/modetest/ |
| H A D | cursor.c | 44 struct cursor { struct 77 static void set_cursor(struct cursor *cursor, const struct cursor_step *step) in set_cursor() argument 90 move_cursor(struct cursor *cursor, const struct cursor_step *step) move_cursor() argument 148 struct cursor *cursor = &cursors[i]; cursor_thread_func() local 169 struct cursor *cursor = &cursors[ncursors]; cursor_init() local [all...] |
| /third_party/node/deps/v8/src/strings/ |
| H A D | unicode-inl.h | 84 uchar Utf8::ValueOfIncremental(const byte** cursor, State* state, in ValueOfIncremental() argument 178 uchar Utf8::ValueOf(const byte* bytes, size_t length, size_t* cursor) { in ValueOf() argument
|
| /third_party/rust/crates/clap/clap_complete/src/ |
| H A D | dynamic.rs | 301 let mut cursor = raw_args.cursor(); in complete() variables
|
| /third_party/rust/crates/clap/clap_lex/src/ |
| H A D | lib.rs | 177 pub fn cursor(&self) -> ArgCursor { cursor() functions [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| H A D | FrameBuffer.cpp | 32 FrameBuffer::Cursor FrameBuffer::cursor = {}; member in sw::FrameBuffer [all...] |
| H A D | FrameBuffer.hpp | 90 static Cursor cursor; member in sw::FrameBuffer
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | strmatch.cpp | 95 int32_t cursor = offset; in matches() local [all...] |
| H A D | strrepl.cpp | 104 replace(Replaceable& text, int32_t start, int32_t limit, int32_t& cursor) replace() argument 247 int32_t cursor = cursorPos; toReplacerPattern() local [all...] |
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | ftsystem.h | 339 unsigned char* cursor; member
|
| /third_party/skia/third_party/externals/freetype/src/lzw/ |
| H A D | ftlzw.c | 74 FT_Byte* cursor; member [all...] |
| /base/inputmethod/imf/frameworks/cj/src/ |
| H A D | input_method_ffi.cpp | 331 int32_t FfiInputMethodControllerUpdateCursor(CCursorInfo cursor) in FfiInputMethodControllerUpdateCursor() argument
|
| /base/startup/init/services/begetctl/shell/ |
| H A D | shell_bas.h | 84 uint16_t cursor; member
|
| /base/telephony/core_service/utils/codec/src/ |
| H A D | asn1_node.cpp | 218 std::string cursor = ""; in Asn1GetHeadAsHexStr() local
|
| /base/telephony/call_manager/services/spam_call/src/ |
| H A D | spam_call_adapter.cpp | 108 cJSON *cursor = cJSON_GetObjectItem(json, key.c_str()); in JsonGetNumberValue() local 122 cJSON *cursor = cJSON_GetObjectItem(json, key.c_str()); in JsonGetStringValue() local 137 cJSON *cursor = cJSON_GetObjectItem(json, key.c_str()); in JsonGetBoolValue() local
|
| /base/usb/usb_manager/services/native/src/ |
| H A D | usb_descriptor_parser.cpp | 143 uint32_t cursor = offset; in ParseConfigDescriptors() local 191 ParseConfigDescriptor( const uint8_t *buffer, uint32_t length, uint32_t &cursor, USBConfig &config) ParseConfigDescriptor() argument 248 ParseInterfaceDescriptor( const uint8_t *buffer, uint32_t length, uint32_t &cursor, UsbInterface &interface) ParseInterfaceDescriptor() argument 302 ParseEndpointDescriptor( const uint8_t *buffer, uint32_t length, uint32_t &cursor, USBEndpoint &ep) ParseEndpointDescriptor() argument [all...] |
| /foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
| H A D | rtsp_sdp.cpp | 186 uint32_t cursor = 0; in GetVideoSize() local [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
| H A D | general_store_mock.cpp | 132 int32_t GeneralStoreMock::CleanTrackerData(const std::string &tableName, int64_t cursor) in CleanTrackerData() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | rdb_result_set_impl_test.cpp | 43 std::shared_ptr<CursorMock::ResultSet> cursor; member in OHOS::Test::DistributedRDBTest::RdbResultSetImplTest
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
| H A D | cloud_cursor_impl.cpp | 60 unsigned char *cursor = nullptr; in CloudCursorImpl() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
| H A D | rdb_cloud.cpp | 78 std::shared_ptr<Cursor> cursor = nullptr; in Query() local [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
| H A D | cloud_test.cpp | 508 std::pair<int32_t, std::string> cursor = { GeneralError::E_NOT_SUPPORT, "" }; in HWTEST_F() local
|
| /foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
| H A D | rdb_cursor_test.cpp | 191 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); in HWTEST_F() local 235 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); HWTEST_F() local 275 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); HWTEST_F() local 316 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); HWTEST_F() local 381 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); HWTEST_F() local 428 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); HWTEST_F() local 475 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); HWTEST_F() local 503 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); HWTEST_F() local 565 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); HWTEST_F() local 687 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| H A D | rdb_store_impl_test.cpp | 698 uint64_t cursor = UINT64_MAX; in HWTEST_F() local
|