HomeSort by relevance Sort by last modified time
    Searched refs:testConfig (Results 1 - 6 of 6) 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...]
  /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 377 milliseconds