Searched refs:expected_type (Results 1 – 11 of 11) sorted by relevance
/external/bluetooth/glib/gio/xdgmime/ |
D | test-mime.c | 31 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/ |
D | dbus-marshal-header.c | 772 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/ |
D | json_schema_validator.cc | 477 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()
|
D | json_schema_validator.h | 189 bool ValidateType(Value* instance, const std::string& expected_type,
|
/external/chromium/base/mac/ |
D | foundation_util.h | 98 CFTypeID expected_type);
|
D | foundation_util.mm | 202 CFTypeID expected_type) { 207 if (CFGetTypeID(value) != expected_type) { 209 CFCopyTypeIDDescription(expected_type));
|
/external/chromium/chrome/browser/extensions/ |
D | extension_context_menu_browsertest.cc | 280 MenuModel::ItemType expected_type, in ExpectLabelAndType() argument 283 EXPECT_EQ(expected_type, menu.GetTypeAt(index)); in ExpectLabelAndType()
|
/external/llvm/test/Transforms/GVN/ |
D | crash.ll | 8 define i32* @test1(i8* %name, i32 %namelen, i32* %o, i32 %expected_type) nounwind ssp {
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 111 FieldDescriptor::CppType expected_type) { in ReportReflectionUsageTypeError() argument 118 " Expected : " << cpptype_names_[expected_type] << "\n" in ReportReflectionUsageTypeError()
|
/external/bluetooth/bluez/audio/ |
D | liba2dp.c | 170 int expected_type);
|
D | pcm_bluetooth.c | 149 int expected_type);
|