/external/autotest/frontend/client/src/autotest/afe/ |
D | ControlTypeSelect.java | 5 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()
|
D | ControlTypeSelectDisplay.java | 23 public IRadioButton getClient() { in getClient() method in ControlTypeSelectDisplay
|
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
D | ConscryptEngineTest.java | 138 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/ |
D | ConscryptEngineTest.java | 131 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/ |
D | TsiTest.java | 52 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 …]
|
D | AltsTsiTest.java | 91 TsiPeer clientPeer = handshakers.getClient().extractPeer(); in verifyHandshakePeer()
|
D | FakeTsiTest.java | 84 TsiHandshaker clientHandshaker = handshakers.getClient(); in handshakeStateOrderTest()
|
/external/clang/lib/ARCMigrate/ |
D | ARCMTActions.cpp | 20 CI.getDiagnostics().getClient())) in BeginInvocation() 34 CI.getDiagnostics().getClient()); in BeginInvocation() 43 CI.getDiagnostics().getClient(), MigrateDir, EmitPremigrationARCErros, in BeginInvocation()
|
/external/clang/lib/Frontend/ |
D | ASTMerge.cpp | 36 CI.getDiagnostics().getClient()->BeginSourceFile( in ExecuteAction() 46 *CI.getDiagnostics().getClient()), in ExecuteAction() 79 CI.getDiagnostics().getClient()->EndSourceFile(); in ExecuteAction()
|
D | CompilerInstance.cpp | 186 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/ |
D | KeyStoreBuilderParametersTest.java | 68 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/ |
D | KeyStoreBuilderParametersTest.java | 64 TestKeyStore testKeyStore = TestKeyStore.getClient(); in test_init_Builder() 86 TestKeyStore testKeyStore1 = TestKeyStore.getClient(); in test_init_List()
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 136 Diags->getClient()); in checkForMigration() 137 return Diags->getClient()->getNumErrors() > 0; in checkForMigration()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothMapFacade.java | 137 return sMapProfile.getClient(); in bluetoothMapGetClient()
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/ |
D | CertPinManagerTest.java | 123 TrustManagerImpl tm = new TrustManagerImpl(TestKeyStore.getClient().keyStore, manager); in callCheckServerTrusted()
|
/external/conscrypt/common/src/test/java/org/conscrypt/ |
D | CertPinManagerTest.java | 119 TrustManagerImpl tm = new TrustManagerImpl(TestKeyStore.getClient().keyStore, manager); in callCheckServerTrusted()
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/ |
D | TestUtils.java | 343 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/ |
D | TestUtils.java | 340 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/ |
D | main.go | 365 client, err := getClient(authdir, config) 378 func getClient(authdir string, config *oauth2.Config) (*http.Client, error) { func
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 338 assert(Diagnostics && Diagnostics->getClient() && in getDiagnosticClient() 340 return *Diagnostics->getClient(); in getDiagnosticClient()
|
/external/guava/guava/src/com/google/common/net/ |
D | InetAddresses.java | 625 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/ |
D | InetAddresses.java | 630 public Inet4Address getClient() { in getClient() method in InetAddresses.TeredoInfo 771 return getTeredoInfo(ip).getClient(); in getEmbeddedIPv4ClientAddress()
|
/external/clang/lib/Frontend/Rewrite/ |
D | FixItRewriter.cpp | 40 Client = Diags.getClient(); in FixItRewriter()
|
/external/guava/android/guava-tests/test/com/google/common/net/ |
D | InetAddressesTest.java | 444 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/ |
D | InetAddressesTest.java | 444 assertEquals(client, teredo.getClient()); in testTeredoAddresses() 453 assertEquals(InetAddresses.forString("0.0.0.0"), info.getClient()); in testTeredoAddress_nullServer()
|