Home
last modified time | relevance | path

Searched refs:validator (Results 1 – 5 of 5) sorted by relevance

/system/core/fastboot/fuzzy_fastboot/
Dextensions.h107 std::string validator; member
DREADME.md169 …<!-- FF will run 'oem foobar send_response', upload data from device, then run the validator scrip…
170 <test value="send_response" expect="fail" validate="python validator.py"/>
204 and 'validator.py' (used to validate an oem command that returns data).
260 …<!-- FF will run 'oem foobar send_response', upload data from device, then run the validator scrip…
261 <test value="send_response" expect="fail" validate="python validator.py"/>
Dextensions.cpp236 ctest.validator = XMLAttribute(test, "validate"); in ExtractOem()
Dmain.cpp1570 const std::vector<std::string> args = SplitBySpace(test.validator); in TEST_P()
/system/tools/aidl/
Daidl.cpp396 AnnotationValidator validator; in ValidateAnnotationContext() local
397 VisitTopDown(validator, doc); in ValidateAnnotationContext()
398 return validator.success; in ValidateAnnotationContext()