Searched defs:expected_type (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_context_menu_browsertest.cc277 // Checks that in |menu|, the item at |index| has type |expected_type| and a
280 MenuModel::ItemType expected_type,
283 EXPECT_EQ(expected_type, menu.GetTypeAt(index));
279 ExpectLabelAndType(const char* expected_label, MenuModel::ItemType expected_type, const MenuModel& menu, int index) argument
/external/chromium/chrome/common/
H A Djson_schema_validator.cc477 const std::string& expected_type,
480 if (expected_type == actual_type ||
481 (expected_type == "number" && actual_type == "integer")) {
485 kInvalidType, expected_type, actual_type)));
476 ValidateType(Value* instance, const std::string& expected_type, const std::string& path) argument
/external/dbus/dbus/
H A Ddbus-marshal-header.c772 int expected_type; local
790 expected_type = EXPECTED_TYPE_OF_FIELD (field);
791 if (type != expected_type)
794 field, expected_type, type);
818 if (expected_type == DBUS_TYPE_UINT32)
820 _dbus_header_get_field_basic (header, field, expected_type,
823 else if (expected_type == DBUS_TYPE_STRING ||
824 expected_type == DBUS_TYPE_OBJECT_PATH ||
825 expected_type == DBUS_TYPE_SIGNATURE)
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc111 FieldDescriptor::CppType expected_type) {
118 " Expected : " << cpptype_names_[expected_type] << "\n"
108 ReportReflectionUsageTypeError( const Descriptor* descriptor, const FieldDescriptor* field, const char* method, FieldDescriptor::CppType expected_type) argument
/external/openssh/
H A Dpacket.c1124 packet_read_expect(int expected_type) argument
1129 if (type != expected_type)
1131 expected_type, type);

Completed in 173 milliseconds