Searched refs:DefinitionNotFoundError (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | descriptor.py | 606 except messages.DefinitionNotFoundError as err: 614 except messages.DefinitionNotFoundError: 691 raise messages.DefinitionNotFoundError(
|
D | descriptor_test.py | 597 messages.DefinitionNotFoundError, 631 messages.DefinitionNotFoundError, 637 messages.DefinitionNotFoundError,
|
D | definition_test.py | 168 self.assertRaisesWithRegexpMatch(messages.DefinitionNotFoundError, 214 self.assertRaisesWithRegexpMatch(messages.DefinitionNotFoundError,
|
D | messages_test.py | 1899 self.assertRaises(messages.DefinitionNotFoundError, 1907 self.assertRaises(messages.DefinitionNotFoundError, 1915 self.assertRaises(messages.DefinitionNotFoundError, 1924 self.assertRaises(messages.DefinitionNotFoundError, 2066 self.assertRaises(messages.DefinitionNotFoundError,
|
D | remote_test.py | 150 messages.DefinitionNotFoundError, 157 messages.DefinitionNotFoundError,
|
D | messages.py | 120 class DefinitionNotFoundError(Error): class 1908 raise DefinitionNotFoundError('Could not find definition for %s'
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/ |
D | messages.js | 121 ProtoRpc.DefinitionNotFoundError = function(pattern, args) { class in ProtoRpc 125 goog.inherits(ProtoRpc.DefinitionNotFoundError, ProtoRpc.Util.Error);
|