/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | transport_test.go | 141 func testReuseRequest(t *testing.T, mode testMode) { 170 func testTransportKeepAlives(t *testing.T, mode testMode) { 202 func testTransportConnectionCloseOnResponse(t *testing.T, mode testMode) { 259 func testTransportConnectionCloseOnRequest(t *testing.T, mode testMode) { 324 func testTransportConnectionCloseOnRequestDisableKeepAlive(t *testing.T, mode testMode) { 345 func testTransportRespectRequestWantsClose(t *testing.T, mode testMode) { 396 func testTransportIdleCacheKeys(t *testing.T, mode testMode) { 429 func testTransportReadToEndReusesConn(t *testing.T, mode testMode) { 478 func testTransportMaxPerHostIdleConns(t *testing.T, mode testMode) { 567 func testTransportMaxConnsPerHostIncludeDialInProgress(t *testing.T, mode testMode) { [all …]
|
D | serve_test.go | 252 func testHostHandlers(t *testing.T, mode testMode) { 492 func testServeWithSlashRedirectKeepsQueryString(t *testing.T, mode testMode) { 633 func testShouldRedirectConcurrency(t *testing.T, mode testMode) { 684 func testServerTimeouts(t *testing.T, mode testMode) { 696 func testServerTimeoutsWithTimeout(t *testing.T, timeout time.Duration, mode testMode) error { 771 func testServerReadTimeout(t *testing.T, mode testMode) { 812 func testServerNoReadTimeout(t *testing.T, mode testMode) { 856 func testServerWriteTimeout(t *testing.T, mode testMode) { 921 func testServerNoWriteTimeout(t *testing.T, mode testMode) { 951 func testWriteDeadlineExtendedOnNewRequest(t *testing.T, mode testMode) { [all …]
|
D | client_test.go | 64 func testClient(t *testing.T, mode testMode) { 82 func testClientHead(t *testing.T, mode testMode) { 190 func testClientRedirects(t *testing.T, mode testMode) { 287 func testClientRedirectsContext(t *testing.T, mode testMode) { 402 func testRedirectsByMethod(t *testing.T, mode testMode, method string, table []redirectTest, want s… 479 func testClientRedirectUseResponse(t *testing.T, mode testMode) { 519 func testClientRedirectNoLocation(t *testing.T, mode testMode) { 544 func testClientRedirect308NoGetBody(t *testing.T, mode testMode) { 641 func testRedirectCookiesJar(t *testing.T, mode testMode) { 676 func testJarCalls(t *testing.T, mode testMode) { [all …]
|
D | clientserver_test.go | 38 type testMode string type 150 func newClientServerTest(t testing.TB, mode testMode, h Handler, opts ...any) *clientServerTest { 218 func testNewClientServerTest(t *testing.T, mode testMode) { 256 func testChunkedResponseHeaders(t *testing.T, mode testMode) { 514 func testHandlerWritesTooMuch(t *testing.T, mode testMode) { 578 func test304Responses(t *testing.T, mode testMode) { 644 func testCancelRequestMidBody(t *testing.T, mode testMode) { 690 func testTrailersClientToServer(t *testing.T, mode testMode) { 751 func testTrailersServerToClient(t *testing.T, mode testMode, flush bool) { 821 func testResponseBodyReadAfterClose(t *testing.T, mode testMode) { [all …]
|
D | fs_test.go | 76 func testServeFile(t *testing.T, mode testMode) { 279 func testFSRedirect(t *testing.T, mode testMode) { 328 func testFileServerEscapesNames(t *testing.T, mode testMode) { 376 func testFileServerSortsNames(t *testing.T, mode testMode) { 425 func testFileServerImplicitLeadingSlash(t *testing.T, mode testMode) { 502 func testServeFileContentType(t *testing.T, mode testMode) { 530 func testServeFileMimeType(t *testing.T, mode testMode) { 546 func testServeFileFromCWD(t *testing.T, mode testMode) { 562 func testServeDirWithoutTrailingSlash(t *testing.T, mode testMode) { 580 func testServeFileWithContentEncoding(t *testing.T, mode testMode) { [all …]
|
D | responsecontroller_test.go | 19 func testResponseControllerFlush(t *testing.T, mode testMode) { 52 func testResponseControllerHijack(t *testing.T, mode testMode) { 83 func testResponseControllerSetPastWriteDeadline(t *testing.T, mode testMode) { 125 func testResponseControllerSetFutureWriteDeadline(t *testing.T, mode testMode) { 161 func testResponseControllerSetPastReadDeadline(t *testing.T, mode testMode) { 225 func testResponseControllerSetFutureReadDeadline(t *testing.T, mode testMode) { 260 func testWrappedResponseController(t *testing.T, mode testMode) { 285 func testResponseControllerEnableFullDuplex(t *testing.T, mode testMode) {
|
D | sniff_test.go | 92 func testServerContentTypeSniff(t *testing.T, mode testMode) { 134 func testServerIssue5953(t *testing.T, mode testMode) { 170 func testContentTypeWithVariousSources(t *testing.T, mode testMode) { 258 func testSniffWriteSize(t *testing.T, mode testMode) {
|
D | request_test.go | 297 func testMaxInt64ForMultipartFormMaxMemoryOverflow(t *testing.T, mode testMode) { 336 func testRequestRedirect(t *testing.T, mode testMode) { 1086 func testNoPanicWithBasicAuth(t *testing.T, mode testMode) { 1470 func runFileAndServerBenchmarks(b *testing.B, mode testMode, f *os.File, n int64) {
|
/aosp_15_r20/hardware/interfaces/security/rkp/aidl/vts/functional/ |
H A D | VtsRemotelyProvisionedComponentTests.cpp | 327 bool testMode = false; in TEST_P() local 350 bool testMode = false; in TEST_P() local 406 bool testMode = true; in TEST_P() local 432 bool testMode = false; in TEST_P() local 457 void generateKeys(bool testMode, size_t numKeys) { in generateKeys() 498 bool testMode = true; in TEST_P() local 525 constexpr bool testMode = true; in TEST_P() local 566 bool testMode = false; in TEST_P() local 581 bool testMode = true; in TEST_P() local 609 bool testMode = false; in TEST_P() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/rkp/aidl/android.hardware.security.rkp-V3-java-source/gen/android/hardware/security/keymint/ |
D | IRemotelyProvisionedComponent.java | 28 …@Override public byte[] generateEcdsaP256KeyPair(boolean testMode, android.hardware.security.keymi… in generateEcdsaP256KeyPair() 32 …@Override public byte[] generateCertificateRequest(boolean testMode, android.hardware.security.key… in generateCertificateRequest() 202 …@Override public byte[] generateEcdsaP256KeyPair(boolean testMode, android.hardware.security.keymi… in generateEcdsaP256KeyPair() 226 …@Override public byte[] generateCertificateRequest(boolean testMode, android.hardware.security.key… in generateCertificateRequest() 329 …public byte[] generateEcdsaP256KeyPair(boolean testMode, android.hardware.security.keymint.MacedPu… in generateEcdsaP256KeyPair() 330 …public byte[] generateCertificateRequest(boolean testMode, android.hardware.security.keymint.Maced… in generateCertificateRequest()
|
/aosp_15_r20/hardware/nxp/keymint/KM200/ |
D | JavacardRemotelyProvisionedComponentDevice.cpp | 138 JavacardRemotelyProvisionedComponentDevice::generateEcdsaP256KeyPair(bool testMode, in generateEcdsaP256KeyPair() 158 bool testMode, const std::vector<MacedPublicKey>& keysToSign) { in beginSendData() 258 JavacardRemotelyProvisionedComponentDevice::generateCertificateRequest(bool testMode, in generateCertificateRequest()
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/HAL/ |
H A D | JavacardRemotelyProvisionedComponentDevice.cpp | 113 bool testMode, MacedPublicKey* macedPublicKey, std::vector<uint8_t>* privateKeyHandle) { in generateEcdsaP256KeyPair() 134 bool testMode, const std::vector<MacedPublicKey>& keysToSign) { in beginSendData() 240 bool testMode, const std::vector<MacedPublicKey>& keysToSign, in generateCertificateRequest()
|
/aosp_15_r20/external/moshi/kotlin/tests/codegen-only/ |
H A D | build.gradle.kts | 32 val testMode = findProperty("kotlinTestMode")?.toString() constant
|
/aosp_15_r20/external/moshi/kotlin/tests/ |
H A D | build.gradle.kts | 32 val testMode = findProperty("kotlinTestMode")?.toString() constant
|
/aosp_15_r20/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/2/android/hardware/security/keymint/ |
H A D | IRemotelyProvisionedComponent.aidl | 39 …byte[] generateEcdsaP256KeyPair(in boolean testMode, out android.hardware.security.keymint.MacedPu… in generateEcdsaP256KeyPair() 40 …byte[] generateCertificateRequest(in boolean testMode, in android.hardware.security.keymint.MacedP… in generateCertificateRequest()
|
/aosp_15_r20/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/1/android/hardware/security/keymint/ |
H A D | IRemotelyProvisionedComponent.aidl | 39 …byte[] generateEcdsaP256KeyPair(in boolean testMode, out android.hardware.security.keymint.MacedPu… in generateEcdsaP256KeyPair() 40 …byte[] generateCertificateRequest(in boolean testMode, in android.hardware.security.keymint.MacedP… in generateCertificateRequest()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cSeparateShaderObjsTests.cpp | 2883 TestType testMode) in generateVarLinkVertexShaderSrc() 2916 const string &precision, TestType testMode) in generateVarLinkFragmentShaderSrc() 2955 TestType testMode) in generateVarLinkVertexShaderSrc() 2988 const string &precision, TestType testMode) in generateVarLinkFragmentShaderSrc() 3027 TestType testMode) in generateVarLinkVertexShaderSrc() 3060 const string &precision, TestType testMode) in generateVarLinkFragmentShaderSrc()
|
/aosp_15_r20/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/current/android/hardware/security/keymint/ |
H A D | IRemotelyProvisionedComponent.aidl | 39 …byte[] generateEcdsaP256KeyPair(in boolean testMode, out android.hardware.security.keymint.MacedPu… in generateEcdsaP256KeyPair() 40 …byte[] generateCertificateRequest(in boolean testMode, in android.hardware.security.keymint.MacedP… in generateCertificateRequest()
|
/aosp_15_r20/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/ |
H A D | IRemotelyProvisionedComponent.aidl | 148 byte[] generateEcdsaP256KeyPair(in boolean testMode, out MacedPublicKey macedPublicKey); in generateEcdsaP256KeyPair() 220 byte[] generateCertificateRequest(in boolean testMode, in MacedPublicKey[] keysToSign, in generateCertificateRequest()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/rkp/aidl/android.hardware.security.rkp_interface/dump/android/hardware/security/keymint/ |
D | IRemotelyProvisionedComponent.aidl | 39 …byte[] generateEcdsaP256KeyPair(in boolean testMode, out android.hardware.security.keymint.MacedPu… in generateEcdsaP256KeyPair() 40 …byte[] generateCertificateRequest(in boolean testMode, in android.hardware.security.keymint.MacedP… in generateCertificateRequest()
|
/aosp_15_r20/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/3/android/hardware/security/keymint/ |
H A D | IRemotelyProvisionedComponent.aidl | 39 …byte[] generateEcdsaP256KeyPair(in boolean testMode, out android.hardware.security.keymint.MacedPu… in generateEcdsaP256KeyPair() 40 …byte[] generateCertificateRequest(in boolean testMode, in android.hardware.security.keymint.MacedP… in generateCertificateRequest()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/rkp/aidl/android.hardware.security.rkp-V3-cpp-source/gen/include/android/hardware/security/keymint/ |
D | BnRemotelyProvisionedComponent.h | 43 …::android::binder::Status generateEcdsaP256KeyPair(bool testMode, ::android::hardware::security::k… in generateEcdsaP256KeyPair() 46 …::android::binder::Status generateCertificateRequest(bool testMode, const ::std::vector<::android:… in generateCertificateRequest()
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | remote_remotely_provisioned_component.cpp | 72 bool testMode, MacedPublicKey* macedPublicKey, in generateEcdsaP256KeyPair() 88 bool testMode, const std::vector<MacedPublicKey>& keysToSign, in generateCertificateRequest()
|
/aosp_15_r20/system/keymaster/android_keymaster/ |
H A D | remote_provisioning_utils.cpp | 71 validateAndExtractEekPubAndId(bool testMode, const KeymasterBlob& endpointEncryptionCertChain) { in validateAndExtractEekPubAndId() 132 validateAndExtractPubkeys(bool testMode, uint32_t numKeys, KeymasterBlob* keysToSign, in validateAndExtractPubkeys()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 243 … const TestMode testMode, const VkMemoryPropertyFlags flags, in TransientAttachmentTest() 348 …tAttachmentTestInstance::TransientAttachmentTestInstance(Context &context, const TestMode testMode, in TransientAttachmentTestInstance() 610 TestMode testMode; in createTransientAttachmentTests() member
|