Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 6906) sorted by relevance

12345678910>>...277

/aosp_15_r20/external/pthreadpool/src/
H A Dthreadpool-atomics.h36 pthreadpool_atomic_uint32_t* address) in pthreadpool_load_relaxed_uint32_t()
42 pthreadpool_atomic_size_t* address) in pthreadpool_load_relaxed_size_t()
48 pthreadpool_atomic_void_p* address) in pthreadpool_load_relaxed_void_p()
54 pthreadpool_atomic_uint32_t* address) in pthreadpool_load_acquire_uint32_t()
60 pthreadpool_atomic_size_t* address) in pthreadpool_load_acquire_size_t()
66 pthreadpool_atomic_uint32_t* address, in pthreadpool_store_relaxed_uint32_t()
73 pthreadpool_atomic_size_t* address, in pthreadpool_store_relaxed_size_t()
80 pthreadpool_atomic_void_p* address, in pthreadpool_store_relaxed_void_p()
87 pthreadpool_atomic_uint32_t* address, in pthreadpool_store_release_uint32_t()
94 pthreadpool_atomic_size_t* address, in pthreadpool_store_release_size_t()
[all …]
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DRouteSelectorTest.java82 Address address = httpAddress(); in singleRoute() local
87 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in singleRoute() local
99 Address address = httpAddress(); in singleRouteReturnsFailedRoute() local
107 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in singleRouteReturnsFailedRoute() local
117 Address address = new Address(uriHost, uriPort, dns, socketFactory, null, null, null, in explicitProxyTriesThatProxysAddressesOnly() local
123 assertRoute(routeSelector.next(), address, proxyA, dns.address(0), proxyAPort); in explicitProxyTriesThatProxysAddressesOnly() local
124 assertRoute(routeSelector.next(), address, proxyA, dns.address(1), proxyAPort); in explicitProxyTriesThatProxysAddressesOnly() local
132 Address address = new Address(uriHost, uriPort, dns, socketFactory, null, null, null, in explicitDirectProxy() local
138 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(0), uriPort); in explicitDirectProxy() local
139 assertRoute(routeSelector.next(), address, NO_PROXY, dns.address(1), uriPort); in explicitDirectProxy() local
[all …]
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots-ete/001-ack_test/
H A Dcpu_0.ini15 address=0x010029d8 key
20 address=0x01002d50 key
25 address=0x00010000 key
30 address=0x01000b08 key
35 address=0x01000218 key
40 address=0x01002750 key
45 address=0x010029f0 key
50 address=0x01003d64 key
55 address=0x01000930 key
60 address=0x01004678 key
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java67 boolean sendPassThroughCommand(byte[] address, int keyCode, int keyState) { in sendPassThroughCommand()
72 byte[] address, byte numAttrib, byte[] attribIds, byte[] attribVal) { in setPlayerApplicationSettingValues()
76 void sendAbsVolRsp(byte[] address, int absVol, int label) { in sendAbsVolRsp()
80 void sendRegisterAbsVolRsp(byte[] address, byte rspType, int absVol, int label) { in sendRegisterAbsVolRsp()
84 void getCurrentMetadata(byte[] address) { in getCurrentMetadata()
88 void getPlaybackState(byte[] address) { in getPlaybackState()
92 void getNowPlayingList(byte[] address, int start, int end) { in getNowPlayingList()
96 void getFolderList(byte[] address, int start, int end) { in getFolderList()
100 void getPlayerList(byte[] address, int start, int end) { in getPlayerList()
104 void changeFolderPath(byte[] address, byte direction, long uid) { in changeFolderPath()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_vc.cc69 void OnConnectionState(ConnectionState state, const RawAddress& address) override { in OnConnectionState()
74 void OnVolumeStateChanged(const RawAddress& address, uint8_t volume, bool mute, uint8_t flags, in OnVolumeStateChanged()
86 void OnDeviceAvailable(const RawAddress& address, uint8_t num_offset, in OnDeviceAvailable()
95 void OnExtAudioOutVolumeOffsetChanged(const RawAddress& address, uint8_t ext_output_id, in OnExtAudioOutVolumeOffsetChanged()
101 void OnExtAudioOutLocationChanged(const RawAddress& address, uint8_t ext_output_id, in OnExtAudioOutLocationChanged()
107 void OnExtAudioOutDescriptionChanged(const RawAddress& address, uint8_t ext_output_id, in OnExtAudioOutDescriptionChanged()
114 void OnExtAudioInStateChanged(const RawAddress& address, uint8_t ext_input_id, in OnExtAudioInStateChanged()
120 void OnExtAudioInSetGainSettingFailed(const RawAddress& address, uint8_t ext_input_id) override { in OnExtAudioInSetGainSettingFailed()
125 void OnExtAudioInSetMuteFailed(const RawAddress& address, uint8_t ext_input_id) override { in OnExtAudioInSetMuteFailed()
129 void OnExtAudioInSetGainModeFailed(const RawAddress& address, uint8_t ext_input_id) override { in OnExtAudioInSetGainModeFailed()
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DAtomic.cuh174 inline __device__ void gpuAtomicAdd(uint8_t *address, uint8_t val) { in gpuAtomicAdd()
182 inline __device__ void gpuAtomicAdd(int8_t *address, int8_t val) { in gpuAtomicAdd()
190 inline __device__ void gpuAtomicAdd(int16_t *address, int16_t val) { in gpuAtomicAdd()
198 inline __device__ int32_t gpuAtomicAdd(int32_t *address, int32_t val) { in gpuAtomicAdd()
202 inline __device__ void gpuAtomicAdd(int64_t *address, int64_t val) { in gpuAtomicAdd()
211 inline __device__ at::Half gpuAtomicAdd(at::Half *address, at::Half val) { in gpuAtomicAdd()
222 inline __device__ at::BFloat16 gpuAtomicAdd(at::BFloat16 *address, at::BFloat16 val) { in gpuAtomicAdd()
236 inline __device__ double atomicAdd(double* address, double val) in atomicAdd()
264 inline __device__ double atomicAdd(double *address, double val) { } in atomicAdd()
268 inline __device__ double gpuAtomicAdd(double *address, double val) { in gpuAtomicAdd()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java300 private static native boolean connectNative(byte[] address); in connectNative()
302 private static native boolean disconnectNative(byte[] address); in disconnectNative()
304 private static native boolean connectAudioNative(byte[] address); in connectAudioNative()
306 private static native boolean disconnectAudioNative(byte[] address); in disconnectAudioNative()
308 private static native boolean startVoiceRecognitionNative(byte[] address); in startVoiceRecognitionNative()
310 private static native boolean stopVoiceRecognitionNative(byte[] address); in stopVoiceRecognitionNative()
312 private static native boolean setVolumeNative(byte[] address, int volumeType, int volume); in setVolumeNative()
314 private static native boolean dialNative(byte[] address, String number); in dialNative()
316 private static native boolean dialMemoryNative(byte[] address, int location); in dialMemoryNative()
318 private static native boolean handleCallActionNative(byte[] address, int action, int index); in handleCallActionNative()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java88 private BluetoothDevice getDevice(byte[] address) { in getDevice()
104 void onConnectionStateChanged(int state, byte[] address) { in onConnectionStateChanged()
115 private void onAudioStateChanged(int state, byte[] address) { in onAudioStateChanged()
124 private void onVrStateChanged(int state, byte[] address) { in onVrStateChanged()
131 private void onAnswerCall(byte[] address) { in onAnswerCall()
137 private void onHangupCall(byte[] address) { in onHangupCall()
143 private void onVolumeChanged(int type, int volume, byte[] address) { in onVolumeChanged()
153 private void onDialCall(String number, byte[] address) { in onDialCall()
160 private void onSendDtmf(int dtmf, byte[] address) { in onSendDtmf()
167 private void onNoiseReductionEnable(boolean enable, byte[] address) { in onNoiseReductionEnable()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java106 boolean setDeviceProperty(byte[] address, int type, byte[] val) { in setDeviceProperty()
110 boolean getDeviceProperty(byte[] address, int type) { in getDeviceProperty()
114 boolean createBond(byte[] address, int addressType, int transport) { in createBond()
118 boolean createBondOutOfBand(byte[] address, int transport, OobData p192Data, OobData p256Data) { in createBondOutOfBand()
122 boolean removeBond(byte[] address) { in removeBond()
126 boolean cancelBond(byte[] address) { in cancelBond()
138 boolean sdpSearch(byte[] address, byte[] uuid) { in sdpSearch()
142 int getConnectionState(byte[] address) { in getConnectionState()
154 boolean pinReply(byte[] address, boolean accept, int len, byte[] pin) { in pinReply()
158 boolean sspReply(byte[] address, int type, boolean accept, int passkey) { in sspReply()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java149 String address = (String) msg.obj; in handleMessage() local
203 String address = device.getAddress(); in bondStateChanged() local
239 String address = device.getAddress(); in setCustomMeta() local
271 String address = device.getAddress(); in getCustomMeta() local
293 String address = device.getAddress(); in setAudioPolicyMetadata() local
317 String address = device.getAddress(); in getAudioPolicyMetadata() local
368 String address = device.getAddress(); in setProfileConnectionPolicy() local
429 String address = device.getAddress(); in getProfileConnectionPolicy() local
472 String address = device.getAddress(); in setA2dpSupportsOptionalCodecs() local
508 String address = device.getAddress(); in getA2dpSupportsOptionalCodecs() local
[all …]
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/
H A DMemory.java127 public static native byte peekByte(long address); in peekByte()
128 public static int peekInt(long address, boolean swap) { in peekInt()
136 private static native int peekIntNative(long address); in peekIntNative()
137 public static long peekLong(long address, boolean swap) { in peekLong()
145 private static native long peekLongNative(long address); in peekLongNative()
147 public static short peekShort(long address, boolean swap) { in peekShort()
155 private static native short peekShortNative(long address); in peekShortNative()
157 public static native void peekByteArray(long address, byte[] dst, int dstOffset, int byteCount); in peekByteArray()
159 …public static native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, bo… in peekCharArray()
161 …public static native void peekDoubleArray(long address, double[] dst, int dstOffset, int doubleCou… in peekDoubleArray()
[all …]
/aosp_15_r20/cts/tests/location/location_none/src/android/location/cts/none/
H A DAddressTest.java53 Address address = new Address(Locale.ITALY); in testAccessAdminArea() local
65 Address address = new Address(Locale.JAPAN); in testAccessCountryCode() local
77 Address address = new Address(Locale.KOREA); in testAccessCountryName() local
89 Address address = new Address(Locale.TAIWAN); in testAccessExtras() local
107 Address address = new Address(Locale.SIMPLIFIED_CHINESE); in testAccessFeatureName() local
119 Address address = new Address(Locale.CHINA); in testAccessLatitude() local
139 Address address = new Address(Locale.CHINA); in testAccessLongitude() local
159 Address address = new Address(Locale.CHINA); in testAccessPhone() local
171 Address address = new Address(Locale.CHINA); in testAccessPostalCode() local
183 Address address = new Address(Locale.CHINA); in testAccessThoroughfare() local
[all …]
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/
H A DMemory.java243 public static native byte peekByte(long address); in peekByte()
249 public static int peekInt(long address, boolean swap) { in peekInt()
257 private static native int peekIntNative(long address); in peekIntNative()
263 public static long peekLong(long address, boolean swap) { in peekLong()
271 private static native long peekLongNative(long address); in peekLongNative()
276 public static short peekShort(long address, boolean swap) { in peekShort()
284 private static native short peekShortNative(long address); in peekShortNative()
291 public static native void peekByteArray(long address, byte[] dst, int dstOffset, int byteCount); in peekByteArray()
297 …public static native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, bo… in peekCharArray()
303 …public static native void peekDoubleArray(long address, double[] dst, int dstOffset, int doubleCou… in peekDoubleArray()
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc32 DynamicByteBuffer AcceptConnectionRequestPacket(DeviceAddress address) { in AcceptConnectionRequestPacket()
87 DeviceAddress address, in ConnectionCompletePacket()
109 DynamicByteBuffer ConnectionRequestPacket(DeviceAddress address, in ConnectionRequestPacket()
129 DynamicByteBuffer CreateConnectionPacket(DeviceAddress address) { in CreateConnectionPacket()
152 DynamicByteBuffer CreateConnectionCancelPacket(DeviceAddress address) { in CreateConnectionCancelPacket()
266 DeviceAddress address, pw::bluetooth::emboss::StatusCode status_code) { in IoCapabilityRequestNegativeReplyPacket()
284 DeviceAddress address) { in IoCapabilityRequestNegativeReplyResponse()
302 DynamicByteBuffer IoCapabilityRequestPacket(DeviceAddress address) { in IoCapabilityRequestPacket()
317 DeviceAddress address, in IoCapabilityRequestReplyPacket()
338 DynamicByteBuffer IoCapabilityRequestReplyResponse(DeviceAddress address) { in IoCapabilityRequestReplyResponse()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py244 def get_remote_type(self, address): argument
247 def is_connected(self, address): argument
250 def is_bonded(self, address): argument
259 def create_bond(self, address, transport): argument
262 def remove_bond(self, address): argument
268 def forget_device(self, address): argument
271 def set_pin(self, address, accept, pin_code): argument
274 def set_pairing_confirmation(self, address, accept): argument
277 def connect_device(self, address): argument
280 def disconnect_device(self, address): argument
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/include/bdk/
H A Dbdk-coreboot.h45 static inline void bdk_write64_int64(uint64_t address, int64_t value) in bdk_write64_int64()
52 static inline void bdk_write64_uint64(uint64_t address, uint64_t value) in bdk_write64_uint64()
57 static inline void bdk_write64_int32(uint64_t address, int32_t value) in bdk_write64_int32()
64 static inline void bdk_write64_uint32(uint64_t address, uint32_t value) in bdk_write64_uint32()
69 static inline void bdk_write64_int16(uint64_t address, int16_t value) in bdk_write64_int16()
76 static inline void bdk_write64_uint16(uint64_t address, uint16_t value) in bdk_write64_uint16()
81 static inline void bdk_write64_int8(uint64_t address, int8_t value) in bdk_write64_int8()
88 static inline void bdk_write64_uint8(uint64_t address, uint8_t value) in bdk_write64_uint8()
93 static inline int64_t bdk_read64_int64(uint64_t address) in bdk_read64_int64()
98 static inline uint64_t bdk_read64_uint64(uint64_t address) in bdk_read64_uint64()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java531 String address, in clientConnect()
555 int clientIf, String address, AttributionSource attributionSource) { in clientDisconnect()
566 String address, in clientSetPreferredPhy()
581 int clientIf, String address, AttributionSource attributionSource) { in clientReadPhy()
591 int clientIf, String address, AttributionSource attributionSource) { in refreshDevice()
601 int clientIf, String address, AttributionSource attributionSource) { in discoverServices()
612 String address, in discoverServiceByUuid()
625 String address, in readCharacteristic()
639 String address, in readUsingCharacteristicUuid()
662 String address, in writeCharacteristic()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java192 String address = REMOTE_DEVICE_ADDRESS; in clientConnect() local
224 String address = REMOTE_DEVICE_ADDRESS; in clientDisconnect() local
234 String address = REMOTE_DEVICE_ADDRESS; in clientSetPreferredPhy() local
250 String address = REMOTE_DEVICE_ADDRESS; in clientReadPhy() local
260 String address = REMOTE_DEVICE_ADDRESS; in refreshDevice() local
270 String address = REMOTE_DEVICE_ADDRESS; in discoverServices() local
280 String address = REMOTE_DEVICE_ADDRESS; in discoverServiceByUuid() local
291 String address = REMOTE_DEVICE_ADDRESS; in readCharacteristic() local
303 String address = REMOTE_DEVICE_ADDRESS; in readUsingCharacteristicUuid() local
332 String address = REMOTE_DEVICE_ADDRESS; in writeCharacteristic() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc53 static void connection_state_cb(vc::ConnectionState state, const RawAddress& address) { in connection_state_cb()
57 static void volume_state_cb(const RawAddress& address, uint8_t volume, bool mute, in volume_state_cb()
66 static void device_available_cb(const RawAddress& address, uint8_t num_offset) { in device_available_cb()
70 static void ext_audio_out_volume_offset_cb(const RawAddress& address, uint8_t ext_output_id, in ext_audio_out_volume_offset_cb()
75 static void ext_audio_out_location_cb(const RawAddress& address, uint8_t ext_output_id, in ext_audio_out_location_cb()
80 static void ext_audio_out_description_cb(const RawAddress& address, uint8_t ext_output_id, in ext_audio_out_description_cb()
96 void OnConnectionState(vc::ConnectionState state, const RawAddress& address) override { in OnConnectionState()
101 void OnVolumeStateChanged(const RawAddress& address, uint8_t volume, bool mute, uint8_t flags, in OnVolumeStateChanged()
115 void OnDeviceAvailable(const RawAddress& address, uint8_t num_offset, in OnDeviceAvailable()
121 void OnExtAudioOutVolumeOffsetChanged(const RawAddress& address, uint8_t ext_output_id, in OnExtAudioOutVolumeOffsetChanged()
[all …]
/aosp_15_r20/external/capstone/arch/M680X/
H A DM680XDisassembler.c155 static bool read_byte(const m680x_info *info, uint8_t *byte, uint16_t address) in read_byte()
167 uint16_t address) in read_byte_sign_extended()
181 static bool read_word(const m680x_info *info, uint16_t *word, uint16_t address) in read_word()
194 uint16_t address) in read_sdword()
623 uint16_t *address, uint8_t post_byte, insn_desc *insn_description) in is_indexed09_post_byte_valid()
669 uint16_t *address, uint8_t post_byte, insn_desc *insn_description, in is_indexed12_post_byte_valid()
739 static bool is_sufficient_code_size(const m680x_info *info, uint16_t address, in is_sufficient_code_size()
922 static bool decode_insn(const m680x_info *info, uint16_t address, in decode_insn()
1007 static void illegal_hdlr(MCInst *MI, m680x_info *info, uint16_t *address) in illegal_hdlr()
1019 static void inherent_hdlr(MCInst *MI, m680x_info *info, uint16_t *address) in inherent_hdlr()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java154 private native boolean connectVolumeControlNative(byte[] address); in connectVolumeControlNative()
156 private native boolean disconnectVolumeControlNative(byte[] address); in disconnectVolumeControlNative()
158 private native void setVolumeNative(byte[] address, int volume); in setVolumeNative()
162 private native void muteNative(byte[] address); in muteNative()
166 private native void unmuteNative(byte[] address); in unmuteNative()
170 private native boolean getExtAudioOutVolumeOffsetNative(byte[] address, int externalOutputId); in getExtAudioOutVolumeOffsetNative()
173 byte[] address, int externalOutputId, int offset); in setExtAudioOutVolumeOffsetNative()
175 private native boolean getExtAudioOutLocationNative(byte[] address, int externalOutputId); in getExtAudioOutLocationNative()
178 byte[] address, int externalOutputId, int location); in setExtAudioOutLocationNative()
180 private native boolean getExtAudioOutDescriptionNative(byte[] address, int externalOutputId); in getExtAudioOutDescriptionNative()
[all …]
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpage_allocator.cc50 uintptr_t address, in AllocPagesIncludingReserved()
108 uintptr_t NextAlignedWithOffset(uintptr_t address, in NextAlignedWithOffset()
156 uintptr_t AllocPages(uintptr_t address, in AllocPages()
164 void* AllocPages(void* address, in AllocPages()
175 uintptr_t address, in AllocPagesWithAlignOffset()
258 void FreePages(uintptr_t address, size_t length) { in FreePages()
265 void FreePages(void* address, size_t length) { in FreePages()
269 bool TrySetSystemPagesAccess(uintptr_t address, in TrySetSystemPagesAccess()
276 bool TrySetSystemPagesAccess(void* address, in TrySetSystemPagesAccess()
283 void SetSystemPagesAccess(uintptr_t address, in SetSystemPagesAccess()
[all …]
/aosp_15_r20/tools/security/gdb/gdb_json_printer/test/
H A Dobjects2_85_f.json4 "address": "0x7fffffffd730", string
8 "address": "0x55555556af40", string
15 "address": "0x55555556af60", string
26 "address": "0x55555556af40", string
33 "address": "0x55555556af40", string
37 "address": "0x555555557b30", string
49 "address": "0x55555556af48", string
60 "address": "0x55555556af68", string
67 "address": "0x55555556af68", string
71 "address": "0x555555557b70", string
[all …]
H A Dobjects2_85_e.json4 "address": "0x7fffffffd738", string
8 "address": "0x55555556af68", string
15 "address": "0x55555556af60", string
26 "address": "0x55555556af40", string
33 "address": "0x55555556af40", string
37 "address": "0x555555557b30", string
49 "address": "0x55555556af48", string
60 "address": "0x55555556af68", string
67 "address": "0x55555556af68", string
71 "address": "0x555555557b70", string
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattCallback.aidl28 in boolean connected, in String address); in onClientConnectionState()
29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate()
30 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead()
31 void onSearchComplete(in String address, in List<BluetoothGattService> services, in int status); in onSearchComplete()
32 void onCharacteristicRead(in String address, in int status, in int handle, in byte[] value); in onCharacteristicRead()
33 void onCharacteristicWrite(in String address, in int status, in int handle, in byte[] value); in onCharacteristicWrite()
34 void onExecuteWrite(in String address, in int status); in onExecuteWrite()
35 void onDescriptorRead(in String address, in int status, in int handle, in byte[] value); in onDescriptorRead()
36 void onDescriptorWrite(in String address, in int status, in int handle, in byte[] value); in onDescriptorWrite()
37 void onNotify(in String address, in int handle, in byte[] value); in onNotify()
[all …]

12345678910>>...277