HomeSort by relevance Sort by last modified time
    Searched refs:getAddress (Results 176 - 200 of 1021) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingService.java 86 Log.d(TAG, "Notification cancel " + mDevice.getAddress() + " (" +
92 Log.d(TAG, "Dismiss pairing for " + mDevice.getAddress() + " (" +
146 Log.d(TAG, "Show pairing notification for " + mDevice.getAddress() + " (" + name + ")");
  /packages/services/Car/obd2-lib/src/com/android/car/obd2/
Obd2Connection.java 39 String getAddress();
60 public String getAddress() {
61 return mConnection.getAddress();
  /external/clang/lib/CodeGen/
CGValue.h 154 Simple, // This is a normal l-value, use getAddress().
331 Address getAddress() const { return Address(getPointer(), getAlignment()); }
436 return RValue::getAggregate(getAddress(), isVolatileQualified());
529 return forAddr(LV.getAddress(),
562 Address getAddress() const {
582 return RValue::getAggregate(getAddress(), isVolatile());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothScanner.java 371 final String address = btDevice.getAddress();
510 if (d.btDevice.getAddress().equals(device.btDevice.getAddress())) {
525 if (d.btDevice.getAddress().equals(device.btDevice.getAddress())) {
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 186 byte[] buffer = _addr.getAddress();
228 byte[] buffer = _addr.getAddress();
299 if ((this.getAddress() == null) && (address.getAddress() != null)) {
302 return this.getAddress().equals(address.getAddress());
310 InetAddress getAddress() {
320 byte[] buffer = this.getAddress().getAddress();
417 aLog.append(" address: '" + (this.getAddress() != null ? this.getAddress().getHostAddress() : "null") + "'")
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoEncoder.java 231 nextAddrL = locals.get(curLocalIdx).getAddress();
235 nextAddrP = sortedPositions.get(curPositionIdx).getAddress();
285 && (locals.get(curLocalIdx).getAddress() == address)) {
353 && (sortedPositions.get(curPositionIdx).getAddress()
497 return a.getAddress() - b.getAddress();
777 int newAddress = entry.getAddress();
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java 239 nextAddrL = locals.get(curLocalIdx).getAddress();
243 nextAddrP = sortedPositions.get(curPositionIdx).getAddress();
293 && (locals.get(curLocalIdx).getAddress() == address)) {
361 && (sortedPositions.get(curPositionIdx).getAddress()
505 return a.getAddress() - b.getAddress();
785 int newAddress = entry.getAddress();
  /frameworks/base/services/net/java/android/net/ip/
RouterAdvertisementDaemon.java 482 final byte[] addr = ipp.getAddress().getAddress();
517 final byte[] addr = ipp.getAddress().getAddress();
569 ra.put(dns.getAddress());
614 final InetAddress destip = dest.getAddress();
633 Log.d(TAG, "RA sendto " + dest.getAddress().getHostAddress());
  /libcore/luni/src/test/java/libcore/java/net/
SocketTest.java 152 assertEquals(inLocalAddress.getAddress(), ss.getInetAddress());
153 assertEquals(inRemoteAddress.getAddress(), ss.getInetAddress());
154 assertEquals(outLocalAddress.getAddress(), ss.getInetAddress());
155 assertEquals(outRemoteAddress.getAddress(), ss.getInetAddress());
186 assertTrue(inLocalAddressAfterClose.getAddress().isAnyLocalAddress());
191 assertTrue(outLocalAddressAfterClose.getAddress().isAnyLocalAddress());
385 assertTrue(localAddressAfterClose.getAddress().isAnyLocalAddress());
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 262 Rfc822Tokenizer.tokenize(to[0])[0].getAddress());
285 Rfc822Tokenizer.tokenize(to[0])[0].getAddress());
388 Rfc822Tokenizer.tokenize(to[0])[0].getAddress());
411 assertEquals(refReplyToAccount, Rfc822Tokenizer.tokenize(to[0])[0].getAddress());
458 Rfc822Tokenizer.tokenize(to[0])[0].getAddress());
462 ccMap.add(Rfc822Tokenizer.tokenize(recip.trim())[0].getAddress());
701 Rfc822Tokenizer.tokenize(to[0])[0].getAddress());
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 743 return mAddress.equals(((BluetoothDevice)o).getAddress());
756 * "00:11:22:AA:BB:CC". However, you should always use {@link #getAddress}
789 public String getAddress() {
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOARM.h 203 RE.SectionID, StubTargetAddr - Section.getAddress(),
249 uint64_t SectionABase = SAI->getAddress();
263 uint64_t SectionBBase = SBI->getAddress();
  /libcore/ojluni/src/main/java/sun/nio/ch/
ServerSocketChannelImpl.java 223 NetHooks.beforeTcpBind(fd, isa.getAddress(), isa.getPort());
224 Net.bind(fd, isa.getAddress(), isa.getPort());
271 sm.checkAccept(isa.getAddress().getHostAddress(),
SocketAdaptor.java 156 return ((InetSocketAddress)remote).getAddress();
164 return Net.getRevealedLocalAddress(local).getAddress();
167 return new InetSocketAddress(0).getAddress();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientService.java 288 Log.d(TAG,"Received request to ConnectPBAPPhonebook " + device.getAddress());
358 Settings.Global.getBluetoothPbapClientPriorityKey(device.getAddress()),
370 Settings.Global.getBluetoothPbapClientPriorityKey(device.getAddress()),
  /packages/apps/Dialer/java/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java 274 if (account.getAddress() == null
275 || TextUtils.isEmpty(account.getAddress().getSchemeSpecificPart())) {
281 account.getAddress().getSchemeSpecificPart()));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnectionService.java 142 connection.setAddress(request.getAddress(), TelecomManager.PRESENTATION_ALLOWED);
  /cts/tests/tests/telecom/src/android/telecom/cts/
DataObjectUnitTests.java 71 assertEquals(tel, account.getAddress());
89 assertEquals(tel, parcelAccount.getAddress());
140 assertEquals(Uri.parse("tel:555-TEST"), request.getAddress());
154 assertEquals(Uri.parse("tel:555-TEST"), parcelRequest.getAddress());
  /external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
SSLSocketFactoryTest.java 85 InetAddress host = sa.getAddress();
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
AgentOptionsTest.java 51 assertEquals(AgentOptions.DEFAULT_ADDRESS, options.getAddress());
101 assertEquals("remotehost", options.getAddress());
340 assertEquals("remotehost", options.getAddress());
347 assertEquals("remotehost", options.getAddress());
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 109 static_cast<uintptr_t>(CtorDtorSym.getAddress()));
  /external/llvm/include/llvm/Object/
ObjectFile.h 86 uint64_t getAddress() const;
138 Expected<uint64_t> getAddress() const;
315 inline Expected<uint64_t> SymbolRef::getAddress() const {
371 inline uint64_t SectionRef::getAddress() const {
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindings.cpp 94 return Sym.getAddress();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 83 if (S.getAddress() == nullptr) {
90 uint8_t *DataAddr = S.getAddress();
156 if (Sections[i].getAddress() == LocalAddress) {
166 Expected<uint64_t> AddressOrErr = Sym.getAddress();
169 Result = *AddressOrErr - Sec.getAddress();
236 if (auto AddrOrErr = I->getAddress())
    [all...]
  /external/llvm/lib/Object/
SymbolSize.cpp 70 uint64_t Address = Sec.getAddress();

Completed in 4043 milliseconds

1 2 3 4 5 6 78 91011>>