Searched refs:IsA (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/ |
D | test_mox.py | 73 self.assertTrue(mox.Or(mox.IsA(dict), mox.IsA(str)) == {}) 74 self.assertTrue(mox.Or(mox.IsA(dict), mox.IsA(str)) == 'test') 75 self.assertTrue(mox.Or(mox.IsA(str), mox.IsA(str)) == 'test') 79 self.assertFalse(mox.Or(mox.IsA(dict), mox.IsA(str)) == 0) 87 self.assertTrue(mox.And(mox.IsA(str), mox.IsA(str)) == '1') 92 self.assertFalse(mox.And(mox.IsA(dict), mox.IsA(str)) == '1') 378 self.assertTrue(mox.IsA(str) == 'test') 382 self.assertFalse(mox.IsA(str) == 10) 386 self.assertTrue(mox.IsA(str) != 10) 390 self.assertFalse(mox.IsA(str) != "test") [all …]
|
/external/chromium-trace/catapult/third_party/mox3/mox3/tests/ |
D | test_mox.py | 73 self.assertTrue(mox.Or(mox.IsA(dict), mox.IsA(str)) == {}) 74 self.assertTrue(mox.Or(mox.IsA(dict), mox.IsA(str)) == 'test') 75 self.assertTrue(mox.Or(mox.IsA(str), mox.IsA(str)) == 'test') 79 self.assertFalse(mox.Or(mox.IsA(dict), mox.IsA(str)) == 0) 87 self.assertTrue(mox.And(mox.IsA(str), mox.IsA(str)) == '1') 92 self.assertFalse(mox.And(mox.IsA(dict), mox.IsA(str)) == '1') 378 self.assertTrue(mox.IsA(str) == 'test') 382 self.assertFalse(mox.IsA(str) == 10) 386 self.assertTrue(mox.IsA(str) != 10) 390 self.assertFalse(mox.IsA(str) != "test") [all …]
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | runner_test.py | 78 mock_error_handler.HandleFile('foo.js', mox.IsA(tokens.Token)) 80 mock_error_handler.HandleError(mox.IsA(error.Error))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/ |
D | service_handlers_test.py | 321 self.handler, mox.IsA(Response1)).WithSideEffects(build_response) 347 self.handler, mox.IsA(Response1)).WithSideEffects(build_response) 374 self.handler, mox.IsA(Response1)).WithSideEffects(build_response) 404 self.handler, mox.IsA(Response1)).WithSideEffects(build_response) 440 self.handler, mox.IsA(Response1)).WithSideEffects(build_response) 478 self.handler, mox.IsA(Response1)).WithSideEffects(build_response) 526 self.handler, mox.IsA(Response1)).WithSideEffects(build_response) 682 self.handler, mox.IsA(Response1)).AndRaise(
|
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/ |
D | mox.py | 1001 elif (isinstance(params[0], IsA) and 1379 class IsA(Comparator): class
|
/external/chromium-trace/catapult/third_party/mox3/mox3/ |
D | mox.py | 1001 elif (isinstance(params[0], IsA) and 1379 class IsA(Comparator): class
|
/external/protobuf/python/ |
D | mox.py | 790 class IsA(Comparator): class
|
/external/guice/extensions/persist/lib/ |
D | xwork-2.0.4.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/opensymphony/
com/ ... |
/external/guice/extensions/struts2/lib/ |
D | xwork-core-2.2.1.jar | META-INF/
META-INF/MANIFEST.MF
xwork-validator-definition-1.0. ... |