HomeSort by relevance Sort by last modified time
    Searched refs:expected_type (Results 26 - 43 of 43) sorted by null

12

  /art/runtime/
common_throws.h 107 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
common_throws.cc 213 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
218 << expected_type << " but instead was found to be of type " << found_type;
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 798 base::MallocRange::Type expected_type; member in struct:testing::__anon20195::RangeCallbackState
807 if (state->expected_type == base::MallocRange::FREE) {
814 CHECK_EQ(r->type, state->expected_type);
828 state.expected_type = type;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 798 base::MallocRange::Type expected_type; member in struct:testing::__anon20238::RangeCallbackState
807 if (state->expected_type == base::MallocRange::FREE) {
814 CHECK_EQ(r->type, state->expected_type);
828 state.expected_type = type;
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_context_menu_browsertest.cc 344 // Checks that in |menu|, the item at |index| has type |expected_type| and a
347 MenuModel::ItemType expected_type,
350 EXPECT_EQ(expected_type, menu.GetTypeAt(index));
  /external/chromium_org/components/policy/core/common/
schema_unittest.cc 391 base::Value::Type expected_type; member in struct:policy::__anon11386
417 EXPECT_EQ(kExpectedProperties[i].expected_type, it.schema().type());
468 base::Value::Type expected_type; member in struct:policy::__anon11387
479 EXPECT_EQ(kExpectedKeys[i].expected_type, sub.type());
    [all...]
  /external/chromium_org/content/renderer/
v8_value_converter_impl_unittest.cc 143 base::Value::Type expected_type,
152 EXPECT_EQ(expected_type, raw->GetType());
167 EXPECT_EQ(expected_type, temp->GetType());
181 EXPECT_EQ(expected_type, temp->GetType());
  /external/chromium_org/net/cert/
x509_certificate_unittest.cc 1128 X509Certificate::PublicKeyType expected_type; member in struct:net::PublicKeyInfoTestData
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy_unittest.cc 276 const Action::ActionType& expected_type,
283 ASSERT_EQ(expected_type, action.action_type());
    [all...]
counting_policy_unittest.cc 389 const Action::ActionType& expected_type,
397 ASSERT_EQ(expected_type, action.action_type());
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 239 def missing_symbol( error, expected_type, follow )
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.cc 96 FieldDescriptor::CppType expected_type) {
103 " Expected : " << cpptype_names_[expected_type] << "\n"
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 111 FieldDescriptor::CppType expected_type) {
118 " Expected : " << cpptype_names_[expected_type] << "\n"
    [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-js-typed-lowering.cc 263 Type* expected_type = I32Type(is_signed); local
264 if (old_type->Is(expected_type)) {
267 CHECK(NodeProperties::GetBounds(new_input).upper->Is(expected_type));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun_unittest.cc 42 void CheckStunHeader(const StunMessage& msg, StunMessageType expected_type,
44 ASSERT_EQ(expected_type, msg.type());
    [all...]
  /art/runtime/verifier/
method_verifier.cc 3506 RegType& expected_type = reg_types_.GetComponentType(res_type, class_loader_->Get()); local
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 10202 Type* expected_type = *expected; local
    [all...]
runtime.cc     [all...]

Completed in 329 milliseconds

12