Home
last modified time | relevance | path

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

1234

/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/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/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/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 …]
/external/llvm-project/clang/lib/ARCMigrate/
DARCMTActions.cpp19 CI.getDiagnostics().getClient())) in BeginInvocation()
33 CI.getDiagnostics().getClient()); in BeginInvocation()
42 CI.getDiagnostics().getClient(), MigrateDir, EmitPremigrationARCErros, in BeginInvocation()
/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/llvm-project/clang/lib/Frontend/
DASTMerge.cpp35 CI.getDiagnostics().getClient()->BeginSourceFile( in ExecuteAction()
47 *CI.getDiagnostics().getClient()), in ExecuteAction()
80 CI.getDiagnostics().getClient()->EndSourceFile(); in ExecuteAction()
/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()
/external/llvm-project/flang/include/flang/Frontend/
DCompilerInstance.h126 assert(diagnostics_ && diagnostics_->getClient() && in GetDiagnosticClient()
128 return *diagnostics_->getClient(); in GetDiagnosticClient()
/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/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/llvm-project/clang-tools-extra/clangd/index/remote/unimplemented/
DUnimplementedClient.cpp17 std::unique_ptr<clangd::SymbolIndex> getClient(llvm::StringRef Address, in getClient() function
/external/llvm-project/clang-tools-extra/clangd/index/remote/
DClient.h29 std::unique_ptr<clangd::SymbolIndex> getClient(llvm::StringRef Address,
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTreeTestBase.cpp119 if (!Diags->getClient()) in buildTree()
154 Diags->getClient()->getNumErrors() == 0) { in buildTree()
/external/llvm-project/clang/lib/Serialization/
DGeneratePCH.cpp63 PP.getDiagnostics().getClient()->clear(); in HandleTranslationUnit()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMapFacade.java137 return sMapProfile.getClient(); in bluetoothMapGetClient()
/external/llvm-project/clang/tools/arcmt-test/
Darcmt-test.cpp137 Diags->getClient()); in checkForMigration()
138 return Diags->getClient()->getNumErrors() > 0; in checkForMigration()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp136 Diags->getClient()); in checkForMigration()
137 return Diags->getClient()->getNumErrors() > 0; in checkForMigration()
/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/llvm-project/flang/tools/flang-driver/
Ddriver.cpp142 diags.getClient()->finish(); in main()
/external/conscrypt/testing/src/main/java/org/conscrypt/
DTestUtils.java374 TestUtils.initSslContext(newContext(getJdkProvider()), TestKeyStore.getClient()); in getCommonCipherSuites()
376 newContext(getConscryptProvider()), TestKeyStore.getClient()); in getCommonCipherSuites()
445 return initSslContext(context, TestKeyStore.getClient()); in initClientSslContext()
/external/clang/include/clang/Frontend/
DCompilerInstance.h338 assert(Diagnostics && Diagnostics->getClient() && in getDiagnosticClient()
340 return *Diagnostics->getClient(); in getDiagnosticClient()
/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

1234