HomeSort by relevance Sort by last modified time
    Searched refs:actual_type (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/tools/idl_parser/
idl_lexer_test.py 86 actual_type = tokens[index + 1].type
88 actual_type, expect_type, tokens[index].lineno, filename)
90 self.assertEqual(expect_type, actual_type, msg)
  /external/chromium_org/chromeos/display/
output_util.cc 75 Atom actual_type;
86 &actual_type,
91 DCHECK_EQ(XA_INTEGER, actual_type);
real_output_configurator_delegate.cc 409 Atom actual_type; local
413 AnyPropertyType, &actual_type, &actual_format, &nitems,
415 if (success == Success && actual_type == XA_ATOM &&
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
explore.py 558 actual_type = value.type.strip_typedefs()
561 (expr, str(value.type), str(actual_type)))
563 Explorer.explore_expr(expr, value.cast(actual_type), is_child)
571 actual_type = datatype.strip_typedefs()
574 (name, str(actual_type)))
577 (name, str(actual_type)))
579 Explorer.explore_type(name, actual_type, is_child)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
explore.py 558 actual_type = value.type.strip_typedefs()
561 (expr, str(value.type), str(actual_type)))
563 Explorer.explore_expr(expr, value.cast(actual_type), is_child)
571 actual_type = datatype.strip_typedefs()
574 (name, str(actual_type)))
577 (name, str(actual_type)))
579 Explorer.explore_type(name, actual_type, is_child)
  /external/chromium_org/third_party/libjingle/source/talk/sound/
alsasoundsystem.cc 566 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/
json_schema_validator.cc 479 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/core/platform/chromium/
TraceEvent.h     [all...]
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator.cc 696 std::string actual_type = GetJSONSchemaType(instance); local
697 if (expected_type == actual_type ||
698 (expected_type == schema::kNumber && actual_type == schema::kInteger)) {
701 actual_type == schema::kNumber) {
706 kInvalidType, expected_type, actual_type)));
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 52 Atom actual_type; local
56 AnyPropertyType, &actual_type,
  /external/chromium_org/base/debug/
trace_event.h     [all...]
  /external/chromium_org/dbus/
message.cc 936 const int actual_type = dbus_message_iter_get_arg_type(&raw_message_iter_); local
937 if (actual_type != dbus_type) {
939 << actual_type; local

Completed in 1413 milliseconds