OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testConfig
(Results
1 - 12
of
12
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java
117
final FolderConfiguration
testConfig
;
122
public ConfigMatch(@NonNull FolderConfiguration
testConfig
, @NonNull Device device,
124
this.
testConfig
=
testConfig
;
192
FolderConfiguration
testConfig
= new FolderConfiguration();
200
testConfig
.set(DeviceConfigHelper.getFolderConfig(state));
207
testConfig
.setLocaleQualifier(locale.qualifier);
210
if (editedConfig.isMatchFor(
testConfig
) &&
211
isCurrentFileBestMatchFor(
testConfig
)) {
311
FolderConfiguration
testConfig
= new FolderConfiguration()
[
all
...]
/prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server_test.go
38
var
testConfig
*Config
50
testConfig
= &Config{
59
testConfig
.Certificates[0].Certificate = [][]byte{testRSACertificate}
60
testConfig
.Certificates[0].PrivateKey = testRSAPrivateKey
61
testConfig
.Certificates[1].Certificate = [][]byte{testSNICertificate}
62
testConfig
.Certificates[1].PrivateKey = testRSAPrivateKey
63
testConfig
.BuildNameToCertificate()
76
cli := Client(c,
testConfig
)
95
testClientHelloFailure(t,
testConfig
, &serverHelloDoneMsg{}, "unexpected handshake message")
102
testClientHelloFailure(t,
testConfig
, &clientHelloMsg{vers: v}, "unsupported, maximum protocol version"
[
all
...]
tls_test.go
198
serverConfig := *
testConfig
208
clientConfig := *
testConfig
252
serverConfig := *
testConfig
261
clientConfig := *
testConfig
handshake_client_test.go
204
config =
testConfig
343
config := *
testConfig
379
config := *
testConfig
407
Certificates:
testConfig
.Certificates,
525
config := *
testConfig
546
config := *
testConfig
570
config := *
testConfig
/prebuilts/go/linux-x86/src/crypto/tls/
handshake_server_test.go
38
var
testConfig
*Config
50
testConfig
= &Config{
59
testConfig
.Certificates[0].Certificate = [][]byte{testRSACertificate}
60
testConfig
.Certificates[0].PrivateKey = testRSAPrivateKey
61
testConfig
.Certificates[1].Certificate = [][]byte{testSNICertificate}
62
testConfig
.Certificates[1].PrivateKey = testRSAPrivateKey
63
testConfig
.BuildNameToCertificate()
76
cli := Client(c,
testConfig
)
95
testClientHelloFailure(t,
testConfig
, &serverHelloDoneMsg{}, "unexpected handshake message")
102
testClientHelloFailure(t,
testConfig
, &clientHelloMsg{vers: v}, "unsupported, maximum protocol version"
[
all
...]
tls_test.go
198
serverConfig := *
testConfig
208
clientConfig := *
testConfig
252
serverConfig := *
testConfig
261
clientConfig := *
testConfig
handshake_client_test.go
204
config =
testConfig
343
config := *
testConfig
379
config := *
testConfig
407
Certificates:
testConfig
.Certificates,
525
config := *
testConfig
546
config := *
testConfig
570
config := *
testConfig
/cts/tests/tests/security/src/android/security/cts/
EncryptionTest.java
91
public void
testConfig
() throws Exception {
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java
219
FolderConfiguration
testConfig
= getConfiguration(
242
ResourceFolderType.LAYOUT,
testConfig
);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTests.cpp
[
all
...]
/frameworks/av/services/mediaresourcemanager/test/
ResourceManagerService_test.cpp
191
void
testConfig
() {
508
testConfig
();
/external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp
830
bool
testConfig
(const TextureGenerationSpec& spec);
916
const bool result =
testConfig
(m_iterations[m_iteration]);
947
bool TextureLevelCase::
testConfig
(const TextureGenerationSpec& spec)
[
all
...]
Completed in 360 milliseconds