Home
last modified time | relevance | path

Searched defs:pointer (Results 151 - 175 of 438) sorted by relevance

12345678910>>...18

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_timer_bridge.cpp342 auto pointer = TextTimerModelNG::GetJSTextTimerController(frameNode); in SetTextTimerOptions() local
354 auto pointer = TextTimerModelNG::GetJSTextTimerController(frameNode); in SetTextTimerOptions() local
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessible_ability_connection.cpp204 sptr<AccessibleAbilityConnection> pointer = this; in OnAbilityConnectDone() local
285 sptr<AccessibleAbilityConnection> pointer = this; in OnAbilityConnectDoneSync() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp433 int pointer = 0; in HWTEST_F() local
482 int pointer = 1; HWTEST_F() local
525 int pointer = 0; HWTEST_F() local
551 int pointer = 2; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp59 int pointer = 0; // Read pointer starts at 0 in StringToDbQuery() local
87 Handle(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) Handle() argument
117 HandleExtra(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleExtra() argument
139 HandleEqualTo(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleEqualTo() argument
166 HandleNotEqualTo(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleNotEqualTo() argument
193 HandleGreaterThan(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleGreaterThan() argument
218 HandleLessThan(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleLessThan() argument
243 HandleGreaterThanOrEqualTo( const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleGreaterThanOrEqualTo() argument
269 HandleLessThanOrEqualTo( const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleLessThanOrEqualTo() argument
295 HandleIsNull(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleIsNull() argument
307 HandleIsNotNull(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleIsNotNull() argument
319 HandleIn(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleIn() argument
355 HandleNotIn(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleNotIn() argument
391 HandleLike(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleLike() argument
404 HandleNotLike(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleNotLike() argument
417 HandleAnd(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleAnd() argument
424 HandleOr(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleOr() argument
431 HandleOrderByAsc(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleOrderByAsc() argument
443 HandleOrderByDesc(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleOrderByDesc() argument
455 HandleOrderByWriteTime(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleOrderByWriteTime() argument
468 HandleLimit(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleLimit() argument
481 HandleBeginGroup(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleBeginGroup() argument
488 HandleEndGroup(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleEndGroup() argument
495 HandleKeyPrefix(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleKeyPrefix() argument
508 HandleInKeys(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleInKeys() argument
534 HandleSetSuggestIndex(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleSetSuggestIndex() argument
546 HandleDeviceId(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) HandleDeviceId() argument
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dacresrc.h94 const char **pointer; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c312 u16 pointer in ixgbe_calc_eeprom_checksum_X540() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dacresrc.h95 const char **pointer; member
/kernel/linux/linux-6.6/include/linux/surface_aggregator/
H A Dcontroller.h103 u8 *pointer; member
[all...]
/kernel/linux/linux-6.6/drivers/dma/dw-edma/
H A Ddw-edma-v0-core.c301 dw_edma_v0_write_ll_link(struct dw_edma_chunk *chunk, int i, u32 control, u64 pointer) dw_edma_v0_write_ll_link() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c312 u16 pointer in ixgbe_calc_eeprom_checksum_X540() local
[all...]
/kernel/liteos_a/compat/posix/src/
H A Dpthread.c574 int pthread_setspecific(pthread_key_t key, const void *pointer) in pthread_setspecific() argument
/third_party/glfw/src/
H A Dmonitor.c406 GLFWAPI void glfwSetMonitorUserPointer(GLFWmonitor* handle, void* pointer) in glfwSetMonitorUserPointer() argument
/third_party/glslang/glslang/Include/
H A DPoolAlloc.h273 typedef T *pointer; typedef in glslang::pool_allocator
[all...]
/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture.c310 void** pointer; member
322 void UnityPointer_Set(void** pointer, void* newValue, UNITY_LINE_TYPE line) in UnityPointer_Set() argument
/third_party/cJSON/tests/
H A Dmisc_tests.c468 static void *CJSON_CDECL failing_realloc(void *pointer, size_t size) in failing_realloc() argument
/third_party/icu/icu4c/source/common/
H A Dcmemory.h811 T *pointer = this->create(args...); createAndCheckErrorCode() local
[all...]
/third_party/node/src/inspector/
H A Dmain_thread_interface.cc273 Deletable* pointer = GetObjectIfExists(id); in GetObject() local
/third_party/node/deps/icu-small/source/common/
H A Dcmemory.h811 T *pointer = this->create(args...); createAndCheckErrorCode() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dglthread_varray.c345 attrib_pointer(struct glthread_state *glthread, struct glthread_vao *vao, GLuint buffer, gl_vert_attrib attrib, GLint size, GLenum type, GLsizei stride, const void *pointer) attrib_pointer() argument
369 _mesa_glthread_AttribPointer(struct gl_context *ctx, gl_vert_attrib attrib, GLint size, GLenum type, GLsizei stride, const void *pointer) _mesa_glthread_AttribPointer() argument
660 _mesa_glthread_InterleavedArrays(struct gl_context *ctx, GLenum format, GLsizei stride, const GLvoid *pointer) _mesa_glthread_InterleavedArrays() argument
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_texture.c493 mali_ptr pointer = in panfrost_emit_texture_payload() local
373 panfrost_emit_plane(const struct pan_image_layout *layout, enum pipe_format format, mali_ptr pointer, unsigned level, void *payload) panfrost_emit_plane() argument
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer-inl.h285 Address pointer = ReadField<Address>(kExternalPointerOffset) + in AddExternalPointerCompensationForDeserialization() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.h251 typedef T* pointer; typedef in pool_allocator
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderMemory.cpp33 auto &pointer = getObject(pointerId); in EmitLoad() local
95 auto &pointer = getObject(pointerId); in Store() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist.h185 typedef typename base_list_type::pointer pointer; typedef in llvm::iplist_impl
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dcmemory.h811 T *pointer = this->create(args...); createAndCheckErrorCode() local
[all...]

Completed in 21 milliseconds

12345678910>>...18