Home
last modified time | relevance | path

Searched refs:getAddress (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/external/mockito/src/test/java/org/mockitousage/stubbing/
DDeepStubbingTest.java30 public Address getAddress() { in getAddress() method in DeepStubbingTest.Person
34 public Address getAddress(String addressName) { in getAddress() method in DeepStubbingTest.Person
212 given(person.getAddress().getStreet().getName()).willReturn("Norymberska"); in shouldStubbingBasicallyWorkFine()
215 String street = person.getAddress().getStreet().getName(); in shouldStubbingBasicallyWorkFine()
224 person.getAddress().getStreet().getName(); in shouldVerificationBasicallyWorkFine()
227 verify(person.getAddress().getStreet()).getName(); in shouldVerificationBasicallyWorkFine()
233 person.getAddress("111 Mock Lane").getStreet(); in verification_work_with_argument_Matchers_in_nested_calls()
234 person.getAddress("111 Mock Lane").getStreet(Locale.ITALIAN).getName(); in verification_work_with_argument_Matchers_in_nested_calls()
237 verify(person.getAddress(anyString())).getStreet(); in verification_work_with_argument_Matchers_in_nested_calls()
238 verify(person.getAddress(anyString()).getStreet(Locale.CHINESE), never()).getName(); in verification_work_with_argument_Matchers_in_nested_calls()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLink.cpp93 return OS << formatv("{0:x16}", B.getAddress()) << " -- " in operator <<()
94 << formatv("{0:x16}", B.getAddress() + B.getSize()) << ": " in operator <<()
129 << ", addr = " << formatv("{0:x16}", Sym.getAddress()) << " (" in operator <<()
130 << formatv("{0:x16}", Sym.getAddressable().getAddress()) << " + " in operator <<()
140 OS << "edge@" << formatv("{0:x16}", B.getAddress() + E.getOffset()) << ": " in printEdge()
141 << formatv("{0:x16}", B.getAddress()) << " + " << E.getOffset() << " -- " in printEdge()
166 ? createZeroFillBlock(B.getSection(), SplitIndex, B.getAddress(), in splitBlock()
170 B.getAddress(), B.getAlignment(), B.getAlignmentOffset()); in splitBlock()
173 B.setAddress(B.getAddress() + SplitIndex); in splitBlock()
238 OS << " " << format("0x%016" PRIx64, Sym->getAddress()) << ": " << *Sym in dump()
[all …]
DMachO_x86_64.cpp166 FixupValue -= ToSymbol->getAddress(); in parsePairRelocation()
175 Addend = FixupValue + (FixupAddress - FromSymbol->getAddress()); in parsePairRelocation()
180 Addend = FixupValue - (FixupAddress - ToSymbol->getAddress()); in parsePairRelocation()
197 JITTargetAddress SectionAddress = S.getAddress(); in addRelocations()
234 BlockToFix->getAddress() + BlockToFix->getContent().size()) in addRelocations()
240 (FixupAddress - BlockToFix->getAddress()); in addRelocations()
277 Addend = TargetAddress - TargetSymbol->getAddress(); in addRelocations()
297 Addend = TargetAddress - TargetSymbol->getAddress(); in addRelocations()
311 Addend = TargetAddress - TargetSymbol->getAddress(); in addRelocations()
336 Edge GE(*Kind, FixupAddress - BlockToFix->getAddress(), *TargetSymbol, in addRelocations()
[all …]
DMachO_arm64.cpp164 FixupValue -= ToSymbol->getAddress(); in parsePairRelocation()
173 Addend = FixupValue + (FixupAddress - FromSymbol->getAddress()); in parsePairRelocation()
178 Addend = FixupValue - (FixupAddress - ToSymbol->getAddress()); in parsePairRelocation()
195 JITTargetAddress SectionAddress = S.getAddress(); in addRelocations()
226 BlockToFix->getAddress() + BlockToFix->getContent().size()) in addRelocations()
232 (FixupAddress - BlockToFix->getAddress()); in addRelocations()
304 Addend = TargetAddress - TargetSymbol->getAddress(); in addRelocations()
367 Edge GE(*Kind, FixupAddress - BlockToFix->getAddress(), *TargetSymbol, in addRelocations()
373 BlockToFix->addEdge(*Kind, FixupAddress - BlockToFix->getAddress(), in addRelocations()
533 JITTargetAddress FixupAddress = B.getAddress() + E.getOffset(); in applyFixup()
[all …]
DEHFrameSupport.cpp68 dbgs() << " Processing block at " << formatv("{0:x16}", B.getAddress()) in processBlock()
89 << formatv("{0:x16}", B.getAddress()) << "\n"; in processBlock()
157 return LHS->getAddress() < RHS->getAddress(); in operator ()()
171 dbgs() << " Processing block at " << formatv("{0:x16}", B.getAddress()) in processBlock()
193 " block at address " + formatv("{0:x16}", B.getAddress())); in processBlock()
205 << formatv("{0:x16}", B.getAddress() + RecordStartOffset) << "\n"; in processBlock()
229 formatv("{0:x16}", B.getAddress() + RecordStartOffset)); in processBlock()
335 formatv("{0:x16}", CIESymbol.getAddress())); in processCIE()
348 formatv("{0:x16}", CIESymbol.getAddress())); in processCIE()
363 formatv("{0:x16}", CIESymbol.getAddress())); in processCIE()
[all …]
DJITLinkGeneric.cpp157 if (LHS->getAddress() != RHS->getAddress()) in layOutBlocks()
158 return LHS->getAddress() < RHS->getAddress(); in layOutBlocks()
264 assert(Sym->getAddress() == 0 && in getExternalSymbolNames()
281 assert(Sym->getAddress() == 0 && "Symbol already resolved"); in applyLookupResult()
285 Sym->getAddressable().setAddress(ResultI->second.getAddress()); in applyLookupResult()
295 << formatv("{0:x16}", Sym->getAddress()) << "\n"; in applyLookupResult()
299 return Sym->getAddress() != 0 || in applyLookupResult()
/external/guava/android/guava/src/com/google/common/net/
DInetAddresses.java413 byte[] bytes = ip.getAddress(); in toAddrString()
602 byte[] bytes = ip.getAddress(); in isCompatIPv4Address()
624 return getInet4Address(Arrays.copyOfRange(ip.getAddress(), 12, 16)); in getCompatIPv4Address()
640 byte[] bytes = ip.getAddress(); in is6to4Address()
654 return getInet4Address(Arrays.copyOfRange(ip.getAddress(), 2, 6)); in get6to4IPv4Address()
727 byte[] bytes = ip.getAddress(); in isTeredoAddress()
744 byte[] bytes = ip.getAddress(); in getTeredoInfo()
783 byte[] bytes = ip.getAddress(); in isIsatapAddress()
805 return getInet4Address(Arrays.copyOfRange(ip.getAddress(), 12, 16)); in getIsatapIPv4Address()
921 byte[] bytes = ip.getAddress(); in getCoercedIPv4Address()
[all …]
/external/guava/guava/src/com/google/common/net/
DInetAddresses.java413 byte[] bytes = ip.getAddress(); in toAddrString()
602 byte[] bytes = ip.getAddress(); in isCompatIPv4Address()
624 return getInet4Address(Arrays.copyOfRange(ip.getAddress(), 12, 16)); in getCompatIPv4Address()
640 byte[] bytes = ip.getAddress(); in is6to4Address()
654 return getInet4Address(Arrays.copyOfRange(ip.getAddress(), 2, 6)); in get6to4IPv4Address()
727 byte[] bytes = ip.getAddress(); in isTeredoAddress()
744 byte[] bytes = ip.getAddress(); in getTeredoInfo()
783 byte[] bytes = ip.getAddress(); in isIsatapAddress()
805 return getInet4Address(Arrays.copyOfRange(ip.getAddress(), 12, 16)); in getIsatapIPv4Address()
921 byte[] bytes = ip.getAddress(); in getCoercedIPv4Address()
[all …]
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/io/
DRealConnection.java103 Address address = route.getAddress(); in connect()
105 if (route.getAddress().getSslSocketFactory() == null in connect()
152 if (route.getAddress().getSslSocketFactory() != null) { in connectSocket()
163 .socket(socket, route.getAddress().url().host(), source, sink) in connectSocket()
179 Address address = route.getAddress(); in connectTls()
298 route.getAddress().getAuthenticator(), response, route.getProxy()); in createTunnel()
318 .url(route.getAddress().url()) in createTunnelRequest()
319 .header("Host", Util.hostHeader(route.getAddress().url(), true)) in createTunnelRequest()
400 + route.getAddress().url().host() + ":" + route.getAddress().url().port() in toString()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
DRealConnection.java99 Address address = route.getAddress(); in connect()
101 if (route.getAddress().getSslSocketFactory() == null in connect()
148 if (route.getAddress().getSslSocketFactory() != null) { in connectSocket()
159 .socket(socket, route.getAddress().url().host(), source, sink) in connectSocket()
175 Address address = route.getAddress(); in connectTls()
294 route.getAddress().getAuthenticator(), response, route.getProxy()); in createTunnel()
314 .url(route.getAddress().url()) in createTunnelRequest()
315 .header("Host", Util.hostHeader(route.getAddress().url(), true)) in createTunnelRequest()
396 + route.getAddress().url().host() + ":" + route.getAddress().url().port() in toString()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h120 JITTargetAddress getAddress() const { return Address; } in getAddress() function
460 JITTargetAddress getAddress() const { return Base->getAddress() + Offset; } in getAddress() function
622 if (B->getAddress() < First->getAddress()) in SectionRange()
624 if (B->getAddress() > Last->getAddress()) in SectionRange()
641 return First ? First->getAddress() : 0; in getStart()
644 return Last ? Last->getAddress() + Last->getSize() : 0; in getEnd()
1029 static bool includeNonNull(const Block &B) { return B.getAddress(); } in includeNonNull()
1040 auto I = AddrToBlock.upper_bound(B.getAddress());
1045 if (B.getAddress() + B.getSize() > I->second->getAddress())
1053 if (PrevBlock.getAddress() + PrevBlock.getSize() > B.getAddress())
[all …]
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/
DInterpreterProcess.java73 String result = mProxy.getAddress().getHostName(); in getHost()
88 return mProxy.getAddress().getPort(); in getPort()
91 public InetSocketAddress getAddress() { in getAddress() method in InterpreterProcess
92 return mProxy.getAddress(); in getAddress()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp52 return ReturnValueSlot(Dest.getAddress(), Dest.isVolatile(), in getReturnValueSlot()
300 dest.getAddress(), in EmitCopy()
301 src.getAddress(), in EmitCopy()
309 CGF.EmitAggregateCopy(dest.getAddress(), src.getAddress(), type, in EmitCopy()
322 Address ArrayPtr = Array.getAddress(); in VisitCXXStdInitializerListExpr()
345 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitCXXStdInitializerListExpr()
586 CGF.EmitDynamicCast(LV.getAddress(), cast<CXXDynamicCastExpr>(E)); in VisitCastExpr()
606 Builder.CreateElementBitCast(Dest.getAddress(), CGF.ConvertType(Ty)); in VisitCastExpr()
657 CGF.EmitNullInitialization(Dest.getAddress(), atomicType); in VisitCastExpr()
661 CGF.Builder.CreateStructGEP(valueDest.getAddress(), 0, in VisitCastExpr()
[all …]
/external/llvm/include/llvm/ExecutionEngine/Orc/
DJITSymbol.h58 : JITSymbolBase(Sym.getFlags()), CachedAddr(Sym.getAddress()) {} in JITSymbol()
65 TargetAddress getAddress() { in getAddress() function
76 return RuntimeDyld::SymbolInfo(getAddress(), getFlags()); in toRuntimeDyldSymbol()
/external/nist-sip/java/gov/nist/javax/sip/header/
DAddressParametersHeader.java52 public Address getAddress() { in getAddress() method in AddressParametersHeader
101 … return this.getAddress().equals( o.getAddress() ) && this.equalParameters( (Parameters) o ); in equals()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp48 uint8_t *Src = Sections[RE.SectionID].getAddress() + RE.Offset; in memcpyAddend()
76 uint64_t SectionBaseAddr = TargetSI->getAddress(); in processScatteredVANILLA()
133 uint64_t Addr = Sec.getAddress(); in getRelocationValueRef()
145 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress(); in makeValueAddendPCRel()
151 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; in dumpRelocationToResolve()
169 uint64_t SAddr = SI->getAddress(); in getSectionByAddress()
336 uint8_t *P = EHFrame->getAddress(); in registerEHFrames()
342 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(), in registerEHFrames()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp48 uint8_t *Src = Sections[RE.SectionID].getAddress() + RE.Offset; in memcpyAddend()
75 uint64_t SectionBaseAddr = TargetSI->getAddress(); in processScatteredVANILLA()
131 uint64_t Addr = Sec.getAddress(); in getRelocationValueRef()
143 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress(); in makeValueAddendPCRel()
149 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; in dumpRelocationToResolve()
167 uint64_t SAddr = SI->getAddress(); in getSectionByAddress()
331 uint8_t *P = EHFrame->getAddress(); in registerEHFrames()
337 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(), in registerEHFrames()
/external/pigweed/pw_hdlc/java/test/dev/pigweed/pw_hdlc/
DDecoderTest.java36 assertThat(frame.getAddress()).isEqualTo(24); in processSingleFrame()
73 assertThat(frame.getAddress()).isEqualTo(24); in processTwoFrames()
81 assertThat(frame.getAddress()).isEqualTo(26); in processTwoFrames()
DFrameTest.java30 assertThat(frame.getAddress()).isEqualTo(2); in fields()
42 assertThat(frame.getAddress()).isEqualTo(9472); in echo()
/external/mtools/
Dfat.c235 static unsigned char *getAddress(Fs_t *Stream, in getAddress() function
264 address = getAddress(Stream, start, FAT_ACCESS_READ); in readByte()
314 unsigned char *address0 = getAddress(Stream, start, FAT_ACCESS_WRITE); in fat12_encode()
315 unsigned char *address1 = getAddress(Stream, start+1, FAT_ACCESS_WRITE); in fat12_encode()
339 unsigned char *address = getAddress(Stream, num << 1, FAT_ACCESS_READ); in fat16_decode()
351 unsigned char *address = getAddress(Stream, num << 1, FAT_ACCESS_WRITE); in fat16_encode()
365 (unsigned short *) getAddress(Stream, num << 1, in fast_fat16_decode()
375 (unsigned short *) getAddress(Stream, num << 1, in fast_fat16_encode()
395 unsigned char *address = getAddress(Stream, num << 2, FAT_ACCESS_READ); in fat32_decode()
403 unsigned char *address = getAddress(Stream, num << 2, FAT_ACCESS_WRITE); in fat32_encode()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothFacade.java100 if (!DiscoveredDevices.containsKey(device.getAddress())) { in onReceive()
105 DiscoveredDevices.put(device.getAddress(), device); in onReceive()
171 device.getAddress()); in deviceMatch()
201 Log.d(bd.getAlias() + " " + bd.getAddress()); in getDevice()
203 Log.d("Found match " + bd.getAlias() + " " + bd.getAddress()); in getDevice()
220 Log.d("Found match " + bd.getAlias() + " " + bd.getAddress()); in deviceExists()
299 return mBluetoothAdapter.getAddress(); in bluetoothGetLocalAddress()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothGattServer.java71 BluetoothConnectionManager.getInstance().registerGattServerConnection(device.getAddress()); in notifyConnection()
88 BluetoothConnectionManager.getInstance().unregisterGattServerConnection(device.getAddress()); in notifyDisconnection()
112 return BluetoothConnectionManager.getInstance().hasGattServerConnection(device.getAddress()); in isConnectedToDevice()
/external/llvm/unittests/ExecutionEngine/Orc/
DGlobalMappingLayerTest.cpp40 EXPECT_EQ(BarSym.getAddress(), static_cast<TargetAddress>(0x4567)) in TEST()
46 EXPECT_EQ(FooSym2.getAddress(), static_cast<TargetAddress>(0x0123)) in TEST()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DUDPMessageChannel.java318 this.peerAddress = packet.getAddress(); in processIncomingDataPacket()
388 … if (pingBackRecord.get(packet.getAddress().getHostAddress() + ":" + packet.getPort()) == null ) { in processIncomingDataPacket()
390 …ramPacket keepalive = new DatagramPacket(retval,0,retval.length,packet.getAddress(),packet.getPort… in processIncomingDataPacket()
392 … this.sipStack.getTimer().schedule(new PingBackTimerTask(packet.getAddress().getHostAddress(), in processIncomingDataPacket()
424 this.peerPacketSourceAddress = packet.getAddress(); in processIncomingDataPacket()
427 this.peerAddress = packet.getAddress(); in processIncomingDataPacket()
450 this.peerPacketSourceAddress = packet.getAddress(); in processIncomingDataPacket()
452 this.peerAddress = packet.getAddress(); in processIncomingDataPacket()
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/profiles/
DBluetoothA2dpSnippet.java73 + device.getAddress() in btA2dpConnect()
89 + device.getAddress() in btA2dpDisconnect()
108 if (device.getAddress().equalsIgnoreCase(deviceAddress)) { in getConnectedBluetoothDevice()

12345678910>>...13