Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/xdgmime/
Dtest-mime.c31 XdgGlobType expected_type) in test_individual_glob() argument
36 if (test_type != expected_type) in test_individual_glob()
42 ((expected_type == XDG_GLOB_LITERAL)?"XDG_GLOB_LITERAL": in test_individual_glob()
43 ((expected_type == XDG_GLOB_SIMPLE)?"XDG_GLOB_SIMPLE":"XDG_GLOB_COMPLEX"))); in test_individual_glob()
/external/dbus/dbus/
Ddbus-marshal-header.c772 int expected_type; in load_and_validate_field() local
790 expected_type = EXPECTED_TYPE_OF_FIELD (field); in load_and_validate_field()
791 if (type != expected_type) in load_and_validate_field()
794 field, expected_type, type); in load_and_validate_field()
818 if (expected_type == DBUS_TYPE_UINT32) in load_and_validate_field()
820 _dbus_header_get_field_basic (header, field, expected_type, in load_and_validate_field()
823 else if (expected_type == DBUS_TYPE_STRING || in load_and_validate_field()
824 expected_type == DBUS_TYPE_OBJECT_PATH || in load_and_validate_field()
825 expected_type == DBUS_TYPE_SIGNATURE) in load_and_validate_field()
/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/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()
/external/bluetooth/bluez/audio/
Dliba2dp.c170 int expected_type);
Dpcm_bluetooth.c149 int expected_type);