Searched refs:actual_type (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/tools/idl_parser/
H A Didl_lexer_test.py82 actual_type = tokens[index + 1].type
84 actual_type, expect_type, tokens[index].lineno, filename)
86 self.assertEqual(expect_type, actual_type, msg)
/external/chromium_org/base/x11/
H A Dedid_parser_x11.cc68 Atom actual_type;
79 &actual_type,
84 DCHECK_EQ(XA_INTEGER, actual_type);
/external/chromium_org/chromeos/display/
H A Dreal_output_configurator_delegate.cc344 Atom actual_type = None; local
353 False, AnyPropertyType, &actual_type,
356 if (actual_type == None) {
360 } else if (success == Success && actual_type == XA_ATOM &&
480 Atom actual_type; local
484 AnyPropertyType, &actual_type, &actual_format, &nitems,
486 if (success == Success && actual_type == XA_ATOM &&
/external/chromium_org/third_party/libjingle/source/talk/sound/
H A Dalsasoundsystem.cc566 char *actual_type = symbol_table_.snd_device_name_get_hint()(*list, "IOID"); local
567 if (actual_type) { // NULL means it's both.
568 bool wrong_type = (strcmp(actual_type, type) != 0);
569 free(actual_type);
/external/chromium/chrome/common/
H A Djson_schema_validator.cc479 std::string actual_type = GetJSONSchemaType(instance); local
480 if (expected_type == actual_type ||
481 (expected_type == "number" && actual_type == "integer")) {
485 kInvalidType, expected_type, actual_type)));
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTraceEvent.h740 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \
743 static inline void setTraceValue(actual_type arg, \
752 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \
754 static inline void setTraceValue(actual_type arg, \
/external/chromium_org/third_party/angle/src/third_party/trace_event/
H A Dtrace_event.h638 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \
641 static inline void setTraceValue(actual_type arg, \
650 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \
652 static inline void setTraceValue(actual_type arg, \
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc736 std::string actual_type = GetJSONSchemaType(instance); local
737 if (expected_type == actual_type ||
738 (expected_type == schema::kNumber && actual_type == schema::kInteger)) {
741 actual_type == schema::kNumber) {
746 kInvalidType, expected_type, actual_type)));
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dlinuxwindowpicker.cc52 Atom actual_type; local
56 AnyPropertyType, &actual_type,
/external/chromium_org/base/debug/
H A Dtrace_event.h1103 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \
1107 actual_type arg, \
1116 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \
1119 actual_type arg, \
/external/chromium_org/dbus/
H A Dmessage.cc936 const int actual_type = dbus_message_iter_get_arg_type(&raw_message_iter_); local
937 if (actual_type != dbus_type) {
939 << actual_type; local
/external/chromium_org/net/cert/
H A Dx509_certificate_unittest.cc1184 X509Certificate::PublicKeyType actual_type = local
1188 &actual_type);
1191 EXPECT_EQ(data.expected_type, actual_type);

Completed in 474 milliseconds