Searched defs:local (Results 1 – 11 of 11) sorted by relevance
/cts/tests/tests/net/src/android/net/cts/ |
D | IpSecBaseTest.java | 484 InetAddress local = InetAddress.getByName(addr); in testJavaTcpSocketPair() local 496 InetAddress local = InetAddress.getByName(addr); in testJavaUdpSocketPair() local 509 InetAddress local = InetAddress.getByName(addr); in testJavaUdpSocketPairUnconnected() local 522 InetAddress local = InetAddress.getByName(addr); in testNativeTcpSocketPair() local 535 InetAddress local = InetAddress.getByName(addr); in testNativeUdpSocketPair() local 548 InetAddress local = InetAddress.getByName(addr); in testNativeUdpSocketPairUnconnected() local
|
D | IpSecManagerTest.java | 141 private void checkUnconnectedUdp(IpSecTransform transform, InetAddress local, int sendCount, in checkUnconnectedUdp() 171 private void checkTcp(IpSecTransform transform, InetAddress local, int sendCount, in checkTcp() 454 InetAddress local = InetAddress.getByName(localAddress); in checkTransform() local 609 InetAddress local = InetAddress.getByName(IPV4_LOOPBACK); in testIkeOverUdpEncapSocket() local 626 .buildTransportModeTransform(local, spi); in testIkeOverUdpEncapSocket()
|
/cts/suite/audio_quality/lib/src/audio/ |
D | AudioHardware.cpp | 76 android::sp<AudioHardware> AudioHardware::createAudioHw(bool local, bool playback, in createAudioHw()
|
/cts/tests/tests/net/src/android/net/rtp/cts/ |
D | AudioGroupTest.java | 49 InetAddress local = InetAddress.getByName("::1"); in setUp() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaPlayerDrmTest.java | 171 private void download(Uri remote, Uri local, Resolution res, ModularDrmTestType testType) in download()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/ |
D | VpnTestHelper.java | 214 InetSocketAddress local = (InetSocketAddress) Os.getsockname(socket); in checkPing() local
|
/cts/tests/tests/externalservice/src/android/externalservice/cts/ |
D | ExternalServiceTest.java | 433 Messenger local = new Messenger(handler); in identifyService() local
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverTest.java | 1295 try (ContentProviderClient local = getContext().getContentResolver() in testWrapContentProvider()
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 336 InetSocketAddress local = (InetSocketAddress) Os.getsockname(s); in checkPing() local
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebSettingsTest.java | 1050 String local ="" + in verifyFileXHR() local
|
/cts/tests/tests/text/src/android/text/format/cts/ |
D | TimeTest.java | 380 Time local = new Time(tz); in testNormalize1() local
|