Home
last modified time | relevance | path

Searched refs:DefinitionNotFoundError (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Ddescriptor.py606 except messages.DefinitionNotFoundError as err:
614 except messages.DefinitionNotFoundError:
691 raise messages.DefinitionNotFoundError(
Ddescriptor_test.py597 messages.DefinitionNotFoundError,
631 messages.DefinitionNotFoundError,
637 messages.DefinitionNotFoundError,
Ddefinition_test.py168 self.assertRaisesWithRegexpMatch(messages.DefinitionNotFoundError,
214 self.assertRaisesWithRegexpMatch(messages.DefinitionNotFoundError,
Dmessages_test.py1899 self.assertRaises(messages.DefinitionNotFoundError,
1907 self.assertRaises(messages.DefinitionNotFoundError,
1915 self.assertRaises(messages.DefinitionNotFoundError,
1924 self.assertRaises(messages.DefinitionNotFoundError,
2066 self.assertRaises(messages.DefinitionNotFoundError,
Dremote_test.py150 messages.DefinitionNotFoundError,
157 messages.DefinitionNotFoundError,
Dmessages.py120 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/
Dmessages.js121 ProtoRpc.DefinitionNotFoundError = function(pattern, args) { class in ProtoRpc
125 goog.inherits(ProtoRpc.DefinitionNotFoundError, ProtoRpc.Util.Error);