Home
last modified time | relevance | path

Searched refs:mapper_function (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
Dcreate.py26 mapper_function = self.request.get('mapper_function')
55 job.mapper_function = mapper_function
Dtest.py103 mapper_function=_DEFAULT_FUNCTION,
Djob_info.py15 mapper_function = ndb.StringProperty(indexed=True) variable in JobInfo
Dtask.py81 'mapper_function': job.mapper_function,