Home
last modified time | relevance | path

Searched defs:systemProperty (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/aws-sdk-java-v2/core/regions/src/test/java/software/amazon/awssdk/regions/internal/util/
H A DEc2MetadataDisableV1ResolverTest.java42 String systemProperty, String envVar, boolean expected) { in resolveDisableValue_whenBoolean_resolvesCorrectly()
65 public void resolveDisableValue_whenNonBoolean_throws(String systemProperty, String envVar) { in resolveDisableValue_whenNonBoolean_throws()
80 private static void setUpSystemSettings(String systemProperty, String envVar) { in setUpSystemSettings()
82 … System.setProperty(SdkSystemSetting.AWS_EC2_METADATA_V1_DISABLED.property(), systemProperty); in setUpSystemSettings() local
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/internal/
H A DEc2MetadataDisableV1ResolverTest.java49 String systemProperty, String envVar, ProfileFile profileFile, boolean expected) { in resolveDisableValue_whenBoolean_resolvesCorrectly()
84 String systemProperty, String envVar, ProfileFile profileFile) { in resolveDisableValue_whenNonBoolean_throws()
103 private static void setUpSystemSettings(String systemProperty, String envVar) { in setUpSystemSettings()
105 … System.setProperty(SdkSystemSetting.AWS_EC2_METADATA_V1_DISABLED.property(), systemProperty); in setUpSystemSettings() local
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/endpoints/
H A DUseGlobalEndpointResolverTest.java129 private final String systemProperty; field in UseGlobalEndpointResolverTest.TestData
135 …TestData(String systemProperty, String envVarValue, String configFile, String advancedOption, bool… in TestData()
139 … TestData(String systemProperty, String envVarValue, String configFile, String advancedOption, in TestData()
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/main/java/software/amazon/awssdk/awscore/internal/interceptor/
H A DTracingSystemSetting.java29 private final String systemProperty; field in TracingSystemSetting
32 TracingSystemSetting(String systemProperty, String defaultValue) { in TracingSystemSetting()
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/
H A DS3SystemSetting.java30 private final String systemProperty; field in S3SystemSetting
33 S3SystemSetting(String systemProperty, String defaultValue) { in S3SystemSetting()
/aosp_15_r20/external/aws-sdk-java-v2/core/profiles/src/main/java/software/amazon/awssdk/profiles/
H A DProfileFileSystemSetting.java53 private final String systemProperty; field in ProfileFileSystemSetting
56 ProfileFileSystemSetting(String systemProperty, String defaultValue) { in ProfileFileSystemSetting()
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DProxySystemSetting.java38 private final String systemProperty; field in ProxySystemSetting
40 ProxySystemSetting(String systemProperty) { in ProxySystemSetting()
H A DJavaSystemSetting.java44 private final String systemProperty; field in JavaSystemSetting
46 JavaSystemSetting(String systemProperty) { in JavaSystemSetting()
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/s3express/
H A DDisableS3ExpressAuthTest.java82 …id disableS3ExpressAuth(String description, Boolean clientConfig, String systemProperty, String en… in disableS3ExpressAuth()
91 …ystem.setProperty(SdkSystemSetting.AWS_S3_DISABLE_EXPRESS_SESSION_AUTH.property(), systemProperty); in disableS3ExpressAuth() local
H A DUseS3ExpressAuthResolverTest.java109 private final String systemProperty; field in UseS3ExpressAuthResolverTest.TestData
113 TestData(String systemProperty, String envVarValue, String configFile, boolean expected) { in TestData()
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/retry/
H A DRetryModeTest.java120 private final String systemProperty; field in RetryModeTest.TestData
125 …TestData(String systemProperty, String envVarValue, String configFile, RetryMode defaultMode, Obje… in TestData()
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/internal/defaultsmode/
H A DDefaultsModeResolverTest.java122 private final String systemProperty; field in DefaultsModeResolverTest.TestData
127 …TestData(String systemProperty, String envVarValue, String configFile, DefaultsMode defaultMode, O… in TestData()
/aosp_15_r20/external/aws-sdk-java-v2/core/regions/src/test/java/software/amazon/awssdk/regions/servicemetadata/
H A DEnhancedS3ServiceMetadataTest.java123 private final String systemProperty; field in EnhancedS3ServiceMetadataTest.TestData
128 …TestData(String systemProperty, String envVarValue, String configFile, String advancedOption, URI … in TestData()
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/
H A DSdkSystemSetting.java215 private final String systemProperty; field in SdkSystemSetting
218 SdkSystemSetting(String systemProperty, String defaultValue) { in SdkSystemSetting()
/aosp_15_r20/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/test/
H A DPortTestUtil.java39 String systemProperty = System.getProperty(FTP_SERVER_PORT_PROPERTY); in getFtpServerControlPort() local
/aosp_15_r20/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/test/
H A DPortTestUtil.java39 String systemProperty = System.getProperty(FTP_SERVER_PORT_PROPERTY); in getFtpServerControlPort() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/test/
H A DPortTestUtil.java39 String systemProperty = System.getProperty(FTP_SERVER_PORT_PROPERTY); in getFtpServerControlPort() local
/aosp_15_r20/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/test/
H A DPortTestUtil.java39 String systemProperty = System.getProperty(FTP_SERVER_PORT_PROPERTY); in getFtpServerControlPort() local
/aosp_15_r20/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/test/
H A DPortTestUtil.java39 String systemProperty = System.getProperty(FTP_SERVER_PORT_PROPERTY); in getFtpServerControlPort() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/test/
H A DPortTestUtil.java39 String systemProperty = System.getProperty(FTP_SERVER_PORT_PROPERTY); in getFtpServerControlPort() local
/aosp_15_r20/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/test/
H A DPortTestUtil.java39 String systemProperty = System.getProperty(FTP_SERVER_PORT_PROPERTY); in getFtpServerControlPort() local
/aosp_15_r20/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/test/
H A DPortTestUtil.java39 String systemProperty = System.getProperty(FTP_SERVER_PORT_PROPERTY); in getFtpServerControlPort() local
/aosp_15_r20/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/test/
H A DPortTestUtil.java39 String systemProperty = System.getProperty(FTP_SERVER_PORT_PROPERTY); in getFtpServerControlPort() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/test/
H A DPortTestUtil.java39 String systemProperty = System.getProperty(FTP_SERVER_PORT_PROPERTY); in getFtpServerControlPort() local
/aosp_15_r20/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/test/
H A DPortTestUtil.java39 String systemProperty = System.getProperty(FTP_SERVER_PORT_PROPERTY); in getFtpServerControlPort() local

123