Home
last modified time | relevance | path

Searched defs:pointer (Results 176 - 200 of 490) sorted by relevance

12345678910>>...20

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrVertexAttrib.hpp115 const void* pointer; //!< Data pointer. member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVertexAttribute.h87 const void *pointer; member
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dgep_propagation.cpp357 auto pointer = gep->getPointerOperand(); in OptimizeGepoffs() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_atomics.cpp314 void *pointer = BuiltinsArrayBuffer::GetDataPointFromBuffer(arrBufHadle.GetTaggedValue()); in AtomicReadModifyWriteCase() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_list_format.cpp35 void JSListFormat::FreeIcuListFormatter([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void* hint) in FreeIcuListFormatter() argument
57 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuListFormatter, callback); in SetIcuListFormatter() local
H A Djs_number_format.h118 static void FreeIcuNumberformat([[maybe_unused]] void *env, void *pointer, void *data) in FreeIcuNumberformat() argument
/base/telephony/core_service/services/sim/src/
H A Dusim_dialling_numbers_service.cpp129 void UsimDiallingNumbersService::ObtainUsimElementaryFiles(const AppExecFwk::InnerEvent::Pointer &pointer) in ObtainUsimElementaryFiles() argument
H A Dicc_dialling_numbers_cache.cpp286 AppExecFwk::InnerEvent::Pointer pointer = CreateUsimPointer(MSG_SIM_OBTAIN_PBR_DETAILS_DONE, fileId, caller); in ObtainAllDiallingNumberFiles() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_gv_gesture.h84 HIGV_TOUCH_POINT_S pointer; member
89 HIGV_TOUCH_POINT_S pointer; member
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_checkbox_bridge.cpp422 auto pointer = firstArg->ToNativePointer(vm); in SetCheckboxOptions() local
H A Darkts_native_radio_bridge.cpp394 auto pointer = firstArg->ToNativePointer(vm); in SetRadioOptions() local
H A Darkts_native_toggle_bridge.cpp398 auto pointer = nodeArg->ToNativePointer(vm); in SetToggleOptions() local
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...]

Completed in 21 milliseconds

12345678910>>...20