Home
last modified time | relevance | path

Searched refs:CustomProcessor (Results 1 – 2 of 2) sorted by relevance

/external/cronet/build/util/
Daction_remote.py22 class CustomProcessor(Enum): class
101 type=CustomProcessor,
102 choices=list(CustomProcessor))
121 if parsed_args.custom_processor == CustomProcessor.mojom_parser:
/external/angle/build/util/
Daction_remote.py22 class CustomProcessor(Enum): class
101 type=CustomProcessor,
102 choices=list(CustomProcessor))
121 if parsed_args.custom_processor == CustomProcessor.mojom_parser: