Home
last modified time | relevance | path

Searched defs:validator (Results 1 – 6 of 6) sorted by relevance

/development/tools/sdkmanager/libs/sdklib/tests/com/android/sdklib/repository/
DSdkRepositoryTest.java118 Validator validator = schema.newValidator(); in getValidator() local
144 Validator validator = getValidator(1, handler); in testValidateLocalRepositoryFile1() local
156 Validator validator = getValidator(SdkRepository.NS_LATEST_VERSION, handler); in testEmptyXml() local
186 Validator validator = getValidator(SdkRepository.NS_LATEST_VERSION, handler); in testEmptyRootXml() local
201 Validator validator = getValidator(SdkRepository.NS_LATEST_VERSION, null); in testUnknownContentXml() local
223 Validator validator = getValidator(SdkRepository.NS_LATEST_VERSION, null); in testIncompleteContentXml() local
245 Validator validator = getValidator(SdkRepository.NS_LATEST_VERSION, null); in testWrongTypeContentXml() local
272 Validator validator = getValidator(SdkRepository.NS_LATEST_VERSION, null); in testLicenseIdNotFound() local
298 Validator validator = getValidator(SdkRepository.NS_LATEST_VERSION, null); in testExtraPathWithSlash() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/
DTestLayoutDevicesXsd.java120 Validator validator = LayoutDevicesXsd.getValidator(null); in checkFailure() local
136 Validator validator = LayoutDevicesXsd.getValidator(null); in checkSuccess() local
151 Validator validator = LayoutDevicesXsd.getValidator(handler); in testValidateLocalRepositoryFile() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DLayoutDevicesXsd.java126 Validator validator = schema.newValidator(); in getValidator() local
DLayoutDeviceManager.java307 Validator validator = LayoutDevicesXsd.getValidator(errorHandler); in parseLayoutDevices() local
/development/tools/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
DRepoSource.java327 Validator validator = getValidator(version); in validateXml() local
643 Validator validator = schema == null ? null : schema.newValidator(); in getValidator() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitLaunchConfigurationTab.java827 TypedElementSelectionValidator validator = new TypedElementSelectionValidator( in chooseContainer() local