OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getaddress
(Results
326 - 350
of
470
) sorted by null
<<
11
12
13
14
15
16
17
18
19
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h
167
const StunAddressAttribute*
GetAddress
(int type) const;
292
const talk_base::SocketAddress&
GetAddress
() const { return address_; }
port.cc
[
all
...]
/external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h
232
///
getAddress
- Return the address of this pointer in this block. This can
239
Value *
getAddress
() const { return Address; }
/external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp
277
state.Address = debug_line_data.
getAddress
(offset_ptr) + R.second;
279
state.Address = debug_line_data.
getAddress
(offset_ptr);
DWARFFormValue.cpp
469
return DA->
getAddress
(&offset);
/external/smack/src/org/xbill/DNS/
WKSRecord.java
601
this.address = address.
getAddress
();
682
getAddress
() {
/frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java
171
mAddress = BluetoothAdapter.getDefaultAdapter().
getAddress
();
174
mAddress = device.
getAddress
();
BluetoothA2dp.java
542
if (BluetoothAdapter.checkBluetoothAddress(device.
getAddress
())) return true;
BluetoothInputDevice.java
487
if (BluetoothAdapter.checkBluetoothAddress(device.
getAddress
())) return true;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
576
Settings.Global.getBluetoothMapPriorityKey(device.
getAddress
()),
584
Settings.Global.getBluetoothMapPriorityKey(device.
getAddress
()),
/external/clang/lib/CodeGen/
CGExprAgg.cpp
316
llvm::Value *ArrayPtr = Array.
getAddress
();
555
CGF.EmitDynamicCast(LV.
getAddress
(), cast<CXXDynamicCastExpr>(E));
[
all
...]
CGExprComplex.cpp
299
llvm::Value *SrcPtr = lvalue.
getAddress
();
333
llvm::Value *Ptr = lvalue.
getAddress
();
426
llvm::Value *V = origLV.
getAddress
();
[
all
...]
/packages/services/Telephony/src/com/android/phone/
CallNotifier.java
562
// Phone number (via
getAddress
()) is stored in the message to remember which
[
all
...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java
465
!dialog.getRemoteParty().equals(referredBy.
getAddress
())) {
[
all
...]
/cts/tests/tests/net/src/android/net/cts/
DnsTest.java
197
addressList.add(addr.
getAddress
());
/external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc
72
StunMessage::
GetAddress
(StunAttributeType type) const {
/external/chromium_org/chrome/browser/usb/
usb_device_handle.cc
533
endpoint_map_[endpoint->
GetAddress
()] = it->first;
/external/llvm/include/llvm/Support/
DataExtractor.h
130
uint64_t
getAddress
(uint32_t *offset_ptr) const {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp
328
Sec.
getAddress
(Addr);
/external/llvm/tools/llvm-nm/
llvm-nm.cpp
327
if (error(i->
getAddress
(s.Address))) break;
/external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp
63
if (error(si->
getAddress
(SymbolAddress)) ||
/external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java
366
peerport = ((AddressImpl) contact.
getAddress
()).getPort();
/frameworks/base/core/java/android/net/
VpnService.java
358
byte[] bytes = address.
getAddress
();
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java
106
addresses.add(tokens.length > 0 ? tokens[0].
getAddress
() : inAddresses.get(i));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java
195
public String
getAddress
() {
Completed in 1007 milliseconds
<<
11
12
13
14
15
16
17
18
19