Home
last modified time | relevance | path

Searched defs:configFile (Results 1 – 25 of 39) sorted by relevance

12

/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/settingproviders/
DDisableMultiRegionProviderChainTest.java45 String configFile = getClass().getResource("ProfileFile_true").getFile(); in specifiedInBothProviders_systemPropertiesShouldTakePrecedence() local
46 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in specifiedInBothProviders_systemPropertiesShouldTakePrecedence() local
54 String configFile = getClass().getResource("ProfileFile_true").getFile(); in systemPropertiesThrowException_shouldUseConfigFile() local
55 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in systemPropertiesThrowException_shouldUseConfigFile() local
62 String configFile = getClass().getResource("ProfileFile_true").getFile(); in systemPropertiesNotSpecified_shouldUseConfigFile() local
63 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in systemPropertiesNotSpecified_shouldUseConfigFile() local
85 String configFile = getClass().getResource("ProfileFile_unsupportedValue").getFile(); in bothProvidersThrowException_shouldReturnEmpty() local
86 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in bothProvidersThrowException_shouldReturnEmpty() local
DProfileUseArnRegionProviderTest.java54 String configFile = getClass().getResource("ProfileFile_true").getFile(); in specifiedInConfigFile_shouldResolve() local
55 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in specifiedInConfigFile_shouldResolve() local
62 String configFile = getClass().getResource("ProfileFile_mixedSpace").getFile(); in configFile_mixedSpace() local
63 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in configFile_mixedSpace() local
70 String configFile = getClass().getResource("ProfileFile_unsupportedValue").getFile(); in unsupportedValue_shouldThrowException() local
71 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in unsupportedValue_shouldThrowException() local
78 String configFile = getClass().getResource("ProfileFile_noSpace").getFile(); in commaNoSpace_shouldResolveCorrectly() local
79 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in commaNoSpace_shouldResolveCorrectly() local
DUseArnRegionProviderChainTest.java45 String configFile = getClass().getResource("ProfileFile_true").getFile(); in specifiedInBothProviders_systemPropertiesShouldTakePrecedence() local
46 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in specifiedInBothProviders_systemPropertiesShouldTakePrecedence() local
54 String configFile = getClass().getResource("ProfileFile_true").getFile(); in systemPropertiesThrowException_shouldUseConfigFile() local
55 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in systemPropertiesThrowException_shouldUseConfigFile() local
81 String configFile = getClass().getResource("ProfileFile_unsupportedValue").getFile(); in bothProvidersThrowException_shouldReturnEmpty() local
82 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in bothProvidersThrowException_shouldReturnEmpty() local
DProfileDisableMultiRegionProviderTest.java54 String configFile = getClass().getResource("ProfileFile_true").getFile(); in specifiedInConfigFile_shouldResolve() local
55 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in specifiedInConfigFile_shouldResolve() local
62 String configFile = getClass().getResource("ProfileFile_mixedSpace").getFile(); in configFile_mixedSpace() local
63 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in configFile_mixedSpace() local
70 String configFile = getClass().getResource("ProfileFile_unsupportedValue").getFile(); in unsupportedValue_shouldThrowException() local
71 System.setProperty(AWS_CONFIG_FILE.property(), configFile); in unsupportedValue_shouldThrowException() local
/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/internal/
DProfileCredentialsUtilsTest.java194 ProfileFile configFile = configFile("[profile source]\n" + in profileFileWithCircularDependencyThrowsExceptionWhenResolvingCredentials() local
271 ProfileFile configFile = configFile("[profile test]\n" + in profileWithBothCredentialSourceAndSourceProfileThrowsException() local
287 ProfileFile configFile = configFile("[profile test]\n" + in profileWithInvalidCredentialSourceThrowsException() local
303 private ProfileFile aggregateFileProfiles(String configFile, String credentialFile) { in aggregateFileProfiles()
343 private static ProfileFile configFile(String configFile) { in configFile() argument
DEc2MetadataDisableV1ResolverTest.java114 private static ProfileFile configFile(String name, Pair<?, ?>... pairs) { in configFile() method in Ec2MetadataDisableV1ResolverTest
123 private static ProfileFile configFile(String credentialFile) { in configFile() method in Ec2MetadataDisableV1ResolverTest
/external/aws-sdk-java-v2/test/auth-tests/src/it/java/software/amazon/awssdk/auth/sso/
DProfileCredentialProviderTest.java62 private static ProfileFile configFile(String configFile) { in configFile() argument
/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/endpoints/
DUseGlobalEndpointResolverTest.java130 private final String configFile; 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()
/external/aws-sdk-java-v2/test/auth-tests/src/it/java/software/amazon/awssdk/auth/ssooidc/
DProfileTokenProviderLoaderTest.java106 private ProfileFile configFile(String configFile) { in configFile() method in ProfileTokenProviderLoaderTest
/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/s3express/
DUseS3ExpressAuthResolverTest.java110 private final String configFile; field in UseS3ExpressAuthResolverTest.TestData
113 TestData(String systemProperty, String envVarValue, String configFile, boolean expected) { in TestData()
/external/aws-sdk-java-v2/core/profiles/src/test/java/software/amazon/awssdk/profiles/
DProfileFileTest.java566 private ProfileFile configFile(String configFile) { in configFile() method in ProfileFileTest
573 private Map<String, Profile> configFileProfiles(String configFile) { in configFileProfiles()
588 private Map<String, Profile> aggregateFileProfiles(String configFile, String credentialFile) { in aggregateFileProfiles()
/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/internal/defaultsmode/
DDefaultsModeResolverTest.java123 private final String configFile; field in DefaultsModeResolverTest.TestData
127 …TestData(String systemProperty, String envVarValue, String configFile, DefaultsMode defaultMode, O… in TestData()
/external/aws-sdk-java-v2/services/sso/src/test/java/software/amazon/awssdk/services/sso/auth/
DSsoProfileCredentialsProviderFactoryTest.java98 private static ProfileFile configFile(String configFile) { in configFile() method in SsoProfileCredentialsProviderFactoryTest
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/retry/
DRetryModeTest.java121 private final String configFile; field in RetryModeTest.TestData
125 …TestData(String systemProperty, String envVarValue, String configFile, RetryMode defaultMode, Obje… in TestData()
DRetryPolicyMaxRetriesTest.java123 private final String configFile; field in RetryPolicyMaxRetriesTest.TestData
130 String configFile, in TestData()
/external/aws-sdk-java-v2/core/regions/src/test/java/software/amazon/awssdk/regions/servicemetadata/
DEnhancedS3ServiceMetadataTest.java124 private final String configFile; field in EnhancedS3ServiceMetadataTest.TestData
128 …TestData(String systemProperty, String envVarValue, String configFile, String advancedOption, URI … in TestData()
/external/libxml2/os400/
Dmake.sh65 configFile() function
/external/libconfig/contrib/ls-config/src/
Dls-config.c262 int set_config(char *configFile, char *dataPath, struct flags optflags, char *dataString, char *dat… in set_config()
771 int unset_config(char *configFile, char *dataPath, struct flags optflags) { in unset_config()
833 int read_config(char *configFile, char *dataPath, struct flags optflags) { in read_config()
1145 char *configFile=NULL; //config file name (with path) in main() local
/external/pigweed/pw_ide/ts/pigweed-vscode/
Dwebpack.config.js49 configFile: 'tsconfig.json', property
83 configFile: 'tsconfig.webview.json', property
/external/grpc-grpc-java/gcp-observability/src/test/java/io/grpc/gcp/observability/
DObservabilityConfigImplTest.java242 File configFile = tempFolder.newFile(); in emptyConfigFile() local
402 File configFile = tempFolder.newFile(); in configFileLogFilters() local
/external/aws-sdk-java-v2/codegen/src/test/java/software/amazon/awssdk/codegen/poet/model/
DXmlNamespaceModelTest.java59 File configFile = new File(XmlNamespaceModelTest.class in setUp() local
DResponseMetadataSpecTest.java40 File configFile = new File(AwsModelSpecTest.class in setUp() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/
DLdmlConfigFileReader.java38 public void read(final String configFile, final RunType type) { in read()
/external/jcommander/src/test/java/com/beust/jcommander/
DVariableArityTest.java24 public List<String> configFile = new LinkedList<>(); field in VariableArityTest.ModelGenerationConfig
/external/parameter-framework/upstream/test/functional-tests/include/
DTest.hpp119 void create(Config &&configFile) { mPf.reset(new PF{std::move(configFile)}); } in create()

12