Home
last modified time | relevance | path

Searched refs:expected_type (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/common/
Djson_schema_validator.cc477 const std::string& expected_type, in ValidateType() argument
480 if (expected_type == actual_type || in ValidateType()
481 (expected_type == "number" && actual_type == "integer")) { in ValidateType()
485 kInvalidType, expected_type, actual_type))); in ValidateType()
Djson_schema_validator.h189 bool ValidateType(Value* instance, const std::string& expected_type,
/external/chromium/base/mac/
Dfoundation_util.h98 CFTypeID expected_type);
Dfoundation_util.mm202 CFTypeID expected_type) {
207 if (CFGetTypeID(value) != expected_type) {
209 CFCopyTypeIDDescription(expected_type));
/external/chromium/chrome/browser/extensions/
Dextension_context_menu_browsertest.cc280 MenuModel::ItemType expected_type, in ExpectLabelAndType() argument
283 EXPECT_EQ(expected_type, menu.GetTypeAt(index)); in ExpectLabelAndType()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Ddebug.rb239 def missing_symbol( error, expected_type, follow ) argument
Drecognizers.rb1284 def missing_symbol( error, expected_type, follow )
1294 t.type = expected_type
/external/openssh/
Dpacket.c1124 packet_read_expect(int expected_type) in packet_read_expect() argument
1129 if (type != expected_type) in packet_read_expect()
1131 expected_type, type); in packet_read_expect()
/external/llvm/test/Transforms/GVN/
Dcrash.ll8 define i32* @test1(i8* %name, i32 %namelen, i32* %o, i32 %expected_type) nounwind ssp {
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc111 FieldDescriptor::CppType expected_type) { in ReportReflectionUsageTypeError() argument
118 " Expected : " << cpptype_names_[expected_type] << "\n" in ReportReflectionUsageTypeError()