Home
last modified time | relevance | path

Searched defs:address (Results 276 - 300 of 657) sorted by relevance

1...<<11121314151617181920>>...27

/base/telephony/call_manager/services/distributed_call/src/
H A Ddistributed_call_manager.cpp153 std::string address = device.address; in GetDevIdFromAudioDevice() local
[all...]
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_msg.cpp142 std::vector<MmsAddress> address; in GetMmsFrom() local
151 bool MmsMsg::SetMmsFrom(MmsAddress address) in SetMmsFrom() argument
236 bool MmsMsg::AddHeaderAddressValue(uint8_t fieldId, MmsAddress &address) in AddHeaderAddressValue() argument
/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp203 MmsAddress address; in GetSendReqDataTest() local
345 MmsAddress address; in MmsNotificationIndEncodeTest() local
427 MmsAddress address; in MmsRetrieveConfDataTest() local
581 MmsAddress address; in MmsReadRecIndEncodeTest() local
632 MmsAddress address; MmsReadOrigIndEncodeTest() local
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_engine_wrapper.cpp227 void ArkWebEngineWrapper::SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime) in SetHostIP() argument
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp141 void SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime) {} in SetHostIP() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_mmu_page_directory.c25 mali_dma_addr address; in mali_allocate_empty_page() local
46 void mali_free_empty_page(mali_dma_addr address, mali_io_address virt_addr) in mali_free_empty_page() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_uk_types.h154 void *address; /**< [in] flush start addr */ member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_mmu_page_directory.c26 mali_dma_addr address; in mali_allocate_empty_page() local
47 void mali_free_empty_page(mali_dma_addr address, mali_io_address virt_addr) in mali_free_empty_page() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/
H A Dump_uk_types.h142 void *address; /**< [in] flush start addr */ member
/third_party/elfio/tests/
H A DELFIOTest.cpp64 checkSection( const section* sec, Elf_Half index, const std::string& name, Elf_Word type, Elf_Xword flags, Elf64_Addr address, Elf_Xword size, Elf_Word link, Elf_Word info, Elf_Xword addrAlign, Elf_Xword entrySize ) checkSection() argument
89 checkSection( const section* sec, const std::string& name, Elf_Word type, Elf_Xword flags, Elf64_Addr address, Elf_Xword size, Elf_Word link, Elf_Word info, Elf_Xword addrAlign, Elf_Xword entrySize ) checkSection() argument
/third_party/eudev/src/udev/
H A Dudev-builtin-net_id.c237 char *address; in dev_pci_slot() local
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_getlocation.c821 getlocations_addr(Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, Dwarf_Addr *startp, Dwarf_Addr *endp, Dwarf_Addr address, const Elf_Data *locs, Dwarf_Op **expr, size_t *exprlen) getlocations_addr() argument
889 dwarf_getlocation_addr(Dwarf_Attribute *attr, Dwarf_Addr address, Dwarf_Op **llbufs, size_t *listlens, size_t maxlocs) dwarf_getlocation_addr() argument
[all...]
/third_party/glslang/glslang/Include/
H A DPoolAlloc.h282 pointer address(reference x) const { return &x; } in address() function in glslang::pool_allocator
283 const_pointer address(const_reference x) const { return &x; } in address() function in glslang::pool_allocator
/third_party/backends/backend/genesys/
H A Dregister.h40 std::uint16_t address = 0; member
83 void init_reg(std::uint16_t address, Value default_value) in init_reg() argument
102 remove_reg(std::uint16_t address) remove_reg() argument
111 find_reg(std::uint16_t address) find_reg() argument
129 set(std::uint16_t address, Value value) set() argument
229 init_reg(std::uint16_t address, std::uint8_t default_value) init_reg() argument
236 remove_reg(std::uint16_t address) remove_reg() argument
238 find_reg(std::uint16_t address) find_reg() argument
248 find_reg_address(std::uint16_t address) find_reg_address() argument
258 set8(std::uint16_t address, std::uint8_t value) set8() argument
263 set8_mask(std::uint16_t address, std::uint8_t value, std::uint8_t mask) set8_mask() argument
269 set16(std::uint16_t address, std::uint16_t value) set16() argument
275 set24(std::uint16_t address, std::uint32_t value) set24() argument
336 AddressType address = 0; global() member
400 find_reg(AddressType address) find_reg() argument
427 set_value(AddressType address, ValueType value) set_value() argument
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_core.h172 uint8_t address; /* physical USB address */ member
/third_party/ltp/lib/
H A Dtst_netdevice.c239 modify_address(const char *file, const int lineno, int strict, unsigned int action, unsigned int nl_flags, const char *ifname, unsigned int family, const void *address, unsigned int prefix, size_t addrlen, uint32_t addr_flags) modify_address() argument
289 tst_netdev_add_address(const char *file, const int lineno, int strict, const char *ifname, unsigned int family, const void *address, unsigned int prefix, size_t addrlen, unsigned int flags) tst_netdev_add_address() argument
298 tst_netdev_add_address_inet(const char *file, const int lineno, int strict, const char *ifname, in_addr_t address, unsigned int prefix, unsigned int flags) tst_netdev_add_address_inet() argument
306 tst_netdev_remove_address(const char *file, const int lineno, int strict, const char *ifname, unsigned int family, const void *address, size_t addrlen) tst_netdev_remove_address() argument
314 tst_netdev_remove_address_inet(const char *file, const int lineno, int strict, const char *ifname, in_addr_t address) tst_netdev_remove_address_inet() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_nir.c248 nir_ssa_def *address = get_global_ids(&b, 1); in si_create_clear_buffer_rmw_cs() local
/third_party/mesa3d/src/intel/common/
H A Dintel_aux_map.c345 get_aux_entry(struct intel_aux_map_context *ctx, uint64_t address, uint32_t *l1_index_out, uint64_t *l1_entry_addr_out, uint64_t **l1_entry_map_out) get_aux_entry() argument
394 add_mapping(struct intel_aux_map_context *ctx, uint64_t address, uint64_t aux_address, uint64_t format_bits, bool *state_changed) add_mapping() argument
436 intel_aux_map_get_entry(struct intel_aux_map_context *ctx, uint64_t address, uint64_t *entry_address) intel_aux_map_get_entry() argument
449 intel_aux_map_add_mapping(struct intel_aux_map_context *ctx, uint64_t address, uint64_t aux_address, uint64_t main_size_B, uint64_t format_bits) intel_aux_map_add_mapping() argument
476 remove_mapping(struct intel_aux_map_context *ctx, uint64_t address, bool *state_changed) remove_mapping() argument
523 intel_aux_map_unmap_range(struct intel_aux_map_context *ctx, uint64_t address, uint64_t size) intel_aux_map_unmap_range() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h125 Address WasmGlobalObject::address() const { in address() function in v8::internal::WasmGlobalObject
[all...]
/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-helper.h107 uintptr_t address; member
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dobject-inspection.cc188 HRESULT GetModelForBasicField(const uint64_t address, in GetModelForBasicField() argument
216 HRESULT GetModelForBitField(uint64_t address, const uint8_t num_bits, in GetModelForBitField() argument
254 message << "Unable to read memory at 0x" << std::hex << address; in GetModelForBitField() local
267 HRESULT GetModelForStruct(const uint64_t address, in GetModelForStruct() argument
299 GetModelForNativeArray(const uint64_t address, const std::u16string& type_name, size_t count, WRL::ComPtr<IDebugHostContext>& sp_ctx, IModelObject** result) GetModelForNativeArray() argument
360 ULONG64 address = prop->addr_value + index * prop->item_size; GetModelForCustomArrayElement() local
[all...]
/third_party/musl/porting/linux/user/src/network/
H A Dlookup.h33 struct address { struct
/third_party/musl/src/network/
H A Dlookup.h36 struct address { struct
/third_party/mesa3d/src/intel/tools/
H A Daub_mem.c195 aub_mem_local_write(void *_mem, uint64_t address, in aub_mem_local_write() argument
208 aub_mem_ggtt_entry_write(void *_mem, uint64_t address, in aub_mem_ggtt_entry_write() argument
261 aub_mem_get_ggtt_bo(void *_mem, uint64_t address) in aub_mem_get_ggtt_bo() argument
312 ppgtt_walk(struct aub_mem *mem, uint64_t pml4, uint64_t address) ppgtt_walk() argument
331 ppgtt_mapped(struct aub_mem *mem, uint64_t pml4, uint64_t address) ppgtt_mapped() argument
337 aub_mem_get_ppgtt_bo(void *_mem, uint64_t address) aub_mem_get_ppgtt_bo() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_vbo.c235 uint64_t address[PIPE_MAX_ATTRIBS]; in nv50_update_user_vbufs() local
366 uint64_t address, limit; in nv50_vertex_arrays_validate() local
[all...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...27