Home
last modified time | relevance | path

Searched refs:getClient (Results 1 – 25 of 47) sorted by relevance

12

/external/autotest/frontend/client/src/autotest/afe/
DControlTypeSelect.java5 public IRadioButton getClient(); in getClient() method
13 display.getClient().setText(TestSelector.CLIENT_TYPE); in bindDisplay()
18 if (display.getClient().getValue()) { in getControlType()
19 return display.getClient().getText(); in getControlType()
25 if (display.getClient().getText().equals(type)) { in setControlType()
26 display.getClient().setValue(true); in setControlType()
35 display.getClient().setEnabled(enabled); in setEnabled()
DControlTypeSelectDisplay.java23 public IRadioButton getClient() { in getClient() method in ControlTypeSelectDisplay
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DConscryptEngineTest.java138 setupEngines(TestKeyStore.getClient(), TestKeyStore.getServer()); in closingOutboundBeforeHandshakeShouldCloseAll()
155 setupEngines(TestKeyStore.getClient(), TestKeyStore.getServer()); in closingOutboundAfterHandshakeShouldOnlyCloseOutbound()
187 setupEngines(TestKeyStore.getClient(), TestKeyStore.getServer()); in closingInboundShouldOnlyCloseInbound()
211 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithDifferentCertsShouldSucceed()
222 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.NONE); in mutualAuthWithUntrustedClientShouldFail()
228 TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.OPTIONAL); in optionalClientAuthShouldSucceed()
234 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.OPTIONAL); in optionalClientAuthShouldFail()
246 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.REQUIRED); in requiredClientAuthShouldFail()
251 setupEngines(TestKeyStore.getClient(), TestKeyStore.getServer()); in exchangeMessages()
280 setupEngines(TestKeyStore.getClient(), TestKeyStore.getServer()); in exchangeLargeMessage()
[all …]
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DConscryptEngineTest.java131 setupEngines(TestKeyStore.getClient(), TestKeyStore.getServer()); in closingOutboundBeforeHandshakeShouldCloseAll()
148 setupEngines(TestKeyStore.getClient(), TestKeyStore.getServer()); in closingOutboundAfterHandshakeShouldOnlyCloseOutbound()
180 setupEngines(TestKeyStore.getClient(), TestKeyStore.getServer()); in closingInboundShouldOnlyCloseInbound()
204 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithDifferentCertsShouldSucceed()
215 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.NONE); in mutualAuthWithUntrustedClientShouldFail()
221 TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.OPTIONAL); in optionalClientAuthShouldSucceed()
227 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.OPTIONAL); in optionalClientAuthShouldFail()
239 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.REQUIRED); in requiredClientAuthShouldFail()
244 setupEngines(TestKeyStore.getClient(), TestKeyStore.getServer()); in exchangeMessages()
273 setupEngines(TestKeyStore.getClient(), TestKeyStore.getServer()); in exchangeLargeMessage()
[all …]
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DTsiTest.java52 public TsiHandshaker getClient() { in getClient() method in TsiTest.Handshakers
81 TsiHandshaker clientHandshaker = handshakers.getClient(); in performHandshake()
163 TsiFrameProtector clientProtector = handshakers.getClient().createFrameProtector(alloc); in pingPongTest()
184 handshakers.getClient().createFrameProtector(frameSize, alloc); in pingPongExactFrameSizeTest()
200 TsiFrameProtector clientProtector = handshakers.getClient().createFrameProtector(alloc); in pingPongSmallBufferTest()
218 handshakers.getClient().createFrameProtector(frameProtectorOverhead + 3, alloc); in pingPongSmallFrameTest()
237 handshakers.getClient().createFrameProtector(frameProtectorOverhead + 3, alloc); in pingPongSmallFrameSmallBufferTest()
256 TsiFrameProtector sender = handshakers.getClient().createFrameProtector(alloc); in corruptedCounterTest()
297 TsiFrameProtector sender = handshakers.getClient().createFrameProtector(alloc); in corruptedCiphertextTest()
336 TsiFrameProtector sender = handshakers.getClient().createFrameProtector(alloc); in corruptedTagTest()
[all …]
DAltsTsiTest.java91 TsiPeer clientPeer = handshakers.getClient().extractPeer(); in verifyHandshakePeer()
DFakeTsiTest.java84 TsiHandshaker clientHandshaker = handshakers.getClient(); in handshakeStateOrderTest()
/external/clang/lib/ARCMigrate/
DARCMTActions.cpp20 CI.getDiagnostics().getClient())) in BeginInvocation()
34 CI.getDiagnostics().getClient()); in BeginInvocation()
43 CI.getDiagnostics().getClient(), MigrateDir, EmitPremigrationARCErros, in BeginInvocation()
/external/clang/lib/Frontend/
DASTMerge.cpp36 CI.getDiagnostics().getClient()->BeginSourceFile( in ExecuteAction()
46 *CI.getDiagnostics().getClient()), in ExecuteAction()
79 CI.getDiagnostics().getClient()->EndSourceFile(); in ExecuteAction()
DCompilerInstance.cpp186 Diags.getClient(), std::move(SerializedConsumer))); in SetupSerializedDiagnostics()
882 getDiagnostics().getClient()->finish(); in ExecuteAction()
887 unsigned NumWarnings = getDiagnostics().getClient()->getNumWarnings(); in ExecuteAction()
888 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); in ExecuteAction()
905 return !getDiagnostics().getClient()->getNumErrors(); in ExecuteAction()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DKeyStoreBuilderParametersTest.java68 TestKeyStore testKeyStore = TestKeyStore.getClient(); in test_init_Builder()
90 TestKeyStore testKeyStore1 = TestKeyStore.getClient(); in test_init_List()
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
DKeyStoreBuilderParametersTest.java64 TestKeyStore testKeyStore = TestKeyStore.getClient(); in test_init_Builder()
86 TestKeyStore testKeyStore1 = TestKeyStore.getClient(); in test_init_List()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp136 Diags->getClient()); in checkForMigration()
137 return Diags->getClient()->getNumErrors() > 0; in checkForMigration()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMapFacade.java137 return sMapProfile.getClient(); in bluetoothMapGetClient()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/
DCertPinManagerTest.java123 TrustManagerImpl tm = new TrustManagerImpl(TestKeyStore.getClient().keyStore, manager); in callCheckServerTrusted()
/external/conscrypt/common/src/test/java/org/conscrypt/
DCertPinManagerTest.java119 TrustManagerImpl tm = new TrustManagerImpl(TestKeyStore.getClient().keyStore, manager); in callCheckServerTrusted()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
DTestUtils.java343 TestUtils.initSslContext(newContext(getJdkProvider()), TestKeyStore.getClient()); in getCommonCipherSuites()
345 newContext(getConscryptProvider()), TestKeyStore.getClient()); in getCommonCipherSuites()
415 return initSslContext(context, TestKeyStore.getClient()); in initClientSslContext()
/external/conscrypt/testing/src/main/java/org/conscrypt/
DTestUtils.java340 TestUtils.initSslContext(newContext(getJdkProvider()), TestKeyStore.getClient()); in getCommonCipherSuites()
342 newContext(getConscryptProvider()), TestKeyStore.getClient()); in getCommonCipherSuites()
412 return initSslContext(context, TestKeyStore.getClient()); in initClientSslContext()
/external/swiftshader/tests/regres/cmd/export_to_sheets/
Dmain.go365 client, err := getClient(authdir, config)
378 func getClient(authdir string, config *oauth2.Config) (*http.Client, error) { func
/external/clang/include/clang/Frontend/
DCompilerInstance.h338 assert(Diagnostics && Diagnostics->getClient() && in getDiagnosticClient()
340 return *Diagnostics->getClient(); in getDiagnosticClient()
/external/guava/guava/src/com/google/common/net/
DInetAddresses.java625 public Inet4Address getClient() { in getClient() method in InetAddresses.TeredoInfo
766 return getTeredoInfo(ip).getClient(); in getEmbeddedIPv4ClientAddress()
/external/guava/android/guava/src/com/google/common/net/
DInetAddresses.java630 public Inet4Address getClient() { in getClient() method in InetAddresses.TeredoInfo
771 return getTeredoInfo(ip).getClient(); in getEmbeddedIPv4ClientAddress()
/external/clang/lib/Frontend/Rewrite/
DFixItRewriter.cpp40 Client = Diags.getClient(); in FixItRewriter()
/external/guava/android/guava-tests/test/com/google/common/net/
DInetAddressesTest.java444 assertEquals(client, teredo.getClient()); in testTeredoAddresses()
453 assertEquals(InetAddresses.forString("0.0.0.0"), info.getClient()); in testTeredoAddress_nullServer()
/external/guava/guava-tests/test/com/google/common/net/
DInetAddressesTest.java444 assertEquals(client, teredo.getClient()); in testTeredoAddresses()
453 assertEquals(InetAddresses.forString("0.0.0.0"), info.getClient()); in testTeredoAddress_nullServer()

12