Searched defs:Validator (Results 1 - 17 of 17) sorted by relevance

/external/droiddriver/src/com/google/android/droiddriver/validators/
H A DValidator.java27 public interface Validator { interface
29 * Returns true if this {@link Validator} applies to {@code element} on this
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags_validators.py45 class Validator(object): class in inherits:object
66 Validator.validators_count += 1
68 self.insertion_index = Validator.validators_count
73 flags library calls this method to verify Validator's constraint.
105 class SimpleValidator(Validator):
106 """Validator behind RegisterValidator() method.
144 class DictionaryValidator(Validator):
145 """Validator behind RegisterDictionaryValidator method.
/external/chromium_org/third_party/python_gflags/
H A Dgflags_validators.py45 class Validator(object): class in inherits:object
66 Validator.validators_count += 1
68 self.insertion_index = Validator.validators_count
73 flags library calls this method to verify Validator's constraint.
105 class SimpleValidator(Validator):
106 """Validator behind RegisterValidator() method.
144 class DictionaryValidator(Validator):
145 """Validator behind RegisterDictionaryValidator method.
/external/chromium_org/chromeos/network/onc/
H A Donc_validator.h27 // The ONC Validator searches for the following invalid cases:
56 class CHROMEOS_EXPORT Validator : public Mapper { class in namespace:chromeos::onc
65 Validator(bool error_on_unknown_field,
70 virtual ~Validator();
225 DISALLOW_COPY_AND_ASSIGN(Validator);
H A Donc_validator.cc39 Validator::Validator(bool error_on_unknown_field, function in class:chromeos::onc::Validator
49 Validator::~Validator() {}
51 scoped_ptr<base::DictionaryValue> Validator::ValidateAndRepairObject(
79 scoped_ptr<base::Value> Validator::MapValue(const OncValueSignature& signature,
98 scoped_ptr<base::DictionaryValue> Validator::MapObject(
148 scoped_ptr<base::Value> Validator::MapField(
175 scoped_ptr<base::ListValue> Validator::MapArray(
193 scoped_ptr<base::Value> Validator
[all...]
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DDecoder.java28 static final class Validator { class in class:Decoder
52 Validator(long maxMemory, int numberOfHandles) { method in class:Decoder.Validator
96 * Validator for the decoded message.
98 private final Validator mValidator;
106 this(message, new Validator(message.getData().limit(), message.getHandles().size()), 0);
109 private Decoder(Message message, Validator validator, int baseOffset) {
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp803 ParameterPackValidatorCCC Validator; local
813 Validator, CTK_ErrorRecovery)) {
H A DSemaExprMember.cpp642 RecordMemberExprValidatorCCC Validator(RTy);
645 &SS, Validator,
1282 DeclFilterCCC<ObjCIvarDecl> Validator; local
1283 Validator.IsObjCIvarLookup = IsArrow;
1286 Validator, Sema::CTK_ErrorRecovery, IDecl)) {
H A DSemaLambda.cpp1052 DeclFilterCCC<VarDecl> Validator; local
1053 if (DiagnoseEmptyLookup(CurScope, ScopeSpec, R, Validator))
H A DSemaDeclObjC.cpp523 ObjCInterfaceValidatorCCC Validator(IDecl);
526 nullptr, Validator, CTK_ErrorRecovery)) {
793 DeclFilterCCC<ObjCProtocolDecl> Validator; local
796 LookupObjCProtocolName, TUScope, nullptr, Validator,
1034 ObjCInterfaceValidatorCCC Validator; local
1037 LookupOrdinaryName, TUScope, nullptr, Validator,
H A DSemaExprObjC.cpp1667 DeclFilterCCC<ObjCPropertyDecl> Validator; local
1670 nullptr, nullptr, Validator, CTK_ErrorRecovery, IFace, false, OPT)) {
1895 ObjCInterfaceOrSuperCCC Validator(getCurMethodDecl());
1898 nullptr, Validator, CTK_ErrorRecovery, nullptr, false,
H A DSemaDecl.cpp286 TypeNameValidatorCCC Validator(true, isClassName);
288 Kind, S, SS, Validator,
519 TypeNameValidatorCCC Validator(false, false, AllowClassTemplates);
522 Validator, CTK_ErrorRecovery)) {
1540 DeclFilterCCC<ObjCInterfaceDecl> Validator; local
1543 Validator, CTK_ErrorRecovery)) {
6306 DifferentNameValidatorCCC Validator(SemaRef.Context, NewFD,
6324 &ExtraArgs.D.getCXXScopeSpec(), Validator,
10308 DeclFilterCCC<FunctionDecl> Validator; local
10310 LookupOrdinaryName, S, nullptr, Validator,
[all...]
H A DSemaDeclCXX.cpp2666 MemInitializerValidatorCCC Validator(ClassDecl);
2669 Validator, CTK_ErrorRecovery, ClassDecl))) {
7054 NamespaceValidatorCCC Validator; local
7058 Validator,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 289 milliseconds